/*

		text gray				#71746B;
		border gray				#7F827A;
		background green		#B3D66E;
		footer green			#67A643;
		carrot orange			#F7931D;
		apple red				#EE1C23;
		
*/

BODY {
	background-color: #B3D66E;
	font-size : 12px;
	color: #71746B; 
	font-family: sans-serif, Arial;
	margin: 10px;
	padding:  10px;
	height: 100%;
	width: 100%;
	text-align: center;
	
}

A:link  		{	color: #67A643;	text-decoration : underline;	}
A:active  	{	color: #67A643;	text-decoration : underline;	}
A:visited  	{	color: #67A643;	text-decoration : underline;	}
A:hover  	{	color: #F7931D;	text-decoration : none;			}


/*	H1 tags are only used on the register page */
H1 {	color: #67A643;	font-weight: 300;	 font-size: 16px;	}


.outerTable {
	border: #7F827A solid 1px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

.home_outerTable {
	border: #7F827A solid 1px;
	background-color: #FFFFFF;
	/* background: url(../images/home_background.jpg) #FFFFFF no-repeat top; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 674px;
}

DIV.home_content_container {
	background: url(../images/home_content_background.gif) #FFFFFF no-repeat top right;
	width: 407px;
	height: 364px;
	
}

DIV.home_content_copy {
	margin-left: 65px;	/* originally 70px, but the ragging was messed up */
	margin-top: 55px;
	margin-right: 100px;

	font-size : 12px;
	color: #71746B; 
	font-family: sans-serif, Arial;
	text-align: right;
	
}


/*	###############	home page fruit: 	begin */

DIV.home_content_fruit {
	width: 266px;
	height: 473px;
	position: relative;
}

DIV.home_banana {
	position: absolute;
	top: 0px;
	left: 60px;
}

DIV.home_strawberry {
	position: absolute;
	top: 94px;
	left: 0px;
}

DIV.home_kiwi {
	position: absolute;
	top: 135px;
	left: 116px;
}

DIV.home_carrot {
	position: absolute;
	top: 260px;
	left: 0px;
}

DIV.home_apple {
	position: absolute;
	top: 344px;
	left: 72px;
}

/*	###############	home page fruit: 	end */

.footer {
	background-color: #67A643;
	color: #FFFFFF;
	font-weight: 700;
	font-size : 11px;
	text-align: left;
	width: 100%;
}

.footerSpacing {
	background-color: #FFFFFF;
	width: 100%;
	height: 13px;
}
.footerOtherLinks {
	text-align: right;
}

A.footerLink:link  		{	color: #FFFFFF;	text-decoration : none;	}
A.footerLink:active  	{	color: #FFFFFF;	text-decoration : none;	}
A.footerLink:visited  	{	color: #FFFFFF;	text-decoration : none;	}
A.footerLink:hover  		{	color: #FFFFFF;	text-decoration : underline;			}


.table_nospace {
	margin: 0px;
	padding:  0px;
	border: 0px;
}

.leftNav {
	width: 91px;
	text-align: right;
	vertical-align: top;
	padding-top: 35px;
}

.vertRule {
	background-image: url(../images/vert_rule_repeat.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	width: 22px;
	height: 100%;
	min-height: 500px;
	vertical-align: top;
	
}

.contentSection {
	width: 540px;
	vertical-align: top;
	text-align: left;
	margin: 0px 20px 5px 7px;
}

.headline {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}

DIV.contentMargins {
	margin: 30px;
	position: relative;
}

DIV.contentMargins IMG {
	margin: 15px 15px 15px 0px;
	position: relative;
}

DIV.contentMargins_products {
	margin: 30px;
	position: relative;
}

DIV.contentMargins_products IMG {
	margin: 15px 15px 15px 0px;
}

.introPara {
	font-weight: bold;
	padding-left: 11px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

A.productHeading	{	color: #67A643;	text-decoration : none;	}
/*
A.productHeading:link  		{	color: #67A643;	text-decoration : none;	}
A.productHeading:active  	{	color: #67A643;	text-decoration : none;	}
A.productHeading:visited  	{	color: #67A643;	text-decoration : none;	}
A.productHeading:hover  	{	color: #67A643;	text-decoration : none;	}
*/

.warning {
	color: #EE1C23;
	font-weight: 700;
}

.greenBoldText {
	color: #67A643;	
	font-weight: 700;
}

.greenText {
	color: #67A643;	
}

.textFields {
	border: #71746B solid 1px;
}

SPAN.productData {
	margin-top: 0px;
	display: block;
}

.products {
	margin-top: 0px;
	margin-left: 6px;
}

.products_outofseason {
	font-weight: 700;
}

.tomNotes {
	background-color: yellow;
	color: red;
	font-weight: bold;
}

.cartHeader {
	font-style: italic;
}

.cart_altRow {
	background-color: #D3E7AA;
}

.required {
	color: #EE1C23;
}

A.orderformLINK:link  		{	color: #F7931D;	text-decoration : none;	}
A.orderformLINK:active  	{	color: #F7931D;	text-decoration : none;	}
A.orderformLINK:visited  	{	color: #F7931D;	text-decoration : none;	}
A.orderformLINK:hover  		{	color: #67A643;	text-decoration : underline;			}

P.outOfTownMessage {
	font-weight: 700;
}

