#mainbody {
	background: url(../images/mainbody_bg.gif) top left;
	margin-bottom: 10px;
} /* makes sidebar and content area background expand with added content */

.clearbody {
	clear: both;
}

/********* NAVIGATION ***********/

#navigation {
	margin: 0;
	padding: 0;
}

#nav {
	width: 971px;
	background: url(../images/nav_bg.gif);
	float: left;
	height: 41px;
	font-size: 14px;
	margin: 15px 0 10px 0;
}

#nav ul {
	margin: 12px 0 0 20px;
	padding: 0;	
	float: left;
}

#nav li {
	margin-right: 35px;
	list-style-type: none;
	display: inline;
	font-weight: bold;	
}

#nav li a:hover {
	color: #ffffff;
	border-bottom: 5px solid #ffffff;
	padding-bottom: 8px;
}

#nav .active a{
	color: #ffffff;
	border-bottom: 5px solid #ffffff;
	padding-bottom: 8px;
}

/******** SEARCH **************/
#search {
    float: right;
    padding: 10px 5px 0 0;
    clear: right;
}
#search input.text {
    color: #999999;
}

/*********** ONE COLUMN LAYOUT ****************/
#mainbody.onecol {
	background: #000000;
	padding: 0;
}

#mainbody.onecol #contentbox {
	width: 970px;
	margin: 0;
}

/********* SUB MENU ***********/

#submenu {
	width: 270px;
	float: left;
}

#submenu div {
	margin: 0;
	padding: 0;
}

#submenu h2 {
	background: #000000;
	width: 230px;
	height: 10px;
	padding: 10px 20px 20px;
	border-bottom: 1px solid #78b4cf;
	display: block;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
}
ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li a {
  background: #053145;
  padding: 5px 0 15px 30px;
  font-weight: bold;
  height: 10px;
  border-bottom: 1px solid #124359;
}

ul#menu li.active>a {
  background: url(../images/submenu_active.gif);
}

ul#menu li.active ul {
  border-bottom: 4px solid #000;
}

ul#menu li a:hover {
  background: url(../images/submenu_active.gif);
}
ul#menu li ul li {
	color: #83c2db;
}
ul#menu li ul li a {
  background: url(../images/sub_submenu_bg.gif) no-repeat #08212d;
  height: 5px;
  padding: 5px 0 15px 30px;
  color: #83c2db;
}

li.active a {color:#fff;}
ul#menu li ul li.active a,
ul#menu li ul li.active a:hover {
  background: url(../images/sub_submenu_active.gif) left no-repeat #08212d;
  color: #fff;
}

ul#menu li ul li a:hover {
  color: #fff;
  background: url(../images/sub_submenu_bg.gif) no-repeat #0e3040;
  text-decoration: none!important;
}

/* for learnmore video submenu */

ul#menu li ul li h3.categorytitle {
	background: #0f2838;
	font-size: 12px;
	height: 15px;
	display: block;
	color: #eeb41f;
	font-weight: bold;
	padding: 5px 0 5px 30px;

}

ul#menu li ul li a {
	font-size: 11px;
	color: #ffffff;
}
ul#menu li ul li a:hover {
	text-decoration: underline;
}

ul#menu li ul li ul li a,
ul#menu li ul li ul li a:hover {
	background: #0c4159;
	border-bottom: 1px solid #1e4f70;
	padding-left: 40px;
}

ul#menu li ul.subcategories li ul {
	border: none;
}

/********* CONTENT BOX ***********/

#contentbox {
	background: #000000;
	width: 689px;
	margin-left: 11px;
	float: left;
}

#contentbox h2, .bluetitle {
	background: url(../images/contentbox_header.gif);
	height: 20px;
	padding: 20px;;
	border-bottom: 1px solid #464646;
}

#contentbox h2.whitetitle {
	background: none;
	height: 20px;
	border: none;
	margin: -61px 0 0 161px;
}

/********** PRODUCT DETAILS CONTENT ON PRODUCT PAGES ****************/
div.product-details {
	padding-left: 20px;
}
div.product-details p {
	padding: 20px 5px 5px 5px;
}
div.product-details td {
	margin: 0;
	padding: 3;
}
/********* UNDERWATER VIDEO ***********/

