* { margin: 0; padding: 0; }

body {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
	background: #DFDFDF url(../images/bg_body.jpg) repeat-x left top;
}

a {
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
	color: #FF6600;
	line-height: 125%;
	font-weight: normal;
}
h3 { font-size: 1.4em; margin: 0.5em 0; color: #555; }
h4 { font-size: 1.2em; margin: 0.5em 0; }

dl {}
dl dt { font-style: italic; font-weight: bold; color: #666; }
	dl dl { margin: 0; }
	dl dl dt { font-style: none; font-weight: normal; }
	dl dl dd { margin: 0 1em; }
dd { margin: 0.5em 1em 1em 1em; color: #777; }

/* -- contact form styles mostly -- */
fieldset {
	border-top: 1px solid #CCC;
	padding: 0;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#content fieldset ul {
	margin: 0px;
	padding: 0px;
}
fieldset ul li {
	clear: both;
	padding: 3px 0px;
	list-style: none;
}

legend { font-weight: bold; color: #888; font-size: 1.2em; padding: 7px 0; }
label { display: block; cursor: pointer; font-size: 1.2em; }
label em, .req { font-weight: bold; color: #F00; }

input { width: 350px; padding: 0; }
button { width: 350px; padding: 4px; display:block; margin: 5px 0; }
textarea { width: 350px; padding: 0; }

/* -- layout style -- */
#container {
	width: 810px;
	font-size: 1.0em;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 0px;
}

#header {
	background: #000 url(../images/bg_header.jpg) no-repeat;
	width: 750px;
	height: 100px;
	margin-right: 25px;
	margin-left: 25px;
}
	#header h1 { line-height: 0; width: 250px; float: left; }
#header img {
	border-width: 0px;
}

	
#navigation {
	width: 500px;
	margin-top: 65px;
	float: right;
	text-align: right;
	}
	#navigation ul {
		margin: 0px;
		padding: 0px;
		text-align: right;
		}
	#navigation li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #FFF;
	}
		#navigation li a { color: #FF9C00; font-weight: bold; font-size: 1.2em; }
		#navigation li#nav_contact { border-right: 0px; }
	
	/* -- navigation styles for current pages -- */
	body.home #nav_home a,
	body.software #nav_software a,
	body.screenshots #nav_screenshots a,
	body.help #nav_help a,
	body.about #nav_about a,
	body.contact #nav_contact a { text-decoration: none; color: #FFF; cursor: default; }

	
#content {
	clear: both;
	font-size: 1.2em;
	background: url(../images/bg_content.png) repeat-y;
	padding-right: 50px;
	padding-left: 40px;
	padding-top: 15px;
	}
	#content p, #content ul, #content ol { font-size: 1.2em; line-height: 150%; }
	#content p { margin: 1em 0; }
	#content ul, #content ol { margin-left: 2em; }
		#content ul ul { margin-left: 2em; font-size: 1.0em; }
	#content li {}
	
	#pitch {
		width: 325px;
		margin-right: 25px;
	}

	#features {
		background-color: #f5f5f5;
		width: 300px;
		padding: 10px;
		border: 1px solid #CCC;
	}
	
#footer {
	background: url(../images/bg_footer.png) no-repeat center bottom;
	padding-bottom: 25px;
	margin-right: -40px;
	margin-left: -40px;
	clear: both;
	}
	#footer p {
		text-align: center;
		padding: 10px 40px 5px 40px;
		font-size: 1em;
		color: #777;
		background: url(../images/bg_footer-fade.jpg) no-repeat center top;
	}

/* -- general styles -- */
img.button { border-width: 0px; }

.content_sidebar { width: 250px; float: right; border: 1px solid #ccc; margin: 0 0 10px 20px; }
.content_sidebar h3 { padding: 10px; margin: 0; background-color: #ddd; }
#content .content_sidebar ul { list-style: none; margin: 0; padding: 0; }
.content_sidebar li { font-size: 1.4em; font-weight: bold; padding: 5px 10px; border-top: 1px solid #DDD; color: #666; } 
.content_sidebar li img { margin-right: 8px; vertical-align: middle; }

/* -- home page styles */
body.home #content h2 {
	font-size: 1.6em;
	color: #444;
	float: left;
	width: 450px;
}
body.home #content p { clear: left; }
body.home .contentheader { margin-bottom: 10px; }

#home_features {
	margin: 0 0 0 10px;
	width: 250px;
	float: right;
	clear: right;
	background: #EEE url(../images/bg_fade-bottom.jpg) repeat-x left bottom;
	font-size: 0.9em;
	}
	#home_features h3 {
		color: #FF9C00;
		background: #333;
		border-bottom: 1px solid #999;
		margin: 0px;
		padding: 5px;
		font-size: 1.2em;
	}
	#home_features ul { margin: 0; padding: 0; }
	#home_features li { border-top: 1px solid #DDD; color: #666; list-style: none; padding: 3px 7px; margin: 0 3px; text-indent: -5px; clear: both; }
	#home_features ul ul { margin: 0; padding: 0; }
	#home_features ul ul li { border-top-width: 0px; float: left; list-style: disc inside; clear: none; color: #919191; padding-left: 2px; font-style: italic; }
	#home_features .button { float: right; margin: 5px 0 10px; }

h3#manual_link {
	background: #FFC url(../images/bg_fade-bottom_yellow.jpg) repeat-x center bottom;
	padding: 10px;
	margin: 0px;
	border: 1px solid #FC6;
	width: 17.5em;
	font-size: 1.2em;
	}
		h3#manual_link a { color: #C00; }
		h3#manual_link a:hover { color: #000; }
		h3#manual_link img { border: 0; float: left; margin-right: 10px; }
	
	h3 small {
		display: block;
		font-size: 0.8em;
		font-weight: normal;
		line-height: 1.6em;
		color: #C63;
		font-style: italic;
	}

.compatability { 
	margin: 0 0 10px 10px;
	width: 250px;
	float: right;
	border: 1px solid #eee;
}
.compatability h3 { margin: 0; padding: 5px; border: 1px solid #ccc;  }
#content .compatability ul { padding: 0; margin: 0; border: 1px solid #ccc; border-top-style: dotted; }
.compatability li { list-style: none; border-bottom: 1px dotted #ccc; padding: 5px; }
.compatability li img { vertical-align: middle; }

/* -- screenshots page -- */
body.screenshots h3 { border-bottom: 1px solid #ccc; }

body.contact #content ul { margin: 0; float: left; }
body.contact #content ul li { padding: 0.5em 0; list-style: none; }
#contactForm { display: block; float: right; width: 350px; padding: 0 20px; margin-bottom: 20px; border-left: 1px solid #ccc; }