﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #d5ffef;
	color:#88a7a7;
	background-image: url("../img/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS",sans-serif;
	font-size:10px;
  	line-height:16px;
}

.cbhz{
	clear: both;
	height: 0;
	overflow: hidden;
}
#container{
	clear:both;
	margin: 0 auto;
	width: 1001px;
}
#container_left{
	float: left;
	width: 252px;
}
#container_right{
	float: right;
	width: 739px;
}
.footer{
	clear: both;
	padding-top: 429px;
	background-color: #6daa07;
	background-image: url("../img/bg_footer.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	color: #f0f0f0;
}
.footer_container{
	clear:both;
	margin: 0 auto;
	width: 1001px;
}
.footer_left{
	float: left;
	width: 252px;
	padding: 24px 0 0;
}
.footer_center{
	float: left;
	padding: 24px 0 0;
	width: 398px;
}
.footer_right{
	float: right;
	width: 316px;
	height: 385px;
	background-image: url("../img/footer_dg.jpg");
	background-repeat: no-repeat;
}


.logo_container{
	width: 252px;
	height: 240px;
	background-image: url("../img/logo.jpg");
	background-repeat: no-repeat;
}
.logo_container a{
	display: block;
	width: 252px;
	height: 240px;
}
.logo_container a span{
	visibility: hidden;
}
.logo_container a:hover{
	text-decoration: none;
}
.content{
	width: 739px;
	background-image: url("../img/content_middle.jpg");
	background-repeat: repeat-y;
}
.content_top{
	padding: 30px 49px 0px 36px;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	background-image: url("../img/content_top.jpg");
	background-repeat: no-repeat;
}
.content_bottom{
	clear: both;
	height: 32px;
	background-image: url("../img/content_bottom.jpg");
	background-repeat: no-repeat;
}
.content_left{
	float: left;
	width: 435px;
}
.content_right{
	float: right;
	width: 210px;
	border-left: 1px solid #c3e9f2;
}
.content_right ul{
	margin-top: 0;
}
.content_right li{
	list-style-image: url("../img/li_arrow_green.gif");
	color: #a1ca0a;
}
.left_box{
	width: 252px;
	background-image: url("../img/left_box_middle.jpg");
	background-repeat: repeat-y;
}
.left_box_top{
	padding: 10px 30px 0px 27px;
	height: auto !important;
	height: 196px;
	min-height: 196px;
	background-image: url("../img/left_box_top.jpg");
	background-repeat: no-repeat;
}
.left_box_bottom{
	clear: both;
	height: 29px;
	background-image: url("../img/left_box_bottom.jpg");
	background-repeat: no-repeat;
}


.sub_menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub_menu li{
	margin: 1px 0px;
	padding: 0;
	list-style: none;
}
/**/
.table_h{
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	background-color: #fb5106;
	padding: 4px;
	margin-bottom: 3px;
}
.table_row_h td{
	font-size: 1.3em;
	color: #fff;
	background-color: #23b9dd;
	padding: 4px;
}

.table_row_h td.table_col1{
	font-size: 1.3em;
	color: #fff;
	background-color: #aedb08;
	padding: 4px;
}
.table_row td{
	font-size: 1.2em;
	color: #0f97b8;
	background-color: #c3e9f2;
	padding: 4px;
	vertical-align: top;
}

.table_row td.table_col1{
	font-size: 1.2em;
	color: #fff;
	background-color: #aedb08;
	padding: 4px;
	
}
/**/
.home_box{
	margin-bottom: 14px;
}

.home_box h2 span{
	font-size: 0.9em;
	color: #fff;
}
.home_box_tf .tf_content div{
	padding: 0px 7px 0px 14px;
	font-size: 1.2em;
	color: #0f97b8;
}
/* basic elements */
/* a */
a{
	text-decoration: none;
	color:#f2a30b;
}
a:hover{
	text-decoration: underline;
}
a *{
	border: 0;
}
.sub_menu li a{
	display: block;
	font-size: 1.2em;
	color: #a6d009;
	height: 18px;
	padding: 2px 14px 0px;
	background-image: url("../img/sub_menu_link.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.sub_menu li a:hover{
	color: #fff;
	text-decoration: none;
	background-image: url("../img/sub_menu_link.gif");
	background-position: 0px -20px;
}
.sub_menu li a.selected{
	background-image: url("../img/sub_menu_link.gif");
	background-position: 0px -40px;
	color: #fff;
}
.footer a{
	color: #fff779;
}
.footer_right a{
	display: block;
	padding: 3px 0px;
}
.content_right li a{
	color: #a1ca0a;
}
/* h */
h1,h2,h3,h4,h5,h6{
	padding: 20px 0px 5px;
	margin: 0px;
	color: #fb5206;
	font-weight: normal;
}
h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{
	color: #fb5206;
}

h1{
	font-family: "Georgia",serif;
	font-size: 3em;
	color: #fb5206;
	padding: 0px 0px 15px;
}
h2{
	font-size: 1.6em;
	color:#20b8dd;
}
.left_box h2{
	font-size: 2.15em;
	color:#fff;
	padding-bottom: 28px;
}
.footer_left h2, .footer_center h2{
	font-family: "Georgia",serif;
	font-size: 2.4em;
	color: #fc4600;
	background-image: url("../img/footer_h_left.gif");
	background-repeat: no-repeat;
	height: 26px;
	padding:8px 0 0 24px;
}
.footer_center h2{
	background-image: url("../img/footer_h_center.gif");
}
.home_box h2{
	font-size: 1.2em;
	color: #fff;
	background-color: #fb5106;
	padding: 4px 7px;
}
.home_box_green h2{
	background-color: #aedb08;
}
h3, h3 *{
	font-size: 1.3em;
	color:#9E7F0E;
}
.footer_center h3{
	font-size: 1.3em;
	color: #f0f0f0;
	padding:8px 0 0 24px;
}
.home_box_tf h3{
	color: #23b9dd;
	padding: 7px 7px 0px;
}


h4{font-size: 12px;}
h5{font-size: 11px;}
h6{font-size: 10px;}
/* p */
p{
	margin: 0;
	padding: 0;
}
.content p{
	font-size: 1.2em;
	text-align: justify;
}
.content td p{
	font-size: 1em;
	text-align: left;
}
.content ul{
	font-size: 1.2em;
	text-align: justify;
}
.content td ul{
	font-size: 1em;
	text-align: justify;
}
.footer p{
	color: #f0f0f0;
	font-size: 1.2em;
	padding: 10px 27px 0px;
}
.footer_right p{
	font-size: 1.4em;
	padding: 148px 66px 0;
}
/**/




/*main menu*/
.menu_container{
	height: 72px;
	padding: 28px 0px 0px 18px;
	margin: 0;
	list-style: none;
}
.main_menu{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.main_menu .mmsc{
	display: none;
	clear: both;
	/*position: absolute;
	top: 33px;
	left: -2px;*/
}
.main_menu:hover .mmsc{
	display: block;
	
}
.main_menu:hover div{
	display: block;
}
.menu_container a.main_menu_link{
	display: block !important;
	display: inline;
	float: left;
	height: 33px;
	background-image: url("../img/main_menu.gif");
	background-repeat: no-repeat;
	background-position: right -33px;
	padding: 0px 7px 0px 0px;
	font-size: 1.59em;
	color: #fff;
	margin-right: 4px;
}
.menu_container a.main_menu_link span{
	display: block;
	float: left;
	height: 23px;
	background-image: url("../img/main_menu_left.gif");
	background-repeat: no-repeat;
	background-position: left -33px;
	padding: 10px 0px 0px 7px;
}
.menu_container a.main_menu_link:hover, .menu_container a.main_menu_link.hover, .main_menu:hover a.main_menu_link{
	text-decoration: none;
	background-position: right 0px;
}
.menu_container a.main_menu_link:hover span, .menu_container a.main_menu_link.hover span, .main_menu:hover a.main_menu_link span{
	background-position: left 0px;
}

.main_menu_sub_container{
	padding: 0px 0px 0px 19px;
	background-image: url("../img/main_menu_sub_left.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main_menu_sub_container div{
	padding: 0px 19px 0px 0px;
	background-image: url("../img/main_menu_sub_right.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	/*border: 1px solid #c00;*/
}
.main_menu_sub_container div div{
	padding: 19px 0px;
	background-image: url("../img/main_menu_sub.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}
.main_menu_sub_container div div a{
	display: block;
	font-size: 1.2em;
	color: #ecffa6;
	padding: 2px 0px;
	white-space: nowrap;
}
.main_menu_sub_container div div a:hover{
	color: #fff;
}

.page_img_container{
	border: 1px solid #c5c1b0;
	padding: 4px;
}

.gallery_container{	
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery_container li{	
	float:left;
	margin:10px !important;
	margin:9px;
	padding:4px;
	border: 1px solid #ccc;
	width: 180px;
}
.gallery_container li a{	
	display: block;
	width:180px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}

.gallery_container li a img{
	width: auto !important;
	height: auto !important;
	width: 180px;
	max-width: 180px;
	max-height: 120px;
}
.section_list{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.section_list ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.section_list .page_img_container{
	display: block;
	width: 260px;
}

.section_list .page_img_container img{
	width: 260px;
	/*height: 76px;*/
}
.section_list ul, .section_list{
	clear: both;
}
.section_list li{
	clear: both;
	padding:0px 0px 60px 0px;
}
.section_list ul li{
	clear: none;
	float: left;
	margin:10px 48px 10px 0;
	padding:0px;
	width: 270px;
	height: 125px;
	overflow: hidden;
}
/**/
.admin_gallery_container{	
	list-style: none;
}
.admin_gallery_container li{	
	float:left;
	margin:0px;
	padding:10px;
	border: 1px solid #ccc;
	min-width: 100px;
}
.admin_gallery_container li a{	
	display: block;
}
.admin_gallery_container li.ui-selected{
	border: 1px solid #c00;
	height: 100px;
}
/**/
a.ajax_box{}
h2.raptiyeli{
	clear: both;
	background-image: url("../img/bg_h2.jpg");
	background-repeat: no-repeat;
	padding:37px 18px 20px 25px;
}