body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	color: #432c2f;
	margin: 0px;
	background-color: #f0f7eb;
}

a{
	outline: none;
	color: #432c2f;
}

a:hover{
	text-decoration: none;
}

h1, h2, h3{
	font-family: Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: normal;
}

h1{
	margin-bottom: 10px;
	color: #81966e;
	font-size: 30px;
	font-weight: normal;
}

h2{
	margin-bottom: 10px;
	color: #53a1af;
	font-size: 23px;
	font-weight: normal;
}

h3{
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddeed1;
}

p, ul{
	margin-top: 0px;
	margin-bottom: 15px;
}

#lid{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

#container{
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#header{
	background-color: #9cced9;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

h1 a img {
	position: absolute;
	margin-right: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 76px;
}

#menu{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#menu ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 170px;
}

#menu li{
	float: left;
}

#menu li a{
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 15px;
}

#menu li a:hover{
	background-color: #432c2f;
}


#menu li a#alt{
	background-color: #84c1be;
}

#menu li a#alt:hover{
	background-color: #81966e;
}

#content{
	width: 630px;
	float: right;
}

#sidebar{
	position: absolute;
	top: 275px;
	width: 50px;
	margin-left: 35px;
}

#gallery{
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/gallery-bg.gif);
	background-repeat: repeat-x;
	background-position: left 38px;
}

#gallery ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#gallery li{
	display: inline;
}

#gallery a img{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#gallery a:hover img{
	border-style: none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#footer{
	text-align: center;
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #81966e;
	font-size: 11px;
}

#footer a{
	color: #81966e;
	text-decoration: none;
}

.clear{
	clear: both;
}

.map{
	padding-top: 10px;
}

.products li{
	list-style-type: none;
	background-image: url(images/drop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-bottom: 5px;}

