/* Copyright (c) Pavel "SPY" Semenov, 2007 | www.splined.ru */
/************************[ main section ]***************************/

body {
	background: #fff;
	margin: 0;
	padding: 20px;
	font: normal 80% tahoma, arial, helvetica, sans-serif;
}

body p {
	margin: 0 0 10px 0;
	padding: 0;
}

a { color: #777 }
a:visited { color: #777 }
a:hover { color: #000 }
img, a img { border: 0 }

span.hidden {
	visibility: hidden;
	display: none;
}
.cleaning {
	height: 0;
	clear: both;
}
input {
	border: 1px solid #777;
	width: 150px;
}
h1, h2, h3, h4 {
   	font-weight: normal;
    margin: 1.2em 0 0.5em 0;
	color: #FF3300;
}
h1 {
   	font-size: 2.4em;
   	margin-bottom: 0.5em;
}
h2 { 
	font-size: 2.0em;
   	margin-bottom: 0.3em;
}
h3 { 
	font-size: 1.6em;
	font-weight: normal;
	color: #C82E3A;
   	margin-bottom: 0.2em;
}
h4 { 
	font-size: 1.4em; 
	color: #000;
	margin-top: 10px;
}
h2 + h3 {
	margin-top: 0px;
}
table {
    width: auto;
    voice-family: "\"}\"";
   	voice-family: inherit;
    width: 95%;
}
html>body table {
    width: 95%;
}

table td {
	vertical-align: top;
}


/************************[ header's styles ]***************************/
#header {
	height: 92px;
	background: url("/images/bg_toppanel.gif") bottom repeat-x;
}

#logo {
	margin: 0;
	padding: 0;
	height: 92px;
	width: 300px;
	float: left;
	background: url("/images/logo_top.gif") no-repeat;
}
#logo-top {
	display: block;
	margin: 0;
	padding: 0;
	width: 245px;
	height: 92px;
}

/**************************[ top menu styles ]*****************************/

#top_sort {
	padding-top: 42px;
	font-size: 12px;
	float: left;
	width: 270px;
}
#header label {
	line-height: 20px;
	color: #fff;	
}

#top_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
}

#top_menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}

#top_menu li a {
	margin: 0 3px 0 0;
	padding: 0 15px 0 15px;
	float: left;
	height: 30px;
	line-height: 30px;
	background: #FFB428;
	color: #fff;
	text-decoration: none;
}

#top_menu li a:hover {
	background: #FF6600;
	color: #fff;
}

#top_menu li a.selected, #top_menu li a.selected:hover {
	background: #fff;
	color: #777;
	cursor: default;
}

#top_search {
	padding-top: 32px;
	font-size: 12px;
}
#top_search_line {
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
}
#top_search_line input.search_btn {
	font-family: arial, helvetica, sans-serif;
	width: auto !important;
	border: 1px solid #FFB428;
	background: #FFB428;
	color: #fff;
	cursor: pointer;
}
#search_text {
	width: 300px !important;
}

/*********************[ main section styles ]*************************/
#container {
	clear: both;
	display: block; 
	border-left: solid 280px #fff;
}

#inner {
	display: block;
	margin-left: -280px;
	padding: 1px;
}

#center {
	margin-left: 280px;
	display: block;
	height: 1%;
	padding: 20px 30px 10px 0px;
	color: #000;
	text-align: justify;
}

.vlist {
	font-size: 1.4em;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}
.hlist {
	font-size: 1.4em;
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1.4em;
	text-align: left;
}
.hlist li {
	display: inline;
	margin-right: 10px;
}

p.hdr3 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
p.hdr3 a, p.hdr3 a:visited {
	color: #000;
}
p.hdr3 a:hover {
	color: #C82E3A;
}
td.descr, td.tdimg {
	padding-bottom: 30px;
}
td.tdimg {
	width: 160px;
}

.warning {
	padding: 10px;
	margin: 10px;
	text-align: center;
	border: 3px solid #FF6600;
	color: #f60;
}
/*********************[ left column styles ]*************************/

#left {
	float: left; 
	width: 280px;
	padding: 20px 0 20px 0;
	background: url("/images/bg_left_top.gif") left top no-repeat;
}
.left_block {
	background: #FFF8E6;
	margin: 0 20px 20px 0;
	padding: 0 0 20px 0;
	color: #333;
}
.left_block h3, .left_block p.hdr3 {
	font-size: 18px;
	height: 40px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 30px;
	background: url("/images/bg_title.gif") no-repeat;
	color: #fff;
}
.left_block h3 a, .left_block h3 a:visited, .left_block h3 a:hover, .left_block p.hdr3 a, .left_block p.hdr3 a:visited, .left_block p.hdr3 a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
.left_block p, .left_block form, .left_block ul {
	margin: 0;
	padding: 0 10px 0 10px;
}
.left_block p.spec {
	display: block;
	height: 110px;
}
.left_block ul {
	list-style: none;
}
.left_block li {
	list-style: none;
	margin: 10px 0 10px 0;
}
.left_block form label {
	line-height: 1.7em;
}

.left_block form input.login_btn {
	font-family: arial, helvetica, sans-serif;
	width: auto !important;
	border: 1px solid #FF6600;
	background: #FF7E30;
	color: #fff;
	margin-top: 10px;
	cursor: pointer;
}

.adv {
	border: 1px solid #777;
	background: #fff;
	padding: 5px;
	margin: 0 10px 0 0;
	float: left;
}

/*********************[ footer's styles ]*************************/
#footer {
	clear: both;
	height: 90px;
	background: #FFF8E6 url("/images/bg_botpanel.gif") repeat-x;
}
#footer-inner {
	float: left;
	background: url("/images/bg_logo_bot.gif") no-repeat;
	color: #fff;
	height: 90px;
	width: 260px;
	text-align: center;
	font-size: 0.9em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 0.86em;
}
html>body #footer-inner { 
	font-size: 0.9em;
}

#footer-inner a, #footer-inner a:visited {
	color: #fff;
}
#footer-inner a:hover {
	color: #FF6600;
}
#footer-banners {
	padding: 28px 20px 0 280px;
}
#footer-copy {
	clear: both;
	background: url("/images/ribbon.gif") top right no-repeat;
	height: 40px;
	width: 260px;
	padding-top: 10px;
	color: #FFB428;
	text-align: center;
	font-size: 0.9em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 0.86em;
}
html>body #footer-copy { 
	font-size: 0.9em;
}
#footer-copy a, #footer-copy a:visited {
	color: #FFB428;
}
#footer-copy a:hover {
	color: #FF6600;
}

