@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 11px/1.5 Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
	margin:0 0 10px 0;
	padding:0;
	background: #bababa url(../images/backgrd.gif);
}

a {
	outline:none;
	color:#5682a3;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#186BA9;
}

input { 
	padding:2px; 
	margin:1px;
	font-size: 11px; 
}

select { margin:2px; font-size:10px;}

h2 {
	font-weight:bold;
	font-size:12px;
}

h3 {
	/*
	color: #8dd8f8;
	font-size:10px;
	text-transform: uppercase;
	margin-bottom:5px; */
}

/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */

br.clear{
	clear: both;
}

#main {
	margin:0 auto 0 auto;
	background: #fff;
	width: 980px;
	border-left:1px solid #bababa;
	border-right:1px solid #bababa;
	border-bottom:10px solid #bababa;
}

#header {
	background: url(../images/header_bg.jpg) repeat-x top left;
	width: 100%;
	height: 174px;
	margin-bottom:15px;
}

#header .right {
	width: 208px;
	padding:15px 0 0 0;
	float: right;
}

#header .right a {
	text-decoration: none;
	color: #00a8ec;
}

#header .right span{
	padding-top:5px;
}

#header .right p a.chlen, #header .right p a.simp{
	display: block;
	width: 155px;
	height: 31px;
	padding:11px 0 0 36px;
	background: url(../images/btn_part.png) no-repeat top left;
	color:#fff;
	font-weight: bold;
	font-size:12px;
	text-transform: uppercase;
	margin-top:16px;
	cursor: pointer;
}

#header .right p a.simp{
	background: url(../images/btn_simp.png) no-repeat top left;
	margin-top: 10px;
}

#textsize {
	color: #000;
	padding-left:10px;
	font-size:10px;
}

#textsize a{
	font-weight: bold;
	margin-right: 4px;
}

#textsize a.resetFont {
	font-size:9px;
}

#textsize a.increaseFont {
	font-size:11px;
}

#textsize a.increaseFontE {
	font-size:13px;
}

#header .logo {
	height: 156px;
	width: 379px;
	display: block;
	float: left;
	margin:0 0 0 40px;
}

#header .slogan {
	margin:58px 0 0 -194px;
	position: relative;
	float: left;
	color:#00a8ec;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#main_cont {
	padding:0 20px 0 270px;
}

#main_cont.big div,#main_cont.big p,#main_cont.big table tr td, #main_cont.big ul li{
	font-size:13px;
}

#main_cont.big h2 {
	font-size: 15px;
}

#main_cont.exbig div, #main_cont.exbig p, #main_cont.exbig table tr td, #main_cont.exbig ul li{
	font-size:15px;
}

#main_cont.exbig h2 {
	font-size: 18px;
}

#left{
	float:left;
	margin-right: -270px;
	width:230px;
	padding:0 20px 0 20px;
}

#left a{
	color: #10ADED;
}

#left .video_link {
	text-decoration: none;
	color: #777;
	display: block;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 4px;
	margin-top:1px;
	margin-bottom: 6px;
}

#left .video_link img{
	padding:4px 10px 0 4px;
}

#footer {
	padding-top:10px;
	clear:both;
	height: 64px;
}

#footer div.first{
	border-top: 2px solid #10aded;
	height: 2px;
	background: #fff;
}

#main_footer {
	padding:0 20px 0 270px;
}

#main_footer p.gray {
	
	background: #BABABA; 
}

#main_footer p.clear{
	padding: 4px 0 0 0;
	font-size:10px;
	float: left;
	width: 100%;
	color: #bababa;
}

#main_footer p.clear a{
	color: #bababa;
}

#left_footer{
	float:left;
	margin-right: -270px;
	width:230px;
	padding:0 20px 0 20px;
	height:64px;
	background: #fff;
}

#left_footer p {
	background: #bababa;
	padding:10px;
	font-size:10px;
	color: #0b3668;
	height: 40px;
}

#right {
	float: right;
	width: 230px;
	padding-left:20px;
}

#center_coll {
	padding-right: 250px;
}


#menu {
	height: 208px;
	margin-bottom: 15px;
}

