/* CSS Document */
body
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color:#000;
}
*{padding:0;margin:0;list-style:none;outline:none;}

#container
{
	margin: 0px auto;
	width: 900px;
}

#slideshowWrapper
{	width:900px;
	height:396px;
position:relative;
	margin:0px auto;
	}
	
ul#slideshow{list-style:none;margin:0;width:900px;height:396px;overflow:hidden;}
	
#content
{	background-image: url(../images/content-bg.png);
	background-repeat:repeat-y;
	margin-top:0px;
	padding-top:10px;
	background-color:#FFF;
}
	

#submenu
{
	width: 183px;
	margin-left: 32px;
	float: left;
	display:block;
}

#submenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	
#submenu li
{
	width:128px;
	height:50px;
	padding-left:55px;
	line-height:51px;
	border-top: #FFF 1px solid;
	text-transform:uppercase;
}

.home
{	
	background-image:url(../images/i-home.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#f5ead8;
	}
.homeA
{	color:#b17906;
}
	
.aboutus
{	color:#4c3817;
	background-image:url(../images/i-aboutus.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#e1d8d5;
	}	
	
.aboutusA
{	color:#4c3817;
	}
	
.fruitveg
{	color:#bb2831;
	background-image: url(../images/i-fruitveg.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#f3e2dc;
	}
	
.fruitvegA
{	color:#bb2831;
	}
	
.preserved
{	color:#bb2831;
	background-image: url(../images/i-preserved.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#f3e2dc;
	}
	
.preservedA
{	color:#bb2831;
	}
	
.baked
{	color:#bb2831;
	background-image: url(../images/i-baked.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#f3e2dc;
	}
	
.bakedA
{	color:#bb2831;
	}
	
.rooms
{	color:#f79c34;
	background-image: url(../images/i-rooms.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#fff1e2;
	}
	
.roomsA
{	color:#f79c34;
	}
	
.enquiries
{	color:#754d25;
	background-image: url(../images/i-enquires.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#e8e1d9;
	}	
	
.enquiriesA
{	color:#754d25;
	}	



#submenu a
{	text-decoration:none;
}

#submenu a:hover
{	text-decoration:underline;
}

#main
{	margin:0px;
	padding-left:250px;
	padding-right:180px;
	background-image:url(../images/main-bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#main p
{
padding-right:15px;
line-height:17px;
margin-bottom:0px;
}

#main h1
{
font-size:16px;
line-height:18px;
margin:0 0 5px 0;
color: #990000;
}

#main h2
{
font-size:12px;
margin:0;
color:#754d25 ;
}

#main a
{	color:#990000;
	}

main td 
{	border-right:#f3e2dc 1px dotted;
}
	
#flashcontent
{
width:auto;
}
	
		
.link 
{
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.link:hover {
color: #006699;
text-decoration:underline;
}

#innerbox
{
	width:150px;
	padding:5px;
	margin-right: 10px;
	margin-left:10px;
	float: right;	
}

#innerbox h2
{
font-size:14px;
margin:0;
color:#754d25 ;
}

	
#footer
{
	height:192px;
	background-image:url(../images/footer-bg.png);
	background-repeat:no-repeat;
}

#copyright
{
	padding-top:5px;
	text-align: center;
	font-size:10px;
	color: #FFF;
}
	
.linksmall {
	text-decoration: underline;
	color:#cc8725;
}

.linksmall:hover {
text-decoration: none;
}



