/* GENERAL
-------------------------------------------------------------------------------- */
body, div, h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
}
img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
/* GLOBAL SETTINGS
----------------------------------------------- */

html {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
}
body {
	background: #1a1a1a url(../images/bg.jpg) top center fixed repeat-y;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #cccccc;
	margin: 0;
	height: 100%;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.push {
	height: 75px;
}
.clearfloat {
	display: inline-block;
}
.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfloat {
	height: 1%;
}
.clearfloat {
	display: block;
}
/* PAGE STRUCTURE
----------------------------------------------- */
/* CSS for All the Menus START */
ul.ws_css_cb_menu {
	display:block;
	float: left;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 0px;
}
ul.ws_css_cb_menu li {
	display:block;
	margin:0px;
	float:left;
	padding: 3px;
}
ul.ws_css_cb_menu a:hover ul, ul.ws_css_cb_menu a:hover a:hover ul, ul.ws_css_cb_menu a:hover a:hover a:hover ul {
	display:block;
}
ul.ws_css_cb_menu a {
	display:block;
	vertical-align:middle;
	border-width:0px;
	padding:2px;
	padding-left:0;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
}
ul.ws_css_cb_menu span {
	overflow:hidden;
}
ul.ws_css_cb_menu li a:hover, ul.ws_css_cb_menu li a {
	color:#ffffff;
	height: 15px;
}
ul.ws_css_cb_menum li a:hover, ul.ws_css_cb_menum li a {
	padding:4px;
	font-weight: normal;
	color: #ffffff;
}
ul.ws_css_cb_menu ul {
	position: absolute;
	left:-1px;
	top:98%;
	width:140px;
	background-color:#262626;
}
ul.ws_css_cb_menu ul ul {
	
}
ul.ws_css_cb_menu ul ul li{
	color: #FFFFFF;
	font-size: 10px;
}
ul.ws_css_cb_menu ul ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
ul.ws_css_cb_menu, ul.ws_css_cb_menu ul {
	margin:0px;
	list-style:none;
	padding:0px;
	z-index: 99999;
}
ul.ws_css_cb_menu a:active, ul.ws_css_cb_menu a:focus {
	outline-style:none;
}
ul.ws_css_cb_menu ul li {
	float: left;
	width: 140px;
	padding: 0px;
	background: none;
}
ul.ws_css_cb_menu ul li img{
	padding-left: 3px;
	margin: 3px 0px 3px 0px;
}
ul.ws_css_cb_menu ul a {
	white-space:nowrap;
	text-align:left;
	font-size: 11px;
	color: #fbb000;
}
ul.ws_css_cb_menu li:hover {
	position:relative;
}
ul.ws_css_cb_menu li:hover>a {
	color: #ffffff;
	text-decoration:none;
}
ul.ws_css_cb_menu li a:hover {
	position:relative;
	color: #ffffff;
	text-decoration:none;
}
ul.ws_css_cb_menum li a:hover {
	background-color: #161616;
	color: #ffffff;
}
ul.ws_css_cb_menu img {
	border: none;
	float:left;
}
ul.ws_css_cb_menu ul img {
}
ul.ws_css_cb_menu ul, ul.ws_css_cb_menu a:hover ul ul {
	display:none;
	z-index:99999;
}
ul.ws_css_cb_menu li:hover>ul {
	display:block
}
ul.ws_css_cb_menu span {
	display:block;
	padding-right:11px;
	background-position:right center;
	background-repeat: no-repeat;
}
/* CSS for TABLE Tags for IE 6 and Lower START */
ul.ws_css_cb_menu li a table, ul.ws_css_cb_menu li a:hover table {
	border-collapse:collapse;
	margin:-4px 0px 0px -9px;
	border:0px;
	padding:0px;
}
ul.ws_css_cb_menu li a table tr td, ul.ws_css_cb_menu li a:hover table tr td {
	padding:0px;
	border:0px;
}
ul.ws_css_cb_menu li a table ul, ul.ws_css_cb_menu li a:hover table ul {
	border-collapse:collapse;
	padding:0px;
	margin:-4px 0px 0px -9px;
}
#container {
	width: 770px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
	padding: 0;
	background: #111111;
}
#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	display: block;
	background: #262626 url(../images/header.gif) no-repeat;
}
#content {
	width: 770px;
	background: url(../images/bg_content.jpg) repeat-y;
}
#contenttop {
	background-color: #0a0a0a;
	display: block;
	float: left;
	margin: 10px 0;
}
#footer {
	padding: 0;
	margin: 61px auto;
	width: 770px;
	height: 105px;
	font-size: 10px;
	text-align: left;
	background: #212121 url(../images/footer.gif) no-repeat;
}
#footer ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 25px 0 0 10px;
	display: block;
}
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 9px "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: url(../../images/footer_hash.gif) right no-repeat;
	float: left;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	padding: 10px 20px 10px 19px;
	color: #FFFFFF;
}
#footer li.copyright {
	color: #666666;
	background: none;
}
#footer li.first {
	padding-left: 10px;
}
#footer li.last {
	background: none;
}
#footer p {
	clear: both;
	float: left;
	display: block;
	padding: 15px 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6F6F6F;
	width: 730px;
}
#footer span {
	color: #3f3f3f;
}
/* NAVIGATION
----------------------------------------------- */

