/* CSS for Pitney Farm Shop - Created by Small Blue Information Systems */
/* Screen annd projector media */
/* 24/04/06 www.smallblue.net */

/* zero for everybody please */
* { padding:0px; margin:0px; }

/* pshift */
html { min-height: 100%; margin-bottom: 1px; }

body {
	background-color:#ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	text-align: left;
	color: #2B1119;
	/* background: #fdfbf1 url(../images/snowflakes.jpg) repeat; */
	background: #fdfbf1;
	
}

img {
	border: 0px;
	padding: 10px;
	align: middle;
}

table.address {
	margin-left:10px;
}

table.enviroment {
	margin-left:15px;
}

td.enviromenttd {
	padding-top: 5px;
}

td {
border: 1px solid #2B1119;
padding: 5px;
font-size: x-small;
}

form {
	margin: 10px;
}

img.borderpic{
	display: block;
	padding: 0px;
	border: 0px solid #2B1119;
	margin-left: 20px;

}

#holder {
	background-color:#ffffff;
	width: 760px;
	margin: 0px auto;
	border: 0px;
	display: block;
	padding-bottom: 23px;
	
	border: 1px solid #eee;
}



.addressbar {
	margin: 10px 10px 10px 10px;
	color: #999;
}

#content {
	background-color:#ffffff;
	width: 532px;
	display:block;
	color: #2B1119;
	margin-left: 210px;
	text-align:left;
	padding-left:5px;
}

#header {
    	width: 380px;
    	height: 90px;
    	border: 0px;
    	padding: 80px 0px 13px 220px;
    	margin-bottom: 13px;
		background: #fff url(../images/mast-head.gif) no-repeat;
}


#masthead {
	color: #888; 
	font-size: 40px;
	font-weight: lighter;
}

p {
	padding: 5px;
	padding-left: 15px;

	font-size: small;
}

blockquote {
	font-size: large;
	font-family: times;
	padding-left: 10px;
	padding-bottom: 20px;

}

.qb {
	font-weight: normal;
	font-style: italic;
	padding-top: 5px;
}

.event {
	color: #666699;
	font-weight: bold;
}

h2 {
	color: #7D885C;
	padding: 0px 5px 5px 5px;

	font-size: medium;
	font-weight: bold;
}

.caption {
	padding: 10px;
	padding-left: 25px;
	color: #555;
	font-size: font-size: 90%;
}




td {
	border: 0;
	font-size: small;
	padding: 0px;
}



ol {
		padding: 10px;
		margin-left: 25px;
	padding-left: 25px;
	padding-bottom: 25px;

	list-style-type: disc;
}

ul {
	padding: 10px;
	margin-left: 25px;
	padding-left: 25px;
	padding-bottom: 25px;

}

.menu {

	float: left;
	width: 126px;
		padding: 0px;
	margin: 0px;

}



.menu li {
	list-style-type: none;

}

.menu a {

	width: 80px;
	height: 37px;
	margin-left: 45px;
	padding-left: 40px;
	padding-top: 10px;
	display: block;
	font-weight: bold;
	font-size: normal;
	text-decoration: none;
	color: #2C6232;
	
	background-image: url(../images/flower.gif);
	background-repeat: no-repeat;
	

}

.menu a:hover {
	color: #926503;

	background-image: url(../images/hflower.gif);
	background-repeat: no-repeat;

}

#CurrentPage {
  	color: #B9431E;

	background-image: url(../images/cflower.gif);
	background-repeat: no-repeat;

}



.footer {
	margin: 0px auto;
	padding: 8px 5px 15px 5px;

	color: #666;
	font-size: 90%;
	font-weight: normal;
}




.floatleft {
	float: left;

}

.floatright {
	float: right;
}

.rightalign {
	text-align:right;
}

.leftalign {
	text-align:left;
}

.clearfix {
	clear: both;
}



a.footerlink {
	color: #666;
	text-decoration: none;
}

a.footerlink:visited {
	color: #666;
	text-decoration: none;
}

a.footerlink:hover {
	color: blue;
	text-decoration: underline;
}



a.main {
	color: #2C6232;
	text-decoration: none;
}

a.main:visited {
	color:#2C6232;
	text-decoration: none;
}

a.main:hover {
	color: #926503;
	text-decoration: underline;
}

hr {
	height: 1px;
	color: #eee;
	border: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

