* {
	margin: 0px;
	padding: 0px;
}

html {height: 100%;}
body {
	height: 100%;
	font-size: 0.85em;
	font-family: Arial;
	background: #f8d84f;
}


#measurer {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

#layout {
	min-width: 1000px;
	min-height: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#main_reducer {
	width: 903px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}

#header {
	padding: 35px 1px 25px;
	overflow: hidden;
}

#logo {
	float: left;
}

#nav {
	float: right;
	list-style-type: none;
	overflow: hidden;
	padding-top: 50px;
}
#nav li {
	float: left;
	color: #441a00;
}
#nav li strong {
	margin-left: 24px;
}
#nav li strong a {
	margin-left: 0px;
}
#nav li a {
	margin-left: 24px;
	color: #441a00;
}
#nav li a:hover {
	text-decoration: none;
}

#content {

}
#content .top {
	height: 11px;
	line-height: 0px;
	font-size: 0px;
	background: url('../i/bg-t.png') 0 0 no-repeat;
	position: relative;
	z-index: 2;
}
#content .c {
	background: url('../i/bg-c.png') 0 0 repeat-y;
	padding: 0px 1px;
	position: relative;
	z-index: 3;
}
#content .bottom {
	height: 13px;
	line-height: 0px;
	font-size: 0px;
	background: url('../i/bg-b.png') 0 0 no-repeat;
	position: relative;
	z-index: 2;
}
#index {
	position: relative;
	min-height: 429px;
}
#main_img {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: -11px;
}
#index_hover {
	position: absolute;
	z-index: 2;
	top: 357px;
	cursor: pointer;
}
#index_content {
	position: relative;
	z-index: 2;
	padding: 20px 0px 20px 40px;
	width: 290px;
}
#index_content h1 {
	font-weight: normal;
	font-size: 1.7em;
	font-style: italic;
	padding-bottom: 20px;
	color: #441a00;
}
#index_content p {
	color: #441a00;
	font-size: 0.85em;
	padding-bottom: 10px;
}
#index_content a {
	color: #cc9f3e;
}
#index_content a:hover {
	text-decoration: none;
}
#index_link {
	width: 20px;
	height: 22px;
	display: block;
	position: absolute;
	left: 483px;
	top: 381px;
	background: url('../i/index-link-bg.png') 0 0 no-repeat;
	z-index: 2;
}
#index_hint {
	position: absolute;
	z-index: 2;
	padding-left: 5px;
	background: url('../i/hint-l.png') 0 0 no-repeat;
	height: 24px;
	top: 327px;
}
#index_hint .r {
	padding-right: 5px;
	background: url('../i/hint-r.png') 100% 0 no-repeat;
	height: 24px;
}
#index_hint .cnt {
	background: url('../i/hint-c.png') 0 0 repeat-x;
	height: 24px;
	line-height: 22px;
	padding: 0px 3px;
}

#main_content {
	overflow: hidden;
	padding: 15px 0px;
	position: relative;
	z-index: 2;
}
#main_content .left {
	width: 245px;
	float: left;
	margin-right: -245px;
	position: relative;
	z-index: 1;
}
#main_content .left .img {
	padding: 0px 0px 15px 15px;
}
#main_content .left .img img {
	margin-bottom: 5px;
}
#main_content .left .img span {
	font-style: italic;
	color: #7c4d30;
	font-size: 0.85em;
}
#main_content .left ul {
	padding: 0px 20px 0px 34px;
	list-style-type: none;
}
#main_content .left ul li {
	padding: 0px 0px 14px;
	color: #441a00;
}
#main_content a {
	color: #441a00;
}
#main_content a:hover {
	text-decoration: none;
}
#main_content .right {
	margin-left: 245px;
	padding-right: 30px;
	position: relative;
	z-index: 2;
}
#main_content .right h1 {
	font-weight: normal;
	font-size: 1.7em;
	font-style: italic;
	padding-bottom: 20px;
	color: #441a00;
}
#main_content .right h2 {
	font-weight: normal;
	font-size: 1.5em;
	font-style: italic;
	padding-bottom: 15px;
	color: #441a00;
}
#main_content .right h3 {
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 10px;
	color: #441a00;
}
#main_content .right h6 {
	font-size: 1.2em;
	padding-bottom: 5px;
	color: #441a00;
	padding-left: 20px;
}
#main_content .right p {
	font-size: 0.9em;
	padding-bottom: 15px;
	color: #441a00;
}
#main_content .right img {
	padding-bottom: 15px;
}
#main_content .right hr {
	border-top: 1px solid #eae1da;
	margin: 5px 0px 15px;
}
#main_content .right ul {
	list-style-type: none;
	padding-bottom: 20px;
}
#main_content .right ul li {
	padding-bottom: 4px;
	padding-left: 20px;
	background: url('../i/bullit.gif') 0 0.5em no-repeat;
}
#main_content .right ol {
	padding-bottom: 20px;
	padding-left: 20px;
}
#main_content .right ol li {
	padding-bottom: 4px;
	font-size: 0.9em;
}
#inner_bg {
	background: url('../i/inner-bg.png') 0 0 no-repeat;
	width: 240px;
	height: 178px;
	position: absolute;
	left: 1px;
	bottom: -11px;
}

