:link,:visited {text-decoration: none;}
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 {
	margin: 20px 0px 10px;
	font-weight: normal;
}
h1 {
	margin: 0px 0px 15px;
	font-size: 24px;
	font-weight: lighter;
	font-family: Impact;
	color: #ffc41a;
	border-bottom: 1px solid #4e555b;
	padding: 0 0 10px 10px;
}
h2 {
	margin: 25px 0px 10px;
	font-size: 18px;
	font-weight: normal;
	font-family: Impact;
	color: #FFF;
	border-bottom: 1px solid #4e555b;
	padding: 0 0 10px 0;
}
h2.h2_news {
	font-size: 24px;
	margin: 9px 0px 10px;
}
h3 {
	font-size: 16px;
	font-family: Impact;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news h3, .news_list h3 {
	font-weight: normal;
	margin: 0px 0px 10px;
}
h4 {
	font-weight: normal;
	font-size: 12px;
	font-family: Impact;
	color: #FFF;
	background-color: transparent;
	font-style: normal;
}
h5 {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c9cdd0;
	background-color: transparent;
}
h6 {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c9cdd0;
	background-color: transparent;
}
/* Links   ================================================*/
a:link {
	color: #fab724;
	text-decoration: underline;
}
a:visited {
	color: #fab724;
	text-decoration: underline;
}
a:active {
	color: #fab724;
}
a:hover {
	text-decoration: underline;
}
/* Paragraphs    ================================================*/
p {
	margin: 5px 0px 12px;
}
blockquote {
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #EBF1C1;
}
small {
	font-size: 11px;
}
strong {
	color: #FFF;
}
.marked {
	background: #fab724;
	color: #000;
	padding: 10px 15px;
}
.marked strong {
	color: #000;
}
/* Lists      ================================================*/
ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}
ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}
ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}
ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}
ul * ul {
	margin: 4px 0px 4px 25px;
}
ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}
* html ul li {
	height: 1%;
}
/**/
dl{
	margin: 10px 0;
}
dl dt {
	margin: 2px 0;
}
dl dd {
	margin: 2px 0 2px 30px;
}
/* Tables
================================================*/
table {
	border: 1px none #202326;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
	font-size: 1em;
	color: #e5e7ea;
}
table td {
	border: 1px solid #202326;
	padding: 5px;
	background: #202326;
}
table td strong {
	font-weight: bold;
}
table .odd td {
	background: #202326;
}
table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}
table th {
	padding: 5px;
	border: 1px solid #65686b;
	color: #000;
	background: #fab724;
	font-weight: bold;
	text-align: center;
}
table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}
hr {
	background: #65686b;
	border: 0px;
	color: #65686b;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}
* html	hr {
	margin: 8px 0px;
	padding: 0px;
}
/* Form
================================================*/
.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}
.form.redline {
	border-top: 4px solid #90A600;
}
.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}
.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}
.form ul {
	margin: 0;
	padding: 0;
}
.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}
.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}
.form .line.marked label {
	margin-left: 10px;
}
.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}
.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}
.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
}
.form .formw {
	width: 70%;
	display: block;
	float: left;
}
form.descr .formw {
	width: 460px;
	text-align: justify;
}
.form .formw .text {
	width: 99%;
	background: #b9bdc2;
	border: 1px solid #d5d8db;
	padding: 3px;
	font: 14px Arial, Helvetica, sans-serif;
}
.form .formw input.text:focus, .form .formw textarea.text:focus, .form .formw select.text:focus {
	background: #fff;
}
.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: url('images/btn_bg00.gif') repeat-x;
	border: 2px solid #9c9c9c;
	height: 26px;
	padding: 0 10px 0 10px;
}
.red {
	color: #E05332;
}
.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}
/* Clearfix
================================================*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height: 1%;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
/* Layout */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #202326;
}
.all {
	background: url('images/pic_bg_r.jpg') repeat-x center top;
/*	min-width: 1000px;*/
	width: 100%;
	text-align: center;
	color: #202326;
}
.all_bg {
	background: url('images/pic_bg00.jpg') no-repeat right top;
}
.frame {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	
}
.header {
	width: 100%;
	height: 283px;
	position: relative;
	overflow: hidden;
}
.logo {
	position: absolute;
	top: 40px;
	left: 1.2%;
}
.header_right {
	position: absolute;
	right: 0;
	width: 52%;
	height: 100%;
	overflow: hidden;
}
.top_icons {
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 365px;
	width: 200px;
}
.top_icons li {
	margin: 0 9px 0 0;
	border-right: 1px solid #65b2e8;
	float: left;
	width: 26px;
	height: 16px;
	list-style: none;
}
.top_icons li a:link, .top_icons li a:visited {
	text-indent: -100em;
	display: block;
	width: 16px;
	height: 16px;
}
.top_icons li.here {
	text-indent: -100em;
}
.top_icons li#ico_home {
	background: url('images/ico_home.gif') no-repeat;
}
.top_icons li#ico_email {
	background: url('images/ico_emai.gif') no-repeat;
}
.top_icons li#ico_sitemap {
	background: url('images/ico_site.gif') no-repeat;
}
.top_icons li#ico_rss {
	background: url('images/ico_rss.png') no-repeat;
	border-right: none;
}

