
@charset "windows-1251";
:link,:visited {}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* Headings
================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h1{
	color: #13592A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0 30px 0;
	text-transform: uppercase;
}

h2{
	color: #052C41;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 30px 0 30px 0;
	padding: 0;
}

.title h2{
	color: #13592A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}

h2.block {
	background: #C2C2C2;
	color: #FFFFFF;
	font: 13px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 10px;
}

h3{
	color: #022335;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 3px 0;
	padding: 0;
}

h4{
	color: #000000;
	font: bold 14px Arial, Helvetica, sans-serif;
}

h5{
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
}

h6 {
	color: #9B9B9B;
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* Paragraphs
================================================*/
blockquote {
	background: #17A13D;
	color: #FFFFFF;
	margin: 5px 0px 12px;
	padding: 10px;
}

p.marked {
	background: #FBF5F8;
	border: 1px solid #F72582;
	padding: 10px;
}

p {
	margin-bottom: 15px;
}

/* Links
================================================*/
a {
	color: #000000;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.green, a.green:link, a.green:active, a.green:visited {
	color: #13592A;
	font: 13px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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

a.lightgreen, a.lightgreen:link, a.lightgreen:active, a.lightgreen:visited {
	color: #009933;
	font: 13px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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

/* Lists
================================================*/
ul {
	list-style-type: none;
	margin: 10px 0px 22px 27px;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	color: #01422E;
	list-style: disc;
	margin: 5px 0;
	padding: 0px;
}

* html ul li {
	height: 1%;
}

* html .col_left ul li {
	height: auto;
}

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	list-style: decimal;
	margin: 5px 0;
	padding: 0px;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}

/* Tables
================================================*/
table {
	border-collapse: collapse;
	border-color: #CCCCCC;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 15px 0 15px 0;
	margin-left: 2px;
}

table td {
	padding: 8px 10px; /* border-collapse: collapse; */
	text-align: left;
}

table td p {
	margin: 0px;
	padding: 3px 0px;
	text-align: left;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #FFFFFF;
}

table caption {
	border-bottom: 1px solid #A6A6A6;
	color: #000000;
	font-size: 107%;
	font-weight: bold;
	padding: 5px 5px;
	text-align: left;
	text-transform: uppercase;
}

table th {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

table th,
table thead td {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

table th h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

hr {
	background: #CCCCCC;
	border: 0px;
	color: #CCCCCC;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Form
================================================*/
.form{
	margin: 10px 0 10px;
	padding: 15px 0 0;
	width: 100%;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	font-size: 120%;
	font-weight: bold;
	height: auto;
	margin: 0px 0px 10px;
	padding: 0 5px;
}

p.form_message {
	background: #17A13D;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	margin: 2px 0;
	padding: 0 0 6px 0;
	width: 100%;
}

.form .line.marked {
	background: #D98C00;
	color: #FFFFFF;
	padding: 10px 0 10px;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 6px 0;
}

.form .line:before {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.form .line:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .form .line {
	height: 1%;
}

.form .label {
	display: block;
	display: inline;
	float: left;
	font-size: 100%;
	margin-right: 10px;
	width: 25%;
}

.form .formw {
	display: block;
	float: left;
	width: 70%;
}

form.descr .formw {
	text-align: justify;
	width: 460px;
}

.form .formw .text {
	border: 1px solid #D5D8DB;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 2px;
	width: 99%;
}

.form .err {
	padding-left: 2px;
}

.form .rad {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

.form input.btn {
	background: url(/i/btn.gif) repeat-x left top;
	border: 0;
	cursor: pointer;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0 10px;
}

.form div.btn {
	border: 2px solid #9C9C9C;
	float: left;
	padding: 2px;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix
================================================*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0;
	overflow: hidden;
}

/* --------------------- */
html, body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#col2 {
	float: left;
	margin-left: -100%;
	width: 250px;
}

div#col3 {
	float: left;
	margin-left: -170px;
	width: 160px;
}

div#main {
	margin-left: 270px;
	margin-right: 180px;
}

div#maincol {
	display: table; /* <- using display: table hack here for Gecko browsers */
	float: left;
	width: 100%;
}

div#wrapper {
	display: table-row;
	vertical-align: top;
}

/* <- this is needed by Opera */
div.colwrapper {
	margin: 0px;
}

#header{
	height: 185px;
	position: absolute;
	top: 10px;
	width: 100%;
}

#all{
	margin-top: 140px;
	min-width: 990px;
	position: relative;
	width: 100%;
}

#maincol .content	{
	overflow: hidden;
	padding-bottom: 15px;
	width: 100%;
}

#footer{
	background: url(/i/footer_bg.gif) #E3E3E3 repeat-x left top;
	clear: both;
	height: 99px;
	position: relative;
}

.clear{
	clear: both;
}

