/* Global */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html, body {
	background: #3a1f16 url('../images/backgr_gr1.png') repeat-x;
	font-family: "Times New Roman", Times, Georgia, serif;
	height: 100%;
}

.normal_txt {
    font-size: 16px;
}


a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #996666;
}
a:hover {
	color: #ff6600;
}
a:active {
	color: #ff6600;
}

h1 {
	font-size: 36px;
	color: #663333;
    font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #663333;
    font-weight: normal;
}
h3 {
	font-size: 20px;
	color: #663333;
    font-weight: normal;
}

/* Hack */
sup, sub {
  vertical-align: middle;
  position: relative;
  font-size: 75%;
}
sup {
    bottom: 0.5em;
}
sub {
    top: 0.5em;
}
/* End Hack */

/* End Global */



/* Content */
#block_monogram {
    z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 347px;
	background: url('../images/backgr_monogram.gif') 50% 0 no-repeat;
}

#block_content {
    z-index: 2;
	position: relative;
	min-height: 100%;
	margin-bottom: -105px; /* Height footer */
	height: auto;
	width: 980px;
	background: #fff5ce url('../images/backgr_body.gif') repeat-y;
}

.block_content {
	width: 980px;
    text-align: left;
}

* html #block_content {
	height: 100%;
}

/* End Content */



/* Header */
#header {
	width: 950px;
	height: 130px;
	text-align: left;
	background: #8c9b34 url('../images/backgr_header.png') 0px 0px no-repeat;
}

#header_backgr {
    position: relative;
    margin: 0px 5px 0px 5px;
	width: 970px;
	height: 130px;
    background-color: #fff5ce;
}

#logo {
	position: absolute;
	margin: 30px 0px 0px 324px;
	width: 302px;
	height: 63px;
    border: none;
}

#phone {
	position: absolute;
	margin: 102px 0px 0px 757px;
	width: 118px;
	height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #f58220;
}
/* End Header */



/* Main menu */
#mainmenu  {
	width: 950px;
	height: 72px;
	text-align: left;
	background: #b4d858 url('../images/menu.png') 50% 0 no-repeat;
}

a.menuitem:link, a.menuitem:active, a.menuitem:visited, div.menuitem {
	display: block;
	position: absolute;
	margin-top: 5px;
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	font-weight: normal;
	color: #330000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
a.menuitem:hover {
	color: #993300;
}

#houses:link, #houses:active, #houses:visited {
	margin-left: 5px;
	width: 104px;
	background: #ffffff url('../images/menuitem_houses.gif') 0px 0px no-repeat;
}
#houses:hover {
	margin-left: 5px;
	width: 104px;
	background: #cef271 url('../images/menuitem_houses.gif') 0px -41px no-repeat;
}
#item_houses {
	margin-left: 5px;
	width: 104px;
    color: #000000;
    background: none;
}

#genplan:link, #genplan:active, #genplan:visited {
	margin-left: 113px;
	width: 133px;
	background: #ffffff url('../images/menuitem_genplan.gif') 0px 0px no-repeat;
}
#genplan:hover {
	margin-left: 113px;
	width: 133px;
	background: #cef271 url('../images/menuitem_genplan.gif') 0px -41px no-repeat;
}
#item_genplan {
	margin-left: 113px;
	width: 133px;
    color: #000000;
    background: none;
}

#location:link, #location:active, #location:visited {
	margin-left: 250px;
	width: 177px;
	background: #ffffff url('../images/menuitem_location.gif') 0px 0px no-repeat;
}
#location:hover {
	margin-left: 250px;
	width: 177px;
	background: #cef271 url('../images/menuitem_location.gif') 0px -41px no-repeat;
}
#item_location {
	margin-left: 250px;
	width: 177px;
    color: #000000;
    background: none;
}

#progress:link, #progress:active, #progress:visited {
	margin-left: 431px;
	width: 208px;
	background: #ffffff url('../images/menuitem_progress.gif') 0px 0px no-repeat;
}
#progress:hover {
	margin-left: 431px;
	width: 208px;
	background: #cef271 url('../images/menuitem_progress.gif') 0px -41px no-repeat;
}
#item_progress {
	margin-left: 431px;
	width: 208px;
    color: #000000;
    background: none;
}

#environment:link, #environment:active, #environment:visited {
	margin-left: 643px;
	width: 153px;
	background: #ffffff url('../images/menuitem_environment.gif') 0px 0px no-repeat;
}
#environment:hover {
	margin-left: 643px;
	width: 153px;
	background: #cef271 url('../images/menuitem_environment.gif') 0px -41px no-repeat;
}
#item_environment {
	margin-left: 643px;
	width: 153px;
    color: #000000;
    background: none;
}

