

body {
	margin:0 auto;
	padding:0;
	background-color:#C5C9AB;
	background-image:url(../bullets/grass.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom left;
	font-family: arial, helvetica,sans-serif;
	font-size: 14px;
}

#indicator {
	margin: 0px auto;
	width: 1000px;
	color: #ff0000;
	font-weight: bold;
}
#errormsg {
	width: 900px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	color: #ff0000;
	background: transparent;
	font-weight: bold;
}

#container {
	margin: 15px auto;
	width: 1000px;
	background: #ffffff;
	border: solid 10px #ffffff;
}

#header {
	width: 998px;
	height: 398px;
	background: #254d35;
	border: solid #000 1px;
}

#logo {
	width: 300px;
	padding: 10px;
	color: #ffffff;
	float: left;
}
#logo img {
	margin-bottom: 15px;
}
#logo p {
	margin-left: 10px;
}
#logo p span.bold {
	color: #b7edcd;
	font-size: 13px;
	font-weight: bold;
}
#logo p span.normal{
	font-size: 13px;
	font-weight: 100;
}
#facebook {
	width: 280px;
	text-align: right;
}
#facebook  img:hover {
	opacity: 0.7;
}

#menubar {
	margin-top: 5px;
	width: 1000px;
	height: 40px;
	background: #ffffff url(../bullets/nav.png) top left no-repeat;
}

#content {
	margin: 20px;
}
#content p {
	line-height: 120%;
	letter-spacing: 2px;
	text-align: justify;
}	

#content ul li {
	line-height: 120%;
	letter-spacing: 2px;
}
#content h1 {
	color: #254d35;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
#content h2 {
	color: #7ea478;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content h3 {
	color: #254d35;
	padding-left: 20px;
}
#content p {
	padding: 20px;
	padding-top: 0px;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: 2px;
	color: #777;
}	
#content p.delivery {
	padding: 5px;
	padding-top: 0px;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: 2px;
	color: #777;
}	
table.delivery {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table.delivery td ul li {
	padding: 3px;
	letter-spacing: 2px;
	color: #777;
}
table.delivery td img {
	margin: 20px;
	border: solid #000 1px;
}

table.content {
	margin: 0px;
	padding: 0px;
	width: 990px;
	background: #fff;
	border: 0px;
	border-collapse: collapse;
}
table.content td.left {
	width: 650px;
	vertical-align: top;
	color: #777;
}
table.content td.left a {
	color: #aa0000;
}
table.content td.right {
	background: #ffffff;
	color: #fff;
	vertical-align: top;
	text-align: center;
	padding: 20px;
}
table.content td.specialleft {
	width: 800px;
	vertical-align: top;
	color: #777;
	background: #fff;
}
table.content td.specialleft a {
	color: #aa0000;
}
table.content td.specialright {
	background: #ffffff;
	color: #fff;
	vertical-align: top;
	text-align: center;
	padding: 20px;
}
table.content td.orderleft {
	width: 800px;
	vertical-align: top;
	color: #777;
	background: #eee;
	border: solid #999 1px;
}
table.content td.orderleft a {
	color: #aa0000;
}
table.content td.orderright {
	background: #ffffff;
	color: #fff;
	vertical-align: top;
	text-align: center;
	padding: 20px;
}

table.varieties {
	width: 780px;
	padding: 0px;
	border-collapse: collapse;
}
table.varieties td.var {
	border-right: solid #ff0000 1px;
}
table.varieties td.varlast {
	border-right: solid #fff 0px;
}

#slides { 
    margin: 0px auto; 
    position: relative; 
	 width: 698px;
	 height: 398px;
    padding: 0px; 
	 margin-right: 0px;
}
#slides > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

/* contact form */
#contactform {
	padding: 5px;
	padding-left: 0px;
	color: #777777;
}	
#orderform {
	padding: 0px;
	padding-left: 0px;
	color: #777777;
}	
#message {
	padding: 50px;
	color: #ff0000;
}
span.error {
	color: #ff0000;
}	
ol {
	list-style:none;
}
ol li {
	display:block;
	clear:both;
}
ol li label {
	display:block;
	margin:0;
	padding:6px 0 0 0;
}
.rq {
	background: #ddffdd;
}
span.required {
	color: #ff0000;
	font-weight: 900;
}
span.ccv {
	color: #ff0000;
	font-weight: 100;
	font-size: 12px;
}
/*
ol li select {
	display:block;
	margin:0;
	border:1px solid #c0c0c0;
	color: #999999;
	background: #ffffff
}
ol li input.text {
	width:400px;
	border:1px solid #c0c0c0;
	margin:0;
	padding:5px 2px;
	height:16px;
	background-color:#fff;
}
ol li textarea {
	width:400px;
	border:1px solid #c0c0c0;
	margin:0;
	padding:2px;
	background-color:#fff;
}
*/
ol li .send {
	margin:16px 0 0 0;
}
ol li .send:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.submitbtn {
	height: 28px;
	color: #000000;
    border: 1px solid #5789c7;
    background: #cccccc;
}
.submitbtn:hover {
	color: #ffffff;
   border: 1px solid #006;
   background: #7ea478;
}
#footerbar {
	width: 1000px;
	color: #ffffff;
	background: #254d35;
}
#footerbar table{
	width: 900px;
}
#footerbar table td {
	padding: 10px;
}
#footerbar table td img {
	padding: 3px;
}
#footerbar table td.shop {
	width: 200px;
	vertical-align: top;
	border-right: solid #fff 1px;
}
#footerbar table td.hours {
	width: 200px;
	vertical-align: top;
	border-right: solid #fff 1px;
}
#footerbar table td span {
	font-weight: 100;
	font-size: 12px;
}
#footerbar table td span.bold {
	font-weight: 900;
}
#footerbar span.bold {
	color: #b7edcd;
	font-weight: bold;
}
#footerbar span.normal{
	font-weight: 100;
}

#footer {
	clear: both;
	margin: 0px auto;
	width: 1000px;
	height: 50px;
	color: #ffffff;
	font-size: 11px;
}	

#footer table {
	width: 1000px;
}
#footer table td.copyright {
	width: 50%;
	text-align: left;
}
#footer table td.credits {
	width: 50%;
	text-align: right;
}
#footer table td.credits a {
	color: #ffffff;
	text-decoration: none;
}
#footer table td.credits a:hover {
	color: #000000;
}
