/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#676767;
	font-size:14px;
	margin:0 auto;
	line-height: 20px;
	background-color:#EAEAEA;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a {
	color:#0096d3;
	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; }

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;
--- */

.flag_sub {
	color: #0096d3;
	font-size: 16px;
}

.intro {
	font-size: 16px;
}

.test {
	 float:left;
	 width:255px;
	 height: 330px;
	 padding: 10px;
	 margin: 0 5px;
	 background-color: #efefef;
	 border: 1px solid #dbdbdb;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:143px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:103px;
	left:62px;
	width:950px;
	height:40px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:890px;
	height:auto;
	padding: 30px 30px 20px 30px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_main.jpg);
}

#main-repeat {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(../images/bg_main-repeat.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:640px;
	height:auto;
}

#content_main-lg {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
}

#container-btm {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
	padding: 30px 0;
}

#content_btm {
	position:relative;
	top:0;
	left:0;
	width:590px;
	height:auto;
}

#content_btm-lg {
	position:relative;
	top:0;
	left:0;
	width:720px;
	height:auto;
	padding: 0 80px;
}

#content_btm-1 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:285px;
	height:auto;
}

#content_btm-2 {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:285px;
	height:auto;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:240px;
	height:auto;
}

#news {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:220px;
	height:auto;
padding: 10px;
	background-color: #efefef;
	border: 1px solid #dbdbdb;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:60px;
	clear:both;
padding: 20px 40px 0 40px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_footer.jpg)
}

#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/nav/nav.jpg);
}

a#nav_01 {
	width:166px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:117px;
	cursor:default;
	background-position:-166px 0;
}

a:hover#nav_02{
	background-position:-166px -40px;
}

.active_02 {
	background-position:-166px -40px !important;
}

a#nav_03 {
	width:94px;
	cursor:default;
	background-position:-283px 0;
}

a:hover#nav_03{
	background-position:-283px -40px;
}

.active_03 {
	background-position:-283px -40px !important;
}

a#nav_04 {
	width:187px;
	cursor:default;
	background-position:-377px 0;
}

a:hover#nav_04{
	background-position:-377px -40px;
}

.active_04 {
	background-position:-377px -40px !important;
}

a#nav_05 {
	width:143px;
	cursor:default;
	background-position:-564px 0;
}

a:hover#nav_05{
	background-position:-564px -40px;
}

.active_05 {
	background-position:-564px -40px !important;
}

a#nav_06 {
	width:199px;
	cursor:default;
	background-position:-707px 0;
}

a:hover#nav_06{
	background-position:-707px -40px;
}

.active_06 {
	background-position:-707px -40px !important;
}

