@charset "UTF-8";
/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img {
	border: none;
	text-align: center;
}
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	position:relative;
	background-color:#FFFFFF;
	background-image:url(images/bg.png);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	}

.image {
	position:relative;
	left:50px;
	}

#header {
	background-image:url(images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:200px;
	}

#mainNav {
	position:relative;
	background-image:url(images/menuBtn.jpg);
	text-align:center;
	width:900px;
	height:34px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}
	
#mainNav ul {
	color:#FFFFFF;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-left:0px;
	list-style:none;
	text-align:center;
	}

#mainNav li {
	width:150px;
	float:left;
	}
	
	
#mainNav li a {
	display:block;
	line-height:34px;
	background-image:url(images/menuBtn.jpg);
	background-position:0px 0px;
	height:34px;
	width:150px;
	color:#000000;
	text-decoration:none;
	}

	
#mainNav li a:visited{
	color:#000000;
	text-decoration:none;
	background-position:0px 0px;
	}
	
#mainNav li a:active{
	color:#000000;
	text-decoration:none;
	background-position:0px -68px;
	}

#mainNav li a:hover{
	background-position:0px -34px;
	color:#003300;
	text-decoration:none;
	}
	
#dropshadow {
	position:relative;
	background-image:url(images/white_spacer.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:900px;
	height:25px;
	}
	
#title{
	position:relative;
	background-image:url(images/eheader.png);
	width:800px;
	height:65px;
	left:50px;
	line-height:65px;
	font-size:16px;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	}

#title p{
	position:relative;
	width:750px;
	left:25px;
	}
	
#home{
	position:relative;
	width:900px;
	text-align:center;
}

#homeText{
	position:relative;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	}
	
#homeText p{
	font-size:16px;
	text-align:left;
	}
	

#mainImage {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:480px;
	text-align:center;
	}
	
#productSpot{
	position:relative;
	width:900px;
	height:230px;
}

#productImage{
	position:relative;
	left:75px;
	top:15px;
	width:200px;
	height:200px;
	float:left;
	}

#productBlurb{
	position:relative;
	left:100px;
	top:15px;
	width:525px;
	}
	
#productBlurb h1{
	width:525px;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	padding-bottom:5px;
	}
	
#productBlurb p{

	width:525px;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	}
	
#specs {
	position:relative;
	width:750px;
	left:75px;
	}

#specs ul {
	color:#000000;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-left:0px;
	list-style:circle;
	text-align:left;
	}

#specs li {
	width:400px;
	font-size:12px;
	}

#contact {
	position:relative;
	width:750px;
	left:75px;
	}

#contact ul {
	color:#000000;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-left:0px;
	list-style:none;
	text-align:left;
	}

#contact li {
	width:400px;
	font-size:12px;
	}
	

#faq{
	position:relative;
	width:800px;
	left:50px;
	text-align:center;
}

#faq h3{
	position:relative;
	width:760px;
	margin:0px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	}
	
#faq img {
	position:relative;
	padding-bottom:15px;
	}

.top{
	position:relative;
	text-align:center;
	width:800px;
	height:15px;
	background-image:url(images/faq_top.png);
	}

.middle{
	position:relative;
	text-align:justify;
	width:780px;
	padding-left:20px;
	background-color:ebfd7d;
	background-image:url(images/faq_middle.jpg);
	}
	
.bottom{
	position:relative;
	text-align:center;
	width:800px;
	height:15px;
	background-image:url(images/faq_bottom.png);
	margin-bottom:20px;
	}
	
#footer {
	position:relative;
	width:900px;
	height:40px;
	text-align:center;
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

#footer p{
	display:block;
	padding: 0px;
	border: 0px;
	margin: 0px;
	line-height:40px;
	}
	
