body {
background: #270e00 url(images/header_background.jpg) top left repeat-x;
}

/*** HEADER ***/
#headeroutterwrapper {
height: 320px;
background:url(images/dotbackground2.gif) top left no-repeat;
padding-left: 60px;
}
#header {
width: 1121px;
height: 320px;
}

/*** HEADER: Logo ***/
#header h1 {
float: left;
}
#header h1 a {
display:block;
float: left;
/*width: 233px;*/
width: 347px;
height: 320px;
background:url(images/sit_on_this.gif) top left no-repeat;
}
#header h1 a span {
margin: 0 0 0 -10000px;
}

/*** HEADER: Navigation ***/
#header ul {
float: left;
display: block;
width: 767px;
}
#header ul li {
display: block;
float: left;
position: relative;
}
#header ul li a {
position: absolute;
width: 101px;
height: 100px;
}
#header ul li#home {
width: 106px;
height: 320px;
position: relative;
}
#header ul li#home a {
top: 134px;
left: 5px;
background:url(images/home.gif) top left no-repeat;
}
#header ul li#gallery {
width: 109px;
height: 320px;
}
#header ul li#gallery a {
top: 134px;
left: 5px;
background: url(images/gallery.gif) top left no-repeat;
}
#header ul li#contact {
width: 112px;
height: 320px;
}
#header ul li#contact a {
top: 134px;
left: 7px;
background:url(images/contact.gif) top left no-repeat;
}
#header ul li#rent {
width: 440px;
height: 320px;
}
#header ul li#rent a {
top: 134px;
left: 6px;
background: url(images/rent.gif) top left no-repeat;
}
#header ul li a span {
margin: 0 0 0 -10000px;
}
#header ul li#home a:hover,
#header ul li#gallery a:hover,
#header ul li#contact a:hover,
#header ul li#rent a:hover {
background-position: 0 -100px;
}

/*** CENTER ***/
#center {
width: 1121px;
height: 381px;
padding-left: 60px;
background: #270e00 url(images/middle_background.gif) top left no-repeat;
}

/*** CENTER: c1 ***/
#c1 {
width: 289px;
height: 381px;
float: left;
padding-right: 42px;
padding-top: 68px;
}
#homepage #c1 {
background:url(images/home_c1_background.gif) top left no-repeat;
}
#homepage #c1 p {
color: #fff;
font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
padding-bottom: 13px;
}

#gallerypage #c1 {
background: url(images/gallery_c1.jpg) top left no-repeat;
}
#contactpage #c1 {
background:url(images/contact_c1.jpg) top left no-repeat;
}
#rentpage #c1 {
background: url(images/rent_c1.jpg) top left no-repeat;
}

/*** CENTER: c2 ***/
#c2 {
width: 518px;
height: 381px;
float: left;
margin: 0 16px;
}
#homepage #c2 {
background:url(images/home_c2.jpg) top right no-repeat;
}

/*** CENTER: c2: GALLERY PAGE ***/
	#gallerypage #c2 .innerdiv {
	width: 491px;
	height: 242px;
	padding: 139px 0 0 27px;
	}
	#gallerypage #c2 #fruitwood {
	background: url(images/gallery_c2_fruitwood_bkg.gif) top right no-repeat;
	}
	#gallerypage #c2 #gold {
	background: url(images/gallery_c2_gold_bkg.gif) top right no-repeat;
	}
	#gallerypage #c2 #white {
	background: url(images/gallery_c2_white_bkg.gif) top right no-repeat;
	}
	#gallerypage #c2 #black {
	background: url(images/gallery_c2_black_bkg.gif) top right no-repeat;
	}
	#gallerypage #c2 .row {
	clear:both;
	padding-bottom: 24px;
	}
	#gallerypage #c2 .row img {
	padding-right: 10px;
	}
	
/*** CENTER: c2: CONACT PAGE ***/
	#contactpage #c2 {
	background: url(images/c2_contact_bkg.jpg) top right no-repeat;
	}
	#contactpage #c2 .text {
	display: block;
	padding: 79px 54px 0 205px;
	}

/*** CENTER: c2: RENT PAGE ***/
	#rentpage #c2 {
	background: url(images/c2_rent_bkg.jpg) top right no-repeat;
	width: 491px;
	height: 381px;
	padding: 0 0 0 27px;
	}
	
	#rentpage .formbox {
	width: 216px;
	height: 251px;
	background-color: #f9c22c;
	float: left;
	padding: 8px;
	margin-top: 100px;
	overflow: hidden;
	}
	
	#rentpage .formbox p {
	color: #000;
	}
	#rentpage .formbox p.nopad {
	padding: 0;
	}
	
	#rentpage .formbox .txt {
	width: 90px;
	}
	#rentpage .formbox input.error {
	border: 2px solid red;
	}
	
	#rentpage .text {
	width: 225px;
	float: left;
	margin-left: 20px;
	padding-top: 35px;
	color: #f9c22c;
	}
	#rentpage .text p {
	color: #f9c22c;
	padding-bottom: 0;
	}

	#rentpage .text li {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	color: #fff;
	}
	#rentpage .text ul {
	padding-bottom: 10px;
	margin-left: 20px;
	}

/*** CENTER: c3 ***/
#c3 {
width: 240px;
height: 381px;
float: left;
}
#homepage #c3 a {
display:block;
width: 240px;
height: 381px;
background: url(images/c3_home.gif) top right no-repeat;
}
#homepage #c3 a span {
margin: 0 0 0 -10000px;
}

/*** CENTER: c3: GALLERY PAGE ***/
	#gallerypage #c3 {
	background:url(images/c3_gallery.gif) top right no-repeat;
	color: #fff;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	}
	
	#gallerypage #c3 p {
	padding: 68px 14px 0 14px;
	}
	
	#gallerypage #c3 .row {
	padding: 29px 14px;
	clear:both;
	}
	
	#gallerypage #c3 .imagegroup {
	width: 80px;
	text-align:center;
	float: left;
	}
	p.gallerypagenav {
	text-align: right;
	padding-right: 20px;
	}

#contactpage #c3 {
background:url(images/c3_contact.jpg) top right no-repeat;
}
#rentpage #c3 {
background: url(images/c3_rent.jpg) top right no-repeat;
}

/***** FOOTER *****.*/
#footer {
padding-top: 10px;
padding-left: 60px;
width: 1121px;
text-align: right;

}
#footer p {
padding: 0;
color: #885c11;
}
#footer a {
color: #885c11;
}
#footer a:hover {
color: #fff;
}


/**** UNIVERSAL *****/
a {
color: #f9c22c;
text-decoration: none;
}
a:hover {
color: #fff;
}
p {
color: #fff;
font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
padding-bottom: 13px;
}
p.success {
font-weight: bold;
}
p.error {
font-weight: bold;
color: red;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */