/* CSS Document */

/** RESET **/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, address, big, cite,
em, img, small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

.clear {clear:both;}

a {text-decoration:none}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

/* ADMIN MENU */

#admin_menu{
	background:url("../imgs/body_bg.png") repeat-x scroll 0 0 transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:10px;
	margin:0 auto;
	padding:8px;
	position:fixed;
	top:0;
	width:100%;
	z-index:99999;
	opacity:0.6;
}

#admin_menu:hover {
	opacity:1.0;
}

#admin_menu a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}

/*----------------------------------*/

/**********************/

body {
	background:url(../imgs/body_bg.png) repeat-x 0 0;
	font-family:sylfaen, Verdana, Geneva, sans-serif
}

#header {
	width:997px;
	margin:13px auto 0 auto;
	/*height:160px;*/
	overflow:hidden;
}

.pic_change {
	background:url(../imgs/head_slide_bg.png) no-repeat 0 0 ;
	height:149px;
	width:745px;
	overflow:hidden;
	position:relative;
	float:left;
}

.pic_change img {
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	
} 

.pic_change .over {
	background:url(../imgs/head_slide_bg.png) no-repeat 0 0 ;
	height:149px;
	width:745px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.head_info {
	background:url("../imgs/logo_bottom.png") no-repeat scroll 0 103px transparent;
	float:left;
	height:149px;
	width:252px;
}

.head_info_cont {
	/*background:url(../imgs/gerb.png) no-repeat center 0;*/
	height:139px;
	width:252px;
	position:relative;
}

.gerb {
	background:url(../imgs/gerb.png) no-repeat center 0;
	height:104px;
	left:65px;
	position:absolute;
	width:123px;
} 

.head_info_cont .imereti {
	position:absolute;
	top:4px;
	left:7px;
	text-transform:uppercase;
	color:#fbfbfb;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.head_info_cont .lang_eng{
	background:url("../imgs/lang_bg.png") no-repeat scroll 0 0 transparent;
	color:#FBFBFB;
	font-size:10px;
	line-height:7px;
	padding:7px 5px 6px;
	position:absolute;
	right:7px;
	text-transform:uppercase;
	top:4px;
	width:45px;
	height:7px;
	font-family:Arial, Helvetica, sans-serif;
}


.head_info_cont .lang_geo{
	background:url("../imgs/lang_bg.png") no-repeat scroll 0 0 transparent;
	color:#FBFBFB;
	font-size:10px;
	line-height:7px;
	padding:6px 3px 4px 3px;
	position:absolute;
	right:7px;
	text-transform:uppercase;
	top:4px;
	width:49px;
	height:10px;
}

.head_info_cont .contact {
	background:url("../imgs/contact_bg.png") no-repeat scroll 0 0 transparent;
	height:8px;
	padding:6px;
	width:12px;
	position:absolute;
	right:7px;
	top:29px;
}

#all {
	width:992px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:20px;
	width:992overflow:hidden;
	margin-bottom:10px;
}

#menu_search {
	margin-bottom:10px;
	overflow:hidden;
}

#main_menu {
	background:#FFF;
	/*width:739px;*/
	height:41px;
	overflow:hidden;
	float:left;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}

#main_menu li {
	background:url(../imgs/li_bg.png) repeat-x 0 0;
	float:left;
	list-style:none;
	height:39px;
	margin-right:1px;
	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}

#main_menu li:hover {
	background:url(../imgs/li_hover.png) repeat-x 0 0;
	border-top:1px solid #2b96e2;
	border-left:1px solid #2b96e2;
	border-bottom:1px solid #136aa2;
}


#main_menu li.current {
	background:url(../imgs/li_hover.png) repeat-x 0 0;
	border-top:1px solid #2b96e2;
	border-left:1px solid #2b96e2;
	border-bottom:1px solid #136aa2;
}

#main_menu li.current a { 
	color:#fff;
	border-right:1px solid #2b96e2;
}

#main_menu li:hover a { 
	color:#fff;
	border-right:1px solid #2b96e2;
}

#main_menu li a {
	font-size:13px;
	color:#5f5f5f;
	font-weight:bold;
	display:block;
	padding:13px 34px;
	border-right:1px solid #dddddd;
}

#main_menu li.first {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.last {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right:1px solid #DDDDDD;
	margin-right:0!important;
}