/*#header .logo {
}
*/
/*#header .topbanner {
}
*/
/*#header .topbanner img {
}
*/
#layoutdims {
	background: url(/i/breadcrumb_bg.gif) #007928 repeat-x left top;
	height: 31px;
	left: 0%;
	overflow: hidden;
	position: absolute;
	top: 153px;
	width: 100%;
}

#layoutdims .icons {
	left: 0;
	margin-left: 10px;
	position: absolute;
	top: 0;
}

#layoutdims .icons img {
	float: left;
	margin: 0 2px;
}

#layoutdims .breadcrumb {
	color: #FFFFFF;
	font: 12px/20px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 60px;
	padding-top: 7px;
	text-align: center;
}

#layoutdims .breadcrumb a, #layoutdims .breadcrumb a:link, #layoutdims .breadcrumb a:active, #layoutdims .breadcrumb a:visited {
	color: #FFFFFF;
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#layoutdims .breadcrumb a:hover {
	text-decoration: underline;
}

/* footer */
#footer .left {
	float: left;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 35px;
}

#footer .right {
	float: right;
	margin-right: 20px;
	margin-top: 35px;
}

#footer .right .counters {
	clear: both;
}

#footer .right .counters img {
	display: block;
	float: left;
	margin: 0px 0px 5px 6px;
}

#footer .right .designer, #footer .right .designer a, #footer .right .designer a:link, #footer .right .designer a:visited, #footer .right .designer a:active {
	clear: both;
	color: #6B6B6B;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
}

.left_logo {
	float: left;
	margin-right: 20px;
}

.searchform {
	margin: 5px 5px 15px 5px;
}

.searchform form {
	margin: 0;
	padding: 0;
}

.searchform .text {
	border: 1px solid #000000;
	height: 17px;
	margin: 0;
}

.searchform .button {
	background: #FFFFFF;
	border: 1px solid #000000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: -5px;
}

/* menu */
#menu {
	margin: 0 0 15px 0;
	padding: 0;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li.start {
	background: url(/i/menu_head.gif) #FFFFFF repeat-y left top;
	padding-top: 2px;
}

#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
	background: url(/i/menu.gif) #FFFFFF repeat-y left bottom;
	display: block;
	font-weight: bold;
	padding: 9px 9px 9px 31px;
	text-decoration: none;
}

#menu li.end a, #menu li.end a:link, #menu li.end a:active, #menu li.end a:visited {
	background: url(/i/menu_end.gif) #FFFFFF repeat-y left bottom;
	display: block;
	padding: 9px 9px 9px 31px;
}

#menu li.parent a, #menu li.parent a:link, #menu li.parent a:active, #menu li.parent a:visited {
	background: url(/i/menu_hover.gif) repeat-y left bottom;
	color: #FFFFFF;
}

#menu li.child a, #menu li.child a:link, #menu li.child a:active, #menu li.child a:visited {
	background: url(/i/menu_child.gif) #FFFFFF repeat-y left bottom;
	display: block;
	font-weight: bold;
	padding: 9px 9px 9px 31px;
	text-decoration: none;
}

#menu li.child_active a, #menu li.child_active a:link, #menu li.child_active a:visited, #menu li.child_active a:active {
	background: url(/i/menu.gif) #FFFFFF repeat-y left bottom;
}

#menu li.child a div {
	background: url(/i/menu_child_a.gif) no-repeat left 4px;
	padding-left: 15px;
}

/* banner */
.banner {
	clear: both;
	margin: 10px 0;
	text-align: center;
}

#col3 .banner {
	text-align: left;
}

/* graybox */
.graybox {
	background: url(/i/graybox_head.gif) #F6F6F6 repeat-x left top;
	clear: both;
}

.graybox .title {
	height: 40px;
	padding-top: 5px;
	text-align: center;
}

.graybox .title h2 {
	margin: 0;
}

.graybox .graybox_footer {
	background: url(/i/gray_box_footer.gif) repeat-x left bottom;
	clear: both;
	height: 30px;
	padding-right: 10px;
	text-align: right;
}

.graybox .graybox_footer a {
	font-size: 13px;
}

.news_list_line {
	background: url(/i/new_line.gif) no-repeat 15px 2px;
	padding-left: 40px;
	padding-right: 40px;
}

.news_list_line .date {
	color: #009933;
	margin: 5px 0;
}

.filial {
	; 
	color: #878787;
	border: 1px solid #000000;
	font: 13px tahoma,arial;
	margin-bottom: 10px;
	width: 150px;
}

.filial_title {
	color: #878787;
	font: bold 11px tahoma,arial;
	line-height: 16px;
}

#col3 .inner {
	padding-left: 10px;
}

/* poll */
form.poll .line {
	clear: both;
	margin: 5px 0;
}

/* blocks */
.service_table{
	clear: both;
	margin: 0px;
	padding: 0px;
}

