/* header layout */

body {
  background-color:#fff9cc;
	font: normal normal 12px Arial;
	color: #a1a296;
}

#container {
  width:100%;				 
	text-align:center;
}
#wrapper {
  height:717px;
  width:573px;
  margin-left:auto;
  margin-right:auto;
  background-image:url('../images/btmMainFrame.png');
  background-repeat:no-repeat;
	background-position:0px bottom;
}
#header {
  width:573px;
  height:240px;
  background-image:url('../images/logoImage.png');
  background-repeat:no-repeat;
  background-position: right;
}
#logo {
  float:left;
  background-image:url('../images/logo.png');
	width:239px;
	height:97px;
}
#grassBtm {
  position:absolute;
	top: 572px;
	margin: 47px 0px 0px 50px;
}

#grassBtm1 {
  position:absolute;
	top: 572px;
	margin: 0px 0px 0px -37px;
}

#grassBtm2 {
  width:55px;
	height:120px;
  position:absolute;
	top: 586px;
	margin: 0px 0px 0px 556px;
}

#grassMid {
  position:absolute;
	top: 227px;
}
/*body layout */
#bodyWrapper {
  height:auto;
  width:573px;
}
#bodyTopMainFrame{
  height: 36px;
  width: 573px;
  background-image:url('../images/topMainFrame.png');
  background-repeat:no-repeat;
}
#leftFrame{
  float:left;
  height:416px;
  width: 25px;
  background-image:url('../images/leftFrame.png');
  background-repeat:no-repeat;
}
#rightFrame{
  float:right;
  height:416px;
	width: 19px;
  background-image:url('../images/rightFrame.png');
  background-repeat:no-repeat;
}
#bodyText {
  float:left;
	height: 383px;
  width: 529px;
	/*background-image:url('../images/bodyGrad.gif');
  background-repeat:repeat y;
	background-attachment: fixed;
	background-position:0% top;*/
	scrollbar-face-color: #b0c29a; 
  scrollbar-highlight-color: #fef2a6; 
  scrollbar-shadow-color: #f5e78e; 
  scrollbar-3dlight-color: #a1a296; 
  scrollbar-arrow-color: #006300; 
  scrollbar-track-color: #fff8ca;
  scrollbar-darkshadow-color: #b0c29a; 
	overflow-y: auto;
	overflow-x: hidden; 
}
#menuBar {
  margin: -5px 0px 0px 0px;
  font: normal normal 32px Arial;
	letter-spacing: 1px;
	color: #006600;
}

.tag {
  margin:-12px 0 0 0;
  padding: 0 0 0 470px;
	font: normal normal 10px Arial;
	color: #a1a296;
}


/*text and decoration */
a:link {
	color:#006600;
	text-decoration:none;
}
a:visited {
  color:#006600;
	text-decoration:none;
}
a:hover {
  color:#a1a296;
	text-decoration:none;
}
a:active {
  color:#006600;
	text-decoration:none;
}
.largeB {
  font: normal bold 16px Arial;
	color: #006600;
}
h1 {
  font: normal normal 20px Arial;
	color: #006600;
}
h2 {
  font: normal bold 14px Arial;
	color: #006600;
}
h3 {
  font: normal normal 12px Arial;
	color: #a1a296;
}
/*menu items*/
.menuModule {
  width:100%;
	margin: 5 auto 5 auto;
}
.menuHeading {
	width:95%;
	clear:both;
	padding: 10px 0px 0px 0px;
}
.menuColumn {
  float:left;
  height: 62px;
	width:32%;
	padding: 0px 2px 0px 2px;
}
.menuColumn:hover { /* non IE */
  background-color: #fef2a6;
}
.menuPrice {
  font: normal bold 12px Arial;
	color: #a1a296;
}
.line1 {
  width:100%;
	height:24px;
	clear:both;
  background-image:url('../images/HorizontalLine1.png');
  background-repeat:no-repeat;
}
.line2 {
  width:100%;
	height:24px;
  clear:both;
  background-image:url('../images/HorizontalLine2.png');
  background-repeat:no-repeat;
}
/*contact page */

#map {
  padding: 20px 0px 0px 0px;
}
.form{
	margin:0 auto;
	width:400px;
	padding:14px;
}
#contact{
	}
	#contact h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#contact p{
		font-size:11px;
		color:#666666;
		margin-bottom:10px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#contact label{
	  margin: -4px 0 0 0;
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#contact .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#contact input{
		width:200px;
		margin:0 0 10px 15px;
	}
	
	#contact textarea{
		height: 75px;
		width:200px;
		margin:0 0 0 15px;
	}
	
	#contact .button{ 
	  margin:10px 0 0 47px;
	  width: 100px;
		clear:both;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}

/*misc */

label {
  float:left;
}

.floatL {
  float:left;
}

.floatR {
  float:right;
}

.clrR {
  clear:right;
}

.clrL {
  clear:left;
}

.frmW {
width: 80px;
}

/*about page */

#about {
  width:80%;
  margin: 10px 0px 0px 0px;
	margin-left:auto;
  margin-right:auto;
}

.aboutTbl {
  margin: 40px 0px 0px 0px;
  text-align:left;
	width: 100%;
}