#navContainer {
	width: 750px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 0 10px;
	background: transparent url(../images/nav_container_bg.gif) no-repeat;
	clear:right;  /* Required for everything except IE Win. */
}
div#navigation {
	height:60px;
	width:750px;
	margin:0;
	padding:0;
	border:0;
	float:left;
}
div#navigation ul#menu {
	height:60px;
	width:750px;
	background:transparent url(../images/nav.gif) top left no-repeat;
	margin:0;
	padding:0;
	position:relative;
	overflow: hidden;
}
div#navigation ul#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position: absolute;
	text-align: center;
	top:0;
}
ul#menu li, ul#menu a {
	height:60px;
	display:block;
}
div#navigation ul#menu li a {
	text-decoration: none;
	color: #dddddd;
	padding-top: 22px;
	text-align: center;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center!important;
	letter-spacing: 0.1em;
}
div#navigation ul#menu li.current {
	text-decoration: none;
	color: #fbb000;
	padding-top: 22px;
	text-align: center;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center!important;
	letter-spacing: 0.1em;
}
div#navigation ul#menu a:hover {
	color: #fbb000;
	padding-top: 20px;
}
li#nav_home {
	left: 0;
	width: 107px;
	text-indent: -3000px;
}
li#nav_surf {
	left: 107px;
	width: 107px;
}
li#nav_dive {
	left: 214px;
	width: 107px;
}
li#nav_wake {
	left: 321px;
	width: 107px;
}
li#nav_girl {
	left: 428px;
	width: 107px;
}
li#nav_mobile {
	left: 535px;
	width: 107px;
}
li#nav_products {
	left: 642px;
	width: 108px;
}
#nav_home a:hover, body#nav_homeon #nav_home {
	background:transparent url(../images/nav.gif) 0 -60px no-repeat;
	text-indent: -3000px;
}
#nav_surf a:hover, body#nav_surfon #nav_surf {
	background:transparent url(../images/nav.gif) -107px -60px no-repeat;
}
#nav_dive a:hover, body#nav_diveon #nav_dive {
	background:transparent url(../images/nav.gif) -214px -60px no-repeat;
}
#nav_wake a:hover, body#nav_wakeon #nav_wake {
	background:transparent url(../images/nav.gif) -321px -60px no-repeat;
}
#nav_girl a:hover, body#nav_girlon #nav_girl {
	background:transparent url(../images/nav.gif) -428px -60px no-repeat;
}
#nav_mobile a:hover, body#nav_mobileon #nav_mobile {
	background:transparent url(../images/nav.gif) -535px -60px no-repeat;
}
#nav_products a:hover, body#nav_productson #nav_products {
	background:transparent url(../images/nav.gif) -642px -60px no-repeat;
}
.skip {
	position:absolute;
	left:-200em;
	width:19em
}
/* YOU ARE HERE */
body#home #nav_home {
	background: transparent url(../images/nav.gif) 0px -120px no-repeat;
	text-indent: -3000px;
}
body#surf #nav_surf {
	background: transparent url(../images/nav.gif) -107px -120px no-repeat;
}
body#dive #nav_dive {
	background: transparent url(../images/nav.gif) -214px -120px no-repeat;
}
body#wake #nav_wake {
	background: transparent url(../images/nav.gif) -321px -120px no-repeat;
}
body#girl #nav_girl {
	background: transparent url(../images/nav.gif) -428px -120px no-repeat;
}
body#mobile #nav_mobile {
	background: transparent url(../images/nav.gif) -535px -120px no-repeat;
}
body#products #nav_products {
	background: transparent url(../images/nav.gif) -642px -120px no-repeat;
}
/* SUB NAVIGATION
----------------------------------------------- */

