/* The Forbidden Corner Styles */

/* Main colours used */
/*
Light green grass: #009900
Lime Green headings: #b8ff00
Footer text: #56602b
Standard Text: #000000
*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0px;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;

	}
	
h3 {
	font-family: "Times New Roman", Times, serif;

	}
	
h4 {
	font-family: "Times New Roman", Times, serif;

	}
	
a:link.bigLink,
a:visited.bigLink,
a:active.bigLink {
	text-decoration: none;
	color: #009800;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 30px
	}
	
a:hover.bigLink {
	text-decoration: underline;
	font-size: 12px;
	color: #009800;
	font-weight: bold;
	margin-bottom: 30px;
	}	
div#footer {
	position: relative;
	margin: 0 auto;
	padding-top: 22px;
	width: 799px;
	color: #56602b;
	font-size: 11px;
	}
	
div#footerLeft {
	float: left;
	width: 560px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	border-top: 1px #56602b solid;
	}
	
div#footerRight {
	float: left;
	width: 239px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	border-top: 1px #56602b solid;
	}
	
#footerLeft a:link,
#footerRight a:link,
#footerLeft a:active,
#footerRight a:active,
#footerLeft a:visited,
#footerRight a:visited {
 	color: #56602b;
	text-decoration: none;
	}
	
.clearboth {
	clear: both;
	}

/* FOR PRICE MATRIX */
.priceSelector
{
	width: 150px; 
	float: left; 
	border: solid 1px #c7d92b; 
	text-align: center; 
	background-color: #e4f173;
	margin-right: 27px;
}
.priceSelector:hover
{
	width: 150px; 
	float: left; 
	border: solid 1px black; 
	text-align: center; 
	background-color: #e4f173;
	margin-right: 27px;
}
.priceSelectorS
{
	width: 150px; 
	float: left; 
	border: solid 1px black; 
	text-align: center; 
	background-color: #e4f173;
	margin-right: 27px;
	font-weight: bold;
}




