body { 
	background-color: #e7e7c9; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px;
	color: #000;
	margin:auto;
}

img { margin: 0; padding: 0; border: 0; }

a { margin: 0; padding: 0; border: 0; }

h1 {
	color: #9c4e00;
	font-size: 20px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
}

h2 {
	color: #9c4e00;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: normal;
}

h3 {
	color: #9c4e00;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-transform: uppercase;
}

p {
	margin: 5px 0 10px 0;
}

a { color: #9c4e00; text-decoration: none; }
a:hover { color: #9c4e00; text-decoration: underline; }

.border {
	border: 1px solid #b1b15b;
	padding: 2px;
	background-color: #fff;
}

input {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif; 
	line-height: 10px;
}

/* *********  LAYOUT ELEMENTS  ************* */

#main_body {
	width: 775px;
	margin:auto;
	position:relative;
	background-image:url(../images/main_bg.gif);
	background-repeat: repeat-y;
	padding: 0 0 2px 0;
}

#top {
	width:760px;
	height: 84px;
	position:relative;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	margin:auto;	
}

#home_link {
	height:60px;
	width: 250px;
	position: absolute;
	top:8px;
	left: 7px;
}

#top .links {
	/*position: absolute;
	top: 50px;
	left:590px;*/
	margin: 50px 5px 0 0;
	float: right;
	color: #fff;
	position:relative;
	top:20px;
}

#top .links a {
	color: #FFF;
}

#top_nav {
	height: 19px;
	width: 760px;
	margin:auto;
	padding-top:1px;
	background-color: #fff;
}

#content_body {
	width:760px;
	position: relative; 
	margin:auto;
	padding-top:3px;
}

.left_bg {
	background-image: url(../images/subnav_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width:760px;
	position: relative; 
	margin:auto;
	/*clear:both;*/
}

#col_left {
	width:150px;
	height: 100%;
	margin: 0 10px 10px 0;
	float: left;
}

.search_box {
	height: 53px;
	width: 150px;
	margin:0;
	padding:0;
	background-image: url(../images/search_box.gif);
	background-repeat: no-repeat;
}

.search_cont {
	padding: 5px 0 0 5px;
	margin:0;
}

.search_cont form {
	margin:0;
	padding: 0;
	font-size: 10px;
}

.search {
	border: 1px solid #783c00;
	width:116px;
	height: 12px;
	margin:0;
}

.search_cont a:link { color: #ffffff;font-size: 10px;text-decoration:none;}
.search_cont a:hover { color: #ffffff;font-size: 10px;text-decoration:underline;}
.search_cont a:active{ color: #ffffff;font-size: 10px;text-decoration:none;}
.search_cont a:visited { color: #ffffff;font-size: 10px;text-decoration:none;}

.side_nav {
	margin:0 0 5px 0;
	padding: 0;
	overflow: hidden;
}

*html .side_nav {
	margin:0 0 5px 0;
	padding: 0;
}

ul.categories {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	width: 150px;
}

ul.categories li {
	background-image: url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	padding: 5px 0 0 25px;
	margin-bottom: -5px;
	background-position: 0 0; 
}

ul.categories li a {
	display: block;
	height: 22px;
	color: #fff;
}

ul.categories li a:hover {
	display: block;
	color: #fff;
}

ul.categories li ul {
	list-style:none;
	margin-bottom: 3px;
	
}

ul.categories li ul li {
	background-image: none;
	height:30px;
	margin:0 0 0 -35px;
	padding:0; 
}

.auth {
	width: 160px;
	padding: 10px 0 0 10px;
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	margin:0 -10px -5px 0;
}

#col_mid {
	width:360px;
	margin: 0 10px 0 0;
	float: left;
}

.lac {
	width: 230px;
	margin: 0 0 5px 0;
	padding:0;
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-y;
}

.lac p {
	margin: 5px;
	padding:0;
}

#col_right {
	width: 230px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	position: relative;
}

#col_wide {
	width:600px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	position: relative;
}

.watermark {
	width:600px;
	/*height:535px;*/
	min-height: 535px;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	float:right;
}

.features_last {
	text-align: center;
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	position: relative;
}

.features_last p {
	text-align: left;
	margin: 10px;
}

.features {
	text-align: center;
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 5px;
	height: auto;
	position: relative;
}

.features p {
	text-align: left;
	margin: 10px;
}

*html .container {
	position: relative;
	margin-bottom: 5px;
	height: 100%;
}

.home_item {
	float: left;
	width: 230px;
	text-align: center;
	margin: 5px 0 5px 0;
	padding:0;
	position: relative;
}

.home_item p {
	text-align: left;
	margin: 5px;
}

.label {
	font-weight: bold;
}

.caption {
	position: absolute;
	height: 25px;
	width: 350px;
	top: 241px;
	left: 3px;
	margin: 0 0 10px 0;
}

.bg {
	padding: 0;
	background-color:#fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	margin: 0;
	width: 350px;
	height: 25px;
	position: absolute;
}

p.cap {
	position:absolute;
	color: #000;
	text-align: right;
	padding: 2px 0 10px 0;
	font-weight: bold;
	width: 345px;
}

.testimonial {
	width: 360px;
	padding: 0;
	margin: 5px 0 0 0;
}

#tabs {
	margin: 0;
	padding: 0;
}