#contacts:link, #contacts:active, #contacts:visited {
	margin-left: 800px;
	width: 145px;
	background: #ffffff url('../images/menuitem_contacts.gif') 0px 0px no-repeat;
}
#contacts:hover {
	margin-left: 800px;
	width: 145px;
	background: #cef271 url('../images/menuitem_contacts.gif') 0px -41px no-repeat;
}
#item_contacts {
	margin-left: 800px;
	width: 145px;
    color: #000000;
    background: none;
}
/* End Main menu */



/* Intro */
.intro  {
	margin-top: 10px;
	width: 980px;
	text-align: left;
}

.intro p {
	padding-left: 40px;
	font-size: 18px;
	color: #663333;
	font-style: italic;
}

.insert_plan_min {
	float: right;
    padding: 0 70px 0 20px;
    width: 362px;
    height: 202px;
}

.insert_plan_min #intro {
    position:absolute;
    margin:180px 0 0 200px;
    font-size:18px;
    line-height:22px;
	width:210px;
}

.hottext {
	color: #336600;
}
.hottext2 {
	color: #669900;
}
.hottext3 {
	color: #cc6600;
}
.hottext4 {
	color: #993300;
}
/* End Intro */



/* All houses */
#all_houses {
    margin-left: 20px;
	width: 940px;
	padding-top: 40px;
}

#all_houses1 {
	float: left;
    margin-bottom: 30px;
	text-align: left;
	width: 460px;
}

#all_houses2 {
	float: right;
    margin-bottom: 30px;
	text-align: left;
	width: 460px;
}

p.promo_txt {
	padding: 40px 40px 10px 40px;
	font-size: 24px;
	font-style: italic;
	color: #663333;
	margin-bottom: 10px;
}

p.promo_txt2 {
	padding: 30px 40px 10px 40px;
	font-size: 24px;
	font-style: italic;
	color: #ed1c24;
	margin-bottom: 10px;
}

p.more {
	padding-right: 40px;
	text-align: right;
	font-size: 14px;
	color: #993300;
	margin-bottom: 10px;
}

.billet1 {
	position: relative;
	margin-bottom: 10px;
	width: 460px;
	height: 182px;
	background: #e3f9ad url('../images/billet1.gif');
}

.billet2 {
	position: relative;
	margin-bottom: 10px;
	width: 460px;
	height: 182px;
	background: #ffe9b4 url('../images/billet2.gif');
}

.photo_billet1 {
	position: absolute;
	margin: 20px;
	width: 181px;
	height: 137px;
	background: #ffe9b4 url('../images/photo_for_billet1.gif');
}

.photo_billet2 {
	position: absolute;
	margin: 20px;
	width: 181px;
	height: 137px;
	background: #ffe9b4 url('../images/photo_for_billet2.gif');
}

.desc {
	position: absolute;
	margin: 20px 0 0 220px;
	width: 220px;
	height: 138px;
	vertical-align: top;
	color: #663333;
	font-size: 14px;
}

a.pb {
	display: block;
    margin: 2px;
	width: 177px;
	height: 133px;
}
a.pb:link {
	background-color: #ffffff;
}
a.pb:visited {
	background-color: #ffffff;
}
a.pb:hover {
	background-color: #ff9933;
}
a.pb:active {
	background-color: #ff9933;
}

img.pb {
    position: relative;
    top: 2px;
    left: 2px;
    width: 173px;
	height: 129px;
}

a.headline, span.headline {
    font-size: 24px;
}

a.headline2, span.headline2 {
    font-size: 24px;
	color: #ed1c24;
}

a.lot_Emerald:link, .lot_Emerald {
    font-size: 16px;
    color: #0099cc;
}
a.lot_Emerald:visited {
	color: #66ccff;
}
a.lot_Emerald:hover {
	color: #006699;
}
a.lot_Emerald:active {
	color: #006699;
}

a.lot_Symphonia:link, .lot_Symphonia {
    font-size: 16px;
    color: #339900;
}
a.lot_Symphonia:visited {
	color: #66cc66;
}
a.lot_Symphonia:hover {
	color: #336600;
}
a.lot_Symphonia:active {
	color: #336600;
}

a.lot_Fiesta:link, .lot_Fiesta {
    font-size: 14px;
    color: #999900;
}
a.lot_Fiesta:visited {
	color: #999966;
}
a.lot_Fiesta:hover {
	color: #666600;
}
a.lot_Fiesta:active {
	color: #666600;
}

