@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body {
	background-color: #949494;
	background-image: url(../Images/backgroundHill2400.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	box-shadow: 0px 0px 2em 1em #666;
}
#pageHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	background-color: #759F3D;
}
#headerGraphics {
	position: relative;
	padding-left: 2%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 98%;
	height: auto;
}
#logoHeader {
	position: relative;
	float: left;
	width: 50%;
	max-width: 220px;
	height: 140px;
}
#rotator {
	display: none;
}
/* css for rotating images---start phone */
#rotating-item-wrapper {
	display: none;
}
/*.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}*/
/* css for rotating images---end phone */
#hours {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #FFF;
	text-align: center;
	display: block;
}
#hoursPhone {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #FFF;
	text-align: center;
	display: block;
	font-weight: bold;
}
#hours ul {
	text-shadow: 1px 1px 1px #333;
	margin-top: 0px;
}
#pageNavP {
	display: block;
	width: 100%;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: small;
	height: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #253C66;
	line-height: 1.2em;
}
#pageNavD {
	display: none;
	width: 100%;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: medium;
	height: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #253C66;
}
#pageNavP a, #pageNavD a{
	color: #FFF;
	text-decoration: none;
}
#pageNavP a:link, #pageNavD a:link{
	color: #FFF;
}
#pageNavP a:visited, #pageNavD a:visited{
	color: #FFF;
}
#pageNavP a:hover, #pageNavD a:hover{
	color: #F99F9D;
}
#pageNavP a:active, #pageNavD a:active{
	color: #ADD6D5;
}

#pageContent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
	background-color: #D4D4D4;
}
.contentMain {
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.contentMain h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;





	text-shadow:
	text-shadow: 0px 0px;
	text-shadow: 1px 1px 2px #446303;
	font-size: 1.8em;
	font-weight: bolder;
}
.contentMain h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-shadow:
	text-shadow: 0px 0px;
	text-shadow: .5px .5px 1px #446303;
}
.contentMain h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-shadow:
	text-shadow: 0px 0px;
	text-shadow: .5px .5px 1px #446303;
}
.contentMain p{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}
.productLeft{
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 1em;
	width: 100%;
	display: block;
	position: relative;
}
.productRight{
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 1em;
	width: 100%;
	display: block;
	position: relative;
}
.prodImgLeft{
	float: left;
	height: 8em;
	width: 12em;
	margin-right: 0.75em;
	position: relative;
	box-shadow: 1px 1px 1.5px 1.5px #737373;
}
.prodImgRight{
	float: right;
	height: 8em;
	width: 12em;
	margin-left: .75em;
	position: relative;
	box-shadow: 1px 1px 1.5px 1.5px #737373;
}
#pageFooter {
	clear: both;
	float: left;
	position: relative;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
	background-color: #759F3D;
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #2F5E00;
}
#footerInfo {
	clear: both;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #FFF;
	text-align: center;
	display: block;
	width: 60%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 2em;
}

#footerInfo ul, #hours ul {
	text-decoration: none;
	list-style: none;
}
#footerInfo h2 {
	text-shadow: 1px 1px 1px #333;
}
#copyright {
	width: 100%;
	height: auto;
	font-size: x-small;
	color: #FFF;
	text-align: center;
	position: relative;
}
#author {
	float: left;
	width: 50%;
	height: auto;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 1em;
	font-size: x-small;
	color: #CFF;
	text-align: left;
	position: relative;
}
#author a{
	color: #CFF;
	text-decoration: none;
}
.contactList {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: none;
	width: 100%;
	list-style: none;
	margin-top: -1em;
	margin-left: 0;
	font-weight: bold;
}
.contactList a, .contactList a:link, .contactList a:visited {
	text-decoration: none;
	color: #6B5C00;
	text-shadow: 0.5px 0.5px 0.5px #060;
}
.contactList a:hover, .contactList a:active{
	text-decoration: none;
	color: #FF6600;
	font-style: italic;
	font-weight: bold;
}
.contactList a:active{
	text-decoration: none;
	color: #FF6600;
	font-style: italic;
	font-weight: bold; 
}
.contactList a:visited{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
}
#map {
	float: left;
	margin-left: 0%;
	width: 100%;
	height: 300px;
	background-color: #000;
}
#suppliers {
	clear: both;
	float: left;
	position: relative;
	padding-bottom: 1em;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
}
.vendor {
	float: left;
	position: relative;
	width: auto;
	height: 75px;
	margin-left: 1em;
	margin-top: 1em;
}

}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pageHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logoHeader {
	position: relative;
	float: left;
	width: 220px;
	height: 140px;
}
/* css for rotating images---start tablet */
#rotating-item-wrapper {
	position: relative;
	width: 271px;
	height: 140px;
	margin-left: 14%;
}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
	box-shadow: 1px 1px 2px 2px #486226;
}
/* css for rotating images---end tablet */
#hours {
	font-size: small;
}
#pageNavP {
	display: none;
}
#pageNavD {
	display: block;
}
#pageContent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pageFooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footerInfo {
	width: 40%;
}
.contactList a:visited{
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
	position: relative;
	background-color: #E8E7CE;
}
#map {
	float: left;
	width: 100%;
	height: 300px;
	background-color: #000;
	position: relative;
}
#suppliers {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
.vendor {
	float: left;
	position: relative;
	width: auto;
	height: 75px;
}
}
/*+------------------------------------------++++++++-------------------------------------------------+*/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pageHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* css for rotating images---start desktop */
#rotating-item-wrapper {
    display: block;
	float: left;
	margin-left: 12%;
	width: 30%;
	height: 140px;
	position: relative;
	
	/*position: relative;
    width: 271px;
    height: 140px;*/
}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
	box-shadow: 1px 1px 2px 2px #486226;
}
/* css for rotating images---end desktop */
#hours {
	font-size: small;
}
#pageNavP {
	display: none;
}
#pageNavD {
	display: block;
}
#pageContent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.contactList {
	width 45%;	
}
#pageFooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footerInfo {
	width: 30%;
}
#map {
	float: left;
	width: 45%;
	height: 300px;
	background-color: #000;
}
#suppliers {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
	
}
