/*****************************************************************************/
/*Style Sheet for Redland Farm *************************************************/
/*Tony Settle ***************************************************************/
/*2007-03-01*****************************************************************/
/*****************************************************************************/

/* @import url("shopmenu.css"); */

Body 
{
	text-align: center; 
}

a:link {
	color:red;
	text-decoration: none;
}
a:visited {
	color:red;
	text-decoration: none;
}
a:hover {
	color:blue;
	text-decoration: none;
}
a:link.navlink {
	color:#770;
	text-decoration: none;
	font-size:1.2em;
}
a:visited.navlink {
	color:#770;
	text-decoration: none;
	font-size:1.2em;}
a:hover.navlink {
	color:green;
	text-decoration: none;
	font-size:1.2em;
}

a:link.menulink {
	color:yellow;
	text-decoration: none;
	font-size:1.2em;
}
a:visited.menulink {
	color:yellow;
	text-decoration: none;
	font-size:1.2em;}
a:hover.menulink {
	color:white;
	text-decoration: none;
	font-size:1.2em;
}


#OverallContent
{
	background-color: #E4EEB6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#348;
	margin: 0 auto; 
	width: 780px; 
	height:485px;
	text-align:justify;
	font-size:10pt;
	letter-spacing:0px;
	font-weight:500; 
	line-height:1.0em;
}

#CentrePanel
{
	border-style: solid;
	border-width:0px;
	border-color:red;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	height:255px;
	font-size:.8em;
	padding-top:107px;

}

#CentrePanel img
{
	float:right;
}


/*
#centerheader
{
	Font-weight:600;
	Font-size:1.4em;
	Text-align:center;
}
*/
#HomeButton
{
	text-align:center;
	font-size:1.2em;
}

#HomeButton a
{
	font-size:1.2em;
}

#MenuPanel
{
	border-style: solid;
	border-width:0px;
	border-color:yellow;
	width:99%;
	height:128px;
	text-align:center;
}

#MenuPanel img {
 border-width:5px;
 border-color:#afa;
 border-style:ridge;
}

#menubar01
{
	border-style: solid;
	border-width:0px;
	border-color:yellow;
	height:100px;
	margin-left:24px;
	float:left;
	width:126px;
}
#menubar02
{
	border-style: solid;
	border-width:0px;
	border-color:red;
	height:98px;
	margin-left:19px;
	float:left;
	width:132px;
}
#menubar03
{
	border-style: solid;
	border-width:0px;
	border-color:blue;
	height:98px;
	margin-left:18px;
	float:left;
	width:132px;
}
#menubar04
{
	border-style: solid;
	border-width:0px;
	border-color:blue;
	height:98px;
	margin-left:16px;
	float:left;
	width:132px;
}
#menubar05
{
	border-style: solid;
	border-width:0px;
	border-color:blue;
	height:98px;
	margin-left:17px;
	float:left;
	width:132px;
}

#Footer 
{
	border-style: solid;
	border-width:0px;
	border-color:red;
	width:90%;
	float:left;
}

img {
	border:0;
}


