@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	margin:20px 0;
	color:#002776;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
/* ============= */
a:link, a:visited { 
	color:#002776;
	font-weight:bolder;
	font-size:11px;
}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */　

h3 { font-size:16px; padding-bottom:1em; }
p { padding-bottom:1em; }
img {border:none;}

/* ============= */
#container {
	margin:0 auto;
	width:980px;
}
/* ============= */
#header {
	height:70px;
	padding-bottom:9px;
}

.logo {
	margin-left:10px;
	float:left;
}

#search {
	margin-right:10px;
	height:47px;
	float:right;
}

#top_menu {
	height:23px;
	clear:both;
	background:#002776;
}
.tab_menu {
	float:left;
	padding:3px 2px 0 2px;
}
.tab_menu a {
	float:left;
	padding:3px 10px;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}
.tab_menu a:hover {
	background:#FFFFFF;
	color:#002776;
}

.tab_menu a.active {
	background:#FFFFFF;
	color:#002776;
}
/* ============= */
#brand {
	margin:0 10px;
	padding:9px 0;
	border-top:dotted 1px #002776;
	border-bottom:dotted 1px #002776;

}

#main {
	margin:10px;
	clear:both;
}
/* ============= */
/* homepage */
#home_left {
	float:left;
	width:572px;
}
.intro_text {
	font-size:16px;
	padding-bottom:9px;
	border-bottom:dotted 1px #002776;
}
.ads {
	margin-top:9px;
	margin-bottom:9px;
}
#home_right {
	float:left;
	width:378px;
	margin-left:10px;
}
.news_block {
	padding:10px;
}
.nature {
	border-top:dotted 1px #002776;
	border-bottom:dotted 1px #002776;
	margin:9px 0;
	padding:9px 0;
}
#home_bottom {
	clear:both;
	height:70px;
	margin:10px 0;
	padding:10px;
	border:dotted 1px #002776;
}
.logos_block {
	width:655px;
	height:70px;
	float:left;
	margin-left:10px;
	
}
/* ============= */
/* left navigation */
#left {
	float:left;
	width:184px;
}
#left ul {
	padding:10px;
}
#left li {
	list-style:none;
	padding-bottom:5px;
}
#left a {
	font-weight:bolder;
}
#left a:hover {
	text-decoration:none;
}
.red { background:#f9ebea; }
.red a { color:#c60c30; }
.orange { background:#fcefe5; }
.orange a {color:#e97c2b; }

/* content area */
#content {
	float:left;
	width:572px;
	margin:0 10px 50px;
}
.img_title {
	padding-bottom:1em;
}

/* media centre */
.block {
	float:left;
	width:552px;
	padding:20px 10px;
}
.blue {background:#edf4fb; }
.left_img {float:left;}
.detail { width:415px; margin-left:10px; float:left;}



/* right */
#right {
	float:left;
	width:184px;
}

/* ============= */
/* footer */
#space {
	height:40px;
	clear:both;
}
#footer {
	text-align:center;
	padding-top:15px;
	border-top:dotted 1px #002776;
	color:#000000;
}
#footer a {
	padding:0 8px;
	font-size:10px;
	color:#000000;
}
#footer a:hover {
	text-decoration:none;
}