.last a {
	border-right:0!important;
	padding-right:35px;
}

#search {
	background:url(../imgs/search_bg.png) no-repeat;
	float:right;
	height:31px;
	margin-left:7px;
	width:233px;
	padding:5px 5px 5px 6px;
}

.search_input {
	background:url("../imgs/search_input.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#A1A1A1;
	font-size:10px;
	height:13px;
	padding:9px 5px 9px 9px;
	width:185px;
	float:left;
	*width:175px;
}

#search .submit {
	background:url("../imgs/search_button.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	height:31px;
	text-indent:-99999px;
	width:31px;
	*margin_left:0px!important;
	margin-left:3px;
	float:left;
	line-height:0;
	font-size:0;
}

/*Container wrappers*/

#left {
	float:left;
	width:244px;
	margin-right:7px;
}

#center {
	float:left;
	width:490px;
	margin-right:5px;
}

#right {
	float:right;
	width:244px;
}

/*left*/

.main_acord {
	width:244px;
	overflow:hidden;
}

.block_title {
	background:url(../imgs/left_title_bg.png) no-repeat;
	width:244px;
	height:32px;
	overflow:hidden;
	margin-bottom:3px;
}

.block_title h1 {
	font-size:13px;
	color:#5f5f5f;
	margin-top:11px;
	margin-left:11px;
}

/* LEFT ACORDEON*/
#ere_acordeon {
	width:244px;
	overflow:hidden;
}

#ere_acordeon>li {
	background:#f1f1f1;
	list-style:none;
	width:244px;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:1px;
	overflow:hidden;
	padding-bottom:7px;
	display:block;

}



#ere_acordeon .selected {
	padding-bottom:1px;
	background:none;
}
#ere_acordeon li a.city_name {
	background:url("../imgs/small_coa.png") no-repeat scroll 0 4px transparent;
	color:#4E4E4E;
	display:block;
	font-size:13px;
	margin-left:6px;
	padding-bottom:4px;
	padding-left:24px;
	padding-top:5px;
}

#ere_acordeon li  {
	*margin-bottom:0px !important;
}

.city_img {
	margin-top:4px;
	height:209px;
}

.last_acord {
	border-bottom:0!important;
}

.slided {
	background:none!important;
	border-bottom:0!important;
	padding-bottom:1px!important;
}

.weather_cont {
	width:244px;
	margin-top:3px;
	overflow: hidden;
}

.weather {
	background:url("../imgs/weather_bg.png") no-repeat scroll 0 0 transparent;
	height:29px;
	padding-top:4px;
	width:244px;
}

/*SLIDESHOW*/

#slider {
	background:url(../imgs/slider_bg1.png) no-repeat 0 0;
	height:276px;
	width:490px;
	overflow:hidden;
	position:relative;
}

.slide_over {
	background:url(../imgs/slide_over.png) no-repeat 0 0;
	position:absolute;
	left:0;
	top:0;
}

.slideshow	{
	margin:0 auto;
	height:227px;
	width:486px;
}

#slide_pager {
	margin-left:-50%;
}

#slide_pager a {
	background:url("../imgs/slide_pager_bg.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:13px;
	text-indent:-99999px;
	width:12px;
	margin-right:5px;
}

#slide_pager a.activeSlide {
	background:url(../imgs/slide_pager_active_bg.png) no-repeat 0 0;
}

.pager_content {
	position:absolute;
	left:50%;
	margin-top:16px;
}

#main_news_cont {
	margin-left:2px;
	margin-right:2px;
	width:486px;
	margin-top:6px;
	overflow:hidden;
}

.main_news_title {
	background:url(../imgs/main_news_block_title.png) no-repeat;
	width:486px;
	height:38px;
	overflow:hidden;
}

.main_news_title h2 {
	background:url(../imgs/main_news_title_bg.png) no-repeat 0 2px;
	color:#167cbe;
	font-size:13px;
	font-weight:bold;
	margin-top:9px;
	padding-left:13px;
	margin-left:8px;
}

.main_news { 
	overflow:hidden;
	border-bottom:1px solid #e4e4e4;
	clear:both;
	margin-bottom:8px;
	padding-bottom:8px;
}

.main_news_img {
	position:relative;
	overflow:hidden;
	float:left;
	height:142px;
	width:207px;
}

