/* CSS Document */

html, body {
	height: 100%;         /* required */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #ccc; text-decoration: underline; }
a:active { color: #ccc; text-decoration: underline; }

#wrap { margin: 0 auto; width: 800px; height:100%; background-color: #fff; }


/*-------------------------------------------
	header
-------------------------------------------*/


#header {
	width: 800px; 
	height: 185px; 
	margin: 0 auto; 
	position: relative; 
	text-align: center;
	background-image: url(images/header.gif);
}

#spacer {
	width: 800px;
	height: 83px;
	margin: 0 auto;
	padding: 0;
}

#allnav {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav {
    width: 800px; height: 51px;
    background: url(images/nav.gif);
    margin: 0; padding: 0;
    position: relative;
}

#nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav li a { height: 0px; display: block; padding-top: 51px; overflow: hidden; }

#nav1 { left: 0; width: 120px; }
#nav2 { left: 120px; width: 85px; }
#nav3 { left: 205px; width: 100px; }
#nav4 { left: 305px; width: 180px; }
#nav5 { left: 485px; width: 105px; }
#nav6 { left: 590px; width: 65px; }
#nav7 { left: 655px; width: 145px; }

#nav1 a:hover { background: transparent url(images/nav.gif) 0 -51px no-repeat; }
#nav2 a:hover { background: transparent url(images/nav.gif) -120px -51px no-repeat; }
#nav3 a:hover { background: transparent url(images/nav.gif) -205px -51px no-repeat; }
#nav4 a:hover { background: transparent url(images/nav.gif) -305px -51px no-repeat; }
#nav5 a:hover { background: transparent url(images/nav.gif) -485px -51px no-repeat; }
#nav6 a:hover { background: transparent url(images/nav.gif) -590px -51px no-repeat; }
#nav7 a:hover { background: transparent url(images/nav.gif) -655px -51px no-repeat; }

#nav1 a.selected { background: transparent url(images/nav.gif) 0 -51px no-repeat; }
#nav2 a.selected { background: transparent url(images/nav.gif) -120px -51px no-repeat; }
#nav3 a.selected { background: transparent url(images/nav.gif) -205px -51px no-repeat; }
#nav4 a.selected { background: transparent url(images/nav.gif) -305px -51px no-repeat; }
#nav5 a.selected { background: transparent url(images/nav.gif) -485px -51px no-repeat; }
#nav6 a.selected { background: transparent url(images/nav.gif) -590px -51px no-repeat; }
#nav7 a.selected { background: transparent url(images/nav.gif) -655px -51px no-repeat; }



/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 800px;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
	background-color: #fff;
}

#homeContent {
	width: 770px;
	height: 290px;
	padding: 0px;
	margin: 0 15px 0 15px;
	text-align: left;
	background-image:url(images/home-feature.jpg);
}

#menuContent {
	width: 800px;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
	background-image:url(images/bg-menu.gif);
}

#couponContent {
	width: 800px;
	min-height: 1000px;
	padding: 0px;
	text-align: center;
}

#subContent {
	width: 720px;
	padding: 0px;
	margin: 0 40px 0 40px;
	text-align: left;
}

#mainDivider .column {
  position: relative;
  float: left;
}


/*-------------------------------------------
	Homepage
-------------------------------------------*/

#home_feature {
	width: 770px;
	float: left;
	margin: 0;
}

#features_container {
	height: 290px;
	overflow: hidden;
}

.feature_item {
	width: 770px;
	float: left;
	height: 290px;
	position: relative;
}

.feature_copy {
	width: 355px;
    margin: 160px 10px 0 404px;
	line-height: 18px;
	float: right;
}

.feature_header { display: none; }

#h_left {
  width: 220px;
  height: 100px;
  padding: 15px;
  margin: 10px 0 0 15px;
  background-color: #000;
  font-size: 11px;
  color: #fff;
  text-align: left;
}

#h_mid {
  width: 220px;
  height: 100px;
  padding: 15px;
  margin: 10px 0 0 10px;
  background-color: #000;
  font-size: 11px;
  color: #fff;
  text-align: left;
}

#h_right {
  width: 220px;
  height: 100px;
  padding: 15px;
  margin: 10px 0 0 10px;
  background-color: #000;
  font-size: 11px;
  color: #fff;
  text-align: left;
}

#m_left {
  width: 520px;
  padding: 0;
  margin: 0 0 0 15px;
  text-align: left;
}

#m_mid {
  width: 210px;
  padding: 0;
  margin: 0 0 0 30px;
  text-align: left;
}

#m_right {
  width: 230px;
  padding: 0;
  margin: 0 0 0 20px;
  text-align: left;
}

#boxlunch {
	width: 770px;
	padding: 15px;
	text-align: left;
	background-color: #fff;
}

#dogs {
  width: 280px;
  padding: 0;
  text-align: left;
  float: left;
}

#toppings {
  width: 210px;
  padding: 0;
  text-align: left;
  float: right;
}

.callout:link { color: #fff; text-decoration: none; }
.callout:visited { color: #fff; text-decoration: none; }
.callout:hover { color: #bf1e2d; text-decoration: none; }
.callout:active { color: #bf1e2d; text-decoration: none; }

.right { float: right; color: #bf1e2d; }

.small {
	font-size:10px;
}

.small2 {
	font-size:10px;
	line-height: 18px;
}


#l_left {
  width: 390px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#l_right {
  width: 330px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#p_left {
  width: 425px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#p_right {
  width: 280px;
  padding: 0;
  margin: 0 0 0 15px;
  text-align: left;
}

#w_left {
  width: 360px;
  padding: 0;
  margin: 0;
  text-align: center;
}

#w_right {
  width: 360px;
  padding: 0;
  margin: 0;
  text-align: center;
}

#cp_left {
  width: 250px;
  height: 100px;
  padding: 0;
  margin: 10px 0 0 15px;
  font-size: 10px;
  color: #fff;
  text-align: left;
}

#cp_mid {
  width: 250px;
  height: 100px;
  padding: 0;
  margin: 10px 0 0 10px;
  font-size: 10px;
  color: #fff;
  text-align: left;
}

#cp_right {
  width: 250px;
  height: 100px;
  padding: 0;
  margin: 10px 0 0 10px;
  font-size: 10px;
  color: #fff;
  text-align: left;
}

.calloutnav:link { color: #fff; text-decoration: underline; }
.calloutnav:visited { color: #fff; text-decoration: underline; }
.calloutnav:hover { color: #ccc; text-decoration: underline; }
.calloutnav:active { color: #ccc; text-decoration: underline; }


/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer {
	width: 760px;
	padding: 20px;
	marginp: 0;
	text-align: center;
	font-size:9px; font-weight:normal; color:#000;
	background-color: #fff;
}
