@charset "utf-8";
/*  
Author: George Aretakis  
Website design copyright 2009-2010 George Aretakis
http://albionhosting.net
*/
a {
  outline: none;
}
a:link {
	font-weight:bold;
	font-size:0.95em;
	color: #662222;
	text-decoration: none;
}
a:visited {
	font-weight:bold; 
	font-size:.95em; 
	color: #662222; 
	text-decoration: none;
}
a:active {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
	font-size:.95em; 
	font-weight:bold; 
	color: #430000;
}
body  {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF5F5;
	margin: 0;
	padding: 0;
	color: #430000;
	border-style: none;
	position: relative;
	top: 2em;
}
H2 {
	font-size: 1.1em;
}
#sidebar {
	width: 13em;
	position: fixed;
	top: 2em;
	left: 10%;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	width: 44em;
	margin-left: 15.5em;
	left: 10%;
	position: absolute;
	line-height: 1.5;
}
#designer {
	margin: 8px auto;
	padding-left: 12px;
}
#designer a:link {
	font-weight:normal;
	font-size:0.65em;
	color: #888888;
	text-decoration: none;
}
#designer a:visited {
	text-decoration: none;
	font-size:0.65em; 
	font-weight:normal; 
	color: #888888;
}
#designer a:active {
	outline: none;
	text-decoration: none;
}
#designer a:hover {
	text-decoration: none;
	font-size:0.65em; 
	font-weight:normal; 
	color: #430000;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.banner {
	background: #FFFFDE center;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 0.2em;
}
.product_container {
	width: 42em;
	height: 9em;
	padding: 0.9375em;
	border: 1px solid #CCCCCC;
	background: #FFFFDE;
}
.product_pic {
	float: left;
	height: 9em;
	width: 6em;
}
.product_description {
	font-size: 0.79em;
	float: left;
	padding-left: 1.1em;
	width: 44em;
	height: 9em;
}
.top {
	font-size: 0.9em;
	text-align: right;
	float: right;
}
.sidebar_inner {
	width: 12em;
	padding: 1em 0.4375em 0.4375em 1em;
	background: #FFFFDE;
	border: 1px solid #CCCCCC;
}
.logo_container {
	height: 7.8em;
	width: 11em;
}
.foody {
	width: 44em;
	height: 16em;
}
.foodpicleft {
	padding: 0.2em;
	float: left;
	width: 21em;
	height: 15.6em;
	background: #FFFFDE;
	border: 1px solid #CCCCCC;
}
.foodpicright {
	padding: 0.2em;
	float: right;
	width: 21em;
	height: 15.6em;
	background: #FFFFDE;
	border: 1px solid #CCCCCC;
}
.lookout {
	background: #FFFFDE;
	padding: 0.9375em;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.pandp {
	background: #FFFFDE;
	padding: 1.2em;
	border: 1px solid #CCCCCC;
	font-size: 0.8em;
	height: 10em;
}
.floatleft {
	float: left;
}
.indent {
	padding: 0.2em;
}
.addtocart {
	float: right;
}