#content .additional_c {
	background: url('../i/bg-add-c.png') 0 0 repeat-y;
	margin: 0px 1px;
	position: relative;
	z-index: 1;
	top: -10px;
	margin-bottom: -10px;
}
#content .additional_c .reducer {
	padding: 20px 10px 10px;
	overflow: hidden;
}
#content .additional_c .half {
	float: left;
	width: 50%;
	overflow: hidden;
}
#content .additional_c .half .img {
	width: 225px;
	float: left;
	margin-right: -225px;
}
#content .additional_c .half .txt {
	margin-left: 225px;
	padding-right: 20px;
}
#content .additional_c .half .txt h3 {
	font-style: italic;
	color: #f9c53d;
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 5px;
}
#content .additional_c .half .txt h3 a {
	color: #f9c53d;
}
#content .additional_c .half .txt h3 a:hover {
	text-decoration: none;
}
#content .additional_c .half .txt p {
	color: #fdedaf;
	font-size: 0.8em;
	padding-bottom: 5px;
}
#content .additional_c .half .txt p.b {
	font-size: 1em;
}
#content .additional_c .half .txt p.y {
	color: #e1c96d;
	padding-bottom: 0px;
}
#phone {
	margin-top: 23px;
	min-height: 23px;
	padding-left: 25px;
	color: white;
	font-size: 1.3em;
	background: url('../i/phone.png') 0 0 no-repeat;
	line-height: 90%;
}
#content .additional_b {
	height: 10px;
	line-height: 0px;
	font-size: 0px;
	background: url('../i/bg-add-b.png') 0 0 no-repeat;
	margin: 0px 1px;
	position: relative;
	z-index: 1;
}

#footer {
	font-size: 0.8em;
	color: #441a00;
	text-align: center;
	padding: 20px 0px;
}

#requestform_icon {
	float: left;
	width: 16px;
	height: 16px;
	background: url('../i/icon-requestform.gif') 0 0 no-repeat;
	margin-right: -20px;
	position: relative;
	left: -20px;
}
#layout #main_content a.light {
	color: #CC9F3E;
}

.price {
	width: 360px;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.price td {
	vertical-align: top;
	padding-bottom: 10px;
	color: #441a00;
	text-align: right;
	font-weight: bold;
}
.price .name {
	width: 320px;
	overflow: hidden;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}

#contact_address {
	width: 180px;
	float: left;
	margin-right: -180px;
}
#contact_map {
	margin-left: 180px;
	height: 340px;
	margin-bottom: 30px;
}
#main_content #contact_address h2 {
	font-size: 1.4em;
	font-style: normal;
	font-family: Arial;
	padding-bottom: 10px
}
#main_content #contact_address .address_line {
	position: relative;
}
#main_content #contact_address .address_line {
	font-size: 1em;
}
#main_content #contact_address .address_line .icon {
	position: relative;
	float: left;
	line-height: 0px;
	font-size: 0px;
}
#main_content #contact_address .address_line .address {
	width: 16px;
	height: 15px;
	left: -21px;
	margin-right: -21px;
	margin-top: 2px;
	background: url('../i/icon-address.gif') 0 0 no-repeat;
}
#main_content #contact_address .address_line .phone {
	width: 13px;
	height: 16px;
	line-height: 0px;
	font-size: 0px;
	left: -17px;
	margin-right: -17px;
	background: url('../i/icon-phone.gif') 0 0 no-repeat;}
#main_content #contact_address .address_line .mail {
	width: 16px;
	height: 11px;
	left: -20px;
	margin-right: -20px;
	margin-top: 5px;
	background: url('../i/icon-mail.gif') 0 0 no-repeat;
}

#feedback h2 {
	font-style: italic;
	padding-bottom: 25px;
	padding-top: 10px;
	font-size: 2em;
}
#feedback table {
	border-collapse: collapsle;
}
#feedback table td {
	vertical-align: top;
	padding-bottom: 15px;
}
#feedback table .lbl {
	width: 115px;
	color: #441a00;
}
#fb_name {
	width: 140px;
}
#fb_surname {
	width: 160px;
}
#fb_email {
	width: 215px;
}
#fb_msg {
	width: 305px;
	height: 115px;
}
#fb_btn {
	padding-left: 5px;
	padding-right: 5px;
}


#bg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.bg_w {
	width: 100%;
	height: auto;
}
.bg_h {
	height: 100%;
	width: auto;
}







.hidden {
	display: none;
}






















