/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#FFFFFF;
	font-size:14px;
	margin:0 auto;
	background-color:#000;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Century Gothic", Arial, 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; text-transform: uppercase; color:#FFFFFF; }

h2 { font-size:20px; }

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

.color {
	background-color:#014054;
	color:#014054;

}

.cat_item {
	color:#8292d8;
	font-family:"Century Gothic", Verdana, Arial;
	position:relative;
	top:0;
	left:0;
	width:230px;
	height:auto;	
}

.cat_item ul {
	list-style:none;
	
}


/* ---
    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:no-repeat;
	
}

#bg_repeat {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background-image:url(images/bg_repeat.jpg);
	background-repeat:repeat-x;
	background-position: top center;

}

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:115px;
	left:39px;
	width:950px;
	height:40px;
}


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

#main {
	position:relative;
	top:0;
	left:0;
	width:890px;
	height:auto;
	padding: 10px 20px 0 40px;
}

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

#content_flash {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:649px;
	height:auto;
	color:#FFFFFF;
	
}	


#content_main-lg {
	position:relative;
	top:0;
	left:0;
	width:890px;
	height:auto;
	color:#94d4e6;
}

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

#content_text {
	position:relative;
	top:0;
	left:3px;
	float:left;
	width:300px;
	height:auto;
	color:#94d4e6;
	font-family:"Century Gothic", Verdana, Arial;
		color:#94d4e6;

}

#content_text2 {
	position:relative;
	top:0;
	right:25px;
	float:right;
	width:300px;
	height:auto;
	color:#94d4e6;
	font-family:"Century Gothic", Verdana, Arial;
		color:#94d4e6;

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:230px;
	height:auto;
}

#category {
	position:relative;
	top:0;
	left:0;
	width:230px;
	height:auto;
	background-color:#000000;
}




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

#footer {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:40px;
	clear:both;
	color:#94d4e6;
	padding: 13px 20px 0 20px;

}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

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

a:hover#nav_02{
	background-position:-97px -39px;
}

.active_02 {
	background-position:-97px -39px !important;
}

a#nav_03 {
	width:188px;
	cursor:default;
	background-position:-240px 0;
}

a:hover#nav_03{
	background-position:-240px -39px;
}

.active_03 {
	background-position:-240px -39px !important;
}

a#nav_04 {
	width:148px;
	cursor:default;
	background-position:-428px 0;
}

a:hover#nav_04{
	background-position:-428px -39px;
}

.active_04 {
	background-position:-428px -39px !important;
}