a.lot_Amadel:link, .lot_Amadel {
    font-size: 16px;
    color: #cc6633;
}
a.lot_Amadel:visited {
	color: #cc9966;
}
a.lot_Amadel:hover {
	color: #993300;
}
a.lot_Amadel:active {
	color: #993300;
}

a.lot_Margenta:link, .lot_Margenta {
    font-size: 16px;
    color: #003399;
}
a.lot_Margenta:visited {
	color: #336699;
}
a.lot_Margenta:hover {
	color: #000033;
}
a.lot_Margenta:active {
	color: #000033;
}

a.lot_Premier:link, .lot_Premier {
    font-size: 16px;
    color: #9966cc;
}
a.lot_Premier:visited {
	color: #cc99cc;
}
a.lot_Premier:hover {
	color: #6600cc;
}
a.lot_Premier:active {
	color: #6600cc;
}

a.lot_Intelligence:link, .lot_Intelligence {
    font-size: 16px;
    color: #cc3366;
}
a.lot_Intelligence:visited {
	color: #cc6699;
}
a.lot_Intelligence:hover {
	color: #990033;
}
a.lot_Intelligence:active {
	color: #990033;
}

.house_value_line {
    display: block;
    margin-top: 4px;
}

.hvl_offset {
    height: 14px;
    line-height: 14px;
}


.house_value {
    font-size: 18px;
    color: #006600;
}

.house_value_no {
    font-size: 18px;
    color: #666666;
}
/* End All houses */



/* Progress */
.progress_header {
    clear: both;
    display: block;
	position: relative;
	width: 940px;
	height: 44px;
	line-height: 44px;
	text-align: left;
	vertical-align: middle;
}

.element1 {
    float: left;
    width: 90px;
	height: 44px;
	background: url('../images/element1.gif') 35px 0px no-repeat;
}

.ph_title {
    font-size: 24px;
    color: #663333;
}

.ph_date {
    font-size: 18px;
    color: #cc6600;
}

.ph_other_date {
    font-size: 16px;
}

#progress_body {
	position: relative;
	margin-left: 20px;
    width: 940px;
	height: 168px;
	background: #663300 url('../images/backgr_progress.png') repeat-x;
}

.part_left {
	display: block;
	position: absolute;
	left: 0px;
	width: 53px;
	height: 168px;
	line-height: 168px;
    text-decoration: none;
	background: #b4d657 url('../images/backgr_progress_arrows.png') 0px 0px no-repeat;
}
#pl_static {
    padding-right: 7px;
    left: 0px;
    width: 46px;
	background: #b4d657 url('../images/backgr_progress_arrows.png') 0px -336px no-repeat;
}
#pl:link {
    padding-right: 7px;
    left: 0px;
    width: 46px;
}
#pl:visited {
    padding-right: 7px;
    left: 0px;
	width: 46px;
}
#pl:hover {
    padding-right: 7px;
    left: 0px;
	width: 46px;
	background: #996633 url('../images/backgr_progress_arrows.png') 0px -168px no-repeat;
}
#pl:active {
    padding-right: 7px;
    left: 0px;
	width: 46px;
	background: #996633 url('../images/backgr_progress_arrows.png') 0px 0px no-repeat;
}

.part_right {
	display: block;
	position: absolute;
	left: 887px;
	width: 53px;
	height: 168px;
	line-height: 168px;
    text-decoration: none;
	background: #b4d657 url('../images/backgr_progress_arrows.png') -53px 0px no-repeat;
}
#pr_static {
    padding-left: 7px;
    left: 5px;
    width: 46px;
	background: #b4d657 url('../images/backgr_progress_arrows.png') -53px -336px no-repeat;
}
#pr:link {
    padding-left: 7px;
    left: 0px;
    width: 46px;
}
#pr:visited {
    padding-left: 7px;
    left: 0px;
    width: 46px;
}
#pr:hover {
    padding-left: 7px;
    left: 0px;
    width: 46px;
	background: #cccc66 url('../images/backgr_progress_arrows.png') -53px -168px no-repeat;
}
#pr:active {
    padding-left: 7px;
    left: 0px;
    width: 46px;
	background: #cccc66 url('../images/backgr_progress_arrows.png') -53px 0px no-repeat;
}

#part_center {
	position: absolute;
	left: 54px;
	width: 837px;
	height: 168px;
}

.photo_progress {
	float: left;
    display: block;
    margin-top: 8px;
	width: 134px;
	height: 101px;
	background: url('../images/photo_progress.gif');
}

