body, td {
    font-family: Verdana, Times New Roman, Helvetica, serif;
    font-size: 80%;
    color:#333;
    
  
}

td {
	font-size: 100%;	
}

p {
   /*text-indent: 1.5em;*/
    line-height:140%;
    margin:0 0 1em 0;
}

body {
	background-color:#fff;
	}
	
a {
	color:#065033;	
}

ul {
	list-style-position: inside;
	padding-left: 10px;
	margin-left: 0;
}

ul li {
	margin-bottom: 5px;
}

/* NEW STYLES */
html {height:100%;}

body {
	height: 100%;
	margin: 0;
	padding:0;
	tezt-align: center;
}

#main {
	width: 1000px;
	min-height:100%;
	border-left: 1px solid #BFA35E;
	border-right: 1px solid #BFA35E;
	margin: auto;	 
}

#header {
	position:relative;
}

#headerContent {
	text-align:center;
	background-color:#065033;
	padding: 20px 0;
	position:absolute;
	width:100%;
	height: 110px;
	z-index:99;
}

#logo {
	margin: 0 0 20px 0;	
	border:0;
}
#logo_print {
	display:none;	
}

#footer {
	position:relative;	
	margin: 0 auto;
}

#footerContent {
	position:absolute;
	top: -80px;
	width: 100%;
	height: 80px;
	color: #065033;
    line-height: 20px;
    font-size: 85%;
}

.menu {
	height: 196px;
		
}

.twoCols .wrapper {
	float:left;
	width: 100%;	
}

.twoCols #main {
	background:url(images/left_bg.gif) 0 0 repeat-y;	
}
.twoCols .content {
	margin: 0 0 0 225px;
}
.content {
	padding: 15px 15px 100px 15px;

}

.leftCol {
	float:left;
	margin:0 0 0 -1000px;
	width: 225px;	
}

h1 {
    margin: 10px 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #bfa35e;
    color: #065033;
    font-size: 130%;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Times New Roman, serif;
    font-weight: bold;
}

h2 {
	color:#065033;
	font-weight:bold;
	font-size:100%;	
}


.wrap {

	float: none !important;
	clear: both;

}

#footer .address {
	width: 970px;
	margin: 0 auto;
	text-transform: uppercase;
}

.centered {
	text-align:center;
}

.twoCols #footer .address {
	width: 745px;
	padding-left: 225px;
	
}

/* MAIN MENU */
.main_menu {
	
    height: 45px;
    background-color:#fff;
    border-bottom: 1px solid #bfa35e;
    width: 1000px;
    padding-top: 150px;
    position:relative;
    //padding-top:0;
    //margin-top: 150px;
}

.main_menu_search, .main_menu_main, .main_menu_sitemap {
    background-image: url('images/main_menu_icons.gif');
    width: 15px;
    height: 14px;
    display: block;
}

.main_menu_main { background-position: 0 16px; }
.main_menu_main:hover { background-position: 0 -2px; }
.main_menu_search { background-position: 30px 16px; }
.main_menu_search:hover { background-position: 30px -2px; }
.main_menu_sitemap { background-position: 15px 16px; }
.main_menu_sitemap:hover { background-position: 15px -2px; }


.main_menu_item {
    display:block;
    float:left;
}

.main_menu_link {
    color: #bfa35e;
    text-decoration: none;
    display:block;
    margin: 0 20px;
    padding: 0px 0px 0px 13px; 
    background: url(images/marker.gif) 0 5px no-repeat;
}

.main_menu_link:hover {
    color: #065033;
}

.main_menu a img {
    border: none;
}

.main_menu_sel {
    color: #065033;
    display:block;
    margin: 0px 25px;
    padding: 0px 0px 0px 13px; 
    background: url(images/marker_sel.gif) 0 5px no-repeat;
}

.main_menu_left {
    top: 162px;
    // top: 12px;
    left: 0px;
    width: 200px;
    position:absolute;
    z-index: 10;
}



.main_menu_right {
    margin: 14px auto 0 auto;
    padding: 0 200px;
    text-align: center;
}

.main_menu_right_items_wrapper {
    margin:auto;
    text-align: left;
    width: 700px;
}

.main_menu_marker {
    margin-right: 5px;
    margin-left: 50px;
    float: left;
    margin-top: 7px;
}

.main_menu_left a {
    margin-left: 5px;
}

.main_menu_left_sep, .main_menu_left_sep_last {
    height: 25px;
    border-right: 1px solid #bfa35e;
    float: left;
    padding-top: 2px;
    padding-left: 23px;
    padding-right: 23px;
}

.main_menu_left_sep_last {
    border: none;
}

.popup_menu_wrapper {
    border: 1px solid #bfa35e;
    border-top: none;
   
    display: none;
    position: absolute;
    z-index: 100;
    background-color:#fff;
    margin-top: 15px;
    margin-left: -10px;
}

.popup_menu {
    border: 5px solid #bfa35e;
    border-top: none;
    font-size: 90%;
    background-color: #fff;
    margin: 3px;
    margin-top: 0;
    z-index: 100;
}

.popup_menu ul {
    margin: 0;
    list-style-position: outside;
    list-style-type: none;
    padding: 0 15px 0 40px;
 	margin-left: -15px;
}


