/* CSS Document */
body {
	background: #51B9FF /*url(../graphics/bg.jpg) repeat*/;
	text-align: center;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body#main {
	background: #51B9FF;
	text-align: center;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#container{
	width: 900px;
	height: auto;
	background: #fff;
	text-align: left;
}


div#leftNav {
	/*background: #9dbccf;*/
	float: left;
	clear: both;
	width: 200px;
	/*border: 1px solid #ccc;*/
	margin: 15px 15px 0 15px;
}

div#leftNav ul {
	padding: 0;
	margin: 0;
}

div#leftNav li {
	list-style: none;
	padding: 0px;
	height: 35px;
	line-height: 35px;
}

div#leftNav li.boots {
	margin-left: -12px;
	margin-top: 5px;
	background: url(../graphics/boots.png) no-repeat;
}

div#leftNav li.bcs {
	margin-left: -12px;
	margin-top: 5px;
	background: url(../graphics/bcs.png) no-repeat;
} 

div#leftNav li.gloves {
	margin-left: -12px;
	margin-top: 5px;
	background: url(../graphics/gloves.png) no-repeat;
}

div#leftNav li.hoods {
	margin-left: -12px;
	margin-top: 5px;
	background: url(../graphics/hoods.png) no-repeat;
}

div#leftNav li.masks {
	margin-left: -12px;
	margin-top: 5px;
	background: url(../graphics/masks.png) no-repeat;
}

div#leftNav li.snorkels {
	margin-left: -12px;
	background: url(../graphics/snorkels.png) no-repeat;
}

div#leftNav li.wetsuits {
	margin-left: -12px;
	margin-top: 5px;
	background: url(../graphics/wetsuits.png) no-repeat;
}

div#leftNav li.accessories {
	margin-left: -12px;
	margin-top: 5px;
	background: url(../graphics/accessories.png) no-repeat;
}

/*begin FF hack*/
@-moz-document url-prefix() {
	div#leftNav li.boots {
		margin-left: 2px;
		background: url(../graphics/boots.png) no-repeat;
	}
}

@-moz-document url-prefix() {
	div#leftNav li.bcs {
		margin-left: 2px;
		background: url(../graphics/bcs.png) no-repeat;
	} 
}

@-moz-document url-prefix() {
	div#leftNav li.gloves {
		margin-left: 2px;
		background: url(../graphics/gloves.png) no-repeat;
	}
}

@-moz-document url-prefix() {
	div#leftNav li.hoods {
		margin-left: 2px;
		background: url(../graphics/hoods.png) no-repeat;
	}
}

@-moz-document url-prefix() {
	div#leftNav li.masks {
		margin-left: 2px;
		background: url(../graphics/masks.png) no-repeat;
	}
}

@-moz-document url-prefix() {
	div#leftNav li.snorkels {
		margin-left: 2px;
		background: url(../graphics/snorkels.png) no-repeat;
	}
}

@-moz-document url-prefix() {
	div#leftNav li.wetsuits {
		margin-left: 2px;
		background: url(../graphics/wetsuits.png) no-repeat;
	}
}

@-moz-document url-prefix() {
	div#leftNav li.accessories {
		margin-left: 2px;
		background: url(../graphics/accessories.png) no-repeat;
	}
}
/*end FF hack*/

@-moz-document url-prefix() {
	div#leftNav li {
		list-style: none;
		padding: 0px;
		height: 35px;
		line-height: 35px;
	}
}

div#leftNav li.colHeader {
	background: #12618A;
	color: #fff;
	margin-left: -16px;
	
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
}

@-moz-document url-prefix() {
	div#leftNav li.colHeader {
		background: #12618A;
		color: #fff;
		margin-left: 0px;
	}
}

.textHeader {
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	font-size: 18px;
}

div#leftNav li a{
	text-decoration: none;
	color: #fff;
	margin-left: -16px;
	
	/*padding-left: 60px;*/
	font-size: 12px;
	/*display: block;*/
	width: 200px;
	height: 35px;
	font-weight: bold;
}

