body {
	background-image:url(../images/interface/body-bg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height:1.5;
	margin: 0;
	}
	
h2 {
	color: #828d5b;
	font-size:18px;
	margin:0;
	padding:0px;
	}
	
.listslyle li {
	list-style-image:url(../images/list-bullet.gif);
	}
	
#wrapper {
	position:relative;
	width:970px;
	margin:auto;
	}
	
#logo {
	background-image:url(../images/interface/logo.jpg);
	width:266px;
	height:99px;
	margin-top: 19px;
	}
	
#sideimages {
	position:absolute;
	width:200px;
	height:566px;
	margin:auto;
	top: 257px;
	left: 30px;
	}
	
#content {
	width: 683px;
	min-height:600px;
	padding-top:60px;
	}

#leftcolumn {
	width:266px;
	float:left;
	}
	
#rightcolumn {
	width:683px;
	float:right;
	}
	
#hometitle {
	position:relative;
	background-image:url(../images/title-welcome.gif);
	width:148px;
	height:77px;
	margin:auto;
	}
	
#aboutustitle {
	position:relative;
	background-image:url(../images/title-aboutus.gif);
	width:145px;
	height:77px;
	margin:auto;
	}
	
#tourtitle {
	position:relative;
	background-image:url(../images/title-tour.gif);
	width:88px;
	height:77px;
	margin:auto;
	}
	
#cidersclubtitle {
	position:relative;
	background-image:url(../images/title-cidersclub.gif);
	width:189px;
	height:77px;
	margin:auto;
	}
	
#ourciderstitle {
	position:relative;
	background-image:url(../images/title-ourciders.gif);
	width:199px;
	height:77px;
	margin:auto;
	}
	
#photogallerytitle {
	position:relative;
	background-image:url(../images/title-photosgallery.gif);
	width:227px;
	height:77px;
	margin:auto;
	}
	
#visitustitle {
	position:relative;
	background-image:url(../images/title-visitus.gif);
	width:119px;
	height:77px;
	margin:auto;
	}
	
#contactustitle {
	position:relative;
	background-image:url(../images/title-contactus.gif);
	width:189px;
	height:77px;
	margin:auto;
	}
	
#homepageapples {
	background-image:url(../images/homepage-apples.jpg);
	width: 266px;
	height: 237px;
	float: right;
	}
	
.ciderheaders {
	background-color:#feea75; 
	text-align:center; 
	font-weight:bold; 
	color:#000000;
	}
	
.inputfields {
	background-color:#ffffff;
	border:solid 1px #828d5b;
	color:#000000;
	}
	
#fieldsreq {
	position:relative;
	background-image:url(../images/title-fields-marked.gif);
	width:243px;
	height:38px;
	margin:auto;
	}
	
#bubblyclose {
	position:absolute;
	width:25px;
	height:35px;
	left:180px;
	top:40px;
	z-index: auto;
	}
	
#bubbly {
	position:absolute;  
	width:380px; 
	height:643px; 
	left: 428px; 
	top: 250px; 
	visibility: hidden;
	}	
	
#extradry {
	position:absolute;  
	width:380px; 
	height:643px; 
	left: 428px; 
	top: 250px; 
	visibility: hidden;
	}	
	
#sipper {
	position:absolute;  
	width:380px; 
	height:643px; 
	left: 428px; 
	top: 250px; 
	visibility: hidden;
	}	
		
.photogallery li {
	list-style: none;
	color:#000000;
	float:left;
	padding:10px;
	}
	
.photogallery img {
	border:solid 2px #b9cf7b;
	}
	
#tour-popup {
	position:absolute;
	width: 705px;
	height: 730px;
	left: 250px; 
	top: 159px;
	}
	
#tour-popup .img {
	border:solid 2px #bdc883;
	}
	
#tourclose {
	position:absolute;
	width:25px;
	height:35px;
	left:345px;
	top:60px;
	z-index: auto;
	}
	
#footertext {
	position:relative;
	width:970px;
	margin:80px auto 20px auto;
	height:52px;  
	text-align:center; 
	}
	
#footerLinks {
        width:674px;
        height:32px;
	list-style:none;
	margin:0px auto;
	padding:0px;
	}
	
#footerLinks li {
	float:left;
	}
	
#copyright {
        height:20px;
	font-size:10px;
	}
	
#copyright a {
        color:#000;
	font-weight:normal;
	font-size:10px;
	}
	
.floatLeft {float:left;}
.floatRight {float:right;}