/* CSS Document */

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

a { color:#000; }

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

p { margin: 20px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

hr { border: 1px solid #8b8b8b; }

a img { border: none; }

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

.flag {
	color: #446bb0;
	font-size: 3em;
	font-weight: bold;
}

.flag_side {
	font-size: 30px;
}

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


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:228px;
	left:0;
	width:560px;
	height:45px;
}

#nav_sub {
	position:absolute;
	top:281px;
	left:150px;
	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:0;
	float:left;
	width:532px;
	height:auto;
	padding: 20px 20px 0 0;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:301px;
	height:auto;
	color: #343434;
	background-color: #F3EBBC;
}

#side_content {
	position:relative;
	top:0;
	left:0;
	width:241px;
	height:auto;
	padding: 20px 30px 0 30px;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:100%;
	height:107px;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-image: url(images/bg_footer.jpg);
}

#footer_content {
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:auto;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#footer_content a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:107px;
	cursor:default;
	background-position:-71px 0;
}

a:hover#nav_02{
	background-position:-71px -53px;
}

.active_02 {
	background-position:-71px -53px !important;
}

a#nav_03 {
	width:111px;
	cursor:default;
	background-position:-178px 0;
}

a:hover#nav_03{
	background-position:-178px -53px;
}

.active_03 {
	background-position:-178px -53px !important;
}

a#nav_04 {
	width:91px;
	cursor:default;
	background-position:-289px 0;
}

a:hover#nav_04{
	background-position:-289px -53px;
}

.active_04 {
	background-position:-289px -53px !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:#283B87;
}

#L1 {
	position:relative;
	visibility:hidden;
	height:auto;
	background-color:#6B6A58;
}

#L1 { width:200px; left:30px; }

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

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