.search {
	position: absolute;
	top: 190px;
	left: 30px;
}

.nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 39px;
	background: #FFF;
	margin: 0;
	padding: 0;
overflow: hidden;
	
}
.nav li {
	margin: 8px 0 7px 0;
	float: left;
	list-style: none;
	font-weight: bold;
	color: #202326;
	font-size: 14px;
	
}
.nav li a:link, .nav li a:visited {
	color: #202326;
	text-decoration: underline;
}
.nav li.here a:link, .nav li.here a:visited {
	color: #202326;
	text-decoration: none;
}
.nav li a:hover {
	text-decoration: none;
}
.nav li span {
	float: none;
	padding: 4px 10px 4px 10px;
}
.nav li.here span {
	background: #ffc41a;
}
.content {
	margin-top: 35px;
	width: 100%;
}
.col_left {
	width: 58%;
	float: left;
}
.col_right {
	width: 36%;
	float: right;
}
.cols {
	margin-top: 42px;
}
.col_1, .col_2, .col_3 {
	background: url('images/col_bg00.gif') repeat-x;
}
.col_1 {
	float: left;
	margin-right: -100%;
	width: 31%;
	display: inline;
}
.col_2 {
	float: left;
	margin-right: -100%;
	margin-left: 34%;
	width: 30%;
	display: inline;
}
.col_3 {
	float: left;
	margin-right: -100%;
	margin-left: 68%;
	width: 30%;
	display: inline;
}
.col_inner {
	margin: 2px 0 0 18px;
}
.col_1 .col_inner {
	background: url('images/number_1.gif') no-repeat 95% 8px;
}
.col_2 .col_inner {
	background: url('images/number_2.gif') no-repeat 95% 8px;
}
.col_3 .col_inner {
	background: url('images/number_3.gif') no-repeat 95% 8px;
}
.col_pic {
	margin-left: 5px;
}
.col_text {
	margin: 0 10px 0 0;
	font-size: 11px;
	color: #989da0;
}
.news {
	margin: 8px 0 0 0;
	padding: 0 0 15px 0;
}
.new {
	margin-bottom: 30px;
}
.date {
	color: #8a8f90;
	font-size: 10px;
	background: url('images/date_bg0.gif') no-repeat 0 2px;
	padding-left: 20px;
}
.contacts {
	background: url('images/pic_phon.gif') no-repeat 0 5px;
margin: 0 0 20px 0;
min-height: 70px;
}
* html .contacts {
	height: 70px;
}
.contacts_inner {
	margin: 5px 0 20px 81px;
	color: #8a8f90;
}
.contacts dl {
	margin: 0;
}
.contacts a:link, .contacts a:visited {
	color: #8a8f90;
}
.contacts dl dt {
	float: left;
	width: 20%;
	font-size: 11px;
	margin: 0 0 3px 0;
}
.contacts dl dd {
	float: left;
	width: 80%;
	margin: 0 0 3px 0;
}
.contacts dl dd.phone_number {
	float: left;
	width: 100%;
	font: 18px Impact;
	color: #dee7e9;
}
/* footer */
.footer {
	margin-top: 4px;
	border-top: 1px solid #585d5e;
	position: relative;
	height: 70px;
	color: #6d7072;
	font-size: 11px;
}
.footer a:link, .footer a:visited {
	color: #6d7072;	
}
.copyright {
	position: absolute;
	top: 372px;
	left: -498px;
	background: url('images/copyrigh.gif') no-repeat;
	padding-left: 25px;
	background-image: url(copyrigh.gif);
}
.developer {
	position: absolute;
	top: 21px;
	right: 0px;
	background: url('images/getis_lo.gif') no-repeat;
	padding-left: 25px;
	height: 16px;
}
/* col3 */
.col3_left {
	width: 13%;
	float: left;
	margin-right: -100%;
	display: inline;
}
.col3_center {
	width: 56%;
	float: left;
	margin-right: -100%;
	margin-left: 15%;
	display: inline;
}
.col3_right {
	width: 24%;
	float: left;
	margin-right: -100%;
	margin-left: 75%;
	display: inline;
}
.fleft {
	float: left;
}
img.fleft {
	margin: 0 15px 10px 0;
}
.fright {
	float: right;
}
.submenu {
	margin: 0;
	padding: 0;
}
.submenu li {
	padding: 2px 2px 2px 0;
	list-style: none;
vertical-align: top;
}
.submenu ul {
	margin: 10px 0 10px 5px;
}
.submenu ul li {
	background: url('images/submenu_.gif') no-repeat 0 7px;
	padding-left: 10px;
}
.submenu li.here span {
	background: #ffc41a;
	color: #000;
	font-weight: bold;
	padding: 2px 2px 3px 5px;
	display: block;
	float: left;
}
.submenu li a:link, .submenu li a:visited {
	color: #c9cdd0;
}
.submenu li.here a:link, .submenu li.here a:visited {
	color: #000;
	text-decoration: none;
}
.submenu li.here ul li a:link, .submenu li.here ul li a:visited {
	color: #c9cdd0;
	text-decoration: underline;
}
.submenu a:hover {
	text-decoration: none;
}
.contacts#col3_contacts {
	background: url('images/pic_phon.gif') no-repeat 0 0;
