: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: 20px 0px 7px;
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #000;
}

h2 {
	font-size: 14px;
	margin: 0px 0px 10px;
	font-weight: bold;
	color: #000;
}

h2.inline {
	display: inline;
	margin: 0 10px 0 0;
}

h3 {	
	font-size: 12px;
	margin: 20px 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links
================================================*/

a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: underline;
}

a:active {
	color: #003399;
}

a:hover {
	text-decoration: none;
}



/* Paragraphs
================================================*/
 
p {
	margin: 5px 0px 12px;
}

blockquote {
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #EBF1C1;
}


/* 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 solid #B3B3B3;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border: 1px solid #B3B3B3;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #F5F5F5;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	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;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.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;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
}

.all {
	min-width: 999px;
}

.header {
	width: 100%;
	height: 106px;
	background: url('/i/header_bg.gif') repeat-x;
	position: relative;
}

.logo {
	position: absolute;
	top: 10px;
	left: 33px;
}

.search {
	margin: 18px 279px 0 268px;
	background: #9595a3 url('/i/search_bg_right.gif') no-repeat 100% 0;
	height: 37px;
}

.search form {
	width: 99%;
	background: url('/i/search_bg_left.gif') no-repeat 0 0;
	height: 37px;
	position: relative;
}

.search form .btn {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 55px;
}

.search form .text_outer {
	margin: 8px 80px 0 8px;
}

.search form .text {
	width: 100%;
}

.service_menu {
	position: absolute;
	top: 18px;
	right: 30px;
	background: #9595a3 url('/i/search_bg_right.gif') no-repeat 100% 0;
	height: 37px;
}

.service_menu ul {
	margin: 0 13px 0 0;
	padding: 0 0 0 7px;
	background: url('/i/search_bg_left.gif') no-repeat 0 0;
	height: 37px;
	float: left;
}

.service_menu ul li {
	float: left;
	list-style: none;
	line-height: 36px;
	margin: 0 15px 0 15px;
	display: inline;
}

.service_menu ul li a:link, .service_menu ul li a:visited {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}

.cabinet_link {
	position: absolute;
	top: 70px;
	right: 30px;
	background: #FFF url('/i/li_here_right.gif') no-repeat 100% 0;
	height: 20px;
}

.cabinet_link a:link, .cabinet_link a:visited {
	float: left;
	background: url('/i/li_here_left.gif') no-repeat 0 0;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 11px;
	padding: 0 10px 0 10px;
}

.nav_top {
	position: absolute;
	top: 70px;
	left: 245px;
	margin: 0;
}

.nav_top li {
	float: left;
	list-style: none;
	font-size: 11px;
	margin: 0 7px 0 7px;
	padding: 0 10px 0 10px;
	display: inline;
}

.nav_top li a:link, .nav_top li a:visited {
	color: #50505c;
	line-height: 20px;
}

.nav_top li.here {
	font-weight: bold;
	background: #FFF url('/i/li_here_right.gif') no-repeat 100% 0;
	height: 20px;
	padding: 0;
}

.nav_top li.here a {
	background: url('/i/li_here_left.gif') no-repeat 0 0;
	display: block;
	float: left;
	height: 20px;
	padding: 0 10px 0 10px;
}

.content {
	margin: 15px 30px 0 30px;
}

.path_org {
	color: #999;
	font-size: 11px;
}

.path_org a:link, .path_org a:visited {
	color: #999;
}

.col_left {
	float: left;
	width: 207px;
	margin-right: -100%;
}

.col_right {
	float: left;
	margin: -60px -100% 0 0;
	width: 100%;
}

.wrapper {
	margin: 0 0 0 237px;
}

.nav_left {
	background: #f9f6e7;
	border: 1px solid #c4aa2c;
	margin: 0 0 18px 0;
	position: relative;
}
.nav_left_add {
	margin: 0 0 18px 0;
	position: relative;
}
.nav_left ul {
	margin: 15px 15px 15px 12px;
}

.nav_left ul li {
	list-style: none;
	padding-left: 21px;
	background: url('/i/mark.gif') no-repeat;
	font-size: 14px;
	margin: 0 0 14px 0;
}

.nav_left ul li ul li {
	list-style: none;
	padding-left: 11px;
	background: url('/i/li.gif') no-repeat;
	font-size: 12px;
	margin: 0 0 6px 0;
}

.nav_left ul li a:link, .nav_left ul li a:visited {
	color: #000;
	font-weight: bold;
}

.box_1 {
	margin: 0 0 18px 0;
	position: relative;
}

.box_1 .box_title {
	width: 100%;
	height: 43px;
	line-height: 22px;
}

.box_1 .box_title h3 {
	background: #f9f6e7;
	border-top: 1px solid #c4aa2c;
	border-left: 1px solid #c4aa2c;
	border-right: 1px solid #c4aa2c;
	padding: 0 10px 0 10px;
	line-height: 22px;
float: left;
}

.box_1 .box_data {
	border: 1px solid #c4aa2c;
	color: #666;
	font-size: 11px;
	margin-top: -1px;
}

.box_1 .box_data_inner {
	margin: 14px;
}

.box_1 p {
	margin: 0 0 8px 0;
}

.box_1 .stars {
	float: left;
	margin: 0 0 8px 0;
}

.rating_banners a {
	margin: 0 7px 0 0;
}

.box_1 dl dt {
	float: left;
	width: 60%;
}

.box_1 dl dd {
	float: left;
	width: 40%;
	margin: 0;
}

.box_1 ul {
	margin: 0 0 0 10px;
}

dl.org_info {
	margin: 0 0 0 0;
}

dl.org_info dt {
	float: left;
	width: 25%;
	margin: 0 -100% 0 0;
	padding: 7px 0 7px 0;
	display: inline;
	border-bottom: 1px solid #CCC;
}

dl.org_info dd {
	float: left;
	width: 75%;
	margin: 0 -100% 0 25%;
	display: inline;
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #CCC;
}

.fright {
	float: right;
}


a.gray_link:link, a.gray_link:visited {
	color: #666;
}


.cols_12 {
	overflow: visible;
}

.col_1 {
	float: left;
	margin: 60px -100% 0 0;
	width: 100%;
	display: inline;
}

.wrapper_2 {
	margin: 0 250px 0 0;
}

.col_2 {
	float: right;
	width: 200px;
	display: inline;
	overflow: visible;
	margin-top: 45px;
}

.box_2 {
	border: 1px solid #d6d6d0;
	margin: 15px 0 0 0;
}

.box_2 .box_title {
	background: #efefef;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 10px;
}

.box_2 .box_data {
	margin: 15px 0 15px 10px;
}

.box_2 dl dt {
	font-weight: bold;
}

.box_2 dl dd {
	margin: 0 0 10px 0;
}

.box_2#person .box_data {
	text-align: center;
}

.box_2#person img {
	margin: 0 0 10px 0;
}

.person_status {
	font-size: 11px;
	color: #666;
}

a.person_link:link, a.person_link:visited {
	color: #FFF;
	font-weight: bold;
	background: url('/i/person_link_bg.gif') repeat-x;
	text-align:center;
	display: block;
	width: auto;
	margin: 0 30px 0 30px;
	height: 21px;
	line-height: 21px;
	text-decoration: none;
}

.col_3 {
	width: 100%;
}

.minicol_1 {
	float: left;
	width: 50%;
	background: url('/i/brd_dotted.gif') repeat-y 97%;
}

.minicol_2 {
	float: left;
	width: 49%;
}

.box_2_fleft {
	float: left;
	width: 48%;
	margin: 0 1% 0 0;
}

.promo_bottom {
	margin: 20px 0 20px 0;
}

.box_2 ul {
	margin: 0;
}

.box_2 ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

.box_3_fleft {
	float: left;
	width: 30%;
	margin: 0 1% 0 1%;
}

.box_3 ul {
	margin: 0;
}

.box_3 ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

.box_3 {
	border: 1px solid #d6d6d0;
	margin: 15px 1% 10px 1%;
}

.box_3 .box_title {
	background: #efefef;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 10px;
}

.box_3 .box_data {
	margin: 15px 0 15px 10px;
}


.center_block {
	margin: 0 0 30px 0;
}

/* footer */
#footer{padding:0 0 15px;position:relative;margin: 30px 0 0 0;}
#footer #copy{color:#FFFFFF;padding:10px 0 10px 30px;height:14px;font-size:86%;background:#333366}
#b88{margin:15px 0 0 30px;padding:0}
#b88 li{float:left;width:88px;margin:0 5px 0 0;padding:0; list-style: none;}
#b88:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html #b88{height:1%}
#studio{position:absolute;left:430px;top:40px;font-size:86%;color:#666666}
#idea{position:absolute;right:30px;width:180px;top:40px;font-size:86%;color:#666666}

.banCont{
	margin: 15px 44px 15px 30px;
	text-align: center;
}