/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#212327;
	font-size:14px;
	margin:0 auto;
	background-color:#B7D1EC;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_page.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:22px;
color:#212327; }

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

h3 { font-size:15px; }

h5 
{
	font-style: italic;
	font-size:14px; 
	margin:0 0 0 0; 
	color: #444444;
}

hr { color:#2b5376;
}

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

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

.img_btm {
	position: absolute;
	left: 0;
	bottom: -1px;
}

.content_bg {	
	position: absolute;
	top: 0;
	left: 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:962px;
	height:auto;
}

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

#investor_btn {
	position:absolute;
	top:43px;
	right:40px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:102px;
	left:34px;
	width:900px;
	height:30px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:962px;
	height:auto;
	background:url(images/bg_main-content.jpg) repeat-y;
}

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

#content_home_holder {
	position:relative;
	top:0;
	left:0;
	width:962px;
	float:left;
	height:auto;
}

#content_home {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:872px;
	height:auto;
	padding:15px 40px 15px 50px;
	background:url(images/bg_home-content.jpg) repeat-y;
	margin:0 0 0 0;
}

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

#content_main {
	position:relative;
	top:11px;
	left:32px;
	float:left;
	width:583px;
	background:url(images/bg_sub-content.jpg) repeat-y;
	padding:15px 10px;
	min-height:500px;
    height:auto !important;
    height:500px;
	z-index:1;
}

#content_main h6 {
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#0f4784;
}

#flag {
	width:900px;
	height:80px;
	padding:37px 0 0 62px;
	background:url(images/bg_flag.jpg) no-repeat;
}

#flag_home {
	padding:5px 0 10px 0;
}

#flash {
	position:relative;
	top:0;
	left:0;
	width:962px;
	height:301px;
	background-repeat: no-repeat;
	background-image: url(flash/images/bg.jpg);
}

#divisions {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:913px;
	height:142px;
	padding:22px 0 0 49px;
	margin:0;
	background:url(images/img_divisions.jpg) no-repeat;
}

#home_products {
	float:left;
}

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

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

#side_bar {
	position:relative;
	top:11px;
	left:0;
	float:right;
	font-size:12px;
	margin:0 27px 0 0;
	width:283px;
	height:auto;
}

#sidebar_top {
	position:relative;
	height:auto;
	width:257px;
	color:#3f454a;
	padding:10px 10px 10px 16px;
	background:url(images/bg_sidebar.jpg) repeat-y;
}

#sidebar_image {
	margin:10px 0;
}

#sidebar_contact {
	display: block;
	color:#fff;
	margin-top:15px;
}

#sidebar_contact img {
border: none;
}


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

#footer {
	position:relative;
	top:0;
	left:0;
	width:927px;
	padding:30px 0 0 35px;
	height:80px;
	clear:both;
	font-size:12px;
	margin:0 auto;
	background:url(images/bg_footer.jpg) no-repeat;
}

#footer a {
	text-decoration:none;
}

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

#footer_container {
	width:100%;
	height:110px;
	background:url(images/bg_footer-container.jpg) repeat-x;
}

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

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

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

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

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

a:hover#nav_02{
	background-position:-149px -30px;
}

.active_02 {
	background-position:-149px -30px !important;
}

a#nav_03 {
	width:150px;
	background-position:-300px 0;
}

a:hover#nav_03{
	background-position:-300px -30px;
}

.active_03 {
	background-position:-300px -30px !important;
}

a#nav_04 {
	width:148px;
	background-position:-450px 0;
}

a:hover#nav_04{
	background-position:-450px -30px;
}

.active_04 {
	background-position:-450px -30px !important;
}


a#nav_05 {
	width:153px;
	background-position:-598px 0;
}

a:hover#nav_05{
	background-position:-598px -30px;
}

.active_05 {
	background-position:-598px -30px !important;
}


a#nav_06 {
	width:149px;
	background-position:-751px 0;
}

a:hover#nav_06{
	background-position:-751px -30px;
}

.active_06 {
	background-position:-751px -30px !important;
}

/* ---- start sub navigation settings -------------------------- */

#sub_nav {
	position:absolute;
	top:0;
	left:0;
	font-size: 12px;
	z-index:2;

}

#sub_nav a {
	color: #fff;
	display:block;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #7f919f;
	background-color:#125282;
}

#sub_nav a:hover {
	color: #021929;
	background-color:#bccee4;
	padding: 5px;
	text-decoration: none;
}

#L1, #L2, #L3, #L4, #L5, #L6 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #09273f;
	border: 1px solid #7f919f;
}

#L1 { width:150px; left:183px; }
#L2 { width:150px; left:333px; }
#L3 { width:150px; left:483px; }
#L4 { width:150px; left:633px; }


#sub_nav2 {
	position:absolute;
	top:0;
	left:0;
	font-size: 12px;
	z-index:2;

}

#sub_nav2 a {
	color: #fff;
	display:block;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #7f919f;
	background-color:#125282;
}

#sub_nav2 a:hover {
	color: #021929;
	background-color:#bccee4;
	padding: 5px;
	text-decoration: none;
}

#R1, #R2, #R3, #R4, #R5, #R6 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #09273f;
	border: 1px solid #7f919f;
}

#R1 { width:150px; left:334px; top: 25px; }
#R2 { width:150px; left:334px; top: 53px; }
#R3 { width:150px; left:334px; top: 93px; }
#R4 { width:150px; left:334px; top: 120px; }
#R5 { width:150px; left:484px; top: 130px; }
#R6 { width:150px; left:334px; top: 0px; }



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

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