/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);

}

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

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:25px; }

h2 {
	font-size:20px;
	color: #666734;
}

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;
}

.broc {
	color:#666734;
}

.ex {
	color:#f58026;
	font-weight:bold;
}



.viz {
	color:#005581;
}

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

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


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-image:url(images/bg_main-container.jpg);
	background-repeat:repeat-x;

}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:95px;

}

#exc {
	position:relative;
	float:right;
	width:220px;
	text-align: center;
}



/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:889px;
	height:44px;
	padding: 35px 0 0 30px;
}


#nav_sub {
	position:absolute;
	top:75px;
	left:285px;
	width:200px;
	height:31px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;

}

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

#content_main {
	position:relative;
	top:0;
	left:25px;
	float:left;
	width:642px;
	height:auto;
	padding: 200px 0 0 0;
}

#content {
	position:relative;
	top:0;
	left:35px;
	float:left;
	width:600px;
	height:auto;
	padding: 10px 0 0 0;
}

#content_signup {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:347px;
	height:66px;
padding: 10px 0 0 250px;
	background-image:url(images/signup_img.jpg);
	background-repeat:no-repeat;
}

#content_signup2 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:632px;
	height:82px;
	background-image:url(images/signup2_img.jpg);
	background-repeat:no-repeat;
	padding: 20px 20px 0 20px;
}
/* ---- end main content settings ---------------- */

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:283px;
	height:auto;



}

#side_products {
	position:relative;
	top:280px;
	left:0;
	float:right;
	width:263px;
	height:494px;
	background-image:url(images/bg_sidebar.png);
	background-repeat:no-repeat;
	padding: 20px 0 20px 20px;

}

#side_watch {
	position:relative;
	top:0;
	left:0;
	width:263px;
	height:289px;
	background-repeat:no-repeat;

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:891px;
	height:40px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding: 20px 0 0 20px;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:143px;
	cursor:default;
	background-position:-189px 0;
}

a:hover#nav_02{
	background-position:-189px -44px;
}

.active_02 {
	background-position:-189px -44px !important;
}

a#nav_03 {
	width:135px;
	cursor:default;
	background-position:-332px 0;
}

a:hover#nav_03{
	background-position:-332px -44px;
}

.active_03 {
	background-position:-332px -44px !important;
}

a#nav_04 {
	width:85px;
	cursor:default;
	background-position:-467px 0;
}

a:hover#nav_04{
	background-position:-467px -44px;
}

.active_04 {
	background-position:-467px -44px !important;
}



a#nav_05 {
	width:72px;
	cursor:default;
	background-position:-552px 0;
}

a:hover#nav_05{
	background-position:-552px -44px;
}

.active_05 {
	background-position:-552px -44px !important;
}




a#nav_06 {
	width:265px;
	cursor:default;
	background-position:-624px 0;
}

a:hover#nav_06{
	background-position:-624px -44px;
}

.active_06 {
	background-position:-624px -44px !important;
}


/* ---- start nav drop settings -------------------------- */

#nav_sub a {
	display:block;
	color:#fff;
	padding:5px;
	font-size:14px;
	text-decoration:none;
}

#nav_sub a:hover {
background-color:#17779f;
}

#L1, #L2, #L3 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#005581;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

#L1 { width:200px; left:80px; }
#L2 { width:117px; left:26px; }
#L3 { width:250px; left:-175px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}