div#underwatervideo {
	background: #000000 url(../images/underwater_player_bg.jpg) top right no-repeat;
	width: 689px;
	height: 631px;
	float: left;	
}

div#underwatervideo div#video {
	margin-top: 86px;
	margin-left: 176px;
}

div#video h3.novideo {
	text-align: center;
	font-size: 1.3em;
	color: #000;
	padding: 75px 15px;
	font-weight: bold;
}

/********* LEARNMORE INDEX ******************/
div#learnmore {
	background-image: url('../images/learnmore_bg.jpg'); background-repeat: no-repeat; height: 408px; width: 690px; padding-top: 78px;
}
div#learnmore div {
	float: left;
	padding-left: 45px;
}
div#learnmore div#audio {
	padding-left: 65px;
}
div#learnmore div#articles {
	padding-left: 85px;
}
div#learnmore h3 {
	color: #6abdd2;
	font-weight: bold;
	font-size: 1.6em;
}

/********* LEARNMORE VIDEO PLAYER ***********/
div#learnmorevideo {
	background: #000000 url(../images/learnmore_player_bg.jpg) left no-repeat;
	width: 689px;
	height: 529px;
	float: left;
}

div#learnmorevideo div#video{
	margin-top: 108px;
	margin-left: 166px;
}

/********* LEARNMORE AUDIO PLAYER ***********/
div#learnmoreaudio{
	margin: 20px;
}

/********* LEARNMORE ARTICLES ***********/

.block p {
	padding: 10px 0 5px 0;
	font-weight: bold;
}

#learnmorearticles .row {
	background: url(../images/article_bg.gif) no-repeat top left;
	width: 689px;
	min-height: 229px;
	float: left;
	text-align: center;
	margin: 20px 16px 0 0;
	padding: 20px 0 30px 0;
}

#learnmorearticles .block {
	width: 300px;
	margin-left: 22px;
	float: left;
}

#learnmorearticles ul {
	list-style-type: none;
	text-align: left;
	margin-left: 50px;
}

#learnmorearticles ul a {
	font-size: 11px;
	color: #b0c6cd;
}

#learnmorearticles ul a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#article {
	margin: 20px;
}
div#article p {
	padding-bottom: 20px;
}
div#article h3 {
	font-weight: bold;
	font-size: 1.15em;
	border-bottom: 1px solid #fff;
	margin-bottom: 3px;
}

/********* TEAM GEAR and ACCESSORIES ***********/

img.banner {
	margin: 0 0 0 -1px;
	border: none;
}

table#products {
	border-top: 1px solid #414141;
	margin: 10px;
}

table#products td {
	height: 200px;
	margin: 0 0 0 0;
	padding: 10px;
	border-bottom: 1px solid #414141;
	vertical-align: top;
}

table#products td div {
	margin-left: 0;
}

table#products td ul {
	margin-left: 0;
}

table#products td.image {
	width: 200px; 
	height: 200px;
}

table#products a.product-title {
	background: url(../images/productheading.gif) repeat-x;
	font: 1.19em Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 39px;
	display: block;
	padding: 10px 0 0 10px;
	width: 399px;
	color: #fff;
	margin: 0;
}
table#products a.product-title:hover {
	text-decoration: underline;
}

span.price {
	font: 18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	float: left;
	width: 399px;
	text-align: right;
	margin: -40px 0 0 0 ;
}


a.btn_buynow {
	display: block;
	width: 96px;
	height: 28px;
	background: url(../images/btn_buynow_blue.gif) no-repeat top left;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding: 6px 0 0 34px;
	margin: 10px 0 0 0;
}

a.btn_buynow:hover {
	background: url(../images/btn_buynow_blue.gif) no-repeat top right;
}

#products p {
	margin-left: 0px!important;
}

#products ul li {
	margin-left: 25px!important;
}

#products a {
	margin-top: 15px;
}


/********* PORTABLES ***********/

#portables {
	background: url(../images/portables_bg.jpg) top right no-repeat;
}

