/* CSS Document */



body {
	background: #382818;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

* {
	margin: 0px;
	padding: 0px;
}


/* LAYOUT */

.wrapper {width:802px;text-align: center;
	margin: 0px auto; }
	


#contentWrapper {
	border: 1px solid #DBE8C4;
	width: 800px;
	margin-top: 10px;
	background-color: #FFFFFF;	
	
}


#masthead  {
	background-color: #a8c291;
	width: 800px;	
}

#masthead img.logo {
	float: left;
}

#masthead img.placer {
	
}


#logo {
	float: left;
	
	
}

#masthead img.mast {
	float: left;
	
	
}

.clear {
	clear: both;
}








	

/* PARAGRAPH STYLES */




.footer p {
	font-size: 12px;
	color: #DCC8A4;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/* ANCHOR AND LINK STYLES */



.footer a {
	color: #D5B2AA;
	text-decoration: none;
}


.footer a:hover {
	text-decoration: underline;
}





/*IMAGE STYLES */

img.hours {
	vertical-align: top;
}


img.heading {
	
	
	margin-bottom: 10px;
}











/* NAVIGATION ELEMENTS */

#topnav {
	margin-top: 20px;
	text-align: right;
	width: 800px;
	
}

#topnav ul {
	width: 100%;
	text-align: right;
	
	
	
}

#topnav li {
	text-align: left;
	font-size: 11px;
	color: #F1E3C5;
	margin-left: 36px;
	padding-left: 37px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F1E3C5;	
}

#topnav ul li.first {
	border: none;	
	margin-left: 0px;
	padding-left: 0px;	
	
}


#topnav li a {
	font-size: 12px;
	color: #F1E3C5;
	text-decoration: none;
}

#topnav li a:hover {
	color: #DCC8A4;
}

#menu {
	width:800px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background-image: url(/store/mw/menu_bg.gif);
	background-repeat: repeat-y;	
}

div.menuItems {
	float: left;
	width: 168px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #736258;
}


div.menuItems ul {
	
	list-style-type: none;
		
	
}

div.menuItems li {
	line-height: 24px;
	font-size: 12px;
	color: #6D4D2E;
	text-align: left;

}


div.menuItems li a {
	font-size: 12px;
	color: #6D4D2E;
	text-decoration: none;
	padding-left: 15px;	
	
	
}
div.menuItems li a:hover {
	color: #9F9177;
}