#ingredients {
	width: 350px;
	background-color:#d6dcaf;
	margin: 0;
	padding: 10px;
}

#nutrition {
	width: 350px;
	background-color:#d6dcaf;
	margin: 0;
	padding: 10px;
}

#preparation {
	width: 350px;
	background-color:#d6dcaf;
	margin: 0;
	padding: 10px;
}

.prod_list {
	width: 290px;
	height: 310px;
	float: left;
	border: 1px solid #8da755;
	margin: 0 10px 10px 0;
}

.prod_list_right {
	width: 290px;
	height: 310px;
	float: left;
	border: 1px solid #8da755;
	margin: 0 0 10px 0;
}

.items {
	width: 95%;
	border: 1px solid #5d7e11;
}

.items th {
	background-color: #5d7e11;
	color: #fff;
	padding: 4px;
}

.quick_order {
	width: 575px;
	border: 1px solid #5d7e11;
}

.quick_order th {
	background-color: #5d7e11;
	color: #fff;
	padding: 4px;
}

.icons {
	display: block;
	height: 26px;
	clear: both;
}

.symbol {
	height: 26px;
	width: 25px;
	margin: 5px 5px 0 0;
	float: left;
}

a.info {
    position:relative; /*this is the key*/
    z-index:24; 
   	text-decoration:none;
}

a.info:hover {
	z-index:25; 
	background-color:#e7e7c9;
}

a.info span {
	display: none;
}

a.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; 
	left:-22em; 
	width:25em;
    border:1px solid #dc7e20;
    background-color:#e7e7c9; 
	color:#000;
    text-align: left;
	text-decoration:none;
}

#footer {
	width: 775px;
	height: 80px;
	font-size: 10px;
	line-height:18px;
	color: #9c4e00;
	text-align:center;
	padding-top:10px;
	margin:auto;
}

#footer a {color:#9c4e00;}

.footer_top {
	margin: auto;
	width: 775px;
	height: 6px;
	position: relative;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#nav, #nav ul {
	padding: 0;
	margin:0;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0;
}

/* *************** CUSTOM NAV STYLES **************** */

#btn_home a { background: url(../images/btn_home.gif) no-repeat; width: 80px; height: 19px; }
#btn_aboutmeal a { background: url(../images/btn_aboutmeal.gif) no-repeat; width: 150px; height: 19px; }
#btn_aboutus a { background: url(../images/btn_aboutus.gif) no-repeat; width: 100px; height: 19px; }
#btn_delivery a { background: url(../images/btn_delivery.gif) no-repeat; width: 96px; height: 19px; }
#btn_cs a { background: url(../images/btn_cs.gif) no-repeat; width: 153px; height: 19px; }
#btn_email a { background: url(../images/btn_email.gif) no-repeat; width: 122px; height: 19px; }
#btn_faq a { background: url(../images/btn_faq.gif) no-repeat; width: 59px; height: 19px; }

#btn_home a:hover { background: url(../images/btn_home_over.gif) no-repeat; width: 80px; height: 19px; }
#btn_aboutmeal a:hover { background: url(../images/btn_aboutmeal_over.gif) no-repeat; width: 150px; height: 19px; }
#btn_aboutus a:hover { background: url(../images/btn_aboutus_over.gif) no-repeat; width: 100px; height: 19px; }
#btn_delivery a:hover { background: url(../images/btn_delivery_over.gif) no-repeat; width: 96px; height: 19px; }
#btn_cs a:hover { background: url(../images/btn_cs_over.gif) no-repeat; width: 153px; height: 19px; }
#btn_email a:hover { background: url(../images/btn_email_over.gif) no-repeat; width: 122px; height: 19px; }
#btn_faq a:hover { background: url(../images/btn_faq_over.gif) no-repeat; width: 59px; height: 19px; }

.btn_text { visibility: hidden; }




