*, html, body	{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

html, body	{
	background-color: #954019;
	border: 0px none;
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	color: #1b1b1b;
}

.link	{
	font-size: 12px;
	color: #954019 !important;
	font-weight: bold;
}

h1	{
	margin: 0px;	
	font-size: 13px;
}

h2	{
	margin: 0px;	
	font-size: 12px;
}

label	{
	cursor: pointer;
}

img {
	border:0pt none;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
}

#container	{
	background-color: #FFFFFF;
	margin: 0px auto 20px auto;
	padding: 5px 10px 2px 10px;
	text-align: left;
	width: 880px;
	border-left: 1px solid #92370d;
	border-right: 1px solid #92370d;
	border-bottom: 1px solid #92370d;
}

.store_time	{
	font-size: 10px;
	color: #1b1b1b;
}

.store_open h1	{
	font-size: 12px;
	color: #954019;
}

.store_time_bold	{
	font-size: 12px;
	color: #954019;
}

.menu	{
	height: 25px;
	width: 879px;
	margin: 2px 0 10px 0;
	background: url("../images/menu_bg.gif");
	color: #FFF;
	line-height: 25px;
	border-right: 1px solid #CCC;
	border-bottom: 2px solid #CCC;
}

.menu_holder	{
	height: 25px;
	line-height: 25px;
	border-right: 1px solid #FFF;
}

.menu_holder a	{
	padding: 0 10px;
	font-size: 11px;
	color: #FFF;
	display: block;
}

.menu_active	{
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
}

.sub_menu	{
	height: 25px;
	width: 879px;
	margin: 2px 0 10px 0;
	background: url("../images/menu_bg.gif");
	color: #FFF;
	line-height: 25px;
	border-right: 1px solid #CCC;
	border-bottom: 2px solid #CCC;
}

.sub_menu_holder	{
	height: 25px;
	line-height: 25px;
	border-right: 1px solid #FFF;
}

.sub_menu_holder a	{
	padding: 0 10px;
	font-size: 11px;
	color: #FFF;
	display: block;
}

.sub_menu_active	{
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
}

ul.left_menu	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}	

ul.left_menu li	{
	background: url("../images/bullet.jpg");
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 15px;
	line-height: 8px;
}

ul.left_menu li a	{
	color: #c95018;
	font-weight: bold;
}

ul.left_menu li.active a	{
	color: #954019;
	font-weight: bold;
}

.footer	{
	width: 300px;
	margin: 10px auto;
	text-align: center;	
	color: #8d8d8d;
}



