﻿/* Original design by Adam Ratliff */

body {
	margin:0px;
	background-color:#EAE7DC;
	background:url('images/bkg-body_900.jpg') center #EAE7DC;
	background-repeat:repeat-y;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height:1.75;
	font-size:13px;
	
}
h1 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1;
}
img.bordered {
	padding: 3px;
	border: 2px solid #475315;
	-moz-border-radius:10px;
	-webkit-border-radius:8px;
}
#enclosure {
	top:0px;
	width:100%;
	margin:0px;
	background:url(images/header.jpg) no-repeat center top;
}
#navigation {
	position:relative;
	top:212px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	width:950px;
	text-align:center;
}
#navigation ul {	
	white-space: nowrap;
	display:block;
	margin:0px;
	padding:0px;
}
#navigation li {	
	display:inline;
	margin:0px
}
#navigation a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:black;
	background-color:inherit;
	text-decoration:none;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:10px;
	padding-top:7px;
}
#navigation a:hover {
	background-color:#FFFFFF;
	color:#000000;
}
#page {
	position:relative;
	top:240px;
	margin-left:auto;
	margin-right:auto;
	width:850px;
}
#sidebar {
	float:right;
	width:250px;
	border-top:2px solid #CCCCCC;
	border-right:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
	border-left:2px solid #CCCCCC;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	padding:25px;
	margin-left:10px;
	margin-top:43px !important;
}
#footer {
    clear:both;
    text-align:center;
    padding-top: 5px;
}
table.pricing {
    border-collapse:collapse;
}
table.pricing td {
    border-bottom:solid 1px #aaa;
    padding:10px;
}
table.pricing tr.skip td, table.pricing td.skip {
    border-bottom:none;
}

table.newpricing {
    border-collapse:collapse;
}
table.newpricing td {
    border-bottom:dashed 3px #a00;
    padding:10px;
	vertical-align:top;
}
table.newpricing tr.skip td, table.newpricing td.skip {
    border-bottom:none;
}
table.newpricing td.foodgroup {
	padding-top:15px;
	padding-bottom: 15px;
	border-bottom:dashed 3px #a00;
}
table.newpricing td.foodgroup img {
	width:125px;
}

.star_banner_01 {
	background-image:url('images/star_banner_01.png');
	width:250px;
	height:100px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:white;
}
.star_banner_02 {
	background-image:url('images/star_banner_02.png');
	width:150px;
	height:60px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:white;
}
.star_banner_01 a, .star_banner_02 a {
	text-decoration:inherit;
	color:inherit;
}
.leftmargin {
    margin-left:15px;
}
.rightmargin {
    margin-right:15px;
}