@charset "UTF-8";
/*
Web Site Layout CSS
Revision: 1.0
Copyright (c) 2010 by A-PoRa
This file is part of the A-PoRa Web Site
Do not use it and do not make copies of it without written permission from A-PoRa
Please contact us at http://www.a-pora.ru
*/


body, .form_field, #rf_send, #rf_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body, #rf_text {
	font-size: 13px;
}
body {
	margin: 0;
	padding: 0;
	overflow: scroll;
	background-color: white !important;
}
h2 {
	font-size: 15px;
	color: #333;
}
h3 {
	font-size: 14px;
	color: #333;
}
h4 {
	font-size: 13px;
	color: #333;
}
a:link, a:visited {
	color: #63a000;
	text-decoration: none;
}
a:hover, a:active {
	color: #63a000;
	text-decoration: underline;
}
img {
	border: 0;
}
.ontop {
	display: block;
	text-align: right;
	margin: 20px 0;
}
#center {
	width: 990px;
	margin: 0 auto;
}
.ch_removed {
	width: 780px !important;
}
#home, .hidden {
	display: none;
}
#ch_all {
	float: right;
	clear: right;
	width: 200px;
	height: 100%;
}
.all_centered {
	float: none !important;
}
#all {
	float: left;
	clear: left;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}
#header {
	height: 74px;
}
#icon {
	float: left;
}
#icon img {
	margin: 9px 21px 16px 19px;
	float: left;
}
#title {
	float: left;
	margin-left: 20px;
}
#homepage h2 {
	margin: 14px 0 0 0;
}
#homepage h2 a {
	color: #014c86;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
	cursor: default;
	letter-spacing: -1px;
}
#slogan h3 {
	color: #888;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: -1px;
	margin: 6px 0 0 0;
}
#logo {
	width: 128px;
	float: right;
}
#logo img {
	margin: 13px 17px 11px 0;
	float: right;
}
#art_container {
	width: 780px;
	height: 159px;
	clear: both;
}
#services {
	float: left;
	width: 390px;
	height: 136px;
	color: white;
}
#services ul {
	padding: 0;
	margin: 16px 0 0 39px;
	list-style-image: URL(images/services-li-icon.gif)
}
#services ul li {
	padding: 0;
	margin: 0 0 5px 0;
}
.bg_color_1 {
	background-color: #005aa0;
}
.bg_color_2 {
	background-color: #6fa911;
}
#main_menu_nav, #bottom_menu_nav {
	float: left;
	clear: left;
	width: 389px;
	height: 21px;
	margin: 0;
	border-top: 1px solid white;
	border-left: 1px solid #6fa911;
}
#main_menu_nav dt, #bottom_menu_nav dt {
	display: none;
}
#main_menu_nav dd, #bottom_menu_nav dd {
	width: 93px;
	height: 21px;
	margin: 0;
	float: left;
	font-weight: bold;
	border-right: 1px solid white;
}
#main_menu_nav dd a, #bottom_menu_nav dd a {
	height: 21px;
	display: block;
	color: white;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}
