/*Tartlets CSS file*/

body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #7B1C16;
	margin:0;
	color: #330000;
	/*color: #7B1C16;*/
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #BF2D24;
}
h2 a {
	font-weight: normal;
	text-decoration: none;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	min-height: 600px;
	background: #fff url(../images/bottom_logo.gif) no-repeat bottom right;
}
#innerwrapper {
	float:left;
	width: 475px;
}
#header {
	background: #fff url(../images/bannerimg2.jpg) no-repeat top left;
	height: 262px;
	text-align: center;
}
#header img {
	border: none;
}
#topNav {
	background-color: #977B55;
	/*background-color: #128E99;*/
	height: 26px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 25px;
}
#topNav ul {
	list-style:none;
	background-color: #;
	color: #000;
	font-size: 14px;
	font-family: verdana, arial, sans;
	margin:0;
	padding:0;
}
#topNav ul li {
	float: left;
	position: relative;
	width 100px;
	padding-top: 3px;
	padding-right: 58px;
	margin:0;
}
#topNav ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#topNav ul li a:hover {
	color: #7B1C16;
}
#innerwrapper #leftcol {
	float:left;
	width: 205px;
	padding-left: 30px;
	background-color:#fff;
}
#leftcol {
	float:left;
	width: 405px;
	padding-left: 30px;
	background-color:#fff;
}
#innerwrapper #centercol {
	width: 230px;
	float: right;
	background-color:#fff;
}
#rightcol {
	position:relative; /*ie needs this to show float */
	width:305px;
	float:right;
	/*background-color:#ccc;*/
	/*	
	padding-top:72px; /*needed to make room for header*/
	padding-bottom:32px; /* needed to make room for footer */
	*/
}
#mainContent h1 {
	font-family: Arial, Verdana, sans;
	font-size: 17px;
	font-weight: normal;
	color: #BF2D24;
	margin-bottom: 2px;
	margin-top:0px;
	/*background-color:#efefef;*/
}
#mainContent h2 {
	font-family: Arial, Verdana, sans;
	font-size: 13px;
	font-weight: normal;
	color: #BF2D24;
	margin-bottom: 2px;
	margin-top:0px;
}
#mainContent h3 {
	margin-bottom:0;
	margin-top: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	
}
#mainContent p {
	/*background-color:#efefef;*/
	margin-top:0;
	margin-bottom: 10px;
}
#mainContent img {
	border: solid 1px #BF2D24;
}
#mainContent ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: square outside;
	margin-left: 16px;
}
#mainContent #rightcol ul {
	list-style: none;
	margin-left: 0;
}
#mainContent ul li {
	float: none;
	font-size: 12px;
}
.ingredients {
	font-style: italic;
	font-size: 11px;
}
.centredMenu {
	text-align: center;
}
#clearfooter {
	width:100%;
	height:52px;
	clear:both;
}
#footer {
	width:800px;
	clear:both;
	height:0px;
	background-color: transparent;
	color: #330000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}