.element2 {
	float: left;
	margin-top: 40px;
	width: 28px;
	height: 51px;
	background: url('../images/element2.png');
}

.title_progress {
	float: left;
	margin-top: 5px;
	width: 380px;
	height: 20px;
    font-size: 18px;
	color: #ffffff;
    text-align: center;
}
.title_progress a {
	color: #ffffff;
}


.pp {
    display: block;
    margin: 5px;
	width: 124px;
	height: 91px;
	background-color: #ffffff;
}
a.pp:link {
	background-color: #ffffff;
}
a.pp:visited {
	background-color: #ffffff;
}
a.pp:hover {
	background-color: #ff9933;
}
a.pp:active, #pp_active {
	background-color: #ff9933;
}

.pp_photo {
    margin: 5px 0px 5px 0px;
    background: url('../images/ajax-loader.gif') center;
}

.pp_lot {
    display: block;
    position: absolute;
    margin: 2px;
    width: 120px;
	height: 87px;
}

#tp_1 {
	float: left;
    position: absolute;
    width: 392px;
    left: 5px;
    top: 111px;
}
#tp_2 {
	float: left;
    position: absolute;
    width: 392px;
    left: 435px;
    top: 111px;
}


a.tp_a:link {
    color: #ffffff;
}
a.tp_a:visited {
    color: #cccc99;
}
a.tp_a:hover {
    color: #ff9933;
}
a.tp_a:active {
    color: #ff9933;
}

.lots {
    display: block;
    position: absolute;
	width: 820px;
	height: 20px;
    left: 33px;
    top: 149px;
    text-align: center;
	color: #ffffff;
}
a.lot {
    float: left;
    display: block;
    margin: 0 6px 0 6px;
    padding: 0 3px 1px 18px;
	text-decoration: none;
	font-size: 14px;
	color: #999933;
	background: url('../images/element3.png') 0 1px no-repeat;
}
span.lot_str {
    float: left;
    display: block;
	font-size: 14px;
	color: #ccff33;
}
a.lot:hover, span.lot {
    float: left;
    display: block;
    margin: 0 6px 0 6px;
    padding: 0 3px 1px 18px;
	text-decoration: none;
	font-size: 14px;
	color: #ccff33;
	background: url('../images/element3.png') 0 -14px no-repeat;
}
/* End Progress */



/* Footer */
#block_footer {
    z-index: 5;
    position: relative;
	clear: both;
	width: 100%;
	height: 105px;
	background: #b2693b url('../images/backgr_gr2.png');
}

#footer {
	font-size: 14px;
	height: 105px;
	text-align: center;
	width: 980px;
	background: #fff5ce url('../images/backgr_body.gif') repeat-y;
}

.footer_menu {
    padding-top: 25px;
}

#sup_phone  {
    font-size: 18px;
    color: #ff6600;
}

.copyright {
	margin-top: 15px;
	padding-left: 63px;
	line-height: 18px;
}

span.wonderspike, a.wonderspike {
    font-size: 12px;
	color: #fff5ce;
}
a.wonderspike:hover {
    font-size: 12px;
	color: #ff6600;
}


/* Inner pages */
#to_index {
    display: block;
    margin: 10px 0px -20px 40px;
    padding-left: 22px;
    width: 101px;
    font-size: 16px;
    background: url('../images/logo_icon.gif') 0 1px no-repeat;
}

.page_title {
    z-index: 100;
    margin: 20px 0px 20px 0;
    width: 980px;
    text-align: center;
}

.page_inner {
    z-index: 100;
    display: block;
    width: 900px;
    margin: 0px 40px 40px 40px;
    text-align: left;
}

.insert_plan_max {
	float: right;
    margin: 20px 0 80px 20px;
    width: 580px;
    height: 420px;
}

.page_inner p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

#lot_kursor {
    position: absolute;
    margin: 128px 0px 0px 238px;
    width: 17px;
    height: 22px;
    line-height: 22px;
    background: url('../images/kursor.gif');
}

.lot_info {
    position: absolute;
    padding: 10px;
    margin: -20px 0px 0px 250px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ffffff;
    filter: alpha(opacity=90); /* IE 5.5+*/
    -moz-opacity: 0.9; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

#li_Symphonia {
    background-color: #ecffc6;
}
#li_Amadel {
    background-color: #ffeece;
}
#li_Premier {
    background-color: #f6edff;
}
#li_Emerald {
    background-color: #e2f5ff;
}
#li_Fiesta {
    background-color: #ffeeb9;
}
#li_Margenta {
    background-color: #e1ebff;
}
#li_Intelligence {
    background-color: #ffe4e8;
}