.active {
	background-color: white;
}
.active a {
	color: #6fa911 !important;
}
#main_menu_nav a:hover, #main_menu_nav a:active, #bottom_menu_nav a:hover, #bottom_menu_nav a:active {
	color: black !important;
}
#pro {
	float: right;
	width: 390px;
	height: 158px;
}
#body {
	float: none;
	clear: both;
}
#content {
	padding: 8px;
}
.dl_index dt {
	display: none;
}
.dl_index dd {
	margin-left: inherit;
}
#footer_nav {
	float: none;
	clear: both;
	width: 780px;
	height: 21px;
}
#pstatement {
	border-top: 1px solid white;
	float: right;
	width: 390px;
	height: 21px;
	text-align: right;
}
#pstatement a {
	color: white;
	line-height: 18px;
	margin-right: 8px;
}
#cr {
	float: none;
	clear: both;
	height: 21px;
	padding: 16px 8px;
}
#copyrght {
	float: left;
	width: 350px;
}
#social_r {
	float: left;
	width: 250px;
}
#social {
	float: right;
	width: 125px;
}
#info {
	margin-right: 5px;
}
#c_form {
	margin: 20px 0 60px 0;
}
#skypespan {
	position: relative;
	top: -4px;
	left: 5px;
}
.tmargin {
	margin-top:  15px;
}
.tmargin a {
	font-weight: normal;
}
#index_q {
	float: none;
	clear: both;
	height: 170px;
	border-left: 1px dotted #c8dae7;
	border-right: 1px dotted #c8dae7;
	border-bottom: 1px dotted #c8dae7;
}
.border_r {
	border-right: 1px dotted #c8dae7;
}
.index_col {
	float: left;
	width: 250px;
	height: 170px;
	padding-left: 8px;
}
.index_col h2 {
	color: #555;
	font-size: 14px;
	float: left;
	margin: 40px 0 40px 8px;
}
.index_icon {
	float: left;
	margin: 19px 0 0 0;
}
.index_col p {
	clear: both;
	color: #444;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 17px;
	margin: 0;
}
.error_color, .mandatory {
	color: red;
}
.ok_color {
	color: green;
}
.bold {
	font-weight: bold;
	}
.ul_dot {
	list-style-image: url(/images/blackdot-shifted.gif);
}
#c_form_table {
	width: 600px;
	margin: 0 auto;
}
#c_form_table td {
	padding: 10px;
}
#c_form_table h4 {
	margin-bottom: 0;
}
#rf_text {
	height: 170px;
}
#rf_send {
	width: 90px;
	float: right;
	margin-right: 4px;
	font-size: 12px;
	height: 21px;
}
.rfc_half {
	width: 276px;
}
.rfc_full {
	width: 575px;
}
.rfc_text {
	width: 574px;; 
}
.cart_border {
	border: 1px dotted #95bad6;
}
.cform_background {
	background-color: #fafafa;
}
.form_field {
	display: block;
}
#fr_map {
	width: 450px;
	height: 300px;
}
.form_send_green {
	color: white;
	background-color: #6fa911;
	border-left : 1px solid #c2e191;
	border-top : 1px solid #c2e191;
	border-right: 1px solid #4a661f;
	border-bottom : 1px solid #4a661f;
}
.form_send_gray {
	color: white;
	background-color: #a1a1a1;
	border-left : 1px solid #f0f0f0;
	border-top : 1px solid #f0f0f0;
	border-right: 1px solid #747474;
	border-bottom : 1px solid #747474;
}
.back_link {
	text-align: right;
}
#df_sk, #df_ps, #df_wp, #df_wr {
	height: 64px;
}
#df_ci, #df_un, #df_ad, #df_ta, #df_sw {
	height: 32px;
}
#df_sm, #df_ri, #df_dt {
	height: 48px;
}
#df_pb, #df_dp {
	height: 80px;
}
#df_bs {
	height: 96px;
}
.input_error {
	border: 1px solid red !important;
}
.disabled_text {
	color: #a0a0a0 !important;
	background-color: #fff !important;
	border: 1px solid #afafaf !important
}
#ff_bottomcontainer {
	float: left;
	width: 584px;
	height: 60px;
}
#ff_cpt {
	float: left;
	width: 120px;
	height: 60px;
}
#ff_cptk {
	float: left;
	width: 190px;
	height: 60px;
	padding-left: 10px;
}
#ff_cptkt {
	float: left;
	width: 190px;
	height: 16px;
	padding: 7px 0;
}
#ff_cptkb {
	float: left;
	width: 190px;
	height: 22px;
	padding: 6px 0 2px 0;
}
#ff_kstr {
	width: 135px;
}
#ff_sbmt {
	float: right;
	width: 264px;
	height: 60px;
}
#ff_sbmtt {
	float: right;
	text-align: right;
	width: 264px;
	height: 16px;
	padding: 7px 0;
}
#ff_sbmtb {
	float: right;
	text-align: right;
	width: 264px;
	height: 22px;
	padding: 6px 0 2px 0;
}
