* {
    font-family: Sans-Serif;
}
.clear_both {
	clear: both;
}
body {
    background-color: #528A7F;   
}
.main {
    margin: 0px auto;
    text-align: left;
    width: 1000px;
}
.header {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 153px;
}
.logo {
    position: absolute;
	z-index: 1;
    top: 34px;
    right: 53px;
    width: 368px;
    height: 74px;
    background-image: url('http://beverly.ru/images/logo.png');
    background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/logo.png', sizingMethod='crop');
}
.logo_link {
	position: absolute;
	z-index: 2;
	top: 34px;
    right: 53px;
	width: 368px;
	height: 74px;
	background-image: url('blank.gif');
}
.content {
    text-align: left;
    position: relative;
    z-index: 1;
    width: 100%;
}
.contacts {
    position: absolute;
    top: -3px;
    right: 32px;
    z-index: 1;
    width: 147px;
    height: 156px;
    line-height: 13px;
    background-image: url('http://beverly.ru/images/contacts.png');
    background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/contacts.png', sizingMethod='crop');
}
.inner_contacts {
	top: 26px;
}
.contacts .phones {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 15px;
    font-size: 12px;
    color: #CAE3F7;
}
.contacts .phones span {
    font-size: 11px;
    color: #B2C7DB;
}
.contacts .hours {
    position: absolute;
    z-index: 1;
    top: 38px;
    left: 18px;
    font-size: 12px;
    color: #B2C7DB;
    width: 150px;
}
.contacts .hours span {
    color: #fff;
}
.contacts .hours span.orange {
    color: #FF4F19;
}
.contacts .address {
    position: absolute;
    z-index: 1;
    top: 91px;
    left: 18px;
    font-size: 12px;
    color: #E3D5E0;
}
.contacts .address span {
    color: #8BADB8;
}
.footer_container {
    position: relative;
    z-index: 1;
    margin: 0px auto;
    width: 1000px;
    height: 81px;
    text-align: left;
}
.footer_line {
    position: absolute;
    z-index: 1;
    left: 36px;
    width: 927px;
    height: 2px;
    font-size: 0px;
    background-image: url('http://beverly.ru/images/footer.png');
    background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/footer.png', sizingMethod='crop');
}
.footer_container .about {
    position: absolute;
    z-index: 1;
    top: 19px;
    left: 62px;
    font-size: 14px;
    line-height: 15px;
    color: #77A5B0;
}
.footer_container .design {
	position: absolute;
	z-index: 1;
	top: 19px;
	left: 572px;
	font-size: 14px;
	line-height: 15px;
	color: #77A4B0;
}
.footer_container .design a {
	position: absolute;
	z-index: 1;
	top: -24px;
	left: 20px;
    display: block;
	width: 169px;
    height: 57px;
    overflow: visible;
	background-image: url('http://beverly.ru/images/animawork.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/animawork.png', sizingMethod='crop');
}
.footer_container .programming {
	position: absolute;
	z-index: 1;
	top: 19px;
	left: 737px;
	font-size: 14px;
	line-height: 15px;
	color: #77A4B0;
}
.footer_container .programming a {
	color: #4BC6E1;
}
.footer_container .programming a:hover {
	text-decoration: none;
}

