body {
	color: #3F3328;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#ffffff;

}
* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 979px;
}
#header {
	background-image:url(images/header.jpg);
	width:979px;
	height:232px;
	display:block;
}
#left {
	width:261px;
	float:left;
	display:inline;
	background-color:#ffffff;
	
}
#right {
	float:right;
	width:650px;
}
/***************** Content ***********************/
.content {
	width:800px;
}
.content h3 {
	color: #3F3328;
	margin: 10px 25px 15px 0px;
	padding: 0px 0px 10px 0px;
}
.content h4 {
	color: #3F3328;
	border-bottom: 1px dotted #2e2304;
	margin: 10px 25px 15px 0px;
	padding: 0px 0px 10px 0px;
}
.content h5 {
	color: #3F3328;
	margin: 10px 0px 15px 0px;
	padding: 0px 25px 10px 0px;
}
.content hr {
	/*border-bottom: 1px dotted #2e2304;*/
	margin: 10px 310px 15px 0px;
	color: #3F3328;
}
.content p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3F3328;
	padding: 0px 25px 0px 0px;
	font-weight:200;
}

.content a {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #3F3328;
	text-decoration: underline;
	font-size: 12px;
}
.content a:hover {
	color:#99B12A;
}



/***************** Menu ***********************/
#menu {
	background-image:url(images/menu.gif);
	width:236px;
	height:62px;
	margin-left:0px;
}
#menu ul {
	padding: 80px 0px 0px 0px;
	width:236px;
	margin-left:10px;
}
#menu li {
	/*background-image: url(images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	list-style-type: none;
	padding: 5px 5px 5px 10px;
	text-align:left;
}
#menu a {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #3F3328;
	text-decoration: none;
	font-size: 12px;
	
}
#menu a:hover {
	color:#99B12A;
}
.lastchild{
	border-bottom: none !important;
}

/***************** Submenu ***********************/
#submenu ul {
	padding: 0px 0px 0px 0px;
	width:236px;
	margin-left:10px;
}
#submenu li {
	/*background-image: url(images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	list-style-type: none;
	padding: 5px 10px 5px 25px;
	text-align:left;
}
#submenu a {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #3F3328;
	text-decoration: none;
	font-size: 11px;
	
}
#submenu a:hover {
	color:#99B12A;
}

/***************** View Cart ***********************/
#viewcart {
	background-image:url(images/cartbk.jpg);
	background-repeat:no-repeat;
	width:276px;
	height:36px;
	display:inline;
	margin-left:0px;
	float:left;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 200;
	color: #3F3328;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	text-align:center;
}


/***************** Copyright ***********************/
#copyright {
	background-image:url(images/copyright.jpg);
	background-repeat:no-repeat;
	width:236px;
	height:36px;
	display:inline;
	margin-left:0px;
	float:left;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 200;
	color: #3F3328;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	text-align:center;
}