.blueprice {
	color: #8ad6ef;
	font-weight: bold;
	font-size: 24px;
	float: right;
	display: block;
	margin: -40px 20px 0 0;
}

img#underwaterlink {
	margin: 120px 0 0 0;
}

#tabbed_box {
	margin: 20px;
}

#tabbedbox_nav{
	border-bottom: 1px solid #a2a2a2;
	height: 27px;
	margin: 0 0 10px 0;
}

#tabbedbox_nav li{
	display:inline;
	margin:0;
	padding:0;
}

#tabbedbox_nav a {
	float:left;
	background:url(../images/tableft_inactive.gif) no-repeat left top;
	padding: 0 0 0 6px;
}

#tabbedbox_nav a span {
	background:url(../images/tabright_inactive.gif) no-repeat right top;
	font-size: 11px;
	height: 27px;
	padding: 8px 17px 0 10px;
	color: #484848;
	display: block;
}

#tabbedbox_nav li.active a,
#tabbedbox_nav a:hover {
	background:url(../images/tableft_active.gif) no-repeat left top;
	padding: 0 0 0 6px;
}

#tabbedbox_nav li.active a span,
#tabbedbox_nav a:hover span {
	color: #044355;
	background:url(../images/tabright_active.gif) no-repeat right top;
	padding: 8px 17px 0 10px;
}

#tabbedboxbody {
	width: 442px;
}

#tabbedboxbody p {
	padding: 0 0 10px 0;
}


#tabbedboxbody ul {
	margin-left: 30px;
	list-style: url(../images/squarebullet.gif);
}
#tabbedboxbody li {
	padding: 0 0 5px 0;
}

/********* MAV4 PAGE ***********/

#mainbody.mavbody { background:none;} /*makes background transparent */

#mav { padding: 15px; }

#mav_slideshow {
	margin-bottom: 11px;
}

#mavtour {
	width: 368px;
	float: left;
}

#mainbody.mavbody #contentbox {
	width: 590px;
}

h2.orangetitle {
	background: url(../images/contentbox_header.gif);
	height: 20px;
	padding: 20px;;
	border-bottom: 1px solid #464646;
}

.orangeprice {
	color: #d4ae47;
	font-weight: bold;
	font-size: 24px;
	float: right;
	display: block;
	margin: -40px 20px 0 0;
}

a.btn_buynow_orange {
	display: block;
	width: 133px;
	height: 32px;
	background: url(../images/btn_buynow_orange.gif) no-repeat top left;
	color: #ffffff;
	font-weight: bold;
	font-size: 21px;
	padding: 12px 0 0 46px;
	margin: 30px 0 50px;
}

a.btn_buynow_orange:hover {
	background: url(../images/btn_buynow_orange.gif) no-repeat top right;
}


/********* CAMERA COMPARISON ***********/

#mainbody.camera #contentbox {
	background: url(../images/cameracomparison_bg.gif) repeat-x;	
}
#mainbody.camera #contentbox p {
	color: #b9d8e3;
	margin: 20px;
}

li.first {
	width: 149px;
	padding: 10px;
}

li.first p {
	margin: 0 !important;
	color: #292929 !important;
	font-weight: normal;
}

#cameracomparison {
	padding: 20px;
}

.cameratitle {
	background: none !important;
	height: 20px;
	padding-left: 0 !important;
	margin: 0 20px 0 20px;
	border-bottom: 1px solid #ffffff !important;
}

#zoom ul, #zoom li {
	list-style-type: none;
	display: inline;
	float: left;
	background: #e7edf1;
	color: #292929;
}
#zoom img {
	/*width: 100px;*/
}

#cameracomparison table {
	float: left;
	border-collapse: collapse;
}

#cameracomparison td {
	width: 118px;
	height: 25px;
	padding: 10px 10px 5px 10px;
	text-align: center;
	border: 1px solid #6a7e89;
	font-size: 11px;
	line-height: 10px;
	
	
}

#cameracomparison th {
	background: #65808d;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	height: 15px;
	padding: 5px 0 5px 10px;
	border: 1px solid #053145;
}

