/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.image_spacer {
	margin-top: 50px;
}

body {
	font-style: Arial;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
ol, ul {
	list-style: none;
}

html{
	background-color: #4a3d25;
}

img{
	border: 0px;
}

#container{
	width: 943px; 
	overflow: hidden;
	margin-bottom: 15px;
}
/*#########################################*/
/* Begin top */
#header {
	float: left;
	overflow: hidden;
	width: 937px;
	height: 186px;
	margin-left: 3px;
	_margin-left: 1.5px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

/* nav bar */
#header ul {
	float: left;
	width: 937px;
	height: 38px;
	margin-top: 140px;
	background-image: url(/images/nav_bar.jpg);
	background-repeat: no-repeat;
}
#header ul li {
	float: left;
	width: 96px;
	height: 32px;
	margin: 3px 2px 0 2px;
}

#header ul li#home {
	float: left;
	margin-left: 4px;
	_margin-left: 2px;
	background-image: url(/images/nav_home.png);
	background-repeat: no-repeat;
}
#header ul li#home a {
	float: left;
	width: 96px;
	height: 32px;
	text-indent: -9999px;
}	
#header ul li#home a:hover { background-image: url(/images/nav_home_hover.png); }

#header ul li#about_us {
	float: left;
	background-image: url(/images/nav_about_us.png);
	background-repeat: no-repeat;
}
#header ul li#about_us a {
	float: left;
	width: 96px;
	height: 32px;
	text-indent: -9999px;
}
#header ul li#about_us a:hover { background-image: url(/images/nav_about_us_hover.png); }

#header ul li#house_rules {
	float: left;
	width: 120px;
	background-image: url(/images/nav_house_rules.png);
	background-repeat: no-repeat;
}
#header ul li#house_rules a {
	float: left;
	width: 120px;
	height: 32px;
	text-indent: -9999px;
}
#header ul li#house_rules a:hover { background-image: url(/images/nav_house_rules_hover.png); }

#header ul li#menu {
	float: left;
	background-image: url(/images/nav_menu.png);
	background-repeat: no-repeat;
}
#header ul li#menu a {
	float: left;
	width: 96px;
	height: 32px;
	text-indent: -9999px;
}
#header ul li#menu a:hover { background-image: url(/images/nav_menu_hover.png); }

#header ul li#delivery_service {
	float: left;
	width: 134px;
	background-image: url(/images/nav_delivery_service.png);
	background-repeat: no-repeat;
}
#header ul li#delivery_service a {
	float: left;
	width: 134px;
	height: 32px;
	text-indent: -9999px;
}
#header ul li#delivery_service a:hover { background-image: url(/images/nav_delivery_service_hover.png); }

#header ul li#faq {
	float: left;
	background-image: url(/images/nav_faq.png);
	background-repeat: no-repeat;
}
#header ul li#faq a {
	float: left;
	width: 96px;
	height: 32px;
	text-indent: -9999px;
}
#header ul li#faq a:hover { background-image: url(/images/nav_faq_hover.png); }

#header ul li#vip {
	float: left;
	width: 120px;
	height: 32px;
	background-image: url(/images/nav_vip.png);
	background-repeat: no-repeat;
}
#header ul li#vip a {
	float: left;
	width: 120px;
	height: 32px;
	text-indent: -9999px;
}
#header ul li#vip a:hover { background-image: url(/images/nav_vip_hover.png); }

#header ul li#hours {
	float: left;
	background-image: url(/images/nav_hours.png);
	background-repeat: no-repeat;
}
#header ul li#hours a {
	float: left;
	width: 96px;
	height: 32px;
	text-indent: -9999px;
}
#header ul li#hours a:hover { background-image: url(/images/nav_hours_hover.png); }

#header ul li#contact_us {
	float: left;
	background-image: url(/images/nav_contact_us.png);
	background-repeat: no-repeat;
}
#header ul li#contact_us a {
	float: left;
	width: 96px;
	height: 32px;
	text-indent: -9999px;
}
#header ul li#contact_us a:hover { background-image: url(/images/nav_contact_us_hover.png); }
/* end nav bar */

/*End Header*/

/*Begin Middle*/
#middle{
	float: left;
	overflow: hidden;
	width: 937px;
	border-left: 3px solid #2f2516;
	border-right: 3px solid #2f2516;
	background: #f3f5df;
	font-family: Arial, Helvetica, sans-serif;
}
#middle div#top {
	float: left;
	overflow: hidden;
	width: 937px;
	height: 6px;
	background-image: url(/images/main_container_top.png);
	background-repeat: no-repeat;
}

