* {
   	margin : 0;
   	padding : 0;
 }
 
body {
	margin : 0;	 
	padding : 0;
	color: #FFF;
	background: #20505F url(../imgs/bg/bg.png);
	background-repeat: repeat-x;
 }
 
html, body {  /*this rule keeps the page from appearing to shift when 
 				going from a long page, with scroll bar to a short page 
				without on some browsers */
				height: 100%;
				margin-bottom: 1px;
 }
.class1 {
	 	font: .75em Verdana, Geneva, sans-serif;
		color: #FFF;
		line-height: 1.5em;
		margin-bottom: 3px;
 } 
 
.center {
	 margin: 15px 0 0 250px;
 }
 h1 {
	font: bold 130% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FC0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #FC0;
	}
h2 {
	font: bold 120% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FC0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #FC0;
	}
	
h3 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #036;
	margin: 10px 0 10px 0;
	padding: 2px 8px;
	}	

p {
	font: .75em Verdana, Geneva, sans-serif;
	text-align: left;
	line-height: 1.5em;
}

	
#wrap {
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
	height: 100%;
	}

#header{
	width: 980px;
	float: left;
}

.logo {
	float: left;
	margin-left: .5em;
}

/* png ie transparency */
.png_hack{
  background-image: url(../imgs/logo_redefine.png) !important;
  background-image: none;
  filter: none !important;
  filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/the_image.png');
}
/*END*/
.logo_start {
	float: left;
	margin-left: 3em;
}

#promote {
	position: fixed;
		}
.like {
	position: relative;
	float: right;
	top: 5px;
	background-color: #ccc;
	padding: 5px;
	margin-right: 10px;
}

#video {
	float: left;
	width: 750px;
}

/*Table*/
.tableReviews {
	margin: 0 auto;
	border: none;
	text-align: center;
}

.tableReviews td {
	border: 1px solid #585852;
	padding: 1em 10px; 
}

/*product thumbnail imgs*/
.tn {
	 float : right;
	 clear: right;
	 margin: 0 10px 10px 10px;
	 /*border: 1px solid #FC0;*/
 }
 
 /*===================*/

.leftcontent {
	width: 14em;
	float: left;
	border-right: 1px dotted #FC0;
	margin-top: 5px;
}
#content {
	width: 960px;
	float: left;
	padding-bottom: 30px;
}

.productFeatures {
	padding-left: 10px;
}

.welcome {
	width: 74%;
	float: right;
	margin-bottom: 10px;
	padding: 0 5px;
	}

.news {
	width: 74%;
	float: right;
	margin: 0;
	padding: 10px 10px 30px 5px;
	text-align: left;
}

#banner {
	float: left;
	margin: -10px 0 0 110px;
}

/*========================================*/

/* Table data on Dealers page */
#tableLayout {
	background-color: #20505F;
	width: 100%;
	font: 0.75em  Verdana, Arial, Helvetica, sans-serif;	
}

#tableLayout, #tableLayout td {
	border-collapse: collapse;
	border: 1px solid #C4D7ED;
}

#tableLayout td {
	padding: 5px;
	font-size : 92%;
	line-height : 1.5em;
}

.tdTitle {
	background-color: #375D81;
	text-align: center;
}

.details {
	text-align: left;
	background: #20505F;
}
/*End*/

/*Form*/
fieldset {
	border: 1px solid #FC0;
	margin-top: 18px;
	padding: 10px;
}
legend {
	padding: 2px 5px;
	font: bold 95% sans-serif;
	color: #00008B;
	background-color: #F90;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
}
input.btn {
	color: #00008B;
	border: 1px outset #00008B;
	padding: 2px 1px 2px 4px;
	margin-left: 30%;
}
select {
	width: 200px;
	color: #00008B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #00008B;
}
.txt {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	color: #069;
}
.required {
	background-color: #FFEAD5;	
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	color: #069;
}
.country {
	margin-left: 30%;
}
/*End of Form*/ 

/*Footer*/
#footer {
	position: relative;
	padding-top: 10px;
	height: 150px;
	clear:both;
	background: #20505F url(../imgs/bg/bg_footer.png) repeat-x;
	border-top: 1px solid #999;
	}
