@charset "utf-8";
/* CSS Document */


body {
background:#000;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
}

#homeContainer { background: url(../images/backDrop.jpg) no-repeat;
             width:1024px;
			 height: 768px;
			 margin: 0 auto;
			 position: relative;
			 overflow: hidden; }
			 
			 #homeContainer h2 { margin:0; font-size:1px; text-indent:-9999px; float:left: }
			 
			 ul#mainNav { margin:0; padding:0; list-style:none; }
			 ul#mainNav li { margin:0; padding:0; text-indent:0; }
			 
.sectionPageBkDrop { background: url(../images/sectionPage.jpg) no-repeat;
                     width: 1024px;
					 height: 768px;
					 margin: 0 auto;
					 position: relative;
					 overflow: hidden; }

.contentArea { width: 688px;
               height: 450px;
			   margin: 82px 0px 0px 175px;
			   }

/* nav link styles */

#mainNav a { outline:none;
display: block;
 text-indent: -9999px;
		   position: relative;
}
			   
#aboutBtn { 
           width: 175px;
		   height: 28px;
		   background: url(../images/aboutBtn.jpg) no-repeat;
		  
		   top: 200px;
		   left: 25px;
}

#aboutBtn:hover { background: url(../images/aboutBtnRoll.jpg) no-repeat;
                  border: none;
}

#OrderBtn { 
           width: 159px;
		   height: 29px;
		   background: url(../images/orderBtn.jpg) no-repeat;	
		   top: 240px;
		   left: 25px;
}

#OrderBtn:hover { background: url(../images/OrderBtnRoll.jpg) no-repeat;
}

#downloadsBtn { 
           width: 175px;
		   height: 28px;
		   background: url(../images/downloadsBtn.jpg) no-repeat 0 0;
		   top: 220px;
		   left: 25px;
}

#downloadsBtn:hover { background: url(../images/downloadsBtnRoll.jpg) no-repeat;
}

#faqsBtn { 
           width: 175px;
		   height: 28px;
		   background: url(../images/faqsBtn.jpg) no-repeat;
		   top: 260px;
		   left: 25px;
}

#faqsBtn:hover { background: url(../images/faqsBtnRoll.jpg) no-repeat;
}

#signUpBtn { 
           width: 250px;
		   height: 29px;
		   background: url(../images/signUpBtn.jpg) no-repeat;
		   top: 250px;
		   left: 385px;
}

#signUpBtn:hover { background: url(../images/signUpBtnRoll.jpg) no-repeat;
}
			   
#shareBtn { 
           width: 275px;
		   height: 29px;
		   background: url(../images/shareBtn.jpg) no-repeat 0 0;
		   top: 255px;
		   left: 385px;
}

#shareBtn:hover { background: url(../images/shareBtnRoll.jpg) no-repeat 0 0;
}       

.vidGallery { width: 398px;
              height: 288px;
			  position: relative;
			  top: -98px;
			  left: 250px;
             } 


#footer { 
             width:1024px;
			 margin: 0 auto;
			 position: relative;
			 overflow: hidden; 
			 color:#E8CE6E;
			 text-align:center;
			 padding:10px; 
			 
			 font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
			 
			 #footer a { text-decoration:none; color:#E8CE6E; }
			 			 #footer a:hover { text-decoration:underline; }