/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#ffffff;
	font-size:12px;
	margin:0 auto;
	line-height: 17px;
	background-color:#f5ddb0;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; margin: 20px 0 10px 0; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:975px;
	height:auto;
	background-repeat:no-repeat;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:975px;
	height:240px;
	background:url(images/bg_header.jpg) no-repeat;
}

#header_products {
	position:relative;
	top:0;
	left:0;
	width:975px;
	height:240px;
	background:url(images/bg_header-products.jpg) no-repeat;
}


/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:71px;
	left:40px;
	float:left;
	width:305px;
	height:26px;
}

#home_link {
	position:relative;
	top:0;
	left:0;
	float:left;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:795px;
	height:auto;
	padding: 0 80px 0 100px;
	background-image: url(images/bg_page-main.jpg);
}

#products_page {
	position:relative;
	top:0;
	left:0;
	color:#000000;
	width:845px;
	height:auto;
	padding: 0 80px 0 50px;
	background-image: url(images/bg_page-products.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:530px;
	height:auto;
}

#products_main {
	position:relative;
	top:25px;
	left:0;
	float:left;
	width:875px;
	height:500px;
margin-bottom:50px;
}

#bass-minder {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:400px;
	height:auto;
}

#lunar-guide {
	position:relative;
	top:0;
	left:20px;
	float:left;
	width:450px;
	height:auto;
}

#combo {
	position:relative;
	top:0;
	left:200px;
	float:left;
	width:500px;
	height:auto;
text-align:center;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	color:#000000;
	font-size:11px;
	line-height:13px;
	top:0;
	left:0;
	float:left;
	width:254px;
	height:auto;
	text-align: center;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#000000;
	width:975px;
	height:97px;
	clear:both;
	background:url(images/bg_footer.jpg) no-repeat;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#policies {
	position:relative;
	top:3px;
	right:-60px;
	left:40px;
	font-weight:bold;
	float:left;
	text-align:left;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:26px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav2.gif);
}

a#nav_01 {
	width:80px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -26px;
}

.active_01 {
	background-position: 0 -26px !important;
}

a#nav_02 {
	width:80px;
	background-position:-80px 0;
}

a:hover#nav_02{
	background-position:-80px -26px;
}

.active_02 {
	background-position:-80px -26px !important;
}

a#nav_03 {
	width:60px;
	background-position:-160px 0;
}

a:hover#nav_03{
	background-position:-160px -26px;
}

.active_03 {
	background-position:-160px -26px !important;
}

a#nav_04 {
	width:85px;
	background-position:-220px 0;
}

a:hover#nav_04{
	background-position:-220px -26px;
}

.active_03 {
	background-position:-220px -26px !important;
}


/*--- ---*/

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(scripts/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(scripts/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(scripts/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(scripts/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='scripts/graphics/close.png', sizingMethod='scale');
}