/*Clearing the wrapper*/	
.wrapFix {
	 clear: both;
 }
	
/*======================================================================*/

.mainNav {
	padding: 2.4em .7em 2.5em;
	list-style: none;
	font: .75em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.mainNav a {
	display: block; /*to increase clickable area*/
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2.2;
	border-bottom: 1px solid #FFF;
}
.mainNav a:link {
	color: #FFF;
}
.mainNav a:visited {
	color: #FC9;
}
.mainNav a:hover {
	background-color: #D9AA63;
	color: #000;
	text-decoration: none;
}
.mainNav a:active, .mainNav a:focus {
	background-color: #FC0;
	color: #FFF;
	text-decoration: none;
}

.br_mainNav {background: url(../imgs/rounded/bottom_right.png) 100% 100% no-repeat #06F; width: 13em; margin: 1em 1em 0 5em; float: left;}
.tl_mainNav {background: url(../imgs/rounded/titles/products.png) 0 0 no-repeat}


/*=======================================================*/
/*The Course Nav*/

#courseNav p {
	padding: 2.4em 1em 7em;
	list-style: none;
	font: .75em Arial, Helvetica, sans-serif;
	line-height: 1.7em;
}

.br_courseNav {background: url(../imgs/rounded/bottom_right.png) 100% 100% no-repeat #06F; width: 13em; margin: 1em 1em 0 1em; float: left;}
.tl_courseNav {background: url(../imgs/rounded/titles/course.png) 0 0 no-repeat;}


/*========================================================*/
/*Updates*/

.updates {
	padding: 2.4em .7em 9em;
	list-style: none;
	font: .75em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.updates a {
	display: block; /*to increase clickable area*/
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2.2;
	border-bottom: 1px solid #FFF;
}
.updates a:link {
	color: #FFF;
}
.updates a:visited {
	color: #FC9;
}
.updates a:hover {
	background-color: #D9AA63;
	color: #000;
	text-decoration: none;
}
.updates a:active, .updates a:focus {
	background-color: #FC0;
	color: #FFF;
	text-decoration: none;
}


.br_updates {background: url(../imgs/rounded/bottom_right.png) 100% 100% no-repeat #06F; width: 13em; margin: 1em 1em 0 1em; float: left;}
.tl_updates {background: url(../imgs/rounded/titles/news.png) 0 0 no-repeat}


/*END of front page nav*/

/*=======================================================*/
					/*Products Nav*/ 
/*=======================================================*/

.prodNav {
	padding: 2.4em .7em 2.5em;
	list-style: none;
	font: .75em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.prodNav a {
	display: block; /*to increase clickable area*/
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2.2;
	border-bottom: 1px solid #FFF;
}
.prodNav a:link {
	color: #FFF;
}
.prodNav a:visited {
	color: #FC9;
}
.prodNav a:hover {
	background-color: #D9AA63;
	color: #000;
	text-decoration: none;
}
.prodNav a:active, .prodNav a:focus {
	background-color: #FC0;
	color: #FFF;
	text-decoration: none;
}

.br_prodNav {background: url(../imgs/rounded/bottom_right.png) 100% 100% no-repeat #06F; width: 13em; margin: 1em 1em .2em 0em; float: left;}
.tl_prodNav {background: url(../imgs/rounded/titles/products.png) 0 0 no-repeat}

/*=======================================================*/
					/*Dive 2day*/
/*=======================================================*/

.learn2dive {
	padding: 1.5em .5em .5em;
}
.br_learn2dive {background: url(../imgs/rounded/bottom_right.png) 100% 100% no-repeat #06F; width: 13em; margin: 0.2em 1em .2em 0em; float: left;}
.tl_learn2dive {background: url(../imgs/rounded/titles/learn2dive.png) 0 0 no-repeat;}

/*=======================================================================
Official Sponsors
========================================================================
*/
.sponsor {
	padding: 1.5em .5em .5em;
	background-color: transparent;
}

.br_sponsor {background: url(../imgs/rounded/bottom_right.png) 100% 100% no-repeat #06F; width: 13em; margin: 0.2em 1em .2em 0em; float: left;}
.tl_sponsor {background: url(../imgs/rounded/titles/sponsor.png) 0 0 no-repeat;}
/*=====================================================================*/