.popup_menu ul li {
	background-image: url('/bitrix/templates/ffam2/images/marker_sel.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


.popup_menu a {
    color: #065033;
    text-decoration: none;
}

.popup_menu li {
    margin-bottom: 10px;
   white-space:nowrap;
}


.popup_menu_place {
    float: left; 
    position: relative; 
    height: 1px; 
    width: 100%; 
    top: 17px;
    margin-left: 17px;
}


/* LEFT MENU */
.left_menu {
	margin: 30px 15px 0 10px;	
}

.left_menu_sel {
    color: #065033;
}


.left_menu ul li {
	background-image: url("images/marker.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.left_menu ul li.left_menu_sel {
	background-image: url("images/marker_sel.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.left_menu ul {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
}

.left_menu li.depth2, .left_menu li.depth3 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 90%;
    margin-bottom: 10px;
    padding-left: 15px;
}

.left_menu li.depth3 {
    margin-left: 20px;
}

.left_menu li.depth2 {
	margin-left: 10px;
}

.left_menu li.depth3 a {
	color: #999;
}

.left_menu li.depth3 a:hover {
	color: #065033;
}


.left_menu a {
    color: #bfa35e;
    text-decoration: none;
}

.left_menu a:hover {
    color: #065033;
}

.left_menu li {
   margin-bottom: 10px;
   margin-top: 10px;
}

.hidden {
    display:none;
}

/*иб контакты*/
.office {
    margin-top: 20px;
    margin-bottom: 20px;
}

.office_name {
    font-size: 120%;
    color: #065033;
    margin-bottom: 10px;
}

.office_addr {
    margin-bottom: 10px;
}
/* конец иб контакты*/

/*feedback*/
.feedback_form {
    border: 5px solid #bfa35e;
    padding: 20px;
}

.ff_mes {
    color: #ccc;
    margin-bottom: 20px;
}

.ff_input, .inputtext, .inputtextarea, .captcha{
    background-color: #f2f2f2;
    border: 1px solid #bfa35e;    
}

.captcha {
    width: 147px;
}

.ffr_left, .ffr_right {
    float: left;
    width: 50%;
}

.ffr_left {
    width: 40%;
}

.ff_row {
    height: 70px;
    width: 100%;
}

.ff_submit {
    border: none;
    background-color: #065033;
    color: #fefacb;
    text-transform: uppercase;
    font-weight: bold;
    font-family: serif, Times New Roman, Helvetica;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 3px;
    padding-right: 20px;
}

.feedback_form_wrapper {
    padding: 4px;
    border: 1px solid #bfa35e;
    width: 700px;
}

.ffr_field_name {
    margin-bottom: 3px;
}
/*конец feedback*/

/*партнеры*/
.partners {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}

.partners li {
    margin-top: 30px;
}

.partner_name, .partners a {
    color: #065033;
    font-size: 110%;
}

.partners .preview_text {
    font-weight: bold;
    margin-bottom: 5px;
}
/*конец партнеров*/

.main_pic_wrapper {
    text-align: center;
    margin: 30px 0px;
    font-size: 80%;
}

.main_pic_border {
    width: 415px;
    padding: 4px;
    padding-bottom: 0;
    border: 1px solid #bfa35e;
    margin: auto;
}

.main_pic {
    border: 5px solid #bfa35e;
}

.main_news_header {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #065033;
    margin-bottom: 20px;
    margin-top: 30px;
    
}

.main_desc {
    text-align: left;
    margin: auto;
    margin-top: 30px;
    border-bottom: 1px solid #bfa35e;
}

.main_desc p {
    margin: 0;
    padding: 0;
}

.main_news ul {
    text-align: center;
}

/*news archive*/
.archive .month a {
	color: #bfa35e;
	text-decoration: none;
}



.archive .month a:hover {
	color: #065033;
}

.archive { 
    width: 100%;
    margin: 30px 15px 0 10px;
}

.archive .month table{
	width: 100%;
}

.archive .month td {
	padding-bottom: 5px;
}

.archive .year {
	font-weight: bold;
	padding-bottom: 20px;
}


.archive .all_years {
	margin-left: 13px;
}

/*news archive end*/


.red {
    color: #b00;
}

.green {
    color: #065033;
}


#footer a {
	color: #555;
	text-transform: none!important;	
}


.property_name {
	font-weight: bold;
	font-size: 100%;
	color: #065033;
}

.property_text {
	margin-bottom: 20px;
}

.properties {
	border: 1px solid  #555;
	background-color: #fffacc;
	padding: 15px;
	width: 40%;
	min-width: 300px;
	float: right;
	margin: 40px;
	margin-right: 0px;
	margin-top: 0px;
}

.dec {
	list-style-type: decimal;
}


.subtitle {
	color: #065033;
	font-weight: bold;
}


.news_title {
	margin-top: 40px;
}

.listLink {
	margin-top: 20px;
}

span.dev {
	padding-left: 300px;
}

span.dev, span.dev a {
	text-transform: none;
	color: #ccc !important;
}

span.dev a {
	text-decoration: underline;
}

.info_table_wrapper {
	border: 1px solid #bfa35e;
	padding: 4px;
	width: 700px;
	margin-bottom: 20px;
}

.info_table {
	border: 5px solid #bfa35e;
}

.info_table table{
	width: 100%;
	margin-top: 15px;
}


.info_table table td {
	background-color: #f2f2f2;
	padding: 5px;
}

.info_table table th {
	color: #065033;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #bfa35e;
}

.info_table table tr.subtitle td {
	border: none;
	background-color: #fff;
	color: #555;
	font-size: 90%;
}

.picture_box .picture {
	margin: 0px!important;
}


.clear {
	clear: both!important;
}