/* CSS Document */

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

a {
	color:#CC0000;
	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:18px; }

h3 { font-size:15px; }

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

.flag {
 color:#000000;
 font-family:"Times New Roman", Times, serif;
 font-size:24px;


}

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

.separator {
	height:1px;
	width:100%;
	border-top: 1px dashed #382d43;
}
/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

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


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:73px;
	left:30px;
	width:901px;
	height:37px;
}

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

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

}

#main_top {
	position:relative;
	top:0;
	left:0;
	width:860px;
	    min-height:600px;
    height:auto !important;
    height:600px;
	background-image:url(images/bg_main-top.jpg);
	background-repeat:no-repeat;
	padding: 20px 50px 0 50px;
}

#main_top-sub {
	position:relative;
	top:0;
	left:0;
	width:860px;	
	    min-height:600px;
    height:auto !important;
    height:600px;
	background-image:url(images/bg_main-top-sub.jpg);
	background-repeat:no-repeat;
	padding: 0 50px 0 50px;
}
/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:580px;
	height:auto;
	padding: 0 10px 0 10px;
}
#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:580px;
	height:auto;
	padding: 20px 10px 0 10px;
}

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

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

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

}
#side_bar a {
 color:#FFFFFF;
} 
#side_areas {
	position:relative;
	top:0;
	left:0;
	width:200px;
	height:auto;
	background-image:url(images/img_side-middle.jpg);
	background-repeat:repeat-y;
	padding: 0 20px 0 20px;
}

#side_contact {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:190px;
	height:auto;
	background-image:url(images/img_side-blue-middle.jpg);
	background-repeat:repeat-y;
	padding: 10px 20px 0 30px;
}

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

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

#copy {
	position:relative;
	top:0;
	left:0;
	width:580px;
	height:auto;
	float:left;
	padding: 63px 0 0 50px;
	font-size:12px;
}

#zi {
	position:relative;
	top:0;
	left:0;
	width:170px;
	height:auto;
	float:right;
	padding: 60px 0 0 0;
}

#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.gif);
}

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

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

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

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

a:hover#nav_02{
	background-position:-73px -37px;
}

.active_02 {
	background-position:-73px -37px !important;
}

a#nav_03 {
	width:181px;
	background-position:-228px 0;
}

a:hover#nav_03{
	background-position:-228px -37px;

}

.active_03 {
	background-position:-228px -37px !important;
}

a#nav_04 {
	width:240px;
	background-position:-409px 0;
}

a:hover#nav_04{
	background-position:-409px -37px;
}

.active_04 {
	background-position:-409px -37px !important;
}

a#nav_05 {
	width:160px;
	background-position:-649px 0;
}

a:hover#nav_05{
	background-position:-649px -37px;
}

.active_05 {
	background-position:-649px -37px !important;
}

a#nav_06 {
	width:92px;
	background-position:-809px 0;
}

a:hover#nav_06{
	background-position:-809px -37px;
}

.active_06 {
	background-position:-809px -37px !important;
}

