br.clear {
	clear: both;
}

h1 {
	font: 20px Tahoma, Verdana, sans-serif;
	color: #8f8e8e;
	text-transform: uppercase;
	margin: 14px 0;
}

h1 span {
	font: 16px Tahoma, Verdana, sans-serif;
	color: #8f8e8e;
	text-transform: none;
	padding-left: 20px;
}

h2 {
	font: 17px Tahoma, Verdana, sans-serif;
	color: #000000;
	margin: 0 0 20px 0;
}

p {
	font: 100% Tahoma, Verdana, sans-serif;
	margin: 12px 0;
	line-height: 14px;
}

/* header */
div.wrap_header {
	height: 142px;
	background: url(images/bg_1.png) transparent repeat-x;
}

div.wrap_header div.header {
	width: 1000px;
	height: 142px;
	margin: 0 auto;
}

div.wrap_header div.header div.logo {
	height: 108px;
	width: 162px;
	float: left;
	vertical-align: bottom;
	padding-top: 34px;
}



div.wrap_header div.header div.menu {
	height: 142px;
	width: 788px;
	margin-left: 49px;
	float: left;	
}

div.wrap_header div.header div.menu table {
	height: 72px;
	margin: 70px 0 0 0;
}

div.wrap_header div.header div.menu table td {
	vertical-align: middle;
}

div.wrap_header div.header div.menu table td img {
	display: inline;
	vertical-align: middle;
}

div.wrap_header div.header div.menu table td.sep {
	width: 40px;
	background: url(images/menu/menu_sep.gif) no-repeat center;
}

/* main */
div.main {
	width: 1000px;
	margin: 0 auto;
}

div.main div.leftcol {
	width: 162px;
	float: left;
}

div.main div.leftcol ul.submenu {
	background: url(images/menu_header.png) transparent no-repeat;
	padding-top: 12px;
	width: 162px;
}

div.main div.leftcol ul.submenu li {	
	height: 22px;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 4px;
}

div.main div.leftcol ul.submenu li.first {	
	border-top: 1px solid #d7d7d7;
}

div.main div.leftcol ul.submenu li a {
	font: 12px Verdana, Tahoma, sans-serif;
	color: #070b16;
	text-decoration: none;
}

div.main div.leftcol ul.submenu li.active {
	background: url(images/menu_arrow.png) transparent no-repeat 136px center;
}

div.main div.leftcol ul.submenu li.active a {
	color: #cc0000;
}

div.main div.centercol {
	width: 769px;
	margin-left: 49px;
	float: left;
	line-height: 14px;
}

div.main div.centercol div.h1headerbox {
    padding: 20px 0;
}

div.main div.centercol ul {
    list-style-type: disc;
    margin: 20px 0 12px 40px;
}

div.main div.centercol ul li {
    padding-bottom: 8px;
}

/* contacts */
div.contacts div.contact_info {
	width: 440px;
	float: left;
}

div.contacts div.contact_info div.address {
	width: 189px;
	height: 100px;
	float: left;
	border-right: 1px dashed #e2e2e2;
	padding-right: 20px;
}

div.contacts div.contact_info div.phone {
	width: 179px;
	height: 100px;
	float: left;
	border-right: 1px dashed #e2e2e2;
	padding-left: 20px;
	padding-right: 20px;
}

div.contacts div.contact_form {
	width: 308px;
	float: left;
	padding-left: 20px;
	/*padding-right: 20px;*/
}


/* footer */
div.wrap_footer {
	height: 312px;
	background: url(images/bg_2.png) transparent repeat-x;
}

div.wrap_footer div.footer {
	width: 1000px;
	margin: 20px auto 0 auto;
	border-top: 1px solid #cc0000;
	padding-top: 10px;
}

div.wrap_footer div.footer div.text {
	width: 500px;
	float: left;
	font: 10px Verdana, Tahoma, sans-serif;
	color: #6b6c6d;
	padding-top: 9px;
}

div.wrap_footer div.footer div.text2 {
	width: 447px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 9px;
	font: 10px Verdana, Tahoma, sans-serif;
	color: #6b6c6d;
}

div.wrap_footer div.footer div.text2 a {
	font: 10px Verdana, Tahoma, sans-serif;
	color: #6b6c6d;
	text-decoration: none;
}

div.wrap_footer div.footer div.text2 a:hover {
	font: 10px Verdana, Tahoma, sans-serif;
	color: #6b6c6d;
	text-decoration: underline;
}

div.wrap_footer div.footer div.logo {
	width: 42px;
	float: left;
}

/* Form styles */
table.FormView {
	width: 100%;
}

table.FormView tbody td {
	height: 20px;
	color: #fff;
	vertical-align: top;
	padding: 1px 0px;
}

table.FormView tbody td span.required {
	color: #ff0000;
}

table.FormView tbody td.Title {
	width: 90px;
	color:#070b16;
	font-size:12px;
	text-align: left;
}

table.FormView tfoot td {
	padding-top: 10px;
}


table.FormView tbody td.Field input.TextBoxField {
	height: 16px;
	font-size: 12px;
	margin: 0;
	padding: 1px;
	color: #000;
	width: 214px;
	background:#fff;
	border:1px solid #000;
}

table.FormView tbody td.Field select.ListBoxField {
	height: 20px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000;
	width:190px;
	background:#fff;
	border:1px solid #d1d8db;
}

table.FormView tbody td.Field textarea.TextAreaField {
	width: 212px;
	height:70px;
	font-size: 12px;
	margin: 0;
	padding: 2px;
	color: #000;
	background:#fff;
	border:1px solid #000;
}

table.FormView tbody td.Field input.CaptchaBoxField {
	height: 22px;
	width: 120px;
	font-size: 16px;
	color: #000;
	height:18px;
	background:#fff;
	border:1px solid #d1d8db;
	vertical-align: top;
	margin-top: 8px;
}

table.FormView tfoot td {
	padding-top: 30px;
}

table.FormView tfoot td input.SendButton {
	font-size: 14px;
	background: url(images/send_button.png) transparent 0 0 no-repeat;
	width:89px;
	height:20px
}

div.FormViewErrorBox {
	color: red;
	font-size:14px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ed78ea;
}

div.FormViewErrorBox p {
	color: red;
	font-size:14px;
	margin-bottom: 3px;
}
/* END OF: Form styles */