/* default.css */

body {
	background:#ffc600 url('../images/bg.gif') repeat;
	background-image:fixed;
	font:13px normal Arial, sans-serif;
	line-height:1.6em;
        color:#2F2812;
        font-weight:100;
}
#wrapper {
	width:800px;
	margin:auto;
}
#header {
	height:120px;
	background:transparent url('../images/nav_bg.png') no-repeat 100% 100%;
	position:relative;
}
#header_btn {
	position:absolute;
	right:19px;
	top:-7px;
	border:none;
	padding:0;
	margin:0;
}
#logo {
	position:relative;
	top:1px;
	float:left;
	border:none;
	left:12px;
}
#flash {
	height:380px;
	background:url('../images/pngbg.png') repeat;
}
#flash_img {
	position:relative;
	top:10px;
	left:10px;
}
#content_wrap {
	padding:10px;
	background:url('../images/pngbg.png') repeat;
}
#content {
	float:right;
        min-height:573px;
	width:550px;
	display:inline;
	padding:10px;
	background:#fefbf1;
}
#sidebar {
	float:left;
	width:200px;
	display:inline;
	background:transparent;
}
#sidebar img {
	border-top:2px solid #BF9400;
        border-bottom:2px solid #BF9400;
        border-left:none;
        border-right:none;
}
#coupon {
	height:180px;
	margin-top:20px;
	background:transparent;
}
#buttons {
	height:185px;
}
.b_area {
	float:left;
	display:inline;
	height:175px;
	width:260px;
	background:url('../images/pngbg.png') repeat;
}
.b_area img {
	position:relative;
	left:10px;
	border:none;
	top:10px;
}
#b_1 {
	margin:10px 10px 10px 0;
}
#b_2 {
	margin:10px 10px 10px 0;
}
#b_3 {
	margin:10px 0 10px 0;
}
#clear {
	clear:both;
}
#line {
	width:100%;
	height:10px;
	margin:10px 0 10px 0;
	background:transparent url('../images/pngbg.png') repeat;
}
#footer {
	clear:both;
	text-align:center;
        position:relative;
}

/* link styles */

a {
        color:#00499F;
}
a:visited {
	color:#BF3D23;
}
#footer a {
	color:#BF3D23;
}

/* #nav styles */

#nav {
	width:528px;
	height:57px;
	float:right;
	position:relative;
	top:65px;
	background:url('../images/nav.gif');
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	list-style-type:none;
}
#nav li a {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:57px;
	background:url('../images/nav.gif') no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#nav_hom a {
	left:0;
	width:89px;
	background-position:0 0;
}
li#nav_cater a {
	left:89px;
	width:81px;
	background-position:-89px 0;
}
li#nav_history a {
	left:170px;
	width:70px;
	background-position:-170px 0;
}
li#nav_franchise a {
	left:240px;
	width:91px;
	background-position:-240px 0;
}
li#nav_locations a {
	left:331px;
	width:89px;
	background-position:-331px 0;
}
li#nav_contact a {
	left:420px;
	width:108px;
	background-position:-420px 0;
}
li#nav_hom a:hover {
	background-position:0 -57px;
}
li#nav_cater a:hover {
	background-position:-89px -57px;
}
li#nav_history a:hover {
	background-position:-170px -57px;
}
li#nav_franchise a:hover {
	background-position:-240px -57px;
}
li#nav_locations a:hover {
	background-position:-331px -57px;
}
li#nav_contact a:hover {
	background-position:-420px -57px;
}

/* secondary nav styles */

.drawers {
	padding:0;
	margin:0;
	list-style-type:none;
}
.drawer-handle {
	font-size:16px;
	margin:0 0 2px 0;
	border-bottom:1px solid #CF2700;
        border-top:1px solid #DF2A00;
	padding:4px;
	background:#FF2F01;
	
}
.drawer-handle {
	color:#fff;
	text-decoration:none;
	font:15px normal "Arial Rounded MT Bold", Arial, sans-serif;
	letter-spacing:1px;
        cursor:pointer;
}
.drawer ul {
	list-style:none;
	margin:0 0 0 7px;
	padding:0;
}
.drawer ul li {
        border-bottom:1px solid #BF9400;
        padding:2px 0 2px 0;
}
.drawer ul a {
        text-decoration:none;
        letter-spacing:1px;
        display:block;
}
.drawer ul a:hover {
        text-decoration:underline;
}
#h404 {
       padding-bottom:490px;
}
.imgheader {
       padding:0;
       margin:0 0 10px 0;
}
#cateringul li {
       margin-bottom:15px;
}
.locations_box li {
       padding-left:10px;
}
#locationsul h3 {
       margin-bottom:-20px;
}
#locationsul {
      list-style-type:none;
      padding:0;
      margin:0;
}

/* contact form styles */

/*----contact form styles----*/

.zemContactForm {
        padding:0;
        margin:0;
}
.zemSubmit {
         cursor:pointer;
         margin-top:10px;
}
.zemSubmit:hover {
        background-color:#FF2F01;
        color:#fff;
}     
.zemError {
        border:2px solid red;
        background:#FFECEC;
        padding:5px;
}
.zemError li {
        list-style-type:none;
        color:#111;
        margin-left:0;
        padding:2px 0 2px 4px;
}
.zemContactForm legend {
        display:none;
        padding:0;
        margin:0;
}
.zemContactForm fieldset {
        border:none;
        padding:0;
        margin:0;
}
.zemContactForm label {
        color:#444;
        margin:12px 0 -29px 0;
        display:block;
}
.zemContactForm input {
        border:1px solid #555;
        padding:4px;
        margin:7px 0 0 0;
        background-color:#fff;
}
.zemContactForm select {
        border:1px solid #555;
        padding:4px;
        margin:27px 0 0 0;
        background-color:#fff;
}
.zemContactForm textarea {
        border:1px solid #555;
        margin-top:8px;
        padding:2px 4px;
        background-color:#fff;
}

.zemThanks {
        font-size:24px;
        color:#BA1F26;
        padding-bottom:400px;
        padding-top:10px;
}
.locations_box {
       background-color:#ffea9e;
       border:1px solid #fbc603;
       margin-top:10px;
       padding:10px;
}
.locations_box img {
       float:right;
       margin-top:-80px;
}
.clear {
       clear:both;
}
.float_left {
       float:left;
       padding:0 10px 10px 0;
}
#cateringul {
       list-style:none;
}
.float_right {
       float:right;
       padding:0 0 10px 10px;
}
.red {
       color:#ff0000;
}
#franchise_form {
       border:1px solid #fbc603;
       background-color:#ffea9e;
       padding:10px;
}
#small {
      font-size:10px;
}
dt {
      font-weight:bold;
}
#cc {
      position:absolute;
      left:0;
      top:0;
}