html {
	font-family:Verdana,Sans Serif;
	font-size:80%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/wr_background.jpg);
	background-repeat: repeat;
}
#container {
	margin: 0px auto;
	width: 908px;
	background: #F6F6F6;
	padding:0px;
}

#header {
	float: middle;
	width: 100%;
	clear: both;
	height:120px;
	font-size:0;
}
#navigation {
	text-align:center;
	width: 100%;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%; 
	list-style-type: none;
	background-color: #D597AC;
}

#navigation li {
	float: left;
	width: 151px;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
#navigation a {
	width: 100%;
	font-weight: normal;
}
#navigation a:link,
#navigation a:visited {
	text-decoration: none;
	float: left;
	display: block;
	color: #9A0034;
	padding: 8px 0px; 
	background-color: #D597AC;
}
#navigation a:hover,
#navigation a:active {
	color: #9A0034;
	background-color: #CB7F99;
}
#navigation a.current:link,
#navigation a.current:visited {
	background-color: #E7C1CE;
	font-weight: bold;
}

#main {
	float: left;
}
#left {
	width=250px;
	float:left;
	background-color: #ECECEC;	
}
#left ul {
	margin: 0;
	padding: 0px 0px 8px 0px;
	list-style: none; 
	width: 250px;
	display: block;
}
#left li {
	font-size: 0.95em;
	list-style-type: none;
	text-align: center;
	width: 100%;
	display: block;
}
#left li a {
	text-align:center;
}
#left ul.chutney {
	background-color:#F0E8E8;
	color: #986665;
}
#left ul.marmalade {
	background-color:#FFECD9;
}
#left ul.jam {
	background-color: #FFD9E6;
}
#left ul.dessert {
	background-color: #E2ECF6;
}
#left ul.gift {
	background-color: #ECECEC;
	padding: 0px 0px 12px 0px;
	color: #666666;
}
#left p {
	padding: 0px 0px 4px 0px;
}

#right {
	width=658px;
	float:right;
}

#mainimage {
	width:329px;
	height:329px;
	background-color: #FFF;
}
#mainimage.right {
	float:right;
}
#mainimage.left {
	float:right;
}

#mainimage1 {
	background-image: url(../images/white-rose-initial-pink.jpg);
	float:right;
	width:329px;
	height:329px;
}

#maintext {
	float:right;
	width: 100%;
	background-color: #ECECEC;
	margin-left:3px;
}	

#footer {
	background-color: #ECECEC;
	font-size: 0.9em;
	color: #888888;
}
#footer p {
	color: #404040;
}
#footer a {
	color: #404040;
}

#product {
	color: #FFF;
}
#product h1 {
	text-align: center;
	margin: 10px;
}
#product p {
	margin: 6px 10px 3px 10px;
}
#product a {
	color: #FFF;
	font-size: 0.9em;
	text-decoration: underline;
}
#product a.product:hover {
	color: #FFD9E6;
	text-decoration: underline;
}
#product ul {
	margin-left:0px;
}
#product li {
	list-style-type: none;
	text-align: center;
	padding-bottom:3px;
}
#foot {
	float: left;
	width: 658px;
	background-color: #FFF;
	padding-top:8px;
	padding-bottom:18px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	color: #FFFFFF;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	text-align:center;
	font-size: 1em;
	margin:0px;
	padding:0px;
}
p.main {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:2px;
	padding-bottom:7px;
}
p.chutney {
	background-color:#F0E8E8;
}
a.chutney {
	color: #986665;
}
p.marmalade {
	background-color:#FFECD9;
}
a.marmalade {
	color: #CD6601;
}
p.jam {
	background-color: #FFD9E6;
}
a.jam {
	color: #9A0034;
}
p.dessert {
	background-color: #E2ECF6;
}
a.dessert {
	color: #326698;
}
p.gift {
	background-color: #ECECEC;
	color: #666666;
}
a.gift {
	color: #666666;
}
p.address {
	padding: 6px 3px;
	font-size: 0.8em
}
p.bigbarn {
	float: left;
	margin-top: 3px;
	margin-bottom:0px;
}
/*
a {
	margin:0px;
	padding:0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
*/
.style1 {color: #666666}

img {
	border:0px;
	margin:0px;
	padding:0px;
}
img.mainleft {
	float:left;
	padding:0px;
	margin:0px;
}
img.mainright {
	float:right;
	padding:0px;
	margin:0px;
}
table.form {
	color:#FFF;
	text-align:left;
	text-weight:normal;
}
input.form {
	color: #000;
	background: #F9EFE5;
}
label.label {
	text-align: left;
	font-weight: normal;
	padding-right: 5px;
	margin-right: 5px;
}