.main_img_over {
	background:url(../imgs/main_news_img_bg.png) no-repeat;
	height:142px;
	width:207px;
	position:absolute;
	top:0;
	left:0;
}
.main_img_over_cursor{
	cursor:pointer;
}

.main_news_text {
	float:left;
	margin-left:9px;
	overflow:hidden;
	width:267px;
}

.main_news_text .title a {
	font-size:13px;
	color:#0a4d80;
	line-height:16px;
	float:left;
}

.main_news_text .title {
	overflow:hidden;
}

.main_news_text .title a:hover {
	color:#ff0601;
	text-decoration:underline;
}

.main_news_text .date {
	color:#a6a6a6;
	font-size:10px;
	line-height:13px;
	margin-top:7px;
	margin-bottom:14px;
	clear:both;
	overflow:hidden;
}

.main_news_text .text p{
	color:#333333;
	font-size:13px;
	line-height:16px;
}

.main_news_text .text img {
	display:none;
}

.last_news {
	border-bottom:0!important;
}

/*RIGHT ACORDEON*/

#project {
	width:244px;
	overflow:hidden;
	margin-bottom:5px;
}

#acordeon {
	width:244px;
	overflow:hidden;
}

#acordeon>li {
	background:#f1f1f1;
	width:244px;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:1px;
	overflow:hidden;
	padding-bottom:6px;
}

#acordeon li a.project_name {
	color:#4e4e4e;
	font-size:13px;
	line-height:15px;
	display:block;
	margin-top:12px;
	margin-left:10px;
	font-weight:bold;
}

#acordeon li em.project_desc {
	color:#8c8c8c;
	font-size:10px;
	line-height:13px;
	display:block;
	margin-top:7px;
	font-weight:normal;
	
}

.project_img {
	height:209px;
}
#acordeon .selected {
	background:none;
	padding-bottom:1px;
}

#acordeon .selected .project_name {
	margin-bottom:9px;
}

.slided_project {
	background:none!important;
	border-bottom:0!important;
	padding-bottom:1px!important;
}

.slided_project a.project_name {
	margin-left:0!important;
	margin-bottom:13px;
}

#acordeon .selected .project_desc {
	display:none;
}


/*useful_link*/

#useful_link {
	width:244px;
	overflow:hidden;
}

#useful_link ul {
	width:244px;
	overflow:hidden;
}

#useful_link ul li {
	width:236px;
	list-style:none;
	border-bottom:1px solid #e2e2e2;
	padding-left:8px;
	padding-top:12px;
	padding-bottom:10px;
	
}

#useful_link ul li:hover {
	background:url(../imgs/useful_hover.png) no-repeat 0 0;
}

#useful_link ul li a {
	background:url(../imgs/useful_a.png) no-repeat 0 5px ;
	font-size:10px;
	color:#4e4e4e;
	line-height:13px;
	display:block;
	padding-left:14px;
}

#useful_link ul li:hover a {
	background:url(../imgs/useful_a_hover.png) no-repeat 0 5px;
	color:#0a4d80;
}

.last_useful {
	border-bottom:0!important;
}

span.edit {
	float:left;
}

span.edit a {
	display:block;
	float:left;
	margin-left:5px;
}


/* ---------------------------------------------------- */
/* CALENDAR
/* ---------------------------------------------------- */
.calendar_box {
	width:242px;
	margin:0 auto;
}