.service_table td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.service_table thead {
	height: 73px;
	margin: 0px;
	padding: 0px;
}

.service_table thead td{
	background: transparent none;
	border: 0px none #FFFFFF;
	height: 73px;
	margin: 0px;
	padding: 0px;
}

.service_table thead .left {
	background: url(/i/block_head_bg.gif) repeat-x left top;
	height: 73px;
	text-align: center;
	width: 48%;
}

.service_table thead .lcorn {
	background: url(/i/block_head_left.gif) no-repeat left top;
	float: left;
	height: 73px;
	width: 19px;
}

.service_table thead .rcorn {
	background: url(/i/block_head_right.gif) no-repeat left top;
	float: right;
	height: 73px;
	width: 19px;
}

.service_table thead .right {
	background: url(/i/block_head_bg.gif) repeat-x left top;
	height: 73px;
	text-align: center;
	width: 48%;
}

.bigtitle {
	color: #13592A;
	font: bold 20px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 2px;
}

.smalltitle {
	color: #13592A;
	font: 15px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 4px;
}

.service_table tbody {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.service_table tbody .right_bg{
	background: url(/i/block_content_right.gif) repeat-y 100% 0%;
	vertical-align: top;
	width: 100%;
}

.service_table tbody .left,
.service_table tbody .right{
	background: url(/i/block_content_left.gif) #C0C0C0 repeat-y 0% 0%;
	width: 48%;
}

.service_table tbody  .right {
}

.service_table tbody  .inner {
	background: #E5E5E5;
	margin: 0 7px;
	padding: 0 5px 0 10px;
}

.service_table a, 
.service_table a:active, 
.service_table a:link, 
.service_table a:visited {
	background: url(/i/down_bul.gif) no-repeat 15px 12px;
	border-bottom: 1px solid #FFFFFF; /*position:relative;*/
	color: #13592A;
	display: block;
	font-size: 13px;
	margin: 0 -12px 0 -17px;
	padding: 8px 20px 8px 40px;
	text-decoration: none;
}

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

.service_table tfoot {
	clear: both;
	height: 34px;
}

.service_table tfoot .bg {
	background: url(/i/block_footer_bg.gif) repeat-x left top;
	height: 34px;
}

.service_table tfoot .lcorn {
	background: url(/i/block_footer_left.gif) no-repeat left bottom;
	float: left;
	height: 34px;
	width: 22px;
}

.service_table tfoot .rcorn {
	background: url(/i/block_footer_right.gif) no-repeat left bottom;
	float: right;
	height: 34px;
	width: 22px;
}

input.block_button {
	background: #D7D7D7;
	border: 0;
	cursor: pointer;
	display: block;
	font: bold 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 5px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

a.block_button {
	background: #D7D7D7;
	border: 0;
	cursor: pointer;
	display: block;
	font: bold 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

a.block_button div {
	padding: 5px;
}

.foot_banner {
	bottom: 115px;
	height: 100px;
	position: absolute;
	right: 15px;
}

/* Forms */
.form_online {
	margin: 0px 0 10px;
	padding: 0px 0 0;
	width: 90%;
}

.form_online  table{
	margin: 0px 0 15px 0;
}

.form_online table.withwidth td:first-child{
	width: 50%;
}

.form_online  td {
	width: expression(this.previousSibling==null?'50%':'auto');
}

.form_online  td,
.form_online  table{
	border: 0px none #FFFFFF;
}

.form_online  .input, .form_online  select, .form_online  .input_blur {
	background: #F4F5F4;
	border: 1px solid #FF0000;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
	padding: .25em;
	width: 95%;
}

.form_online  .input_textarea {
	background: #F4F5F4;
	border: 1px solid #FF0000;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
	height: 50px;
	padding: .25em;
	width: 95%;
}

.form_online  select{
	width: auto;
}

.form_online  .input:focus, .form_online  textarea:focus, .form_online  select:focus {
	background: #FFFFFF;
	border: 1px solid #686868;
}

.form_online  input[type="checkbox"] {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

.form_online h3{
	color: #265B20;
	font-size: 14px;
	margin: 20px 0 5px;
	padding: 0;
}

.form_online h1{
	color: #265B20;
	font-size: 21px;
	font-weight: bold;
	margin: 20px 0;
	padding: 0;
}

.form_online  input[type="submit"] {
	cursor: pointer;
	cursor: hand;
	font: bold 135% Arial, Helvetica, sans-serif;
	padding: .3em 1em;
}

#error{
	background: #F9DEC5;
	border: 1px solid #EDB278;
	color: #000000;
	padding: 10px;
}

/* ----- */
.questions_title{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 15px 0;
	padding: 0;
}

.questions_ask{
	margin: 5px 20px 15px 0px;
}

.questions_reply{
	border-left: 4px solid #CCD2D8;
	font-size: 14px;
	margin: 10px 5px 10px 10px;
	padding: 0 0 0 15px;
}

.questions{
	margin: 30px 0 30px 0px;
}

.ask_main{
	margin: 5px 0 5px 0px;
}

ul.question_main{
	margin: 0px;
}

ul.question_main li{
	background-image: none;
	margin: 20px 0 15px 0px;
	padding-left: 0px;
}

span.current, .page_link, .ctrl {
	display: block;
	float: left;
	margin-right: 0.3em;
	padding: 0.2em 0.5em 0.3em 0.5em;
}

.page_link {
	border: 1px dashed #BBBBBB;
}

span.current {
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
	color: #000000;
}

.ctrl {
	color: #000000;
	font-size: 10px;
	padding: 0.5em 0.5em 0.3em 0.5em;
}

.path_arrow {
	font-size: 10pt;
	padding: 0px 5px 0px 5px;
}

#showaddcomment{
	margin: 5px 0px 20px;
}

#showaddcomment a{
	background: #009933;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}

#showaddcomment a:hover{
	background: #009933;
}

.news_img{
	float: left;
	margin: 15px 10px 10px 0px;
}

/* new banner */
.ad_main{
	background: url(/i_abm/banne_bg.jpg) repeat-x 0 0;
	height: 198px;
	overflow: hidden;
}

.ban_left{
	background: url(/i_abm/banner_left.jpg) no-repeat top 50%;
	float: left;
	height: 198px;
	overflow: hidden;
	width: 50%;
}

.ban_right{
	background: url(/i_abm/banner_right.jpg) no-repeat top left;
	float: right;
	height: 198px;
	overflow: hidden;
	width: 50%;
}

.ad_main .col_1,
.ad_main .col_2{
	background: url(/i/banner_bg.jpg) repeat-x 0 0;
}

.cols50 .col_1{
	float: left;
	overflow: hidden;
	text-align: center;
	width: 48%;
}

.cols50 .col_2{
	float: right;
	overflow: hidden;
	text-align: center;
	width: 48%;
}

#header{
	height: 117px;
	min-width: 990px;
	position: absolute;
	top: 20px;
	width: 100%;
}

