/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1.5; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
em { font-style: italic; }
h1 { font-weight: bold; font-size: 1.4em; margin-bottom: 0.2em; }
p { margin-bottom: 1.5em; }
iframe { background-color: #fff; }
ul { margin-bottom: 1.5em; }
ul li { list-style-type: disc; margin-left: 1.5em; }
ol li { list-style-type: decimal; margin-left: 1.5em; }
.error { color: #f00; }

body {
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background-image: url('../images/bodybg.png');
	background-repeat: repeat-x;
	background-color: #eee;
}

	a { color: #19e; text-decoration: underline; }
	a:hover, a:active { text-decoration: none; }

	#div-container {
		margin: 0 auto;
		width: 100%;
	}
		
		#div-main {
			width: 100%;
			margin: 0 auto;
			border-bottom: 1px solid #ccc;	
		}
	
			#div-titlebar {
				margin: 0 auto;
				margin-top: 9px;
				background-image: url('../images/titlebar.png');
				background-repeat: no-repeat;
				text-align: right;
				line-height: 93px;
				width: 800px;
				height: 93px;
				color: #ffc;
				font-size: 0.9em;
			}
			
				#div-titlebar a { color: #ffc; text-decoration: none; }
				#div-titlebar a:hover, a:active { color: #ffc; text-decoration: underline; }
				
			#div-titleimage { 
				margin: 0 auto;
				width: 875px;
			}
			
			#div-header {
				margin: 0 auto;
				width: 875px;
			}
			
			#div-nav {
				background-image: url(../images/navbg.png);
				background-repeat: repeat-x;
				height: 160px;
				width: 100%;
			}
			
				#div-nav-links {
					margin: 0 auto;
					width: 800px;
					height: 158px;
					overflow: hidden;
					border-top: 1px solid #ccc;
					border-bottom: 1px solid #ccc;
					border-left: 1px solid #ccc;
				}
				
					#div-nav-links a {
						display: block;
						height: 158px;
						width: 159px;
						float: left;
						border-right: 1px solid #ccc;
					}
					
					#div-nav-links a.solution { background: url('../images/thesolution.jpg') no-repeat 0px 0px; }
					#div-nav-links a.bestpart { background: url('../images/thebestpart.jpg') no-repeat 0px 0px; }
					#div-nav-links a.problem { background: url('../images/problem.jpg') no-repeat 0px 0px; }
					#div-nav-links a.howitworks { background: url('../images/howitworks.jpg') no-repeat 0px 0px; }
					#div-nav-links a.thenumbers { background: url('../images/thenumbers.jpg') no-repeat 0px 0px; }
					#div-nav-links a:hover, #div-nav-links a:active, #div-nav-links a.current { background-position: 0px -158px; }
			
			#div-body {
				margin: 0 auto;
				padding: 50px 50px 25px 50px;
				width: 698px;
				background-color: #fff;
				border-right: 1px solid #ccc;
				border-left: 1px solid #ccc;
				overflow: hidden;
			}
	
				.stock-left { float: left; margin: 0px 50px 0px 0px; }
				.stock-right { float: right; margin: 0px 0px 0px 25px; }
				
				#form-contact {
					width: 360px;
					float: right;
					margin-left: 50px;	
					font-size: 0.9em;
				}
					#form-contact fieldset {
						background-color: #f8f0f0;
						margin-bottom: 1em;
					}
					
					#form-contact legend {
						font-size: 1em;
						font-weight: bold;
						display: block;
					}
					
					#form-contact label {
						display: inline-block;
						width: 130px;
						text-align: right;
					}
					
					#form-contact input {
						display: inline-block;
						width: 180px;
						margin-left: 10px;
						font-size: 0.9em;
					}
					
					#form-contact #comments {
						width: 320px;
						height: 90px;
						font-family: Helvetica, Arial, sans-serif;
						font-size: 1em;
					}
					
					#form-contact #submit {
						width: 330px;
						margin: 0;
						padding: 5px;
						border: none;
						background-color: #c4494b;
						color: #fff;
						font-weight: bold;
					}
					
			#div-footer {
				margin: 0 auto;
				padding: 30px;
				width: 738px;
				background-color: #eee;
				border-right: 1px solid #ccc;
				border-left: 1px solid #ccc;
				text-align: center;
				font-size: 0.6em;
			}
	
				#div-footer li {
					display: inline;
					text-align: center;	
					margin: 0;
					padding: 0;
					list-style-type: none;
				}