@charset "UTF-8";
/* CSS Document */

#nav_main_container
{
	clear: both;
	position: relative;
	text-align: center;
	height: 40px;
	background-image: url(../images/nav/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 500;
}

#nav_main
{
	display: inline-block;
	position: relative;
	top: -1em;
	padding: 2px;
	text-align: left;
	line-height: 24px;
	background-image: url(../images/nav/nav_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 510;
	width: 680px;
	margin: 0 auto;
}

#nav_main li
{
	float: left;
	position: relative;
	margin-left: 1px;
}

#nav_main a
{
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	width: 96px;
	height: 24px;
	overflow: hidden;
}

#nav_main a:hover
{
	color: #CCCCCC;
}

#nav_main a span
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	z-index: 530;
}

#nav_main a:hover span
{
	background-position: left bottom;
}

#nav_store a span
{
	background-image: url(../images/nav/store_b.jpg);
}

#nav_training a span
{
	background-image: url(../images/nav/training_b.jpg);
}

#nav_services a span
{
	background-image: url(../images/nav/services_b.jpg);
}

#nav_diveclub a span
{
	background-image: url(../images/nav/diveclub_b.jpg);
}

#nav_travel a span
{
	background-image: url(../images/nav/travel_b.jpg);
}

#nav_diving a span
{
	background-image: url(../images/nav/diving_b.jpg);
}

#nav_resources a span
{
	background-image: url(../images/nav/resources_b.jpg);
}

#nav_aboutus a span
{
	background-image: url(../images/nav/aboutus_b.jpg);
}

#nav_main ul
{
	display: none;
	position: absolute;
	top: 24px;
	left: 0px;
	border-top: 1px solid #CCCCCC;
	z-index: 540;
}

#nav_main li:hover ul
{
	display: block;
}

#nav_main ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/nav/main_drop_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	z-index: 540;
}

#nav_main li ul li a
{
	padding-left: 5px;
	color: #333333;
	width: 145px;
}

#nav_main li ul li a:hover
{
	color: #CCCCCC;
	background-image: url(../images/nav/main_drop_hover_bg.gif);
	background-repeat: repeat-x;
}

/********************************************/

#nav_footer, #nav_footer ul
{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

#nav_footer li
{
	display: inline;
}

#nav_footer li a
{
	float: left;
	color: #666666;
	text-decoration: none;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #666666;
}

#nav_footer li a:hover
{
	color: #CCCCCC;
}

/************************IMAGE MAP************************/
#content_banner a
{
	display: block;
	position: absolute;
	width: 50px;
	height: 80px;
	background-image: url(../images/backgrounds/empty.gif);
	text-indent: -1000em;
}

#content_banner a:hover
{
	border: 1px solid #CCCCCC;
}

#content_banner .konstantin_kovalenko a
{
	top: 11px;
	left: 114px;
}

#content_banner .suzanne_capener a
{
	top: 35px;
	left: 255px;
}

#content_banner .max_deaver a
{
	top: 0px;
	left: 285px;
}

#content_banner .gary_blatter a
{
	top: 16px;
	left: 206px;
}

#content_banner .robin_bashor a
{
	top: 30px;
	left: 416px;
}

/**************************OPENING PAGE************************/

a.selector_ow
{
	background-image: url(../images/selector_ow.jpg);
}

a.selector_tech
{
	background-image: url(../images/selector_tech.jpg);
}

a.selector_cave
{
	background-image: url(../images/selector_cave.jpg);
}

a.selector
{
	display: block;
	margin-bottom: 1.6em;
	height: 110px;
	line-height: 110px;
	font-size: 130%;
	letter-spacing: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	padding-left: 216px;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FFFFFF;
}

a:hover.selector
{
	text-decoration: none;
	color: #0099CC;
	background-position: left bottom;
	border: 1px solid #0099CC;
}