#menu ul {
	border-top:1px solid #e7e7e7;
	z-index: 100;
	float: left;
}

#menu ul li {
	width: 100%;
	float: left;
	position: relative;
}

#menu ul li a{
	display: block;
	padding:0 0 0 24px;
	width:206px;
	height:28px;
	line-height: 28px;
	border-bottom:1px solid #e7e7e7;
	list-style-type: none;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	color: #00a8ec;
	float: left;
	background: #fff;
}

#menu ul li ul {
	display: none;
	position: absolute;
	width: 200px;
	list-style: none;
	margin: -31px 0 0 230px;
	top: 30px; 
	left: 0;	
}

#menu ul li ul li {
	padding: 0;
	margin: 0;
	width: 200px;
	background: #fff;
}

#menu ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #00a8ec;
	padding:0 0 0 24px;
	width: 176px;
}

#menu ul li ul li a:hover {
	color: #00a8ec;
}

#main_img {
	overflow: hidden;
	height: 208px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.header_1 {
	background-color: #e4dbcc;
	background-image: url(../images/main_img_1.jpg);
}

.header_2 {
	background-color: #f6f4f5;
	background-image: url(../images/main_img_2.jpg);
}

.header_3 {
	background-color: #404040;
	background-image: url(../images/main_img_3.jpg);
}

.header_4 {
	background-color: #f2f2f2;
	background-image: url(../images/main_img_4.jpg);
}

.header_5 {
	background-color: #101710;
	background-image: url(../images/main_img_5.jpg);
}
	
.btitle {
	padding:7px 0 0 10px;
	background: url(../images/blue_title.gif);
	height: 23px;
	color: #fff;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
}

.btitle img {
	padding:0 8px 2px 0;
}

.btitle a{
	font-size:10px;
	color: #fff;
	text-transform:none;
	font-weight: normal;
	float: right;
	padding-right: 4px;
}

.btitle span{
	font-size:10px;
	color: #fff;
	text-transform:none;
	font-weight: normal;
	float: right;
	padding-right: 4px;
}


.gtitle {
	padding:7px 0 0 10px;
	background: url(../images/gray_title.gif);
	height: 23px;
	color: #777;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
}

.gtitle img {
	padding:0 8px 2px 0;
}

.gtitle a{
	font-size:10px;
	color: #fff;
	text-transform:none;
	font-weight: normal;
	float: right;
	padding-right: 4px;
}

#last_video {
	margin-top:8px;
}

#last_video .video_link {
	color: #034ea2;
	font-weight: bold;
}

#last_articles {
	background: #e7e7e7;
}

#last_articles {
	background: #e7e7e7;
	padding:10px;
}

#last_articles p{
	padding:4px 0 4px 0;
}


#last_articles a{
	color: #034ea2;
}

#last_articles span{
	color: #777;
	font-size:10px;
}

/* last news */
#last_news {
	background: url(../images/last_news_bg.gif) repeat-x bottom left;
	padding: 10px 0 20px 0px;
	float: left;
	width: 100%;
}

#last_news h2{
	padding-left:10px;
}

#last_news h2 a{
	color: #235aa6;
	font-size:12px;
	text-decoration: none;
}

#last_news p {
	padding:10px 0 0 10px;
	text-align: left;
}

#last_news img {
	float: right;
	padding-left:10px;
}

#last_news_ul {
	border-top: solid 1px #fff;
}

#last_news_ul p {
	float: left;
	width: 206px;
	padding:10px 4px 4px 10px;
	color: #777;
}

#last_news_ul p a {
	color: #00a8ec;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

/* LAST INTERVIEW */

#last_inter {
	margin-top:8px;
	float:left; 
	width:100%;
	background: #e7e7e7;
	padding-bottom: 6px;	
}

#last_inter div {
	padding:10px;
}

#last_inter div img {
	float: left;
	width:160px;
	padding-right: 10px;
}

#last_inter div p {
	background: #fff;
	padding:8px;
	margin-left:170px;
}

#last_inter div p a {
	color: #235aa6;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
}

#last_inter div .image {
	float:left;
	width:160px;
}

