body {
	margin: 0;
	padding: 0;
	background-color:#6A7B64;
	/*background-image:url(../assets/background_bkg.jpg);
	background-repeat: repeat;*/
}
p, a, h1, h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	line-height: 1.2;
}

a {
	color: #b44a4c;
}
h1 {
	font-size: 16px;
	font-weight:bold;
	letter-spacing: .2em;
	color: #b44a4c;
}
h2 {
	font-size: 14px;
	color: #b44a4c;
}
div {
	margin: 0;
	padding: 0;
	position: relative;
}
#wrap {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: -390px;
	background-color: #D2CEBF;
	background-image:url(../assets/content_bkg.jpg);
	background-repeat:repeat-y;
	background-position: center top;
}
#header {
	height: 205px;
	width: 780px;
	background-image:url(../assets/header_bkg.jpg);
	background-repeat: no-repeat;	
}
#menu {
	position: absolute;
	top: 154px;
	left: 70px;
	width:100%;
	float:left;
}
#home-icon {
	position:absolute;
	top:150px;
	left: 42px;
	width: 24px;
	height: 32px;
}
#contentwrap {
	clear:both;
	height: auto;
	padding: 10px 45px 10px 55px;
}

#footer {
	clear: both;
	height: 100px;
	width: 780px;
	background-image: url(../assets/footer_bkg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding-top: 33px;
}
#footer p.credits, #footer p.credits a {
	font-size: 9px;
	color: #95A58F;
	text-align: right;
	margin-top: -17px;
	margin-right: 8px;
}
/* Horizontal menu =======================================================*/
ul#navlist {
	padding: 0;
	margin: 0;
	list-style-type:none;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
ul#navlist li {
	display: block;
	z-index:1;
	float:left;
	width: 170px;
	margin:0;
	padding:0;
	position:relative;
}
ul#navlist li a {
	text-decoration:none;
	text-align:center;
	display:block;
	color: #000;
}
ul#navlist li a:hover {
	color:#fff;
}
ul#navlist li ul { 
	z-index:999; 
	margin:0;
	padding-top: 25px;
	margin-left: -40px;
}
* html ul#navlist li ul {
	margin-left: 0;
}
*+html ul#navlist li ul {
	margin-left: 0;
}
#navlist li li a
{
padding: 4px 0 4px 12px;
margin: 0;
width: 160px;
font-size: 12px;
display:block;
text-align:left;
background-image:url(../assets/submenu_bkg.jpg);
background-repeat: repeat;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
border-left: 1px solid #666;
}
#navlist li li a:hover {
	background-image:none;
	background-color: #b44a4c;
	color: #fff;
}
li ul {
	display:none;
	position:absolute;
	top: 100%;
	left: 0%;
	visibility:visible;
}
li>ul {
	top: auto;
	left: auto;
	background-color:none;
}
li li {
	display:block;
	float:left;
}
li:hover ul, li.over ul {
	display:block;
}
/* contact form ===========================================================================*/
.contactform {
	color: #666;
	margin: 0;
	padding: 5px;
}
.contactform label, .contactform input, .contactform select, .contactform textarea {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #333;
	display: block;
	float: left;
	width: 21em;
	margin: 5px 0;
	padding: 2px;
	}
.contactform input, .contactform textarea, .contactform select, .storeform input {
	border: 1px solid #000;
}
input.button {
	height: 22px;
	line-height: 12px;
	color: #fff;
	width: auto;
	text-transform: uppercase;
	padding: 0 7px 2px 7px;
}
input.hidden {
	height: 1px;
	border: none;
}
input.checkbox {
	width:auto;
	border:none;
}
.contactform select {
	background-color: #fff;
	width: 21.5em;
	border: 1px solid #000;
}
.contactform label {
	color: #333;
	letter-spacing: 0.1em;
	text-align: right;
	width:12em;
	margin-right: 5px;
	}
.contactform br {
	clear:left;
}
.contactform input.submit {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #000;
	color: #fff;
	background-color: #6a7b64;
	padding: 0 15px 2px 15px;
	width: 21.5em;
}

/* Miscellaneous formatting ================================================*/
img#yellow {
	border: 8px solid #c7a25c;
}
img#green {
	border: 8px solid #6A7B64;
}
img#red {
	border: 8px solid #b44a4c;
}
.right {
	float:right;
	margin: 5px 0 10px 15px;
}
.left {
	float: left;
	margin: 4px 15px 10px 0;
}
.error {
	color: #b44a4c;
	font-weight: bold;
}
div.topten {
	clear:both;
	border:8px solid #6A7B64;
	width:230px;
	float:left;
	padding:0 5px 0 8px;
	background-color:#fff;
	margin-bottom:10px;
}
* html div.topten {
	padding: 5px 5px 8px 8px;
}
*+html div.topten {
	padding: 5px 5px 8px 8px;
}