@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	position: relative;
	text-align: center;
	background-color: #FFF;
}

p {
	position: relative;
	font-size: 12px;
	color: #000;
}

a {
	outline: none;
	color: #9d120b;
}

/*-------------temp header css------------*/
.header_bar_wrapper {
	width: 100%;
	height: 47px;
	background: url(../images/bodybg.gif) repeat;
	border-bottom: 1px solid #000;
}

.header_bar_content {
	width: 96%;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	background-color: #666;
	margin: 0 auto;
	height: 38px;
	padding: 4px 0;
}

/*-------------end temp header css--------*/
.header_span {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #9d120b;
}

.clearfloat {
	clear: both;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	height: auto;
	background-color: #9d120b;
	border: 1px solid #000000;
	margin-top: 65px;
}

#header {
	position: relative;
	margin-top: -60px;
	width: 780px;
	height: 365px;
}


#branding {
	position: absolute;
	width: 194px;
	height: 190px;
	background: url(../images/index_logo.png) no-repeat transparent;
	text-indent: -9999px;
	left: -25px;
	top: 3px;
	z-index: 3;
}


#wpc {
	position: absolute;
	width: 115px;
	height: 115px;


	right: -25px;
	top: 2px;
	z-index: 2;
}

#wpc a {
	display: block;
	width: 115px;
	height: 115px;
	background: url(../images/huff_post.png) no-repeat transparent;
	text-indent: -9999px;
}

#order_info {
	position: absolute;
	width: 155px;
	text-align: center;
	font: bold 16.5px Arial, Helvetica, sans-serif;
	top: 18px;
	left: 165px;
}

#phone_number {
	position: absolute;
	width: 346px;
	height: 26px;
	background: url(../images/phone_number.jpg) no-repeat transparent;
	text-indent: -9999px;
	top: 25px;
	left: 325px;
}

#food_network {
	position: absolute;
	color: #FFF;
	font: 12px normal Arial, Helvetica, sans-serif;
	left: 185px;
	top: 63px;
}

#image_container {
	position: absolute;
	padding: 5px;
	border: 1px solid #000;
	background-color: #FFF;
	width: 645px;
	height: 279px;
	right: 7px;
	top: 79px;
	z-index: 1;
}


#nav {
	position: absolute;
	width: 110px;
	color: #FFF;
	top: 190px;
	left: 7px;
	font: normal 14px Arial, Helvetica, sans-serif;
}

#nav li {
	padding: 1px 0px;

}

#nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	height: 20px;
}



#nav li a:hover {
	background: url(../images/nav_slice.jpg) no-repeat top left;
}

#sidebar {
	float: right;
	position: relative;
	width: 245px;
	/*height: 622px;*/
	background-color: #FFF;
	border: 1px solid #000;
	text-align: center;
	margin: 10px 7px 0 0;
	padding-top: 5px;
	padding-bottom: 13px;

}

#our_promise {
	position: relative;
	width: 505px;
	height: 175px;
	background: url(../images/vampire.jpg) right top no-repeat;
	background-color: #010101;
	border: 1px solid #000;
	text-align: left;
	margin-top: 10px;
	left: 7px;

}

#our_promise span {
	position: absolute;
	background: url(../images/our_promise_h3_black.jpg) no-repeat;
	text-indent: -9999px;
	width: 345px;
	border-bottom: 1px solid #FFF;
	height: 15px;
	left: 10px;
	top: 5px;
}

#our_promise p {
	top: 25px;
	left: 10px;
	text-align: left;
	width: 345px;
	color: #FFF;
}

#our_promise p a {
	color: #dd1a16;
}

#harold_mitty {
	position: relative;
	width: 505px;
	height: 232px;
	/*background: url(../images/wow.jpg) right top no-repeat;*/
	background-color: #FFF;
	border: 1px solid #000;
	text-align: left;
	margin-top: 10px;
	left: 7px;

}

#harold_mitty span {
	position: absolute;
	background: url(../images/harold_mitty_h3.jpg) no-repeat;
	text-indent: -9999px;
	width: 480px;
	border-bottom: 1px solid #000;
	height: 19px;
	left: 10px;
	top: 5px;
}

#harold_mitty p {
	top: 28px;
	left: 10px;
	text-align: left;
	width: 480px;

}



#harold_mitty img {
	float: right;
	border: 1px solid #000;
	margin: 5px 10px;
}
#news_updates {
	position: relative;
	width: 505px;
	height: auto;
	background-color: #FFF;
	border: 1px solid #000;
	text-align: left;
	margin: 10px 7px;
}

#news_updates p {
	text-align: left;
}

#news_updates_span {
	position: absolute;
	background:  url(../images/news_h3.jpg) no-repeat;
	text-indent: -9999px;
	width: 480px;
	border-bottom: 1px solid #000;
	height: 15px;
	left: 10px;
	top: 5px;

}

#news_updates img{
	border: 1px solid #000;
	margin: 10px 0;
}
.update {
	margin-top: 28px;
	margin-left: 10px;
	text-align: justify;
	width: 480px;
	border-bottom: solid 1px #333333;
}

.update_date {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 3px;
}

.update_title {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #9d120b;
}

.update_more {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #9d120b;
	margin-left: 430px;
}

#footer {
	position:relative;
	margin: 10px;
	height: 55px;
}

#side_image_container {
	width: 100%;
	text-align: center;

}

#side_image_container img {
	margin: 6px 0;
}
































