/* --- GLOBAL STYLES --- */
*{
	margin: 0;
	padding: 0;
}

html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
p{
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #3d3d3d;
	padding: 5px;
	text-align: justify;
}
/* --- CONTENT --- */
#warp_container{
	width: 100%;
	height: auto;
	background: url(../images/layout/top_x.gif) top center repeat-x;
}
#content{
	width: 748px;
	height: auto;
	margin: auto;
	padding: 0;
}
#header_logo{
	width: 100%;
	height: 108px;
	background: url(../images/layout/header_logo.gif) top center no-repeat;
}
#header_banner{
	width: 100%;
	height: 211px;
	background: url(../images/layout/header_banner.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
}

/* --- MENU ---- */
#menu{
	width: 707px;
	float: left;
	height: 50px;
	padding: 0;
	margin: 1px 0 1px 20px;
	text-align: center;
	display: block;
}
#menu a span{
	display: block;
	margin:14px 0 0 0;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
}
a.btn1:link, a.btn1:visited{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	width: 118px;
	height: 40px;
	background: url(../images/layout/btn1.gif) top left no-repeat;
	display: block;
	float: left;
	padding:0;
}
a.btn1:hover, a.btn1:active{
	background: url(../images/layout/btn1.gif) 0px -40px  no-repeat;
}

a.btn2:link, a.btn2:visited{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	width: 118px;
	height: 40px;
	background: url(../images/layout/btn2.gif) top left no-repeat;
	display: block;
	float: left;
}
a.btn2:hover, a.btn2:active{
	background: url(../images/layout/btn2.gif) 0px -40px  no-repeat;
}
a.btn3:link, a.btn3:visited{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	width: 115px;
	height: 40px;
	background: url(../images/layout/btn3.gif) top left no-repeat;
	display: block;
	float: left;
}
a.btn3:hover, a.btn3:active{
	background: url(../images/layout/btn3.gif) 0px -40px  no-repeat;
}

#txt_banner{
	width:705px;
	height: 46px;
	color: #8fe0fa;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: left;
	margin: 74px 0 0 0;
	padding-right: 0;
}

/* --- FOOTER ---*/
#warp_footer{
	width: 100%;
	height: 81px;
	background-color: #4d691e;
}
#footer{
	width: 784px;
	height: 81px;
	margin: 0 auto;
	background: url(../images/layout/bottom_x.gif) top center repeat-x;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
#footer_links{
	width: 100%;
	padding: 10px;
	text-align: center;
}
.link1:link, .link1:visited{
	color: #d5dfa5;
	text-decoration: none;
	margin: 0 30px;
}
.link1:hover, .link1:active{
	color: #fff;
	text-decoration: underline;
}

#copyright, #copyright a{
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #aeaeae;
}


/* --- Content --- */
#page{
	display: table;
	margin-bottom: 10px;
}
#spacer{
	width: 100%;
	height: 10px;
	clear: left;
}
.thumb1{
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	margin: 0 0 0 10px;
}
.thumb2{
	border: 2px solid #fff;
	margin: 6px;
}

/* --- HOUSES --- */
#houses_container{
	margin-left: 10px;
	margin-bottom:10px;
}

.house_box{
	display: block;
	width: 233px;
	height:150px;
	float: left;
	background: url(../images/layout/prod_box_y.gif) repeat-y;
	margin: 5px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.house_box_top{
	display: block;
	width: 233px;
	background: url(../images/layout/prod_box_top.gif) no-repeat;
}
.house_box_bottom{
	display: block;
	height: 4px;
	background: url(../images/layout/prod_box_bottom.gif) no-repeat;
	margin: 0;
	padding: 0;
}
.house_box_top h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding:0 7px;
	color: #79a807;

}
.house_box_top p{
	padding: 0 7px;
	margin-bottom:5px;
}
.house_box_top p span{
	display: block;
	float: left;
	width: 110px;
	margin: 0 10px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #008bf6;
}
.link2:link, .link2:visited{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	background: url(../images/layout/details_up.gif);
	width: 80px;
	height: 19px;
}
.link2:hover, .link2:active{
	background: url(../images/layout/details_ovr.gif);
}

.contact_label {
	font-family:Verdana;
	color:black;
	font-size:11px;
	border:none;
	float:left;
	width:90px;
}

.contact_form input {
	float:left;
	width:100px;
	border:1px solid black;
	font-family:Verdana;
	font-size:12px;
}

.contact_form br {
	clear:both;
}

.label_submit {
	font-size:12px;
	width:100px;
	cursor:pointer;
	border:1px solid black;
	text-align:center;
}

LI {
	font-family:Tahoma, Arial;
	font-size:11px;
}

OL LI {
	list-style-type: decimal;
}

p ol li {
	#3d3d3d;
}

.hotlink  a:link {
	font-family:Tahoma, Arial;
	font-size: 11px;
	color: blue;
	text-decoration: none;
}

.hotlink  a:visited {
	font-family:Tahoma, Arial;
	font-size: 11px;
	color: blue;
	text-decoration: none;
}

.hotlink  a:hover {
	font-family:Tahoma, Arial;
	font-size: 11px;
	color: red;
	text-decoration: underline;
}

.mini_title {
	font-size:12px;
	font-weight:bold;
}

.about_text {
	margin-top:1px;
	overflow:auto;
	height:450px;
	width:610px;
}



.fieldset1, .fieldset2{
	width: 46%;
	height: 210px;
	float: left;
	background-color: #f9fcff;
	margin-left: 2px;
	padding: 5px 0 0 15px;
}
select{
	width: 330px;
}
select option{
	background-color: #d4eaff;
	width: 330px;
}
.fieldset3{
	width:220px;
	float:left;
	}
.fieldset4{
	width: 300px;
	float:left;
}
input.textfield1, input.textfield2{
	border: 0px;
	width: 195px;
	height: 19px;
	padding:0 4px 0 4px;
}
input.textfield1{
	background: url(../images/input_field.gif) right no-repeat;
}
input.textfield2{
	background: url(../images/input_field2.gif) right no-repeat;
}

textarea.adress, textarea.adress2{
	width: 203px;
	height: 59px;
	border: 0px;
	overflow: auto;
}
textarea.adress{
	background: url(../images/input_adress.gif) bottom left no-repeat;
}
textarea.adress2{
	background: url(../images/input_adress2.gif) bottom left no-repeat;
}
textarea.comment, textarea.comment2{
	border:0px;
	width: 203px;
	height: 84px;
	overflow: auto;
}
textarea.comment{
	background: url(../images/input_comment.gif) top left no-repeat;
}
textarea.comment2{
	background: url(../images/input_comment2.gif) top left no-repeat;
}
.mail_label{
	padding-left: 5px;
}
input.btn_up{
	color: #d4eaff;
	border: 0px;
	width:79px;
	height: 20px;
	background: url(../images/input_btn_up.gif) top left no-repeat;
	padding: 0 0 3px 0;
}
input.btn_ovr{
	color: #fff;
	border: 0px;
	width:79px;
	height: 20px;
	background: url(../images/input_btn_ovr.gif) top left no-repeat;
	cursor: pointer;
	padding: 0 0 3px 0;
}
