	body {
		margin: 0 auto;
		background-color: #fff;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 66%;
		background-image: url(images/header-bg.png);
		background-repeat: repeat-x; 
	}
	
	a {	color: #8b1d04; }
	a:hover { text-decoration: none; }

	#header {
		background-image: url(images/header-bg.png);
		background-repeat: repeat-x;
		float: left;
		width: 990px;
		height: 168px;
	}
	
	.vcard { font-size: 1.2em; }
	#contact {
		float: right;
		color: #fff;
		font-weight: bold;
		font-size: 5.4em;
		padding-right: 20px;
		clear: both;
	}
	
	#logo {
		float: left;
		width: 297px;
		height: 153px;
		background-image: url(images/extreme-pita-catering.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 10px 0 0 10px;
		font-weight: bold;
		font-size: 1.4em;
	}
	
	#footer {
		float: left;
		clear: both;
		margin: 10px 0 10px 20px;
	}
	
	#menu {
		float: right;
		clear: right;
		font-size: 1.2em;
		margin-top: 13px;
	}

	#menu ul {
		margin: 0; 
		padding: 8px 0 0; 
		list-style-type: none; 
		list-style-image: none; 
		white-space: nowrap;
	}
	
	
	
	#menu li {
		display: inline; 
	}
	

	#menu ul li a {
		text-decoration:none;  
		margin: 0;
		padding: 8px 8px; 
		font-weight: bold;
		color: #fff;
	}
	
	#menu ul li a:hover, .selected {
		color: #fff;
		background: #003d76; 
	}
	.selected {
		color: #fff;
		background: #003d76; 
		padding: 8px 0;
	}

	h1 {
		font-size: 3.0em;
		font-weight: bold;
		color: #8b1d04;
		margin: 0;
		padding: 0;
	}
	
	h2 {
		font-size: 1.8em;
		font-weight: normal;
		color: #003d76;
		margin-top: 0;
		padding: 0;
	}
	
	h3 {
		font-size: 1.4em;
		color: #003d76;
		clear: both;
		margin-bottom: 0;
	}

	#content {
		float: left;
		padding: 0 10px 0 20px;
		width: 745px;
	}
	
	#content p {
		font-size: 1.2em;
		margin-top: 0;
	}

	#content .textcol {
		float: left;
		width: 250px;
		font-size: 1.2em;
	}
	
	.textcol ul {
		margin: 0;
		padding-left: 15px;
	}
	
	#sidebar {
/*		margin-left: 770px; */
		width: 206px;
		float: left;
		margin-top: -53px;
	}
	
	.miniorder {
		float: left;
		clear: both;
		margin-top: 10px;
	}
	
	.qty {
		border: 1px solid #003d76;
		width: 20px;
	}
	
	#mailsignup .subfield {
		width: 170px;
		border: 1px solid #003d76;
	}
	
	#mailsignup, #mini_cart {
		font-size: 1.2em;
		margin: 15px 0;
	}
	
	#mini_cart h3 {
		margin: 0;
	}
	
	#mailsignup .heading {
		height: 35px !important;
		background-image: url(images/singup-save.png) !important;
	}
	
	#sidebar .heading {
		background-image: url(images/sidebar-top.png);
		height: 8px;
		width: 206px;
		background-repeat: no-repeat;
	}
	#sidebar .footing {
		background-image: url(images/sidebar-bot.png);
		height: 8px;
		width: 206px;
		background-repeat: no-repeat;
	}

	#sidebar .content {
		padding: 0 15px 5px;
		background-image: url(images/sidebar-bg.png);
		background-repeat: repeat-y;
	}
	
	p.price {
		color: #8b1d04;
		font-weight: bold;
		font-size: 1.2em;
		margin: 0;
	}
	
	#checkoutcart th {
		text-align: left;
		background-color: #ccc;
		white-space: nowrap;
	}
	
	#checkoutcart {
		width: 745px;
		font-size: 1.2em;
	}
	
	#checkoutcart td {
		padding: 3px;
	}
	
	#checkoutcart .pricing {
		text-align: center;
	}
	
	#checkoutcart .remove {
		font-size: 0.8em;
	}
	
	#checkoutcart .subheading {
		font-weight: bold;
	}
	
	#mapspace {
		float: right;
		width: 390px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	#mapspace iframe {
		border: 1px solid #003d76;
	}
	
	#calFrame {
		margin: 0;
		height: 180px;
		width: 160px;
		padding: 0;
		border: 0;
		overflow: hidden
	}
	
/****** FORM ELEMENTS ******/
.threecount { width: 25px; }
.fourcount { width: 40px; }
.mainer { width: 320px; }

#content input { border: 1px solid #003d76; }

#stepper { 
			float: left; 
			clear: both;
			width: 745px;
/*			padding: 0 10px 0 20px; */
			text-align: right;
			}

#date, #time {
	width: 60px;
	text-align: center;
}

.errorClass { color: #f00; }




/********** IE HACKS ***********/
* html #menu { margin-top: 0px; }

* html #menu ul {
		padding: 8px 0 6px; 
	}


/******* MAIL CHIMP ********/
.mce-field-group label {
	display: block;
	font-weight: bold;
	margin: 0.3em 0;
	}

#mce-EMAIL, #mce-FNAME, #mce-LNAME, #mce-group {
	width: 95%;
	position: relative;
	z-index: 999;
	padding: 0.2em 0.3em;
	margin: 0 0 0.2em;
}

#mailsignup .content {
	padding-top: 0.3em;
}

.indicate-required {
	color: #333;
	font-style: italic;
	font-size: 0.8em;
	text-align: right;
}

.note-required {
	line-height: 1.4em;
	font-size: 0.8em;
}

#mce-success-response, #mce-error-response {
	margin: 0.3em 0;
}

#mc_embed_signup fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#promoarea {
	width: 230px;
	margin-right: 20px;
	float: left;
	background-color: #ccc;
	padding: 4px;
	}

#promoarea h2 {
	color: #8b1d04;
	margin: 0;
	}