@charset "utf-8";
/* CSS Document */
html{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

body{
	background-color:#051802;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	}
	
a img{
	border:none;
	}

h1{
	font-size:22px;
	margin:20px;
	padding:0px;
	color:#06F;
	}

h2{
	font-size:16px;
	margin:10px;
	padding:0px;
	color:#06F;	
	}

h3{
	font-size:12px;
	margin:10px;
	padding:0px;
	color:#060;
	}
	
ul{
	list-style:circle;
}

li a{
	color:#030;
}
	
.product{
	width:580px;
	height:380px;
	background-image:url(images/productBackground.gif);
	background-repeat:no-repeat;
	visibility:hidden;
	left:10px;
	top:400px;
	position:absolute;
	}
	
.productPic{
	border:medium;
	border-style:solid;
	border-color:#060;
}

.product h3{
	font-size:16px;
	color:#000;
	text-align:center;
}
.productImage{
	width:275px;
	height:300px;
	position:absolute;
	left:15px;
	top:25px;
	text-align:center;
	padding:10px 0px 0px 0px;
}

.productDescription{
	width:225px;
	height:300px;
	position:absolute;
	left:315px;
	top:0px;
	text-align:left;
	font-size:11px;
	padding:25px 0px 0px 0px;
}

.howTo{
	width:274px;
	height:348px;
	position:absolute;
	left:290px;
	top:16px;
	display:none;	
}

.add{
	display:inline;
}

.view{
	display:inline;
}

.price{
	color:#03C;
	font-size:14px;
	margin:3px;
	padding:3px;
}

#btn1{
	position:absolute;
	top:50px;
	left:0px;
	background-image:url(images/homeBtnHighlight.gif);
	width:210px;
	height:46px;
	}
	
#btn2{
	position:absolute;
	top:99px;
	background-image:url(images/aboutBtnHighlight.gif);
	width:210px;
	height:46px;
	left:0px;
}

#btn3{
	position:absolute;
	top:148px;
	background-image:url(images/productsBtnHighlight.gif);
	width:210px;
	height:46px;
	left:0px;
}
#btn4{
	position:absolute;
	top:197px;
	background-image:url(images/benefitsBtnHighlight.gif);
	width:210px;
	height:46px;
	left:0px;
}

.benefitsButton{
	font-size:9px;
	text-decoration:none;
	background-color:#C9FFBB;
	border:1px;
	border-style:solid;
	border-color:#060;
	padding:3px;
	color:#030;
	margin:4px;
}

.benefitsButton:hover{
	background-color:#CAE3FF;
}

#thumbnails{
	position:relative;
	top:700px;
	width:500px;
	text-align:center;
	margin:0 60px;
}

#thumbnails a{
	margin:1px;
}

.together{
	float:left;
	}

.hover{
	display:none;
	width:150px;
	position:absolute;
	background-color:#FFFFFF;
	margin:0 0 0 -60px;
	border:1px solid #296227;
	}
	
.hover,{
	margin:32px 0 0 -90px;
	}
	
.hover h3{
	font-size:10px;
	}

#container{
	text-align:center;
}

#site{
	width: 900px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	}
	
#banner{
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	width:900px;
	height:187px;
	position:relative;
	}
	
#logo{
	position:absolute;
	top:0px;
	left:20px;
	width:390px;
	height:98px;
	}
	
#backdrop{
	position:relative;
	width:900px;
	background-image:url(images/backdrop.gif);
	background-repeat:repeat-y;
	}
	
#menu{
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	width:210px;
	height:auto;
	float:left;
	padding:450px 0px 20px 0px; 
	text-align:center;
	}
	
#menu p{
	padding:0px 0px 0px 15px;
}
	
#contact{
	width:180px;
	left:15px;
	height:auto;
	color:#FFF;
	font-size:10px;
	margin:0px;
	padding:0px;
	}

#contact a{color:#FFF;}

#content{
	width:600px;
	float:left;
	position:relative;
	left:45px;
	padding:0px 0px 20px 0px;
	}

#homeSplash{
	width:580px;
	height:330px;
	left:10px;
	position:relative;
	background-color:#0B3705;
	}
	
#homeSplash object{
	left:15px;
	top:15px;
	position:absolute;
}

#homeSplash img{
	left:15px;
	top:15px;
	position:absolute;
}
	
#footer{
	position:relative;
	width:900px;
	height:67px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:10px;
	line-height:18px;
	}
	
#footerTEXT{
	width:900px;
	height:57px;
	position:absolute;
	text-align:center;
	top:5px;
}

#footer a{
	color:#FFFFFF;
	font-size:10px;
	}
	
.testimony{
	text-align:left;
	width:180px;
	left:15px;
	height:auto;
	top:755px;
	color:#FFF;
	font-size:10px;
	margin:0px;
	padding:0px;
}

.testimony h3{
	color:#09C;
	font-size:10px;
	text-align:center;
}

.testimonyBACK{
	background-color:#000;
}

.more{
	position:absolute;
	left:25px;
	top:-300px;
}



