@charset "UTF-8";
body  {
	font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:#cccc33 url(images/main-bg.jpg) no-repeat scroll center top;
	width:100%;
}


#container {
	width: 768px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	line-height: 16px;
} 


.twoColElsLt #sidebar1 {
	background: url(images/sidebar_bg.jpg) no-repeat;
	float: left;
	width: 200px;
	height:480px;
	padding: 0 25px 20px 20px;
}

.twoColElsLt #sidebar2 {
	float: left;
	width: 200px;
	height:150px;
	padding: 0 25px 20px 20px;
}

.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
}


.twoColElsLt #mainContent {
	float:left;
	width: 450px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

.twoColElsLt #mainContentFullWidth {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}



#main-img {
	height: 200px;
	width: 768px;
	clear: both;
} 

#logo {
	float:left;
	margin: 0;
	padding:0 20px;
}

/* Miscellaneous classes for reuse */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	
}
h1 {
	color: #cccc33;
	font-size: 30px;
	font-weight: lighter;
}
.twoColElsLt #container #mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#header {
	padding-bottom: 20px;
	height: 105px;
}

#menu {
	font-weight:bold;
	padding-top: 73px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
}

#menu a {
	color:#333333;
	text-decoration:none
}

#menu a:hover {
	color:#C1C428;
}


#footer {
	text-align:center;
	font-size: 10px;
	height: 60px;
	background: url(images/footer_bg.jpg) no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.mainColFullWidth {
	width:400px;
	background:#006600;
}

.navigation1 {
	list-style: none;
	margin-left: -20px;
}

.navigation1 li {
display: inline;
margin: 0 7px;
height: 0;
}

.navigation1 a:link, .navigation1 a:visited {
background: transparent;
color: #329;
}
.navigation1 a:hover {
background: transparent;
color: #c00;
}

.quotes_up {
background:url(images/quotes_up.jpg) no-repeat;
padding: 10px 20px 0 20px;
}

.quotes_dn {
	background: url(images/quotes_dn.jpg) right bottom no-repeat scroll;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.citation {
	font-size:14px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}

.product {
	padding:10px 60px
}

.productDescription {
	padding-top:10px;
}
	
.shopAddress {
	padding-top:10px;
	padding-left:10px;
}
	
.caption {
	font-size:10px;
	color:#999999;
	padding-left: 10px;
	margin: 0px;
}

.break {
	clear:both;
	background:url(images/wheat_break.gif) center no-repeat scroll;
	height:30px;
	padding:10px;
}

.line {
	background:url(images/wheat_linebreak.gif) center no-repeat scroll;
}

.linedn {
	background:url(images/wheat_linebreakdn.gif) center no-repeat scroll;
}
#sidebar1 ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: -40px;
	margin-bottom: 0;
	margin-left: -40px;
}
a {
	color: #333333;
}
a:hover {
	color: #CCCC33;
}
h2 a {
	text-decoration: none;
}
#footer p {
	margin-top:10px;
	color: #999999;
}

.focusField{
	border:solid 2px #73A6FF;
	background:#EFF5FF;
	color:#000;
}
.idleField{
	background:#EEE;
	color: #6F6F6F;
	border: solid 2px #DFDFDF;
}

.error {
display:block;
}

#contactForm fieldset {
	border:none;
}
#submit {
	margin-top: 10px;
}
#contactForm input {
	margin-bottom:10px;
}


label {
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #999999;
}

