/* BEGIN CORE STYLES */
body {	
	font-family: Futura, Helvetica, Arial, sans-serif;
	margin: 0 0;
	background-color: #2f302a;
}

a:link, a:visited{
	color: #b30000;
	text-decoration: underline;
}

a:hover, a:active{
	color: #b30000;
	text-decoration: none;
}

.form{
	font-size: 10px;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.form2{
	font-size: 10px;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-right: 5px;
}

.textarea{
	font-size: 10px;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 175px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	
}
/* END CORE STYLES */

.text{
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	margin-left: 8px;
	margin-right: 18px;
	margin-top: 8px;
}

.imgBlock{
	display: block;
}

.imgBorder{
	border: 0px solid #000000;
}

.imgBlockBorder{
	display: block;
	border: 1px solid #b8bcc6;
}

.imgFloat{
	float: right;
	border: 0px solid #000000;
	margin-top: 4px;
	margin-left: 15px;
	text-align: center;
}

.stdFloat{
	float: right;
	margin-top: 4px;
	margin-left: 15px;
	text-align: center;
}

.contactStoreName{
	font-size: 14px;
	color: #b30000;
	text-decoration: none;
	font-weight: bold;
}

.storeHours{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #b30000;
	border-left: 1px solid #b30000;
	border-right: 1px solid #b30000;
}

.dayHead{
	text-align: center;
	color: #FFFFFF;
	background-color: #2f302a;
}

.dayHours{
	text-align: center;
	color: #2f302a;
	background-color: #dedede;
	border-left: 1px solid #2f302a;
	border-bottom: 1px solid #2f302a;
}

.dayHoursLast{
	text-align: center;
	color: #2f302a;
	background-color: #dedede;
	border-left: 1px solid #2f302a;
	border-right: 1px solid #2f302a;
	border-bottom: 1px solid #2f302a;
}


.itemTitle{
	font-size: 13px;
	color: #b30000;
	font-style: italic;
	font-weight: bold;
}

.itemPrice{
	font-size: 12px;
	color: #b30000;
	font-weight: bold;
	text-align: right;
}

.nowViewing{
	color: #DEDEDE;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableBorder{
	border: 1px solid #b8bcc6;
}

.moduleRow {
	font-family: Futura, Helvetica, Arial, sans-serif;	
	font-size: 11px;
	line-height: 15px;
	background: #FFFFFF;
	color: #000000;
	}
	
.moduleRowOver {
	font-family: Futura, Helvetica, Arial, sans-serif;	
	font-size: 11px;
	line-height: 15px;
	background: #EEEEEE;
	color: #000000;
	}


.layout1{
	background-image: url(images/layout1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 231px;
	background-color:#000000;
}

.layout2{
	background-image: url(images/layout2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#000000;
}

.menuBottomRepeat{
	background-image: url(images/buckSlice1_31.gif);
	background-position: right;
	background-repeat: repeat-y;	
	background-color:#000000;
}

.menuBottom{
	background-image: url(images/buckSlice1_37.gif);
	background-position: right;
	background-repeat: no-repeat;	
	background-color:#000000;
}

.contentRepeat{
	background-image: url(images/contentRepeat.jpg);
	background-position: left;
	background-repeat: repeat-y;	
	height: 380px;
	background-color:#000000;
}

.footerRepeat{	
	background-image: url(images/pageBG.jpg);	
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 100px;
}

.footer1{
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 10px;
}

.footer2{
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 10px;
}

img #menu{
	display: block;
}