.searchform {
	float: right;
	width: 260px;
	margin: 5px 5px 15px 5px;
	position: relative;
}

.searchform form {
	margin: 0;
	padding: 0;
}

.searchform .text {
	background: url(/i/text_top.gif)repeat-x top left;
	border: 1px solid #9C9C9C;
	border-image: url(/i/text_top.gif);
	border-radius: 4px;
	height: 17px;
	margin: 0;
	-moz-border-radius: 4px;
	opacity: 1;
	position: relative;
	width: 170px;
	z-index: 2;
}

.searchform .button {
	background: #FFFFFF;
	border: 1px solid #000000;
	filter: alpha(opacity: 0);
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 75px;
	z-index: 2;
	cursor: pointer;
}

.fake{
	background: #eee url(/i/fake_button.jpg);
	height: 21px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 75px;
	z-index: 1;
}

.icons{
	float: left;
	margin-left: 0px;
}

a img{
	border: 0;
}

.ad_main{
	background: url(ab_bg.jpg) repeat-x 0 0;
	border: 1px solid #000000;
	height: 198px;
}

.ad_main_left {
	background: url(ab_left.jpg) no-repeat top left;
	float: left;
	height: 198px;
	width: 24%;
}

.ad_main_right {
	background: url(ab_right.gif) no-repeat;
	background-position: 20% 0%;
	float: right;
	height: 198px;
	width: 76%;
}

.logo{
	float: left;
	width: 217px;
	height: 100px;
}

.call{
	float: left;
	height: 100px;
	margin-top: 7px;
	width: 250px;
	background: url('/i/call.jpg') no-repeat 0 0;
}

.ico_call{
	border: 0;
	float: left;
}

.call_text{
	margin-left: 50px;
	width: 250px;
}

.call_text_title{
	color: #9C9C9C;
	font: bold 11px Tahoma;
	text-transform: uppercase;
}

.call_text_phone{
	color: #048B2D;
	font: bold 21px Tahoma;
}

.call_text_desc{
	color: #9C9C9C;
	font: 11px Tahoma;
}

.slogan{
	margin-left: 50px;
	margin-top: 9px;
	width: 450px;
}

.slogan_text{
	color: #565656;
	font: italic bold 18px Arial;
	text-transform: uppercase;
}

.right_head{
	position: absolute;
	right: 10px;
	top: 4px;
	width: 50%;
	height: 100px;
}

.right_head_inner{
	float: left;
	margin-right: 35px;
}

.header-links{
	color: #9C9C9C;
	font: 11px Tahoma;
	line-height: 25px;
	padding: 10px 5px 0;
}