.status_free {
    font-size: 18px;
    font-weight: bold;
    color: #339900;
}

.status_busy {
    color: #cc3300;
}

#q_form {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
}

#q_box {
    margin-bottom: 5px;
    width: 800px;
    height: 50px;
}

.txt_for_help {
    position: absolute;
    margin-left: 142px;
    height: 20px;
    font-style: italic;
    color: #999999;
    font-size: 14px;
}

.qb_str {
    position: absolute;
    margin: 26px 0px 0px 0px;
    width: 140px;
    height: 24px;
    font-size: 16px;
}


.qb_query {
    position: absolute;
    margin: 22px 0px 0px 145px;
    width: 300px;
    height: 22px;
    background-color: #e3f9ad;
    border: 1px solid #336600;
}

input.q_d {
    position: absolute;
    margin: 2px 0px 0px 2px;
    width: 296px;
    height: 18px;
    font-size: 14px;
    background-color: #e3f9ad;
    border: none;
}

.qb_btn {
    position: absolute;
    margin: 22px 0px 0px 453px;
    width: 180px;
    height: 22px;
    background-color: #ffe9b4;
    border: 1px solid #336600;
}
input.btn {
    position: absolute;
    width: 100%;
    height: 18px;
    font-size: 14px;
    background-color: #ffe9b4;
    border: none;
}

#backgr_map {
    margin: 1px 0px 0px 0px;
    padding: 1px;
    width: 848px;
    height: 408px;
    vertical-align: middle;
    text-align: center;
    background-color: #336600;
}

#map_iframe {
    width: 848px;
    height: 408px;
}

.offset5 {
    display: block;
    width: 5px;
    height: 5px;
    line-height: 5px;
}

.offset30 {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* Rounded box */
.rbox {
    margin: 5px;
    font-size: 1px;
    background-color: #ffffff;
}
* html .rbox {  /* Hack IE */
    height: 1px;
}

.top-left, .top-right, .bottom-left, .bottom-right, .line_top, .line_bottom {
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.line_top, .line_bottom {
    width: 100%;
}

.line_top {
    background: url('../images/block_top-bottom.png') 0px 0px repeat-x;
}

.top-left {
    float: left;
    background: url('../images/block_corners.png') 0px 0px no-repeat;
}

.top-right {
    float: right;
    background: url('../images/block_corners.png') -15px 0px no-repeat;
}

.middle-left {
    background: url('../images/block_left.png') repeat-y;
}

.middle-right {
    padding: 0 20px 0px 20px;
    background: url('../images/block_right.png') right repeat-y;
}

.line_bottom {
    background: url('../images/block_top-bottom.png') 0px -15px repeat-x;
}

.bottom-left {
    float: left;
    background: url('../images/block_corners.png') 0px -15px no-repeat;
}

.bottom-right {
    float: right;
    background: url('../images/block_corners.png') -15px -15px no-repeat;
}
/* End Rounded box */

.house_info {
    width: 100%;

}

.hi_1 {
    float: left;
    width: 180px;
}
.hi_2 {
    float: left;
    width: 375px;
}
.hi_3 {
    float: left;
    margin-left: 5px;
    width: 340px;
}

.outer_glow {
    float: right;
	position: absolute;
}

.house_img1 {
    float: left;
    margin-bottom: 10px;
   	width: 181px;
	height: 137px;
	background: #ffe9b4 url('../images/photo_for_billet3.gif');
}
.house_img2 {
    float: right;
    margin-bottom: 10px;
   	width: 181px;
	height: 137px;
	background: #ffe9b4 url('../images/photo_for_billet3.gif');
}

.hi_clear {
    float: left;
    width: 900px;
    height: 50px;
}

#progress_main {
    margin-top: 50px;
    width: 980px;
    height: 380px;
}
#pm_1 {
    float: left;
    margin: 0px 20px 0px 20px;
    width: 180px;
    text-align: right;
}
#pm_2 {
    float: left;
    margin-top: -10px;
    width: 500px;
    text-align: center;
}

#pm_3 {
    float: left;
    margin: 0px 20px 0px 20px;
    width: 200px;
}

#pi_environment {
    float: left;
    margin: 0px 20px 0px 20px;
    width: 260px;
}

#contacts_info {
    float: right;
    width: 230px;
}
/* End Inner pages */



/* Hack */
#clearfooter {
	clear: both;
	height: 105px;
}

html>body #minHeight {
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -105px;
} /* safari wrapper */
/* End Hack */
