/* 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;
}

/* added newsletter subscribe styles */
#subscribe {
	
	width: 475px;
	margin-left: 325px;
	margin-top: 15px;
	height: 22px;
}

#subscribe label {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C7B18B;
	word-spacing: 0.2em;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
	line-height: 20px;
	float: left;
	width: 150px;
	font-weight: normal;
}

#subscribe form {
	
	float: right;
	text-align: right;
	height: 22px;
}

.emailWrap {
	background-color: #7d6a55;
	float: right;
	
}

#subscribe input.submail {
	float: left;
	height: 22px;
	width: 200px;
	font-size: 11px;
	color: #C7BE9F;
	padding-left: 8px;
	background-color: #7d6a55;
	background-image: url(../img_layout/submit_bg.gif);
	background-repeat: repeat;
	margin-right: 0px;
	padding-right: 0px;
	 border: none;
		
}

#subscribe input.submail:focus {
outline:none;
	
}


#subscribe input.subimg {
	float: right;
	margin: 0px;
	padding: 0px;
}

/* gift card policy styles */
#policy ul.vert { /* vertical list */
	list-style-type:square;
	margin-right: 30px;
	padding-left:30px;
	list-style-position: outside;
	margin-bottom: 30px;	
}

#policy ul.vert  li {
	color: #666666;
	margin-bottom: 10px;
	font: 13px/18px Arial, Helvetica, sans-serif;	
	
}

 #policy h2 {
	font-size: 16px;
	color: #666666;
	padding-top: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #CCCCCC;	
}


