@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #1a1d50;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #fff;
}

#topbar {
	width: 100%;
	height: 43px;
	background: url("images/topbar.jpg") repeat-x;
	position: absolute;
	z-index:10;
	top: 0;}

#container { 
	width: 1100px;
	background: url("images/waterbg.jpg");
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 


#contentContainer {
	width: 1052px;
	background:url(images/contentbgemptyfinal2.png);
	margin:-40px auto 0;}
	
#contentContainer.contactpage {
	background: url(images/contentbgemptyfinal2.png);}
	
#contentContainer.contactpage p {
	font-size: 18px;
	line-height: 22x;
	margin-bottom: 15px;}		


#header {
	padding: 0 10px 0 20px; 
	height: 160px;}
		
	 
#header h1 {
	width: 262px;
	height: 72px;
	text-indent: -9999px;
	background-image: url("images/logo.jpg");
	position: absolute;
	top: 0px;
	left: 30px;
	display: block;
}

/*--TEXT STYLES----------------------------------------------------------------------*/

.blue {
	color: #B2E4EF;}	
	
.white {
	color: #fff;}	

.gold {
	color: #C4A621;}
	
	

	
/*--NAVIGATION-----------------------------------------------------------------------*/
ul#nav {
	width:  420px;
	list-style-type: none;
	position: absolute;
	top: 15px;
	left: 620px;}
	

ul#nav li, ul#dealernav li {
	float: left;
	width: 132px;
	margin-right: 8px;}
	
ul#nav a, ul#dealernav a {
	display: block;
	width: 132px;
	height: 63px;
	background: url(images/buttonbg.png) no-repeat left top;
	padding-top:20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}	

ul#nav a#ebay, ul#dealernav a#ebay {
	display: block;
	width: 132px;
	height: 63px;
	background: url(images/ebay_logo.png) no-repeat left top;
	padding-top:20px;
	text-indent: -9999px;
	}	

ul#dealernav {
	width:  600px;
	list-style-type: none;
	position: absolute;
	top: 15px;
	left: 480px;}

	
	

/*--MAIN CONTENT---------------------------------------------------------------------*/	

#mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:  20px;
	width: 1050px;
	height: auto !important; 
    height: 900px;                /* for IE5.x and IE6   */
   	min-height: 780px;
	position: relative;
} 


html > body #mainContent,html > body #sidebar,html  {
height: auto;
}
#mainContent h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #d9d9d9;
	margin-top: 20px;
	margin-left: 20px;}
	
#mainContent h1#flag {
	font: 24px Arial, Helvetica, sans-serif;
	color: #d9d9d9;
	margin-top: 20px;
	margin-left: 20px;
	background: url(images/diveflag.gif) no-repeat left center;
	padding-left: 50px;
}	
	
#mainContent h2 {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 18px;}
	
#mainContent h2#tagline {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 75px;
	margin-left: 20px;}
	

		
	
#mainContent h2#videobox {
	font-weight:normal;}		
	
#mainContent h4 {
	font-size: 13px;
	color:#00CCFF;
	margin: 5px 10px;}
	
#mainContent p {
	margin-left: 20px;
	width: 950px;
	margin-top:0;
	font-size: 16px;
	line-height: 19px;}		
	
#slider {
	width: 388px;
	margin-left: 20px;}

/*--VIDEOS SECTION----------------------------------*/
	
#videos {
	width: 550px;
	height: 325px;
	position: absolute;
	top: 45px;
	left: 450px;}

a.demo 	{
	width: 194px;
	height: 172px;
	background-image: url(images/TV_SCREENS/demo.png);
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 60px;
	left: 60px;}
	
	
a.changeblade {
	width: 194px;
	height: 172px;
	background-image: url(images/TV_SCREENS/howtochangetheblade.png);
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 60px;
	left:  330px;}
			
#videos h1 {
	font-size: 16px;
	position: absolute;
	top: 230px;}

#videos h3 {
	width: 166px;
	height:33px;
	text-indent: -9999px;
	background:url(images/sidebarheader.png)no-repeat;
	margin: 0 auto;}
	
#videos p {
	width: 500px;
	margin-top: 200px;
	margin-left: 30px;}
	
#videos h2 {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 220px;
	margin-left: 50px;
	font-size: 18px;}
		
				
		
ul#hometext {
	color: #fff;
	font-size: 14px;
	line-height: 18px;}
	
ul#hometext li {
	margin-bottom: 20px;}
	
.white {
	color: #fff;}		

#footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url("images/footerbg.jpg") repeat-x; 
	height: 60px;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*--DEALERS PAGE STYLES----------------------------------------------*/

#contentContainer.insidepage dl {
	margin-left:  20px;
	margin-top: 30px;}
	
#contentContainer.insidepage dl dt {
	color: #47D9E8;
	font-size: 1.3em;}
	
#contentContainer.insidepage dl dd {
	margin-left: 0px;
	margin-bottom:  30px;
	color: #fff;}			
	
#contentContainer.insidepage dl a:link, #contentContainer.insidepage p a:link, #contact a:link {
	color: #C4A621;}
	
#contentContainer.insidepage dl a:visited, #contentContainer.insidepage p a:visited, #contact a:visited {
	color: #C4A621;}
	
#contentContainer.insidepage dl a:hover, #contentContainer.insidepage p a:hover, #contact a:hover {
	color: #ccc;}
	
#contentContainer.insidepage dl a:active, #contentContainer.insidepage p a:active, #contact a:active {
	position: relative;
	top: 1px;}			
	
	
#contentContainer.insidepage h2, #contentContainer.contactpage h2 {
	color: #47D9E8;
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size:  1.5em;}	
	
#contentContainer.insidepage p, #contentContainer.contactpage p {
	margin-left: 20px;
	margin-top: 0;
	color: #fff;
	font-size: 18px;}
	
#contentContainer.contactpage a {
	color: #C4A621;}	
	
#dealerbuttons {
	position: absolute;
	top: 200px;
	left: 500px;}
	
		

				
/*---BUY NOW PAGE---------------------------------------------*/

#contentContainer.buynowpage {
	background: url(images/dealerbg.png);}	
	
#contentContainer.buynowpage table {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #1A1D50;
	border: 1px solid #4A56CB;
}	
	
	
#contentContainer.buynowpage table img.showcase {
	border: 2px solid #4A56CB;
	padding:5px;
}

#contentContainer.buynowpage table td.button {
	padding-top: 20px;}

	
#contentContainer.buynowpage table p {
	width: 400px;
	text-align: left;
	margin-left: 60px;
	margin-right: 15px;}
	
#contentContainer.buynowpage table h1, #contentContainer.buynowpage table h3 {
	margin-left: 60px;
	color: #B8F5FA;}
				
	
dl {
	text-align:left;}
	
dl dt {
	font-weight: bold;}
	
dl dd {
	margin-bottom: 15px;}			
	
	
#storeslider {
	border: 1px solid #4A56CB;
	width: 388px;
	position: absolute;
	top: 90px;
	left: 40px;}	
	
	
			
	

