body {
	background-color: #f7f6e9;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 10px;
}

.clear-float{
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

/* header */

.header-fixed {
	background-color: #930304;
	height: 175px;
	position: fixed;
	z-index: 1000;
	width: 100%;
	zoom: 1;
}

.header-fixed div.container {
	background: #930304 url('../images/jesse-pizza-logo.gif') no-repeat left 15px;
	height: 175px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* business info */
.business-info{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #7f0203;
	color: #fff;
	padding: 9px 18px 5px 15px;
	border: 1px solid #a21314;
	border-width: 0 1px 1px 1px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.business-info p{
	color: #f1e3e4;
	font-size: 11px;
	line-height: 1.4;
}

.business-info p strong{
	color: #da8d8d;
	font-weight: bold;
}

.business-info p.phone{
	padding: 0 0 8px 26px;
	background: url('../images/phone.gif') no-repeat left 2px;
}

.business-info p.phone span{
	font-weight: bold;
	font-size: 13px;
}

.business-info p.clock{
	padding: 0 0 8px 26px;
	background: url('../images/clock.gif') no-repeat left 2px;
}

.business-info p.facebook{
	border-top: 1px dashed #972627;
	margin: 1px 0 0 0;
	padding: 7px 0 8px 26px;
	background: url('../images/facebook-icon.gif') no-repeat left 10px;
}

.business-info p a{
	text-decoration: underline;
	color: #fff;
}

/* nav */
.main_menu {
	position: absolute;
	left: 135px;
	bottom: 0;
}

.main_menu ul{
	margin: 0;
	padding: 0;
}

.main_menu ul li{
	float: left;
	list-style-type: none;
	margin-right: 4px;
}

.main_menu ul li a{
	font-size: 12px;
	color: #b56568;
	padding: 14px 20px;
	display: block;
	text-decoration: none;
	background-color: #9f0607;
	border: 1px solid #a80d0e;
	border-width: 1px 1px 0 1px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.main_menu ul li a:hover{
	color: #f3d8d1;
	background-color: #a50709;
	border: 1px solid #ab0c0d;
	border-width: 1px 1px 0 1px;
}

.main_menu ul li a.active{
	color: #fff;
	background-color: #b20a0c;
	border: 1px solid #c81c1e;
	border-width: 1px 1px 0 1px;
}

/* main content block */
.content-block{
	margin: 0;
	padding: 30px 80px 30px 230px;
	background: #ede8d7 url('../images/section-bg.jpg') repeat-x top left;
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

/* carryout special */
#pod-1 {
	background: #f3f1e6 url('../images/carryout-bg.jpg') repeat-x left 160px;
	border-bottom: 1px solid #ede7d0;
	padding: 205px 0 30px 0;
	_padding: 45px 0 30px 0;
}

.content-block-carryout{
	margin: 0;
	padding: 30px 0px 30px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	background-color: #f4e9aa;
	border: 1px solid #fdfcfa;
}

.content-block-carryout .carryout-image{
	margin: 0;
	padding: 0;
	float: left;
	width: 230px;
}

.content-block-carryout .carryout-image img.special{
	margin: 0 0 10px 20px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #dcd195;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 3px #dcd195;
	-webkit-box-shadow: 3px 3px 3px #dcd195;
	box-shadow: 3px 3px 3px #dcd195;
}

.content-block-carryout .carryout-image img.ribbon{
	position: absolute;
	top: 27px;
	left: 139px;
}

.content-block-carryout .carryout-content{
	margin: 0;
	padding: 0;
	float: left;
	width: 660px;
}

#pod-2,
#pod-3,
#pod-4,
#pod-5 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ede7d0;
	padding: 25px 0 30px 0;
}

#pod-2 {
	background-color: #f8f7ef;
}

.content-container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.content-container h2{
	margin: 0 0 25px 0;
	padding: 18px 80px 18px 230px;
	line-height: 1;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #c0272b;
	background-color: #fff;
	border: 1px solid #eae5d5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	zoom: 1;
}

#pod-1 .content-container h2{
	font-weight: bold;
	color: #4e770c;
	background-color: #f4e9aa;
	border: 1px solid #fdfcfa;
}

.content-container h2 img.arrow{
	position: absolute;
	bottom: -14px;
	*bottom: -12px;
	left: 190px;
}

.content-container h2 em{
	position: absolute;
	left: 25px;
	top: 18px;
	color: #838076;
	font-weight: normal;
	font-style: normal;
}

#pod-1 .content-container h2 em{
	color: #7f0203;
}

#pod-1 .content-block {
	background: #f4e9aa;
	min-height:150px;
	height:auto !important;
	height:150px;
}

#pod-4 .content-block{
	padding: 30px;
}

.content-block h3{
	font-weight: normal;
	color: #534f40;
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 15px 0;
}

.content-block-dark h3{
	color: #2f2c24;
}

.content-block p{
	color: #787467;
	font-size: 13px;
	line-height: 1.6;
	padding: 0 0 15px 0;
}

.content-block-dark p{
	color: #47453c;
}

/* menu content area */
.content-block-menu{
	margin: 0;
	padding: 30px 0;
	background: #ede8d7 url('../images/section-bg.jpg') repeat-x top left;
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	zoom: 1;
}

.content-block-menu .menu-images{
	margin: 0;
	padding: 0;
	float: left;
	width: 230px;
}

.content-block-menu .menu-images img{
	margin: 0 0 25px 20px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd8ca;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 3px #ddd8ca;
	-webkit-box-shadow: 3px 3px 3px #ddd8ca;
	box-shadow: 3px 3px 3px #ddd8ca;
}

.content-block-menu .menu-content .menu-block{
	padding: 0 0 20px 0;
}

.content-block-menu .menu-content{
	margin: 0;
	padding: 0;
	float: left;
	width: 660px;
}

.content-block-menu .menu-content h3{
	margin: 0 0 15px 0;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	color: #534f40;
	background-color: #f7f6e9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.content-block-menu .menu-content h4{
	color: #787467;
	font-size: 13px;
	line-height: 1.6;
	padding: 0 0 2px 20px;
	font-weight: bold;
}

.content-block-menu .menu-content p{
	color: #636055;
	font-size: 13px;
	line-height: 1.6;
	padding: 0 0 15px 20px;
}

.content-block p.disclaimer{
	color: #666;
	font-size: 11px;
	line-height: 1.6;
	padding: 0;
	text-align: right;
}

.content-block-menu .menu-content ul{
	color: #787467;
	font-size: 13px;
	padding: 0 0 18px 20px;
}

.content-block-menu .menu-content li{
	color: #787467;
	font-size: 13px;
	padding: 5px 80px 5px 5px;
	line-height: 1.6;
	list-style-type: none;
	width: 380px;
	border-bottom: 1px dotted #d3c6aa;
	position: relative;
}

.content-block-menu .menu-content li:hover{
	color: #930304;
	background-color: #f7f6e9;
}

.content-block-menu .menu-content li em{
	color: #444;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	right: 5px;
	top: 5px;
}

.content-block-menu .menu-content li:hover em{
	color: #000;
}

iframe{
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* footer */
#footer {
	background-color: #aea38c;
	height: 160px;
	width: 100%;
	border-top: 1px solid #fff;
}

#footer .footer-content {
	height: 160px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: url('../images/footer-bg.gif') no-repeat bottom left;
	position: relative;
}

#footer .footer-content img.mighty-robot {
	position: absolute;
	right: 0;
	bottom: 0;
}

#footer .footer-content img.smiley {
	position: absolute;
	right: 56%;
	bottom: 8px;
}