border-bottom: 1px solid #4e555b;
}
.contacts#col3_contacts dl {
	color: #8a8f90;
}
.contacts#col3_contacts .contacts_inner {
	margin: 80px 0 20px 15px;
}
/* col2 */
.col2_left {
	width: 71%;
	float: left;
	margin-right: -100%;
	display: inline;
}
.col2_right {
	width: 24%;
	float: left;
	margin-right: -100%;
	margin-left: 75%;
	display: inline;
}
p.path {
	color: #4e555b;
	font-size: 11px;
	margin: -10px 0 15px 0;
}
p.path a:link, p.path a:visited {
	color: #8a8f90;
}
.photo_item {
	float: left;
	width: 160px;
	height: 173px;
	margin-right: 5px;
	text-align: center;
overflow: hidden;
}
.photo_item a {
	background: #202326;
}
.photo_item a:link, .photo_item a:visited {
	text-decoration: none;
}
.photo_item a span.photo_title {
	display: block;
	background: #3d4140;
	color: #d4d8db;
	padding: 5px 15px 7px 15px;
	margin-bottom: 4px;
text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	height: 23px;
	overflow: hidden;
}
.photo_item a:hover span.photo_title {
	background: #fac51d;
	color: #452500;
}
.photo_item a:hover{
	background: #202327;
}
.photo_item a span.list_date {
	display: block;
	background: #202326;
	color: #9a9da0;
	font-size: 11px; 
	height: 23px;
}
.photo_item a:hover span.list_date {
	background: #202326;
}
.pages{
	margin: 10px 0 0;
	padding: 5px 0;
	font-size: 93%;
	line-height: 180%;
}
.pages a{
	padding: 3px 7px;
}
.pages a:hover{
	padding: 2px 6px;
	border: 1px solid #8d9194;
	text-decoration: none;
}
.pages .current{
	padding: 3px 7px;
	font-weight: bold;
	background: #f7c419;
	color: #452500;
}
.left_banner {
	width: 100%;
	font-size: 0px;
}
.right_banners div {
	float: left;
	margin: 0 5px 5px 0;
}
.nocolor, .nocolor td {
	border: none;
}
.popupdiv{
margin: 40px;
color: #C9CDD0;
}
.price_link {
	height: 60px;
	line-height: 60px;
	display: block;
	padding: 0 0 0 60px;
	margin: 15px 0 0 0;
	background: url('images/ico_xls0.jpg') no-repeat;
}

IMG.left {margin-top : 2px; margin-bottom : 4px; margin-left : 10px; margin-right : 7px; padding: 4px 4px 4px 4px; float: left;}

IMG.right {margin-top : 2px; margin-bottom : 4px; margin-left : 10px; margin-right : 7px; padding: 4px 4px 4px 4px; float: right;}

.news {font: 12px/14px helvetica,arial,sans-serif; margin-left: 10; margin-right: 10; margin-bottom: 1px; margin-top: 8; text-indent: 20 px; text-align: justify;}

.alert_text {font-family :  Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 12px; color: #FF5B3E; font: normal normal; text-decoration: none; 
background: White; border: 1px solid #B5B5B5; border-bottom: 1px solid #B5B5B5; border-left: 1px solid #B5B5B5; border-right: 1px solid #B5B5B5; border-top: 1px solid #B5B5B5; text-align: justify; text-indent: 16px; padding: 4px 4px; margin-bottom: 4px; margin-left: 6px; margin-right: 6px; margin-top: 4px; padding-top: 4px; margin: 10px;  font-weight: bold;  font-style: normal;  font-variant: normal;
       background-color: #FFFFFF;
       }
