@charset "UTF-8";
body {
	margin: 0px;
	height: 100%;
	background-image: url(images/linen.jpg);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #152c67;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;	
	color: #152c67;
}

a:hover {
	font-weight:bold;
}
 
a:focus {
	outline: none; /* removes dotted line around link in Firefox */
}
p, td, textarea, input, select { 
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	font-size: 12px;
}

.formstyle { 
	width: 185px; 
	height: 16px; 
	border: 1px solid #666666;
}	

.formstyle2 { 
	width: 185px; 
	height: 120px; 
	border: 1px solid #666666;
}	

.formbutton { 
	width: 50px; 
	height: 25px; 
	border: 1px solid #666666;
}	
	
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none;
}

/* layout divs */
#main {
	position: relative;
	left: 50%;
	top:0;
	width: 870px;
	height: 100%;
	margin-left: -435px;
}

#logo {
	position: absolute;
	left: 41px;
	top: 30px;
	width: 213px;
	height: 45px;
}

#nav {
	position: absolute;
	left: 41px;
	top: 120px;
	width: 213px;
	height: 210px;
	padding: 10px 0 0 0;
	background-image: url(images/lines.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 13px;
	font-style:italic;
	line-height: 15px;
}

#description {
	position: absolute;
	left: 41px;
	top: 340px;
	width: 213px;
	height: 159px;
	padding: 11px 0 0 0;
	font-size: 11px;
	line-height: 15px;
}

#address {
	position: absolute;
	left: 41px;
	top: 340px;
	width: 213px;
	height: 110px;
	padding: 5px 0 0 0;
	vertical-align: bottom;
	font-size: 12px;
	font-style:normal;
	line-height: 14px;
}

#home_text {
	position: absolute;
	left: 278px;
	top: 450px;
	width: 491px;
	padding: 5px 0 0 0;
	font-style:normal;
	font-size: 12px;
}

#formtext {
	position: absolute;
	left: 538px;
	top: 450px;
	width: 260px;
	height: 90px;
	padding: 5px 0 0 0;
	font-size: 12px;
	font-style:normal;
}

#big_doilie {
	position: absolute;
	left: 163px;
	top: 323px;
	width: 231px;
	height: 231px;
	background-image: url(images/big_doilie.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#home_doilie {
	position: absolute;
	left: 644px;
	top: 20px;
	z-index: 500;	
}

#heading {
	position: absolute;
	left: 708px;
	top: 41px;
	z-index: 50;	
}

#content {
	position:relative;
	left: 278px;
	padding: 120px 0 0 0;
	/*top: 130px;*/
	width: 504px;
	height: 100%;
	z-index: 1;	
}


#mapcontent {
	position:absolute;
	left: 278px;
	top: 120px;
	height:321px;
	width: 504px;
	z-index: 1;	
}

#gallery {
	position:relative;

}
#footer {
	position: relative;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:right;
	}
	
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #999999;
	font-weight:normal;
}

#sweeton li a.sweet,
#savouryon li a.savoury,
#provisionson li a.provisions,
#specialtyon li a.specialty,
#specialdieton li a.specialdiet,
#christmason li a.christmas,
#eventson li a.events,
#linkson li a.links,
#contacton li a.contact,
#newproductson li a.newproducts
 {
	font-style: italic; /* styles on state for menu */
	font-weight: bold; 
}
			
.thumbnails {
	width: 168px;
	float: left;
	font-style:italic;
	color: #666666;
	line-height: 13px;
	padding: 0;
	height: 150px;
}

.thumbnails img {
	display:block;
	padding: 0 13px 3px 0;
}


#extra {
	text-align:left;
}