.calendar thead {
	border:1px solid #e2e2e2;
	border-bottom:0!important;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.calendar_box .calendar {
	background-color:#FFFFFF;
	border-collapse:collapse;
	margin-bottom:5px;
	width:242px;
}
.calendar_box .calendar td {
	background-color:#FFFFFF;
	border:1px solid #CDCFCF;
	color:#3f3f3f;
	font-size:13px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	width:33px;
	border-collapse:collapse;
}
.calendar_box .calendar td.calendar_days_link {
	background-color:#f6f6f7;
	color:#1a85cd;
}
.calendar_box .calendar td.calendar_days_today {
	border:2px solid #25a8e0;
	color: #25a8e0;
}
.calendar_box .calendar td a {
	color:#25a8e0;
	display:block;
	font-weight:bold;
	width:100%;
} 
.calendar_box .calendar thead td {
	background-color:transparent;
	border:medium none;
	padding-bottom:6px;
}
.calendar_box .calendar_forms {
	border:1px solid #e2e2e2;
	background-color:#FFFFFF;
	padding:0 5px 0 5px;
	overflow:hidden;
	height:31px;
} 
.calendar_box .calendar_forms select {
	font-size:11px;
}
.calendar_box .calendar_forms select[name="month"] {
	width:137px;
	border:1px solid #a5acb2;
	height:22px;
}
.calendar_box .calendar_forms select[name="year"] {
	width:58px;
	border:1px solid #a5acb2;
	height:22px;
}

.calendar_box .calendar_forms .calendar_select {
	display: inline; float: left;
	margin-top: 1px;
	height: 20px;
}
.calendar_box .calendar_forms .calendar_button {
	display: inline; float: right;
	height: 18px;
	padding-top: 4px;
	height: 16px;
}
.calendar_box .calendar_forms input[type="submit"] {
	background:url(../imgs/go.png) no-repeat scroll center center;
	border:0 none;
	height:22px;
	width:25px;
}

.calendar_head {
	margin:0 auto;
	width:180px;
	display:none;
}

.calendar_middle {
	position:relative;
	top:4px;
} 

.weather div {
	float:left;
}

.weather_city {
	font-size:13px;
	color:#4e4e4e;
	margin-left:11px;
	margin-right:21px;
}

.weather_grad {
	font-size:12px;
	color:#5a96fd;
	margin-left:4px;
	margin-top:3px;
}
#center .main_news_cont_wide {
	overflow:hidden;
	width:739px;
	display:block;
}

.main_news_cont_wide {
	display:none;
}

.main_news_title_wide {
	background:url("../imgs/title_wide.png") no-repeat scroll 0 0 transparent;
	height:38px;
	overflow:hidden;
	width:737px;
}

.main_news_title_wide h2 {
	  background: url("../imgs/main_news_title_bg.png") no-repeat scroll 0 6px transparent;
    color: #000000;
    float: left;
    font-size: 13px;
    margin-left: 8px;
    margin-top: 3px;
    padding-left: 13px;
	font-weight:normal;
}

.found {
	color: #000000;
    float: right;
    font-size: 13px;
    margin-left: 8px;
	margin-right:8px;
    margin-top: 3px;
    padding-left: 13px;
}

.main_news_text_wide {
	float:left;
	margin-left:9px;
	overflow:hidden;
	width:523px;
}

.main_news_text_wide .title a {
	color:#0A4D80;
	float:left;
	font-size:13px;
	line-height:16px;
}

.main_news_text_wide .date {
	clear:both;
	color:#A6A6A6;
	font-size:10px;
	line-height:13px;
	margin-bottom:14px;
	margin-top:7px;
	overflow:hidden;
}

.main_news_text_wide .text p {
	color:#333333;	
	font-size:13px;
	line-height:16px;
}

.main_news_text_wide .text img {
	display:none;
}

.main_news_wide {
	border-bottom:1px solid #E4E4E4;
	clear:both;
	margin-bottom:8px;
	overflow:hidden;
	padding-bottom:8px;
}

.add {
	float:right;
	margin-right:5px;
	margin-top:3px;
}

.search {
	float:right;
	margin-right:7px;
	font-size:10px;
	margin-top:7px;
}

.search  b {
	font-weight:bold;
}

.head_text {
	bottom:0;
	left:20px;
	position:absolute;
}

#footer_menu {
	clear:both;
	padding-top:8px;
	overflow:hidden;
	width:992px;
	margin:0 auto;
}

.nav_foot {
	width:992px;
	overflow:hidden;
	height:226px;
}

.nav_foot .first_lvl {
	float:left;
	list-style:none;
	position:relative;
}

.nav_foot .first_lvl {
	background:url(../imgs/foot_menu_li_bg.png) no-repeat scroll 0 0px transparent;
	height:226px;
	width:244px;
	margin-right:5px;
	position:relative;
}

.nav_foot .last_li {
	margin-right:0;
}

.nav_foot .first_lvl .fix {
	position:absolute;
	top:10px;
	width:100%;
	text-align:center;
}


.child_menu {
	display:block;
	clear:both;
	margin-top:36px;
	width:244px;
	*position:relative;
	*top:36px;
}

.child_menu li {
	list-style-type:none;
	width:244px;
}

.child_menu li .sec_img_cont {
		position:relative;
		top:0px;
		left:0;
		width:230px;
		height:142px;
		margin-bottom:7px;
		margin-left:7px;
}