#last_inter div div.text {
	color:#777;
	font-size:11px;
	padding:0
	background:none;
	margin:0;
}

#last_inter div div.text p{
	background: none;
	padding:0;
	margin-left:0;
}

/* LAST GALLERY */

#last_gallery {
	margin-top:8px;
	float: left;
	width:100%;
	background: #e7e7e7;
}

#last_gallery div{
	padding:10px 10px 0 10px;
}

#last_gallery div ul {
	background: #fff;
	padding:10px 0 10px 0;	
	float: left;
	width: 100%;
}

#last_gallery div ul li {
	width: 24.9%;
	text-align: center;
	float: left;
}

#last_gallery div ul li a img{
	border:solid 1px #e1e1e1;
	padding:2px;
}

#image_name {
	text-align: center;
	color: #235aa6;
}

#content {
	padding:10px;
}

#content ul{
	padding:10px;
	list-style-type: circle;
	margin-left:10px;
}

#content ol{
	margin-left:26px;
}

#content p {
	margin-bottom: 8px;
}


#content .thumb {
	float:left;
	display:block;
	margin:10px 10px 10px 0;
	padding:2px;
	border: solid 1px #BABABA;
}

#list_news {
	padding:10px;
}

#list_news img {
	float: left;
	margin-right: 10px;
	padding:2px;
	border: solid 1px #BABABA;
}

#last_news_ul{
	width: 100%;
	float: left;
	padding-bottom: 10px
}




#last_news_ul h3 a{
	font-weight: bold;
	text-transform: uppercase;
	color: #235AA6;
}

#last_news_ul p.date{
	color: #777;
}

.pagination {
	padding: 3px;
	margin: 3px;
	text-align:right;
}
		
		.pagination a {
			padding: 2px 5px 2px 5px;
			margin: 2px;
			border: 1px solid #1D5FB9;
			text-decoration: none;
			color: #036CB4;
		}
		
		.pagination a:hover, .pagination a:active {
			border: 1px solid #1D5FB9;
			color: #666;
		}
		.pagination .current {
			padding: 2px 5px 2px 5px;
			margin: 2px;
			border: 1px solid #1D5FB9;
			font-weight: bold;
			background-color: #06a;
			color: #FFF;
		}
		.pagination .disabled {
			padding: 2px 5px 2px 5px;
			margin: 2px;
			border: 1px solid #EEE;
			color: #DDD;
		}

#contact_form {
	padding-left:15px;
}

#contact_form p {
	float: left;
	padding-bottom: 6px;
	width: 300px;
	margin-bottom: 0;
}

#contact_form p label {
	display: block;
	font-weight: bold;
	float:left;
	width: 100%;
	color:#05538f;
	margin-top:10px;
	padding-left:7px;
}

#contact_form p label.error {
	display: block;
	color: #ba0202;
}

#contact_form p input {
	width: 270px;
	float:left;
	border: 1px solid #5682A3;
}

#contact_form textarea {
	width: 276px;
	float:left;
	border: 1px solid #5682A3;
}

#contact_form .captcha img {
	display: block;
}

#contact_form .captcha input {
	display: block;
	width: 180px !important;
	margin-right:10px;
}

#map, #map2, #map3 {
	width: 50%;
	height: 180px;
	border: 1px solid #186ba9;
	margin:15px 0 0 0;
}

.cright{
	width: 310px;
	float: right;
}

p.error{
	margin:5px 15px 5px 15px;
	padding:2px 5px 2px 5px;
	border:solid 1px #BA0202;
	font-weight: bold;
	color:#BA0202;
}

p.success{
	margin:5px 15px 5px 15px;
	padding:2px 5px 2px 5px;
	border:solid 1px #00CF09;
	font-weight: bold;
	color:#00CF09;
}

.cright h3{
	padding-left:15px;
	font-weight: bold;
	text-transform: uppercase;
	
}

#list_video {
	padding:10px;
}

#list_video li{
	width: 49%;
	float: left;
	padding-bottom: 20px;
}

#list_video li img{
	margin-right: 10px;
}

#list_video li a.video_link {
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #E7E7E7;
}

