* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 62.5%;
 background: #fff url(images/bg.jpg) repeat-x;
 line-height: 1.5;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
}
.wrapper { 
 margin: 0 auto;
 width: 960px;
}

h1, h1 { color: #846049; }
p { font-size:1.2em; margin-bottom: 10px; }
ul { list-style: none; }
a { color: #846049; text-decoration: none; }
a:hover { text-decoration: underline; }

#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0 10px 10px 10px;
 height: 142px;
 background: url(images/header-img.png) no-repeat right;
}
#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 163px;
	height: 134px;
	float: left;
}
#logo a {
	display: block;
	height: 100%;
	width: 100%;
}
#logo h1 {
	position: relative;
	left: -9999px;
	top: -9999px;
}
#header span {
	float: left;
	margin: 75px 0 0 25px;
	color: #927764;
	font-size: 1.4em;
}
#navigation {
 float: left;
 width: 900px;
 height: 51px;
 color: #333;
 padding: 0 10px;
}
#navigation ul {
	margin-top: 12px;
}
#navigation ul li {
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 40px 0 7px;
}
#content {
	background: #fff;
	float: left;
}
#slideshow {
	float: left;
	height: 150px;
	width: 922px;
}
#leftcolumn { 
 color: #333;
 min-height: 350px;
 width: 598px;
 float: left;
 clear: both;
 padding-top: 20px;
}
#leftcolumn h1, #fullwidth h1 { 
	padding:0 10px 10px;
}
#leftcolumn p {
	padding: 0px 10px;
}
#leftcolumn ul { 
	padding-left: 30px;
	font-size:1.2em;
	margin-bottom: 10px;
}
#leftcolumn ul.arrow li { 
	background: url(images/arrow.png) 0 3px no-repeat;
	list-style: none;
	padding-left: 15px; 
}
#rightcolumn { 
 float: right;
 color: #333;
 min-height: 500px;
 height: auto !important;
 width: 320px;
 display: inline;
 padding-top: 20px;
 background: transparent url(images/tree.png) no-repeat;
}
#rightcolumn h2 { 
	padding: 5px;
	color: #fff;
	width: 287px;
	height: 40px;
}
#rightcolumn p {
	padding: 0 10px;
}
#rightcolumn img {
	border: 1px solid #967742;
	margin: 3px 5px 10px;
}
#rightcolumn span {
	font-style: italic;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 5px;
}
#footer { 
 clear: both;
 color: #fff;
 background: #846049;
 padding: 10px 0;
 min-height: 30px;
}
#footer p {
	margin: 0 10px;
}
#footer a {
	color: #fff;
}

/*---------- GALLERY ----------*/
#fullwidth {
	width: 922px;
	min-height: 550px;
	float: left;
	padding-top: 20px;
}
#gallerywrapper-gallery{width:960px; height:600px; float:left;}
#gallerywrapper-freestanding{width:960px; height:1000px; float:left;}
#gallerywrapper-fitted{width:960px; height:800px; float:left;}
#gallerymain{width:575px; height:350px;  float:left; margin:0 10px;}
#image{width:400px; height:350px;}
#image img { border: 2px solid #957662;}
.gallerythumbs{width:300px; min-height:110px; float:left; background: #957662; }
.gallerythumbitem{width:85px; height:100px; margin: 6px; float:left; border:1px solid #c7d7e8; }
/*---------- END GALLERY ----------*/

#contactform {
	float: right;
	margin-right: 50px;
}
#contactform input {
	padding: 2px 5px;
	border: 1px solid #846049;
}
#contactform textarea {
	width: 220px;
	height: 100px;
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: 1px solid #846049;
}
.error {
	border: 1px solid #f00;
    background-color: #fdd;
}

.hotr {
	display: none;
}

/* UTILITIES */
.fright { float: right; }