.child_menu li .sec_img_cont .foot_over{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.next_item {
	background:url(../imgs/next.png) no-repeat scroll 0 0px transparent!important;
	cursor:pointer;
	display:block;
	height:32px;
	text-indent:-99999px;
	width:21px;
	position:absolute;
	right:0;
	bottom:9px;
	z-index:9999999;
}

.prev_item {
	background:url(../imgs/prev.png) no-repeat scroll 0 0px transparent!important;
	cursor:pointer;
	display:block;
	position:absolute;
	left:0;
	bottom:9px;
	height:32px;
	text-indent:-99999px;
	width:21px;
	z-index:9999999;
}

.foot_link {
	display:block;
	margin:0 auto;
	text-align:center;
	width:200px;
}

.foot_link a {
	color:#4e4e4e;
	font-size:13px;
	cursor:pointer;
	position:relative;
	top:5px;
}

.sec_img_cont a {
	cursor:pointer;
}

.independent {
	margin-bottom:5px;
}

#pager {
	height:24px;
	margin-top:10px;
	display:block;
}

#pager a {
	background:#f1f1f1;
	padding-top:3px;
	padding-left:6px;
	padding-bottom:3px;
	padding-right:6px;
	display:inline-block;
	font-size:11px;
	color:#4e4e4e;
	cursor:pointer;
	border:1px solid #d7d7d7;
	margin-right:1px;
}

#pager b {
	background:#1e8ad1;
	padding-top:3px;
	padding-left:6px;
	padding-bottom:3px;
	padding-right:6px;
	display:inline-block;
	font-size:11px;
	color:#FFF;
	cursor:pointer;
	border:1px solid #1e8ad1;
	margin-right:1px;
}

.print {
	position:relative;
	top:2px;
}


.main_news_text_wide_text p {
	font-size:13px;
	color:#333333;
	line-height:17px;
	margin-bottom:15px;
}

.main_news_text_wide_text ul {
	margin-left:237px;
	margin-top:10px;
	margin-bottom:10px;
}

.main_news_text_wide_text ul li {
	list-style:disc;
	margin-bottom:5px;
	font-size:12px;
}

.main_news_text_wide_text ol {
	margin-left:27px;
	margin-top:10px;
	margin-bottom:10px;
}

.main_news_text_wide_text ol li {
	list-style-type:decimal;
	margin-bottom:5px;
	font-size:12px;
}

.main_news_text_wide_text em {
	font-style:italic;
}

.main_news_text_wide_text a {
	color:#167cbe;
}

strong {
	font-weight:bold;
}

.headings_fdb {
	color:#333333;
	font-size:13px;
	line-height:17px;
}

.search_form {
	overflow:hidden;
	margin-top:33px;
	margin-left:25px;
}

#fdb_titles {
	margin-bottom:5px;
}

#fdb_titles label {
	display:block;
	font-size:13px;
	color:#000;
	line-height:17px;
	margin-bottom:3px;
}

#fdb_titles .textinput {
	width:305px;
	height:16px;
	border: 1px solid #d6d6d6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:10px 0 10px 9px;
	font-size:13px;
	color:#000;
}

#fdb_titles .textinput:hover {
	background:#f6f6f6;
}

#fdb_titles .textinput:focus {
	background:#f6f6f6;
}

#fdb_titles textarea {
	width:515px;
	height:206px;
	border: 1px solid #d6d6d6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding-top:10px;
	padding-left:10px;	
	font-size:13px;
	line-height:17px;
	color:#000;
}

#fdb_send input {
	background:url(../imgs/send.png) no-repeat scroll 0 0 transparent !important;
	border:0 none;
	cursor:pointer;
	display:block;
	height:32px;
	text-indent:-999999px;
	width:107px;
}

.gallerys {
	float:left;
	width:241px;
	margin-right:5px;
	margin-bottom:18px;
}

.gallerys .title {
	margin-bottom:9px;
}

.gallerys .title a {
	color:#000000;
	font-size:13px;
}

.gallerys .title a:hover {
	color:#167cbe;
	text-decoration:underline;
}


.gallerys .gal_album_img {
	height:165px;
	position:relative;
	width:241px;
}

.gal_album {
	float:left;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:18px;
}