div#leftNav li a:hover{
	text-decoration: none;
	/*background: #12618A;*/
	color: #fff;
	padding-left: 0px;
	font-size: 12px;
	/*display: block;*/
	/*margin-left: 44px;*/
	width: 153px;
	height: 35px;
}

@-moz-document url-prefix() {
	div#leftNav li a{
		text-decoration: none;
		color: #fff;
		margin-left: 0px;
		/*padding-left: 50px;*/
		font-size: 12px;
		/*display: block;*/
		width: 180px;
		height: 35px;
	}
}

@-moz-document url-prefix() {
	div#leftNav li a:hover{
		text-decoration: none;
		/*background: #12618A;*/
		color: #fff;
		font-size: 12px;
		/*display: block;
		margin-left: 50px;*/
		width: 148px;
		height: 35px;
	}
}

div#topNav {
	padding-top: 125px;
	padding-right: 70px;
	text-align: right;
}

div#topNav a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

div#topNav a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

div#header {
	background: url(../graphics/OQHeader.jpg) no-repeat center;
	width: 900px;
	height: 155px;
	padding: 0;
	margin:  0;
	
}

div#header-homepage {
	background: url(../graphics/OQheader-homepage2.jpg) no-repeat center;
	width: 900px;
	height: 241px;
	padding: 0;
	margin:  0;
	
}



@-moz-document url-prefix() {
	div#header-homepage  {
		background: url(../graphics/OQHeader-homepage2.jpg) no-repeat center;
		width: 900px;
		height: 241px;
	}
}

div.bottom {
	background: url(../graphics/bg-bottom.gif) no-repeat center;
	padding-top: 36px;
}

/*Firefox hack*/
div.bottom, x:-moz-any-link {
	background: url(../graphics/bg-bottom.gif) no-repeat center;
	margin-top: -30px;
}

div.content {
	padding: 10px;
}

div.content-main {
	background: url(../graphics/content-bg.jpg) no-repeat top;
	padding: 10px;
}

div.content p {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

#footer {
	padding: 0 10px;
	color: #000;
	font-size: 12px;
}

#footer a {
	color: #000;
	font-weight: bold;
}

.productDisplay {
	font-size: 12px;
}

.productDisplay td {
	vertical-align: top;
}

.productName {
	font-weight: bold;
	text-align: center;
}

.productImage {
	text-align: center;
}

.productImage img {
	border: none;
}


.homepage-nav {
	/*border: 1px solid #12618A;*/
	margin: 0px;
	padding: 5px;
}
#menu a{display:block;width:200px;height:37px;margin-left:4px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-nav-all.png") 0 0 no-repeat;background-position:0 0;text-decoration:none;padding:1px 0 1px 1px;}
#menu a:hover{background-position:-204px 0;color:#E9BE75;}
#menu a:active{background-position:-204px 0;color:#FFF;}
#menu2 a{display:block;width:200px;height:37px;margin-left:4px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-nav-all.png") 0 0 no-repeat;background-position:0 -37px;text-decoration:none;padding:1px 0 1px 1px;}
#menu2 a:hover{background-position:-204px -37px;color:#E9BE75;}
#menu2 a:active{background-position:-204px -37px;color:#FFF;}
#menu3 a{display:block;width:200px;height:37px;margin-left:4px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-nav-all.png") 0 0 no-repeat;background-position:0 -76px;text-decoration:none;padding:1px 0 1px 1px;}
#menu3 a:hover{background-position:-204px -76px;color:#E9BE75;}
#menu3 a:active{background-position:-204px -76px;color:#FFF;}
#menu4 a{display:block;width:200px;height:37px;margin-left:4px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-nav-all.png") 0 0 no-repeat;background-position:0 -115px;text-decoration:none;padding:1px 0 1px 1px;}
#menu4 a:hover{background-position:-204px -115px;color:#E9BE75;}
#menu4 a:active{background-position:-204px -115px;color:#FFF;}
#menu5 a{display:block;width:200px;height:37px;margin-left:4px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-nav-all.png") 0 0 no-repeat;background-position:0 -155px;text-decoration:none;padding:1px 0 1px 1px;}
#menu5 a:hover{background-position:-204px -155px;color:#E9BE75;}
#menu5 a:active{background-position:-204px -155px;color:#FFF;}
#menu6 a{display:block;width:200px;height:37px;margin-left:4px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-nav-all.png") 0 0 no-repeat;background-position:0 -194px;text-decoration:none;padding:1px 0 1px 1px;}
#menu6 a:hover{background-position:-204px -194px;color:#E9BE75;}
#menu6 a:active{background-position:-204px -194px;color:#FFF;}
#menu7 a{display:block;width:200px;height:37px;margin-left:4px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-nav-all.png") 0 0 no-repeat;background-position:0 -233px;text-decoration:none;padding:1px 0 1px 1px;}
#menu7 a:hover{background-position:-204px -233px;color:#E9BE75;}
#menu7 a:active{background-position:-204px -233px;color:#FFF;}
#menu8 a{display:block;width:200px;height:37px;margin-left:4px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-nav-all.png") 0 0 no-repeat;background-position:0 -272px;text-decoration:none;padding:1px 0 1px 1px;}
#menu8 a:hover{background-position:-204px -272px;color:#E9BE75;}
#menu8 a:active{background-position:-204px -272px;color:#FFF;}
#menu9 a{display:block;width:200px;height:37px;margin-left:4px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-nav-all.png") 0 0 no-repeat;background-position:0 -311px;text-decoration:none;padding:1px 0 1px 1px;}
#menu9 a:hover{background-position:-204px -311px;color:#E9BE75;}
#menu9 a:active{background-position:-204px -311px;color:#FFF;}


#menuhome a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") -0 0 no-repeat;background-position:-15px -4px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome a:hover{background-position:-15px -93px;color:#E9BE75;}
#menuhome a:active{background-position:-15px -93px;color:#FFF;}
#menuhome2 a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") 0 0 no-repeat;background-position:-169px -4px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome2 a:hover{background-position:-169px -93px;color:#E9BE75;}
#menuhome2 a:active{background-position:-169px -93px;color:#FFF;}
#menuhome3 a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") 0 0 no-repeat;background-position:-323px -4px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome3 a:hover{background-position:-323px -93px;color:#E9BE75;}
#menuhome3 a:active{background-position:-323px -93px;color:#FFF;}
#menuhome4 a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") 0 0 no-repeat;background-position:-479px -4px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome4 a:hover{background-position:-479px -93px;color:#E9BE75;}
#menuhome4 a:active{background-position:-479px -93px;color:#FFF;}
#menuhome5 a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") 0 0 no-repeat;background-position:-635px -4px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome5 a:hover{background-position:-635px -93px;color:#E9BE75;}
#menuhome5 a:active{background-position:-635px -93px;color:#FFF;}
#menuhome6 a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") 0 0 no-repeat;background-position:-15px -50px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome6 a:hover{background-position:-15px -141px;color:#E9BE75;}
#menuhome6 a:active{background-position:-15px -141px;color:#FFF;}
#menuhome7 a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") 0 0 no-repeat;background-position:-169px -50px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome7 a:hover{background-position:-169px -141px;color:#E9BE75;}
#menuhome7 a:active{background-position:-169px -141px;color:#FFF;}
#menuhome8 a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") 0 0 no-repeat;background-position:-323px -50px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome8 a:hover{background-position:-323px -141px;color:#E9BE75;}
#menuhome8 a:active{background-position:-323px -141px;color:#FFF;}
#menuhome9 a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") 0 0 no-repeat;background-position:-479px -50px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome9 a:hover{background-position:-479px -141px;color:#E9BE75;}
#menuhome9 a:active{background-position:-479px -141px;color:#FFF;}
#menuhome10 a{display:block;width:150px;height:40px;margin:0 5px 0 5px;font:bold 14px/1 sans-serif;color:#c60;background:url("../images/oq-homepage-nav-all.png") 0 0 no-repeat;background-position:-635px -50px;text-decoration:none;padding:1px 0 1px 1px;}
#menuhome10 a:hover{background-position:-635px -141px;color:#E9BE75;}
#menuhome10 a:active{background-position:-635px -141px;color:#FFF;}