#cameracomparison th.first {
	border-left: 1px solid #6a7e89;
	border-right: 1px solid #053145;
	
}

#cameracomparison th.last {
	border-right: 1px solid #6a7e89;
	border-left: 1px solid #053145;	
}


#cameras tr {
	background: #053145;
	padding: 0;
}

#cameras tr.alt {
	background: #08455e;
}

#cameras a:link,
#cameras a:active,
#cameras a:visited {
    color: #fff;
}

#cameras a:hover {
    color: #fff;
    text-decoration: underline;
}

.first {
	width: 195px;
	text-align: left !important;
	font-size: 12px;
	font-weight: bold;
	color: #65808d;
	
}

#cameras tr.grey, #cameras tr.grey a {
	background: #c5cacd;
	color: #000000;
}

#cameras.grey a:hover {
	color: #333333;
}


.grey img {
	padding-right: 5px;
}

/*************** SITEMAP PAGE ******************/
ul#sitemap {
	margin-left: 20px;
}
ul#sitemap li {
	margin-left: 15px;
	padding: 2px;
}
ul#sitemap>li.main-level {

}
ul#sitemap ul.level-one>li {

}
ul#sitemap ul.level-two>li {

}

/******* PRODUCT REVIEW *************/
#product-review {
	padding-top: 10px;
}
#product-review dt {
	padding-bottom: 5px;
}
#product-review dd {
	padding: 0 0 5px 15px;
}
#write-review {
	padding-top: 10px;
}
#product-review input,
#product-review select,
#product-review textarea {
	background-color: #eeeeee;
}
ol#review-listing {
	margin-left: 15px;
}
#review-listing h4 {
	font-size: 1.1em;
	color: #fff;
}
#review-listing p {
	padding-left: 20px;
}
#keywords {
    padding-top: 40px;
    text-align: center;
}
#keywords a:link,
#keywords a:active,
#keywords a:visited {
    color: #fff;
    font-size: 11px;
    
}
/* QFORM DEFAULT */
span.error, span.warning { margin-left: 5px; font: 12px 'Helvetica', 'Verdana', 'Arial'; color: #ff0000; }

div.success {
	background-color: #e8ffdf;
	padding: 6px;
	color: #555555;
	padding-left: 20px;
}

/* QPaginator */
	span.paginator { margin: 5px; padding: 5px; display: block; text-align: right; }
		span.paginator span { list-style-type:none; display: inline; padding: 0; margin: 0; }
			span.paginator span.page a { text-decoration: none; color: #fff; padding: 0 3px 0 3px; margin: 0 2px 0 2px;}
			span.paginator span.page a:hover { background-color: #999; }
			span.paginator span.arrow { font-weight: bold; color: #ccc; margin: 0; padding: 0 3px 0 3px; }
			span.paginator span.arrow a { font-weight: bold; color: #fff; text-decoration: none; }
			span.paginator span.selected { font-weight: bold; background-color: #999; padding: 0 3px 0 3px; margin: 0 2px 0 2px; border: 1px; border-style: solid; }
			span.paginator span.break { color: #666; margin: 0 5px 0 5px; }
			span.paginator span.ellipsis { color: #666; }
/* QDataGrid */
	table.datagrid { border: 1px solid #fff; }
		table.datagrid caption, table.datagrid tfoot { padding-bottom: 4px; overflow: auto; }
			table.datagrid span.left { float: left; font-size: 10px; display: block; }
			table.datagrid span.right { float: right; font-size: 10px; display: block; }
		table.datagrid th { background-color: #ababab; padding: 3px 5px 3px 5px; text-align: left; font-weight: bold; color: #000; }
			table.datagrid th a { color: #000; text-decoration: none; }
			table.datagrid th a:hover { color: #000; text-decoration: underline;}
		table.datagrid td { padding: 5px; }
			/*table.datagrid td a { color: #000; }
			table.datagrid td a:hover { color: #000; text-decoration: none; }*/
/* QDialogBox */
	div.dialogbox { border: 4px solid #333; background-color: #000; padding: 20px; width: 400px; overflow: auto; }