#join_form{
	float: left;
	width: 600px;
}

#join_form p{
	float: left;
	width: 100%;
	padding-bottom: 14px;
	margin-bottom: 0;
}

#join_form p label {
	float: left;
	width: 130px;
}

#join_form p input {
	float: left;
	width: 260px;
}

#join_form table {
	float: left;
}

#join_form table label {
	float: left;
	width: auto !important;
}

#join_form table input {
	float: left;
	width: auto;
}

#join_form p input.radio {
	float: none;
	width: auto;
	margin-left: 20px;
}

#join_form p textarea {
	float: left;
	width: 264px;
	height: 80px;
}

#join_form p.captcha img {
	display: block;
	float: left;
	padding-right:32px;
}

#join_form p input.captcha {
	display: block;
	width: 110px !important;
	float: left;
}

#join_form p.check input {
	float: none !important;
	width: auto !important; 
}

#join_form p.check label {
	float: none !important;
	width: auto !important; 
}

#join_form p.check label.error {
	float: none !important;
	width: auto !important; 
	display: none !important;
}

#join_form p label.error {
	display: block;
	color: #ba0202;
	width: auto !important;
	padding-left:100px; 
}

#join_form .small {
	font-size: 9px;
	float: left;
}

#join_form p.hr {
	height: 3px !important;
	padding:0;
	background: #EFEFEF;
	margin-bottom: 10px;
}

#sitemap ul{
	padding: 5px 5px 5px 30px;
	list-style-type: circle;
}

#sitemap ul li{
	padding:3px;
	font-size:13px;
}

#sitemap ul li ul{
	padding: 5px 5px 5px 30px;
	list-style-type: disc;
}

#sitemap ul li ul li{
	font-size:12px;
}

#last_forum {
	background: #e7e7e7;
	padding:10px;
}

#last_forum p{
	padding:4px 0 4px 0;
}


#last_forum a{
	color: #034ea2;
}

#about_us {
	padding:10px;
}

#list_gallery {	
}

#list_gallery li{
	width: 230px;
	height:220px;
	float: left;
	text-align: center;
	padding-top:10px;
}

#list_gallery li a {
	width: 200px;
	height: 175px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	background: #E7E7E7;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	margin: auto;
	display: block;
}

#list_gallery li p {
	width: 210px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: #E7E7E7;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	height: 31px;
}

#chlen {
	background: url(../images/ch_bg.jpg) repeat-x top;	
	margin-top:2px;
	width: 100%;
}

#chlen tr td {
	vertical-align: top;
}

#chlen tr td.padding {
	padding:15px;
}

#chlen p.button {
	padding:7px 0 0 10px;
	background: url(../images/blue_title.gif);
	height: 23px;
	color: #fff;
	font-size:12px;
	font-weight: bold;
	width: 160px;
	margin:0 auto 0 auto;
	text-align: center;
}

#chlen p.button a{
	color: #fff;
	text-decoration: none;
}

#chlen p.dw {
	color: #235aa6;
	font-weight: bold;
}

#chlen p.img {
	padding:8px 0 0 0;
}

#chlen p.img img {
	margin-right: 5px;
}

#chlen p.img a {
	color: #000;
	text-decoration: none;
}

.hot {
	color:#235aa6;
	margin-top:12px;
	margin-bottom:7px;
}

#mian_cont #content p, #mian_cont table tr td {
	font-size:11px;
}

#mian_cont.big div#content p, #mian_cont.big div#content table tr td {
	font-size:15px;
}

#mian_cont.big h2, #mian_cont.big h3, #mian_cont.big h4{
	font-size:17px !important;
}

#mian_cont.exbig p, #mian_cont.exbig table tr td{
	font-size:20px;
}

#mian_cont.exbig h2, #mian_cont.exbig h3, #mian_cont.exbig h4 {
	font-size:24px;
}


@media print{ 
	#header {display:block; text-align:center; background: none;}
	#header .right { display: none; }
	#left { display: none; }
	#main_img { display: none; }
	#footer{display: none; }
	#main_cont {width: 100% !important; padding:0;}
}