.start_page {
	position: relative;
	z-index: 10;
	width: 760px;
	height: 530px;
}
.teaser {
	position: absolute;
	z-index: 10;
	top: -20px;
	left: 68px;
	width: 754px;
	height: 244px;
}
.teaser_back {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 754px;
	height: 244px;
	background-image: url('http://beverly.ru/images/teasers_back.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/teasers_back.png', sizingMethod='crop');
}
.some_teaser {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 23px;
    width: 691px;
    height: 220px;
}
.some_teaser a {
    position: absolute;
    z-index: 1;
    width: 691px;
    height: 220px;
    display: block;
    top: 0px;
    left: 0px;
}
.start_page_text {
	position: relative;
	z-index: -1;
	left: 310px;
	width: 470px;
	padding-top: 250px;
}
.start_page_text p {
	font-size: 13px;
	line-height: 14px;
	color: #9EEFF6;
	padding-bottom: 13px;
}
.left_teaser_button {
	display: block;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 4px;
	width: 19px;
	height: 220px;
	background-image: url('blank.gif');
	background-repeat: no-repeat;
	background-position: right;
	font-size: 0px;
	zoom: 1;
}
.right_teaser_button {
	display: block;
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 21px;
	width: 19px;
	height: 220px;
	background-image: url('blank.gif');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 0px;
	zoom: 1;
}
.menu {
	position: absolute;
	z-index: 1;
	top: 75px;
	left: 73px;
}
.menu a {
	font-size: 16px;
	line-height: 17px;
	color: #8AD4FF; 
}
.menu span {
	font-size: 16px;
	line-height: 17px;
	color: #fff;
}
.menu a:hover {
	text-decoration: none;
}
.menu_item {
	position: relative;
	z-index: 1;
	float: left;
	padding-right: 40px;
	overflow: visible;
}
.main_s {
	position: absolute;
	z-index: 1;
	top: -4px;
	left: -38px;
	width: 22px;
	height: 32px;
	background-image: url('http://beverly.ru/images/main_s.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/main_s.png', sizingMethod='crop');
}
.main_s_active {
	position: absolute;
	z-index: 1;
	width: 109px;
	height: 44px;
	top: -10px;
	left: -13px;
	background-image: url('http://beverly.ru/images/main_s_active.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/main_s_active.png', sizingMethod='crop');
}
.menu_back {
	position: absolute;
	z-index: 1;
	top: -3px;
	left: -30px;
	width: 19px;
	height: 32px;
	background-image: url('http://beverly.ru/images/menu_back.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/menu_back.png', sizingMethod='crop');
}
.teaser_pages {
	position: absolute;
	z-index: 3;
	bottom: 14px;
	right: 47px;
}
.tp_item {
	position: relative;
	z-index: 1;
	float: left;
	padding-left: 15px;
	overflow: visible;
}
.tp_item_back {
	position: absolute;
	z-index: 1;
	top: -5px;
	left: -12px; 
	width: 22px;
	height: 32px;
	background-image: url('http://beverly.ru/images/teaser_s.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/teaser_s.png', sizingMethod='crop');
}
.tp_item_back_active {
	position: absolute;
	z-index: 1;
	top: -5px;
	left: -11px; 
	width: 32px;
	height: 32px;
	background-image: url('http://beverly.ru/images/teaser_s_active.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/teaser_s_active.png', sizingMethod='crop');
}
.tp_item a {
	position: relative;
	z-index: 100;
	font-size: 14px;
	color: #99D5EE;
}
.active_teaser_link a {
	position: relative;
	z-index: 100;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.price_page {
	position: relative;
	z-index: 1;
	zoom: 1;
}
.price_big_header {
	position: absolute;
	z-index: 1;
	top: 17px;
	left: 72px;
	width: 251px;
	height: 46px;
	background-image: url('http://beverly.ru/images/price_header.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/price_header.png', sizingMethod='crop');
}
.price_submenu {
	float: left;
	padding-left: 77px;
	padding-top: 85px;
}
.price_submenu_item {
	line-height: 17px;
	width: 200px;
	padding-bottom: 6px;
}
.price_submenu_item a {
	font-size: 14px;
	color: #B1CCE0;
}
.price_submenu_item a:hover {
	text-decoration: none;
}
.price_submenu_item span {
	font-size: 14px;
	color: #fff;
}

.price {
	position: relative;
	z-index: 1;
	display: inline;
	float: left;
	width: 487px;
	padding-top: 85px;
	padding-bottom: 70px;
	margin-left: 27px;
	zoom: 1;
}
.price_header {
	height: 28px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
.price_line {
	position: relative;
	z-index: 1;
	font-size: 0px;
	left: 2px;
	width: 487px;
	height: 7px;
	background-image: url('http://beverly.ru/images/price_line.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/price_line.png', sizingMethod='crop');
}
.price_bottom_line {
	position: relative;
	z-index: 1;
	font-size: 0px;
	left: 2px;
	width: 487px;
	height: 7px;
	zoom: 1;
	background-image: url('http://beverly.ru/images/price_line.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/price_line.png', sizingMethod='crop');
}

.price_type {
	position: relative;
	z-index: 1;
	left: 5px;
	width: 480px;
	padding-top: 7px;
	zoom: 1;
}
.price_type_header {
	font-size: 15px;
	color: #E9F6FF;
	line-height: 17px;
	background-repeat: no-repeat;
}
.price_type_header span {
	font-size: 14px;
	color: #8FB5C1;
}
.price_item {
	position: relative;
	z-index: 1;
	left: 20px;
	color: #B1CCE0;
	line-height: 19px;
	width: 460px;
	padding-bottom: 1px;
	padding-top: 2px;
	zoom: 1;
}
.pi_line {
	position: absolute;
	z-index: 1;
	top: 22px;
	right: -12px;
	width: 493px;
	height: 1px;
	zoom: 1;
	font-size: 0px;
	background-image: url('http://beverly.ru/images/pi_line.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/pi_line.png', sizingMethod='crop');
}
.pi_name {
	float: left;
	font-size: 13px;
}
.pi_price {
	float: right;
	font-size: 14px;
	color: #fff;
}

.price_subtype_header {
	font-size: 13px;
	color: #E9F6FF;
	padding-top: 1px;
}
.price_big_item {
	position: relative;
	z-index: 1;
	color: #DFEFF6;
	line-height: 19px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.pbi_name {
	float: left;
	font-size: 14px;
}
.pbi_name span {
	font-size: 13px;
	color: #B1CCE0;
}
.pbi_price {
	float: right;
	font-size: 14px;
	color: #fff;
}

.price_type_space {
	width: 100%;
	height: 10px;
	font-size: 0px;
}
.price_bottom_space {
	width: 100%;
	height: 14px;
	font-size: 0px;
}

.price_date {
	position: absolute;
	top: -25px;
	left: 50px;
	font-size: 11px;
	color: #64ABA9;
}
.price_date span {
	color: #fff;
}

.contacts_page {
	width: 100%; 
}
.contacts_big_header {
	position: absolute;
	z-index: 1;
	top: 18px;
	left: 72px;
	width: 180px;
	height: 37px;
	background-image: url('http://beverly.ru/images/contacts_header.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/contacts_header.png', sizingMethod='crop');
}
.contacts_left {
	float: left;
	padding-top: 88px;
	padding-left: 79px;
}
.contacts_left p {
	font-size: 11px;
	line-height: 13px; 
	color: #A3A7B5;
	padding-bottom: 20px;
}

.contacts_right {
	position: relative;
	z-index: 1;
	left: 60px;
	float: left;
	width: 471px;
	overflow: visible;
}
.contacts_right_left {
	float: left;
	width: 240px;
	padding-top: 53px;
}
.contacts_rl_back {
	position: absolute;
	z-index: 1;
	top: 88px;
	left: 0px;
	width: 146px;
	height: 89px;
	background-image: url('http://beverly.ru/images/contacts_rl_back.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/contacts_rl_back.png', sizingMethod='crop');
}
.contacts_rl_time {
	font-size: 14px;
	line-height: 17px;
}
.contacts_rl_time div {
	font-size: 13px;
	color: #B2C7DB;
}
.contacts_rl_time div.time {
	font-size: 14px;
	color: #B2C7DB;
}
.contacts_rl_time div.time span {
	color: #DBDCE4;
}
.contacts_rl_time div.time span.orange {
	color: #F5511E;
}
.contacts_rl_phones {
	padding-top: 27px;
}
.contacts_rl_phones div {
	font-size: 13px;
	color: #B2C7DB;
	padding-bottom: 2px;
}
.contacts_rl_phones div.phone {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 0px;
	color: #D3EAFF;
}
.contacts_rl_phones div.phone span {
	font-size: 13px;
	color: #A4BECE;
}

.contacts_rl_mail {
	padding-top: 13px;
	line-height: 17px; 
}
.contacts_rl_mail div {
	font-size: 13px;
	color: #B2C7DB;
}
.contacts_rl_mail div.mail {
	font-size: 15px;
}
.contacts_rl_mail div.mail a {
	color: #D3EAFF;
}
.contacts_rl_mail div.mail a:hover {
	text-decoration: none;
}

.contacts_rl_address {
	font-size: 13px;
	line-height: 17px; 
	color: #B2C7DB;
	padding-top: 14px;
}

.contacts_rl_address div.address {
	font-size: 14px;
	color: #D3EAFF;
}

.contacts_right_right {
	position: relative;
	z-index: 1;
	float: right;
	padding-top: 54px;
	overflow: visible;
}
.message_back {
	width: 209px;
	height: 207px;
	background-image: url('http://beverly.ru/images/message_back.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/message_back.png', sizingMethod='crop');
}

.header_div {
	font-size: 15px;
	line-height: 15px;
	color: #B2C7DB;
	padding-bottom: 4px;
}
.message_back {
	position: relative;
	z-index: 1;
	left: -4px;
}

.contacts_bottom {
	padding-top: 28px;
	padding-bottom: 130px;
}
.contacts_map_header {
	font-size: 13px;
	color: #B2C7DB;
	padding-bottom: 9px;
}
.contacts_map_container {
	position: relative;
	z-index: 1;
	left: -3px;
	width: 470px;
	height: 471px;
	background-image: url('http://beverly.ru/images/contacts_map_back.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/contacts_map_back.png', sizingMethod='crop');
}
.contacts_map {
	position: relative;
	z-index: 1;
	top: 5px;
	left: 5px;
	width: 460px;
	height: 460px;
	background-color: #F2EFE9;
}

.contacts_rr_name {
	position: absolute;
	z-index: 2;
	top: 83px;
	left: 14px;
	font-size: 12px;
	color: #B2C7DB;
}
.contacts_rr_name input {
	float: left;
	border-width: 0px;
	width: 135px;
	display: inline;
	margin-left: 3px;
	background-color: transparent;
	color: #B2C7DB;
}
.contacts_rr_mail {
	position: absolute;
	z-index: 2;
	top: 108px;
	left: 14px;
	font-size: 12px;
	color: #B2C7DB;
}
.contacts_rr_mail input {
	float: left;
	border-width: 0px;
	width: 139px;
	display: inline;
	margin-left: 3px;
	background-color: transparent;
	color: #B2C7DB;
}
.contacts_rr_message {
	position: absolute;
	z-index: 2;
	top: 133px;
	left: 14px;
	font-size: 12px;
	color: #B2C7DB;
	display: block;
}
.contacts_rr_message textarea {
	position: relative;
	z-index: 1;
	left: -2px;
	border-width: 0px;
	width: 179px;
	height: 94px;
	display: block;
	margin-left: 3px;
	background-color: transparent;
	color: #B2C7DB;
	font-size: 13px;
}

.send_button {
	position: absolute;
	z-index: 2;
	top: 249px;
	left: 3px;
	width: 193px;
	height: 24px;
}
.send_button input {
	width: 193px;
	height: 24px;
}

.crrname_text {
	float: left;
}
.crrmail_text {
	float: left;
}
.crrmessage_text {
	padding-bottom: 2px;
}

.action_page {
	position: relative;
	z-index: 1;
	zoom: 1;
}
.action_big_header {
	position: absolute;
	z-index: 1;
	top: 17px;
	left: 72px;
	width: 122px;
	height: 44px;
	background-image: url('http://beverly.ru/images/action_header.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/action_header.png', sizingMethod='crop');
}
.action_submenu {
	float: left;
	padding-left: 77px;
	padding-top: 85px;
}
.action_submenu_item {
	line-height: 17px;
	width: 200px;
	padding-bottom: 6px;
}
.action_submenu_item a {
	font-size: 14px;
	color: #B1CCE0;
}
.action_submenu_item a:hover {
	text-decoration: none;
}
.action_submenu_item span {
	font-size: 14px;
	color: #fff;
}

.action {
	position: relative;
	z-index: 1;
	margin-left: 27px;
	float: left;
	width: 487px;
	padding-top: 85px;
	padding-bottom: 70px;
}
.action_header {
	height: 28px;
	margin-bottom: 5px;
}
.action_line {
	position: relative;
	z-index: 1;
	font-size: 0px;
	left: 2px;
	width: 487px;
	height: 7px;
	background-image: url('http://beverly.ru/images/price_line.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/price_line.png', sizingMethod='crop');
}
.action_bottom_line {
	position: relative;
	z-index: 1;
	font-size: 0px;
	left: 2px;
	width: 487px;
	height: 7px;
	background-image: url('http://beverly.ru/images/price_line.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/price_line.png', sizingMethod='crop');
}

.action_type {
	position: relative;
	z-index: 1;
	left: 5px;
	width: 480px;
	padding-top: 7px;
}
.action_type_header {
	font-size: 15px;
	color: #E9F6FF;
	line-height: 17px;
}
.action_type_header span {
	font-size: 14px;
	color: #8FB5C1;
}
.action_item {
	position: relative;
	z-index: 1;
	left: 20px;
	color: #B1CCE0;
	line-height: 19px;
	width: 460px;
	padding-bottom: 1px;
	padding-top: 2px;
}

.action_description {
	position: relative;
	z-index: 1;
	left: 5px;
	padding-top: 12px;
	padding-bottom: 18px;
}
.action_description p {
	font-size: 13px;
	line-height: 17px;
	color: #C6DCE2;
}
.z_map {
	position: absolute;
	z-index: 1;
	top: 210px;
	left: 140px;
	width: 558px;
	height: 518px;
	background-image: url('http://beverly.ru/images/z_map.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/z_map.png', sizingMethod='crop');
}
.z_mail {
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 270px;
	width: 338px;
	height: 340px;
	background-image: url('http://beverly.ru/images/z_mail.png');
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://beverly.ru/images/z_mail.png', sizingMethod='crop');
}
