@charset "utf-8";
body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #706b66;
	background-color: #d6ccc2;
	padding:0;
	margin:0;
	background-image: url(images/bg_stripe.gif);
	background-repeat: repeat;
}
#main {
	background-color: #d6ccc2;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width:800px;
}
#main a:link,#main:active,#main a:visited{text-decoration:underline;color:#666666;}
#main a:hover{
	text-decoration:none;
	color:#333333;
}
#header {
	width:100%;
	background-position: left;
}

#navigation {
	background-image: url(images/navbar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 800px;
}
#navigation img {
	border:none;
}

.content1{
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.content1 td {
	vertical-align:top;
	padding:1px;margin:0;
}

.content1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #b5aca4;
	width: 745px;
	border-bottom: 8px solid #706b66;
	text-indent: 30px;
	line-height: 40px;
	margin-top:0;
}

.content1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #ffffff;
	background-color: #b5aca4;
	width: 550px;
	border-bottom: 8px solid #706d66;
	text-indent: 30px;
	line-height: 30px;
	margin-top:0;
}
 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
	background-color: #ffffff;
	text-indent: 5px;
	line-height: 20px;
	margin-top:0;

}

.content1 p{
	margin:0 20px 0 30px;
	line-height: 18px;
}
.content1 td{
	vertical-align:top;
}
.content2{
}
.content2 td {
	vertical-align:top;
	padding:1px;
	margin:0;
}

.content2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #b5aca4;
	width: 745px;
	border-bottom: 8px solid #706b66;
	text-indent: 30px;
	line-height: 40px;
}

.content2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #ffffff;
	background-color: #b5aca4;
	width: 586px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #706b66;
	text-indent: 30px;
	line-height: 30px;

}
.content2 p{
	margin-left:
	30px;margin-right: 
	20px;line-height: 18px;
}
#grocerylist {
	background-color: #f9e6e7;
	border-top: 1px solid #ccc5c5;
	border-right: 2px solid #706b66;
	border-bottom: 2px solid #706b66;
	border-left: 1px solid #ccc5c5;
	padding: 5px;
	margin: 5px 10px 5px 5px;
	width: 225px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
#grocerylist p {
	font-size: 115%;
}
#grocerylist li{
	list-style-position: inside;
	list-style-image: url(images/check.gif);
	line-height: 20px;
	margin-left: -10px;
}
#hometitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #b5aca4;
	width: 745px;
	border-bottom: 8px solid #706b66;
	text-indent: 30px;
	line-height: 40px;
}
.leftimg {
	float: left;
	clear:both;
	margin:0 0 5px 5px;
	border: 2px solid #A19F4C;
}
.rightimg {
	float: right;
	margin:0 5px 0 5px;
	border: 2px solid #A19F4C;
}
.centreimg {
	clear:both;
	margin:0 5px 0 5px;
	border: 2px solid #A19F4C;
}
.centretext{text-align:center;}
.righttext{text-align:right;}
.hours{font-size:16px;color:#333333;display:inline;float:right;}

.largetext {font-family: "Times New Roman", Times, serif;font-size: 18px;font-style: italic;}
.productlist li{
	list-style-position: outside;
	list-style-image: url(images/check.gif);
	line-height: 20px;
	margin-left: 0;
}

#footer {
	font-size: 11px;	
	color: #706b66;
	background-color:#D6CCC2;
	width: 100%;
	text-align:center;
	line-height: 25px;
	margin-top: 20px;
	border-top: 2px solid #706b66;
}
#footer a:link,#footer a:active,#footer a:visited {color:#706b66;text-decoration:none;}
#footer a:hover{
	color:#333333;
	text-decoration:underline;
}
