/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */


/* Class for clearing floats */
.clear {
	clear:both;
	/* Take padding/margins out for IE */
	padding:0;
	margin:0;
	visibility:hidden;
	display:block;
	}

/* Remove border around linked images */
img {
	border: 0;
}

body {
	background-color:#ffffff;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#container {
	margin:0 auto;
	position:relative;
	width:923px;
	}
	
#bannerLogo {
	margin:30px 0 0 28px;
	}
	
table {
	margin-left:50px;
	font-size:12px;
	line-height:1.5em;
	}
	

/* =Typography
-----------------------------------------------------------------------------*/	
p {
	line-height:1.65em;
	}
	
h1 {
	color:#D90033;
	font-size:13px;
	font-weight:bold;
	line-height:1.65em;
	}
	
h2 {
	color:#00682C;
	font-size:12px;
	font-weight:bold;
	}
	
h3 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}	
	
/* =Search Include
-----------------------------------------------------------------------------*/
#search {
	position:absolute;
	top:158px;
	right:20px;
	}
	
input {
border-color:#0f703a;
border-width:1px;
border-style:solid;
}

.submit {
color:#ffffff;
font-weight:bold;
background-color:#0f703a;
}

/* =footer
-----------------------------------------------------------------------------*/
#footer {
	width:873px;
	padding:0 25px;
	margin:5px 0 0 0;
	font-size:10px;
	}
	
.floatLeft {
	float:left;
	}
	
.floatRight {
	float:right;
	}

/* =footerNav
-----------------------------------------------------------------------------*/
#footerNav {
	width:923px;
	height:22px;
	background:url(../img/topNavBg.gif) repeat-x;
	}
	
#footerNav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#footerNav ul li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;	
	}
	
#footerNav ul li a {
	text-indent:-5000px;
	}
	
#footerNav ul li a:link, #footerNav ul li a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
}

#footerNav ul li a:hover, #footerNav ul li a:active, /* for IE 'flicker' on rollover */ #footerLeft, #footerHome, #footerLinks, #footerMail, #footerCalc, #footerTree, #footerRight {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
}

#footerLeft a, #footerLeft {
	height:22px;
	width:76px;
	background:url(../img/footerLeft.jpg) no-repeat;
	}
	
#footerHome a, #footerHome {
	height:22px;
	width:98px;
	background:url(../img/footerHome.jpg) no-repeat;
	}
	
#footerLinks a, #footerLinks {
	height:22px;
	width:100px;
	background:url(../img/footerLinks.jpg) no-repeat;
	}
	
#footerMail a, #footerMail {
	height:22px;
	width:205px;
	background:url(../img/footerMail-off.jpg) no-repeat;
	}

#footerCalc a, #footerCalc {
	height:22px;
	width:219px;
	background:url(../img/footerCalc.jpg) no-repeat;
	}

#footerTree a, #footerTree {
	height:22px;
	width:151px;
	background:url(../img/footerTree.jpg) no-repeat;
	}
	
#footerRight a, #footerRight {
	height:22px;
	width:74px;
	background:url(../img/footerRight.jpg) no-repeat;
	}


/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav {
	padding:0;
	width:923px;
	height:22px;
	background:url(../img/topNavBg.gif) repeat-x;
	}
	
#mainNav ul li a:hover, #mainNav ul li a:active, /* for IE 'flicker' on rollover */ #about, #products, #recipes, #documents, #samples, #contact {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
}

/* link heights corresponds with image height */
.navButton, .navButton:visited {
	height:22px;
	position:relative !important;
	}
	
/* rollovers are background position so that no preloading is necessary */
.navButton span, .navButton:visited span {
	background-position:top;
	}

.navButton:hover span, .navButton:focus span, .navButton:visited:hover span, .navButton.udmR span, .navButton.udmR:visited span, .navButton:active span {
	background-position:bottom;
	}
	
/* span is same dimensions as link and positioned to superimpose */
.navButton span, .navButton:visited span {
	display:block;
	height:22px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-repeat:no-repeat;
	}

/* link and list-item widths correspond with image widths */
#about, #aboutButton, #aboutButton:visited {
	width:118px;
	}
	
#products, #productsButton, #productsButton:visited {
	width:136px;
	}
	
#recipes, #recipesButton, #recipesButton:visited {
	width:130px;
	}
	
#documents, #documentsButton, #documentsButton:visited {
	width:234px;
	}
	
#samples, #samplesButton, #samplesButton:visited {
	width:170px;
	}
	
#contact, #contactButton, #contactButton:visited {
	width:135px;
	}
	
/* button images are span background images */
#aboutButton span, #aboutButton:visited span {
	background-image:url(../img/navAbout.jpg);
	}

#productsButton span, #productsButton:visited span {
	background-image:url(../img/navProducts.jpg);
	}
	
#recipesButton span, #recipesButton:visited span {
	background-image:url(../img/navRecipes.jpg);
	}
	
#documentsButton span, #documentsButton:visited span {
	background-image:url(../img/navDocuments.jpg);
	}
	
#samplesButton span, #samplesButton:visited span {
	background-image:url(../img/navSamples.jpg);
	}
	
#contactButton span, #contactButton:visited span {
	background-image:url(../img/navContact.jpg);
	}	

	
/* body tag */

#home #footerHome a:link, #home #footerHome a:visited, #home #footerHome a:hover, #home #footerHome a:active, #home #footerHome,

#aboutB #aboutButton span a:link, #aboutB #aboutButton span a:visited, #aboutB #aboutButton span a:hover, #aboutB #aboutButton span a:active, #aboutB #aboutButton span,

#recipesB #recipes span a:link, #recipesB #recipes span a:visited, #recipesB #recipes span a:hover, #recipesB #recipes span a:active, #recipesB #recipes span,

#productsB #products span a:link, #productsB #products span a:visited, #productsB #products span a:hover, #productsB #products span a:active, #productsB #products span,

#documentsB #documents span a:link, #documentsB #documents span a:visited, #documentsB #documents span a:hover, #documentsB #documents span a:active, #documentsB #documents span,

#samplesB #samples span a:link, #samplesB #samples span a:visited, #samplesB #samples span a:hover, #samplesB #samples span a:active, #samplesB #samples span,

#contactB #contact span a:link, #contactB #contact span a:visited, #contactB #contact span a:hover, #contactB #contact span a:active, #contactB #contact span,

#footerLinksB #footerLinks a:link, #footerLinksB #footerLinks a:visited, #footerLinksB #footerLinks a:hover, #footerLinksB #footerLinks a:active, #footerLinksB #footerLinks,

#footerMailB #footerMail a:link, #footerMailB #footerMail a:visited, #footerMailB #footerMail a:hover, #footerMailB #footerMail a:active, #footerMailB #footerMail,

#footerCalcB #footerCalc a:link, #footerCalcB #footerCalc a:visited, #footerCalcB #footerCalc a:hover, #footerCalcB #footerCalc a:active, #footerCalcB #footerCalc

 {
	cursor:default;
	background-position:bottom;
	}
