* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #fff url(../images/body_bg.jpg) repeat-y top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#container{width:960px; margin:0 auto; border:2px solid #666910;}

.left {	
	float: left;
}

.right {
	float: right;
}

#header {
	width: 100%;
	height: 100px;
	background: #666910;
	border-bottom: 10px solid #CBE730;
}

#header h1 {
	font-size: 50px;
	color: #fff;
	font-weight: normal;
	margin-left: 30px;
	line-height: 1.5em;
}

.subspacer {
	width: 100%;
	height: 20px;
	clear: both;
	background: #fff;
}

#content {
	padding: 10px 0;
	margin-left: 220px;
}

#content #images {
	float: right;
	clear: right;
	margin: 20px;
	list-style: none;
}

#content h2 {
	margin-bottom: 20px;
}

#content p {
	font-size: 14px;
	margin-bottom: 20px;
}

#content #images li {
	margin-bottom: 10px;
}

#leftside {
	float: left;
	width: 200px;
	padding: 10px 0;
}

#menu {
	width: 200px;
}

#menu li {
	list-style: none;
	width: 140px;
	line-height: 2.5em;
	margin-left: 30px;
}

#menu a {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	background: #666910;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover {
	background: #CBE730;
}

#address {
	width: 140px;
	margin-left: 30px;
	font-size: 14px;
	list-style: none;
	background: #666910;
	color: #fff;
	line-height: 1.6em;
}

#address li {
	padding: 5px;
}

#address li a {
	color: #fff;
	text-decoration: none;
}

#address li a:hover {
	text-decoration: underline;
}

#address #addresshead {
	background: #CBE730;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#leftside img {
	margin: 20px 0 20px 30px;
}



.priceheader {
	background-color: #666910;
	color: #FFFFFF;
	padding: 2px;
}
.pricebg {
	background-color: #CBE730;
	color: #000000;
	padding: 3px;
}

.clearer {
	clear: both;
}

/*--GALLERY--*/
#gallery-image-container{ margin:0 auto 10px auto; overflow:hidden;}
	#gallery-image-container .gallery-image{ float:left;margin:0 10px 20px 10px; padding:1px; width:120px; height:120px;}
	/*--IE 6 fix--*/
	* html #gallery-image-container .gallery-image{margin: 5px;}
	/*--end--*/
		#gallery-image-container .gallery-image img { border:2px solid #666910;}

/* Google Map ********************************************/
#googlemap {
	border: 2px solid #586b2c;
	font-size: 13px;
}

#googlemap ul {
	list-style: none;
}

#googlemap img {
	border: 2px solid #586b2c;
	float: left;
	margin: 0 5px 5px 0;
}

/* Footer *********************************************/

#footer {
	width: 100%;
	clear: both;
	height: 30px;
	background: #CBE730;
	border-top: 10px solid #666910;
}

#footer p {
	font-size: 12px;
	color: #000;
	margin: 5px;
}

#footer p a {
	text-decoration: none;
	color: #000;
}

#footer p a:hover {
	text-decoration: underline;
}