#subnavigation {
	height:30px;
	width:750px;
	margin-top:0;
	padding:0;
	float:left;
	position:relative;
	overflow: hidden;
}
#subnavigation ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	background: url(../images/subnav_hash.gif) left no-repeat;
}
#subnavigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 10px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#subnavigation a {
	background: url(../images/subnav_hash.gif) right no-repeat;
	float: left;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	padding: 10px 20px 10px 19px;
	color: #fbb000;
}
#subnavigation a:hover {
	color: #efefef;
	background: #262626 url(../images/subnav_hash.gif) right no-repeat;
}
#subnavigation .current a {
	color: #efefef;
	background: #161616 url(../images/subnav_hash.gif) right no-repeat;
}
#subnavigation span {
	float: left;
	background: url(../images/subnav_hash.gif) no-repeat;
	width: 1px;
	height: 30px;
}
/* HEADER ASSETS
----------------------------------------------- */

#searchbox {
	width: 220px;
	margin: 0;
	padding: 0;
}
#searchFeature {
	margin: 30px 0 0 0;
	padding: 0;
}
#searchFeature #search {
	position: absolute;
	margin: 0 0 0 5px;
	padding: 0;
}
#searchFeature input#searchBox {
	border:1px solid #3f3f3f;
	;
	background:#262626;
	margin: 0px !important;
	width: 150px;
	font-size: 9px;
	color: #6F6F6F;
	padding: 4px 0 4px 5px;
}
.signup {
	font: 9px "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 8px 0 0 0;
}
.signup a:hover {
	color: #eeeeee;
	text-decoration: none;
}
.mcafee {
	margin: 22px 10px 0 10px;
	float: right;
	width: 65px;
	height: 37px;
}
.header_right {
	float: right;
	width: 305px;
}
#flashcontent {
	padding: 10px 0px 0px 12px;
}
#searchvideos {
	width: 237px;
	float: right;
	padding-top: 18px;
}
#searchvideos form input {
	background: #ffffff;
	vertical-align: middle;
}
#logo {
	padding-left: 10px;
}
#channels {
	clear: both;
	float: right;
	margin-top: 27px;
	margin-right: 37px;
	background: #ffd41c;
	padding: 5px 5px 0px 18px;
}
#channels_search {
	clear: both;
	float: right;
	margin-top: 27px;
	margin-right: 39px;
	background: #ffd41c;
	padding: 5px 5px 0px 18px;
	color: #000000;
}
#channels_search a{
	color: #ffffff;
	background: #000000;
	padding: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#channels {
	padding: 0px 5px 0px 18px;
	}
}
#channels dl{
	margin: 0px;
	padding: 0px;
}
#channels dd{
	margin: 0px;
	padding: 0px;
	float: left;
}
#undervideo {
	padding-left: 17px;
	width:	686px;
	height: 45px;
	margin-top: 34px;
	*margin-top: 38px;
}
#undervideocontent {
	color: #000000;
	float: right;
	text-align: left;
	line-height: 10px;
}
#titlebox {
	width: 268px;
}
#titlebox table{
	height: 45px;
	width: 268px;
}
#descriptionbox {
	width: 395px;
	float: right;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 33px;
}
#descriptionbox table{
	height: 35px;
}
#headline {
	font-weight: bold;
	text-transform: uppercase;
	color: #1a1818;
	font-size: 15px;
	line-height: 13px;
	text-align: center;
}
#downloadlinks {
	color: #ffd41c;
	background: #1a1818;
	padding: 10px;
	clear: both;
	margin: 0 26px 0 25px;
	padding: 10px 10px 25px;
}
#downloadlinks dl{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#downloadlinks dl a{
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}
#downloadlinks dl a:hover{
	color: #fbb000;
}
#downloadlinks dd{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: right;
}
#relatedlinks {
	background: url(../images/related-links-to-consider.gif) no-repeat left center;
	height: 126px;
	border: 1px solid #000000;
	margin: 15px 0px 15px 25px;
	width:	717px;
}
#relatedlinks dl{
	margin: 0px;
	padding: 0px 0px 0px 195px;
}
#relatedlinks dd{
	float: left;
	margin: 0px;
	padding: 0px;
}
#accordion {
	margin-left: 19px;
}
#accordion #slider{
	background: none;
}
#accordion #slider dl{
	margin: 0px;
	padding: 0px;
}
#accordion #slider dd{
	margin: 0px 0px 0px 6px;
	width: 719px;
}
.accordion {
	width:459px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
}
.accordion dt {
	width:439px;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
}
.accordion dd {
	overflow:hidden;
	background: url(../images/bg_accordian_content.jpg);
}
.accordion span {
	display:block;
	padding:0 15px;
}

#accordion2 {width:259px; margin:50px auto; border:1px solid #333; border-top:none}
.accordion2 {width:259px; font:12px Verdana,Arial; color:#333}
.accordion2 dt {width:247px; padding:4px 6px; font-weight:bold; cursor:pointer; background-color:#666; background-image:url(images/arrow_down.gif); background-position:right center; background-repeat:no-repeat; color:#fff; border-top:1px solid #333}
.accordion2 dt:hover {background-color:#555}
.accordion2 .open {background-color:#444; background-image:url(images/arrow_up.gif)}
.accordion2 dd {overflow:hidden; background:#fff}
.accordion2 span {display:block; width:229px; border-top:none; padding:15px}
.playsharebox {
	height: 28px;
	width: 163px;
	background: url(../images/bg_play-share.gif) no-repeat;
	padding-top: 5px;
}
.playsharebox img{
	padding: 2px 0 0 3px;
}
.playsharebox_search{
	height: 21px;
	background: url(../images/bg_play-share.gif) no-repeat;
	padding: 3px 0 0 0px;
	clear: both;
}
.playsharebox_search img{
	padding: 2px 0 0 3px;
}
.list {
	padding-left: 10px;
}
.list ul {
	margin: 0px;
	padding: 0px;
}
.list li {
	border-right: 1px solid #000000;
	padding: 5px;
	float: left;
	list-style: none;
	width: 100px;
	margin: 0px;
}
.list li img{

}
.playbutton {
	padding-left: 15px;
	padding-right: 10px;
}
.pagination {
	float: right;
	clear: both;
	padding-top: 18px;
}
.pagination ul{
	padding: 0px;
	margin: 0px;
}
.pagination li{
	list-style: none;
	float: left;
	padding: 0px;
	margin: 4px;
}
.pagination li a{
	padding: 4px;
	border: 1px solid #1a1818;
	color: #1a1818;
}
#video {
	margin-left: 39px;
}
h4.title {
	text-transform: uppercase;
	font: bold 12px/13px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 35px;
}
.description {
	padding: 5px 0 5px 0px;
	line-height: 13px;
	height: 100px;
	overflow: auto;
}
h4.title_search {
	text-transform: uppercase;
	font: bold 12px/13px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
.description_search {
	padding: 5px 0 5px 0px;
	line-height: 13px;
}
#searchresults {
	color: #000000;
	padding: 15px 15px 15px 25px;
	line-height: 13px;
}
#searchresults ul{
	margin: 0px;
	padding: 0px;
}
#searchresults li{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
	background: url(../images/bg_promo-video.jpg) 3px 0px;
	padding: 15px;
	border: 1px solid #000000;
	width: 689px;
}
#searchresults h1{
	margin-bottom: 10px;
	width: 700px;
}
span.highlite {
 	background: yellow;
 }
#sectionchannels {
	float: left;
}
#sectionchannels ul{
	padding: 0px;
	margin: 0px;
}
#sectionchannels li{
	list-style: none;
	float: left;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background: #FFD41C;
}
#sectionchannels li a{
	color: #000000;
}