.gal_album .gal_album_img {
	height:165px;
	position:relative;
	width:241px;
}

.over_gal {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.attached_docs {
	margin-top:15px;
}

.attached_docs .title {
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

.attached_docs a {
	font-size:13px;
	color:#167CBE;
	text-decoration:none;
}

.attached_docs a:hover {
	text-decoration:underline;
}

.error {
	margin-top:10px;
	margin-left:25px;
}

.error .error_title {
	font-size:13px;
	color:#e92525;
	font-weight:bold;
}

.error .fdb_error {
	font-size:13px;
	color:#e92525;
}

.footer {
	width:992px;
	margin:0 auto;
	color:#a6a6a6;
	font-size:10px;
	margin-top:13px;
}

.footer .imereti {
	float:left;
}

.footer .itdc {
	float:right;
}

.footer .itdc a {
	color:#1782cd;
}

#site_map {
	margin-left:25px;
}

#site_map li a {
	line-height:15px;
}

#site_map li a:hover {
	text-decoration:underline;
}


#site_map li.site_map_level_0  {
	color:#107ac8;
	list-style: disc;
		font-size:13px;
}

#site_map li.site_map_level_0  a {
	color:#107ac8;
}

#site_map li.site_map_level_1 {
	list-style:none;
		font-size:12px;
}


#site_map li.site_map_level_1  a {
		background:url("../imgs/useful_a.png") no-repeat scroll 0 5px transparent;
		color:#4e4e4e;
		padding-left:15px;
}

.pollBox {
	width:244px;
	overflow:hidden;
}

#gPoll span {
	background:url(../imgs/useful_hover.png) no-repeat 0 0;
	font-size:12px;
	color:#4e4e4e;
	min-height:20px;
	display:block;
	padding:5px 8px 0 8px;
}

#gPoll ul li {
	border-bottom:1px solid #e2e2e2;
	clear:both;
	color:#4E4E4E;
	font-size:10px;
	line-height:17px;
	list-style:none outside none;
	padding:9px 7px;
}

#gPoll ul li input {
	float:left;
}

.last_q {
	border-bottom:0!important;
}

.cover {
	background:url(../imgs/cover.png) repeat-x 0 0;
	width:100%;
	height:12px;
}

.gStolb {
	background:url(../imgs/cover_blu.png) repeat-x 0 0;
	height:12px;
}

#cur {
	width: 244px;
	overflow:hidden;
	height: 65px;
}

.cur {
	width: 244px;
	overflow:hidden;
	padding-left:10px;
	margin-bottom: 5px;
	height: 16px;
	clear:both;
	
}

.cur_flag {
	padding-top:1px;
	margin-right:30px;
}

.cur .cur_name {
	 color: #4E4E4E;
    font-size: 13px;
    margin-left: 11px;
    margin-right: 30px;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
}

.cur .amount {
	 color: #5A96FD;
    font-size: 12px;
}

.pp_description {
	font-size:11px;
}

.pp_nav p {
    float: left;
    font-size: 11px;
    margin: 2px 4px;
}

.left_menu {
	/*padding: 0 10px;*/
}

.left_menu li a {
    color: #4E4E4E;
    display: block;
    font-size: 13px;
    margin-left: 6px;
		padding-bottom:5px;
	padding-top:5px;
}
.left_menu li {
	border-bottom: 1px solid #E2E2E2;
	list-style:none;
}

.left_menu li ul {
	margin-left:35px;
}

.left_menu li ul li a {
    color: #4E4E4E;
    display: block;
    font-size: 13px;
	padding-bottom:0!important;
	padding-top:0!important;
}
.left_menu li ul li {
	border-bottom: 0!important;
	list-style:disc;
	margin-bottom:5px;
}

.last_left_li {
	border-bottom:0!important;
}

.left_menu>li.selected>a {
	color:#167CBE;
}

.left_menu>li ul li.selected {
	color:#167CBE;
}

.left_menu>li ul li.selected a {
	color:#167CBE;
}
.main_news_text_wide_text table{

	border:0px solid #fff;
	text-align: center;	
    border-collapse:collapse;	
}

.main_news_text_wide_text table tr{
}


.gPoll_bt {
	background: url("../imgs/vote_b.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 24px;
    text-indent: -9999px;
    width: 88px;
	cursor:pointer;
}
.main_news_title_wide>h2{
    padding-top:5px!important;
}
