body {
	background-color: #fff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #006699;
}


a:link {
	text-decoration: underline;
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #FA6C15;
}
a:active {
	text-decoration: underline;
	color: #006699;
}


/* Quality Plants grown in the UK tag line */
.TagLine {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006699;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-right: 15px;
	text-align: right;
}


/* Main Top Navigation */
#navlist
{
	margin:0px 0px 0px 8px;
	padding:0px;
	background: url(images/blue-banner-thin.jpg);
}
#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navlist a:link, #navlist a:visited
{
	display:block;
	float: left;
	color: #fff;
	background:url(images/blue-banner-thin.jpg);
	padding: 3px 15px 3px 15px;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	background: white;
	color: #fff;
	background:url(images/blue-banner-thin-over.jpg);
}
#navlist a:hover 
{ 
	color: #fff; 
	background:url(images/blue-banner-thin-over.jpg);
}
/* Main Top Navigation */



/*login Navigation */
#navlist2
{
	margin:0px 0px 0px 8px;
	padding:0px;
	background: url(images/orange-banner-thin.jpg);
}
#navlist2 ul, #navlist2 li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navlist2 a:link, #navlist2 a:visited
{
	display:block;
	float: left;
	color: #fff;
	background:url(images/orange-banner-thin.jpg);
	padding: 3px 19px 3px 19px;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
#navlist2 a:link#current, #navlist2 a:visited#current, #navlist2 a:hover
{
	background: white;
	color: #fff;
	background:url(images/orange-banner-thin-over.jpg);
}
#navlist2 a:hover 
{ 
	color: #fff; 
}
/* login Navigation */



/* Footer */
.oysterlink 
{
	font-size: 10px
}
/* Footer */



/* Home text area */
#home_text {
	padding-right: 10px;
	padding-left: 10px;
}
/* Home text */



/* Right text area */
#right_text {
	padding-right: 10px;
	padding-left: 20px;
}
/* Right text area*/



/* Font Styles */
.orange {color: #FF6600}

.heading1, h1 {
    font-size: 24px;
    color: #999999;
    font-weight: bold;
    line-height: normal;
}

.heading2, h2 {
    font-size: 17px;
    color: #FF6600;
    font-weight: bold;
    line-height: normal;
}

.heading3, h3 {
    font-size: 17px;
    color: #006699;
    font-weight: bold;
    line-height: normal;
} 
/* Font Styles */



.bodywhite {
	color: #FFFFFF;
	font-size: 13;
	line-height: 16px;
}
