/* -- RESET --------------------------------------------- */
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, 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-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
/* remember to define focus styles! */
:focus { outline:0; }
body { line-height:1; color:black; background:white; }
ol, ul { list-style:none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* -- END RESET ----------------------------------------- */

strong{font-weight:bold;}

html, body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width:840px;
	margin:0 auto;
	text-align:left;
	background: #FFF url(../images/container-bg.png) repeat-y 50% 0;
}
#header {
	width:800px;
	margin:0 auto;
}
#top-nav {
	background: url(../images/menu-bg1.jpg) repeat-x;
	height:25px;
}
#top-nav ul{
	list-style:none;
}
#top-nav li{
	float:left;
	width:200px;
	text-align:center;
}
#top-nav li a {
	display:block;
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px;
}
#top-nav li a:hover{
	color:#dae800;
}
#content {
	width:800px;
	margin:0 auto;
	text-align:left;
}
#left-col{
	width:136px;
	float:left;
	margin:10px 0 0 0;
}
#left-col #logo {
	text-align:center;
	margin:5px 0 15px 0;
}
#left-nav {
	list-style:none;
	width:140px;
	margin:15px 0;
}
#left-nav li a{
	border-bottom:1px solid #CCC;
	display:block;
	color:#000;
	text-decoration:none;
	font-size:10px;
	padding:5px 10px;
	background: url(../images/left-nav-bg.png) repeat-y left;
}
#left-nav li.first a{
	border-top:1px solid #CCC;
}
#left-nav li a:hover {
	text-decoration:underline;
	background: url(../images/left-nav-bg-hover.png) repeat-y left;
}
#left-contact {
	text-align:center;
	margin:15px 0;
}
#left-contact .callOrder {
	color:#CD2515;
	font-size:115%;
	font-weight:bold;
	margin:10px 0;
}
#left-contact .promo {
	font-size:75%;
	font-weight:normal;
	margin:10px 0;
	text-transform:uppercase;
}
#left-contact .text{
	font-size:11px;
	padding:0 8px 0 5px;
	text-align:left;
	line-height:1.3em;
}
#right-col{
	margin:0 0 0 140px;
}
#right-col .cta{
	margin:20px 0;
	font-size:45px;
	font-weight:bold;
}
#right-col .cta .promo{
	font-size:15px;
	font-weight:normal;
	padding:5px 0 5px 180px;
}
#right-col h1#title1 {
	text-align:left;
	font-size:25px;
	margin:3px 0;
	padding:0 20px;
	font-weight:bold;
	color:#C00;
}
#right-col #subtitle {
	font-size:18px;
	color:#333;
}
#right-col h2 {
	text-align:left;
	font-size:18px;
	margin:3px 0;
	padding:0 20px;
	font-weight:bold;
}
#right-col table {
	margin:20px auto;
	width:95%;
}
#right-col td {
	text-align:center;
	vertical-align:middle;
	padding:15px 0;
	border-bottom:1px #CCC solid;
}
#right-col #specials tr {
	outline:2px #999 dashed;
}
#right-col #specials td {
	border-bottom:none
}
#right-col h3 {
	text-align:left;
	color:#CD2515;
	font-size:18px;
	margin:3px 0;
	padding:0 5px 0 15px;
	font-weight:bold;
}
#right-col h4 {
	text-align:left;
	color:#333;
	font-size:18px;
	margin:3px 0;
	padding:0 5px 0 15px;
	font-weight:bold;
}
#right-col table p {
	text-align:left;
	font-size:12px;
	padding:0 5px 0 15px;
	line-height:1.3em;
}
#right-col table p.order {
	text-align:right;
	font-size:15px;
	padding:15px 5px 0 15px;
	font-weight:bold;
}
#footer{
	width:840px;
	margin:0 auto;
	text-align:left;
	background: #FFF url(../images/footer-bg.png) no-repeat top;
	padding:20px 0 0 0;
	font-size:12px;
}

/*
h2 {
	color:#CD2515;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-bottom:0;
}

#promo-content {

}

.infoBox1 {
	margin-left:195px;
	border-bottom:1px solid #949494;
	padding-bottom:15px;
	margin-bottom:15px;
	width:635px;

}

.infoBox2 {
	margin-left:185px;
	border-bottom:1px solid #949494;
	padding-bottom:15px;
	margin-bottom:15px;
	width:635px;
}

.infoBox1 p{
	margin:0;
	padding:0;
	
}
#extFooter {
	background: url(../images/footer-bg4.png) no-repeat bottom center;
	width:840px;
	margin:0 auto;
	height:30px;
}
*/