div.top_image {
	display: block;
	float: left;
	width: 917px;
	height: auto;
}

#middle div#bottom {
	float: left;
	overflow: hidden;
	width: 937px;
	height: 6px;
	background-image: url(/images/main_container_bottom.png);
	background-repeat: no-repeat;
}
#middle img#index_img {
	float: left;
	overflow: hidden;
	width: 450px;
	height: 280px;
	margin-left: 6px;
	margin-right: 6px;
}
#middle img#banner_welcome {
	float: left;
	overflow: hidden;
	/*width: 469px;*/
	width: 927px;
	height: 51px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#middle div#page_text {
	float: left;
	overflow: hidden;
	width: 455px;
	margin-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #565933;
	display: inline-block;
}

#middle div#page_text a {
	color: #565933;
	text-decoration: underline;
}

#middle div#page_text a:visted {
	color: #565933;
	text-decoration: none;
}

#middle div#page_text a:active {
	color: #565933;
	text-decoration: underline;
}

#middle div#page_right {
	display: inline-block;
	float: right;
	width: 450px;
	height: 280px;
	margin-right: 10px;
	margin-top: 0px;
}
#middle div#page_text h4 { color: #970b0b; }
#middle div#page_text p { color: #565933; }

#middle img#banner_products {
	float: left;
	overflow: hidden;
	width: 925px;
	height: 37px;
	margin: 6px;
}

#middle div#banner_full {
	float: left;
	overflow: hidden;
	width: 925px;
	height: 51px;
	margin-bottom: 6px;
	margin-left: 6px;
	background-image: url(/images/banner_slice.png);
	background-repeat: repeat-x;
}
#middle div#banner_full div#right_corners {
	float: right;
	overflow: hidden;
	width: 5px;
	height: 51px;
	background-image: url(/images/banner_right.png);
	background-repeat: no-repeat;
}
#middle div#banner_full img { float: left; }

/* media list */
div.media {
	float: left;
	overflow: hidden;
	width: 925px;
	height: 182px;
	margin-left: 6px;
	_margin-left: 3px;
	background-image: url(/images/media_background.png);
	background-repeat: repeat-x;
}
div.media img.thumbnail {
	float: left;
	overflow: hidden;
	width: 225px;
	height: 169px;
	margin: 7px 6px 6px 6px;
}
div.media div.header {
	float: left;
	width: 482px;
	height: 35px;
	margin-top: 7px;
	background-image: url(/images/media_header.jpg);
	background-repeat: no-repeat;
}
div.media div.header h4 {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
	color: white;
}
div.media p {
	float: left;
	overflow: hidden;
	width: 468px;
	height: 100px;
	margin-left: 5px;
	text-align: left;
	font-size: 16px;
	color: #565933;
}
div.media p.category {
	height: 18px;
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #970b0b;
}
div.media div.size_container {
	float: right;
	overflow: hidden;
	width: 195px;
	margin-top: 7px;
	margin-right: 5px;
	_margin-right: 2.5px;
	background: #4c3f27;
}
div.media ul {
	float: right;
	overflow: hidden;
	width: 195px;
	padding-top: 5px;
	background-image: url(/images/size_box_top.png); 
	background-repeat: no-repeat;
	background-position: top;
}
div.media ul li {
	float: left;
	overflow: hidden;
	width: 183px;
	height: 28px;
	margin-left: 6px;
	_margin-left: 3px;
	line-height: 28px;
	vertical-align: middle;
	color: white;
	font-size: 18px;
	background-image: url(/images/size_bg.jpg);
	background-repeat: no-repeat;
}
div.media div.sizes_container_bottom {
	float: right;
	overflow: hidden;
	width: 195px;
	height: 5px;
	background-image: url(/images/size_box_bottom.png);
	background-repeat: no-repeat;
}
/* end media list */

#middle div#bottom_nav {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	_margin-bottom: 5px;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
}
#middle div#bottom_nav a {
	color: #2f2516;
	text-decoration: none;
	font-weight: bold;
}

/*End Middle*/

/*Begin Bottom*/
#footer {
	float: left;
	overflow: hidden;
	width: 943px;
	padding-top: 5px;
	background: #2f2516;
}
#footer p {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
	font-size: 14px;
}
#footer_bottom {
	float: left;
	overflow: hidden;
	width: 943px;
	height: 8px;
	background-image: url(/images/footer_bottom.png);
	background-repeat: no-repeat;
}
/*End Bottom*/