/*E41B39 = red*/
/*737373 = grey (dark)*/
/*0A79AE = blue (dominos)*/
/*58A1C7 = blue (light blue)*/
/*69398C = purple (bears)*/



html {border:0;}

body {
	background: #737373 url('images/bg.jpg')  repeat-x scroll top left;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0px none transparent;
}

/*Fix IE PNG Transparency*/
img, div { 
	behavior: url(iepngfix.htc);
	}

#wrapper {
	width: 900px;
	text-align: center;
	margin: 0 auto;
}

#header {
	width: 900px;
	
}

#header1 {
	
	width: 900px;
	height: 60px;
}

#header2 {
	background: url('images/header02.png')  no-repeat scroll top left;
	width: 900px;
	height: 195px;
}

#contentWrapper {
	background: white;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

#content {
	background: white;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


#nav {
	width: 120px;
	height: 350px;
/*	margin-right: 20px;*/
	float: left;
}

#contentMain {
	float: left;
	width: 620px;
	margin: 0 10px 0 20px;
	text-align: justify;
}

#teasers {
	width: 620px;
	height: 130px;
	margin-bottom: 30px;
        margin-top:-45px;
	text-align:center;
}

#teasers img {
	/* float: left; */
	margin: 0;
	margin-right: 5px;
        margin-bottom: 5px;
	padding: 0;
}



#footer1 {
	background: url('images/footer01.jpg')  no-repeat scroll top left;
	width: 800px;
	height: 95px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

#footer1 a img {
	border: 0 none transparent;
}



#footer2 {
	background: url('images/footer02.jpg')  no-repeat scroll top left;
	width: 800px;
	height: 95px;
	margin: 0 auto;
}

#footerReflection {
	background: url('images/footer_reflection.jpg')  no-repeat scroll top left;
	width: 800px;
	margin: 0 auto;
}

.clearMe {
	clear: both;
}



/* ======================== */
/* = miscellaneous styles = */
/* ======================== */

#menuLeft {
	width: 280px;
	float: left;
}

table.pricing td {
	font-size: .9em;
}

table.pricing td.blanky {
	font-size: 1.2em;
	color: #58A1C7;
}

table.pricing td.size {
/*	background: #E41B39;*/
	color: #222;
	font-weight: bold;
}

.pricing tr.stripe {
	background-color: #E0EBEF;
}

#menuRight {
	margin-left: 50px;
	float: left;
	width: 280px;
}

table.toppings td {
	color: #58A1C7;
	font-size: .9em;
	font-weight: bold;
	vertical-align: top;
}

table.toppings td.meat {
	color: #E41B39;
}
table.toppings td.veggies {
	color:#004418;
}
table.toppings td.cheese {
	color:#E0C500;
}

table.toppings h3 {
	background: url('images/ingredients.png')  no-repeat scroll bottom center;
	height: 85px;
	text-align: center;
}

p.dottedLine {
	line-height: 5px;
	border-top: 1px dotted #E41B39;
	margin-top: 10px;
}

#coke {
	background: url('images/coke_products.jpg')  no-repeat scroll top left;
	width: 280px;
	height: 175px;
}

#coke div {
		padding: 80px 20px 0 90px;
}

#corporate {
	border-right: 10px solid #0A79AE;
	border-left: 10px solid #0A79AE;
	padding-left: 15px;
}

table#coupons td.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
}
table#coupons td {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
table#coupons .pizza {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 2px 0;
}
table#coupons .price {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #6699FF;
	border-top: 1px solid #000000;
}
table#coupons p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0;
	color: #000000;
}
table#coupons .disclaimer {
	font-size: 9px;
	text-align: center;
}

p.community {
	text-align: center;
}

p.community img {
	margin: 10px;
	border: 0 none transparent;
	border-bottom: 0 none transparent;
}


/*==========SPECIALTY / FEAST PIZZAS===========*/

.specialty {
	text-align: center;
	width: 180px;
/*	height: 350px;*/
	margin: 10px 5px;
	border: 1px solid #ccc;
	float: left;
}

.specialty img {
	float: right;
}
.feast img {
	float: none;
	margin: 1em 0;
}

.back {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: .5em 0;
	margin: 1em 0;
}

p.community a,
p.community a:hover {
	text-decoration: none;
	border: none;
}

/* ============================= */
/* = No style on linked images = */
/* ============================= */
img {
 border-style: none;
}

/* ================= */
/* = HELPER STYLES = */
/* ================= */
.clearme {
	clear: both;
}
