html, body, table { margin: 0; padding: 0; min-height: 100%; height: 100%; }

body {
	background: #f1dea0 url(/imgs/bg.jpg) repeat-x bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

/*Safari bug*/
#categoryTable {
	height:183px;
	width: 100%;
	border: none;
}

/*Safari bug*/
#feedbackTable {
	 width:232px;
	 border: none;
	 height:210px; /*83px+127px*/
}

/*Safari bug*/
#newsTable {
	width:232px;
	border: none;
	height:295px; /*95px+200px*/
}

h1 {
	font-family:"Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	color:#a80101;
	font-size:20px;
}

h2 {
	font-family:"Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	color:#167b2b;
	font-size:18px;
}

a, a:visited {
	color:#000000;
}

a:hover {
	text-decoration:none;
}

img {
	border: none;
}

#wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto -2em;
	width:1000px;
}

#mainContent {
	padding-left: 10px;
}

#footer, #push {
	height: 2em;
}

#footer {
	width:980px;
	margin: 0 auto;
	color:#65401a;
	font-size:x-small;
	padding-top:5px;
	border-top: 1px solid #b69462;
	color:#65401a;
}

#footer a:hover {
	color:#000000;
}

#foot-copy {
	float: left;
}

#foot-info {
	float: right;
}

.feedback {
	font-style:italic;
}

.errorMessage {
	font-weight: bold;
	color: Red;
}

input, textarea {
	background-color: #ecd18c;
	border: 1px solid #855106;
}

input.submit-button {
	background-color: #855106;
	color: #fff;
}

.illustration { clear: both; text-align: center; padding-top: 5px; }
.illustration img { display: block; margin-bottom: 8px; }
.right { float:right; padding-left: 8px; }
.left { float: left; padding-right: 8px; }
.full { float: none; margin: 0; }

.divGoogleMap
{
	border: 1px solid #aaa69d;
	height: 400px;
	width: 100%;
	margin-top: 1em;
}

.box {
	/*color: #ffffff;*/
	color: #000000;
}

.box a {
	color: #000000;
	font-weight: bold;
}

.box p {
	margin: 0;
}

#empanadas {
	background-image: url(/imgs/empanadas_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 140px;
}

#sauces {
	background-image: url(/imgs/sauces_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#pesto {
	background-image: url(/imgs/pestos_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#feedback {
	background-image: url(/imgs/feedback_bg.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding: 5px 22px 0 30px;
	height: 246px;
}

#news {
	background-image: url(/imgs/news_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 20px 0 20px;
	height: 315px;
	text-align: left;
}

#news .date, ul#newsList .date, .divNews .date {
	font-style:italic;
	display: block;
}

#news .title, ul#newsList .title{
	font-weight: bold;
	display: block;
}

#news .link  {
	display: block;
	text-align: right;
}

ul#newsList, ul#feedbackList, ul#storesList {
	list-style: none;
	margin: 0;
	padding: 0;

	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted;
}

ul#newsList li, ul#feedbackList li, ul#storesList li {
	margin: 1em;
}

ul#storesList li *{
	display: block;
}

ul#storesList li a.name {
	font-weight: bold;
}

#feedback .author, ul#feedbackList .author {
	display: block;
	font-weight: bold;
	text-align: right;
}

.divNews .intro {
	font-weight:bold;
}

.zipField {
	padding: 2px;
	width: 75px;
}


.lW { float: left; clear: left; height: 1em; }
.rW { float: right; clear: right; height: 1em; }


ul#breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

ul#breadcrumb li {
	float: left;
	padding: 0 1em 0 0;
}

ul#breadcrumb li a {
	font-weight: bold;
	text-decoration: none;
}

ul#breadcrumb li a:hover {
	text-decoration: underline;
}
