@charset "UTF-8";
/* CSS Document */

h2 a {
	color: #000;
}

#nav {
	height: 66px;
}

#nav-content {
	height: 66px;
}
#welcome {
	position: relative;
	float: left;
	background: url(../images/site/fingerprint.jpg) no-repeat top right;
	width: 287px;
	height: 430px;
	top: -10px;
	margin: 0 5px;
}
#welcome h2 {
	background: url(../images/site/headingline-col1.jpg) no-repeat bottom left;
	width: 215px;
}
#welcome h3 {
	width: 215px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 14px;
}
#welcome p {
	width: 215px;
	color: #000;
	font-size: 1em;
}

.learnmorebutton {
	position: relative;
	display: block;
	background: url(../images/site/welcomebutton.png) no-repeat center top;
	width: 88px;
	height: 28px;
}
.learnmorebutton h4 {
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0 0;
}
.learnmorebutton h4 a {
	color: #fff;
}

#home-focus {
	position: absolute;
	display: block;
	background: url(../images/site/homepage-focus-withbox.png) no-repeat center top;
	width: 493px;
	height: 440px;
	top: -40px;
	left: 235px;
	z-index: 1;
}
#home-focus h2 {
	position: relative;
	top: 30px;
	background: url(../images/site/headingline-col2-focus.png) no-repeat center bottom; 
	margin-left: 12px;
}
#home-focus h2 a {
	color: #755AA6;
}
#home-focus img {
	position: relative;
	display: block;
	top: 28px;
	margin: 0 auto;
	border: 1px solid #333;
}

#home-focus-block-wrapper {
	position: relative;
	display: block;
	top: 28px;
	margin: 0 auto;
	border: 1px solid #333;
	width: 460px;
}

#featuredproducer {
	position: relative;
	display: inline;
	width: 235px;
	float: left;
	top: 40px;
	margin: 0 0 0 12px;
}
#featuredproducer h3 {
	font-size: 1.2em;
}
#featuredproducer p {
	color: #fff;	
}

#featuredproduct {
	position: relative;
	display: inline;
	float: right;
	top: 35px;
	width: 245px;
}
#featuredproduct h2 {
	position: relative;
	display: block;
	background: none;
	top: 0;
	color: #808080;
	font-size: .8em;
	margin: 8px 0 4px 14px;
	padding: 0;
}
#featuredproduct h3 {
	position: relative;
	display: block;
	font-size: .8em;
	text-transform: none;
	margin: 0 0 0 14px;
	padding: 0;
}
#featuredproduct img {
	position: relative;
	float: none;
	top: 0;
	margin: 8px 0 10px 14px;
}
#featuredproduct p {
	position: relative;
	float: none;
	color: #fff;
	margin: 0 0 0 14px;
}

#shopmore {
	position: relative;
	display: inline;
	float: right;
	background: url(../images/site/shopmoreproductsbutton.png) no-repeat top center;
	width: 138px;
	top: -30px;
	margin: 0 18px;
}
#shopmore h4 {
	font-size: .8em;
	text-align: center;
	text-transform: uppercase;
	margin: 6px 0;
}
#shopmore h4 a {
	color: #fff;
}
#shopmore p {
	margin: 8px 0 0 6px;
}

#blog {
	position: relative;
	display: inline;
	float: right;
	width: 230px;
	top: -10px;
	margin: 0 5px 0 0;
}
#blog h2 {
	background: url(../images/site/headingline-col1.jpg) no-repeat bottom left;
}


.blog-entries {
	background: url(../images/site/bodyline-horiz-col1.jpg) no-repeat bottom center;
	padding: 10px 0;
}
.blog-entries h4 {
	margin-top: 4px;
}

.sticky-with-img {
	height: 60px;
}

.sticky-with-img img {
	float: left;
	width: 50px;
	margin-right: 10px;
	height: 50px;
}

#getinvolved {
	position: relative;
	display: block;
	width: 729px;
}
#getinvolved .col1 {
	position: relative;
	display: inline;
	background: url(../images/site/featurebox.jpg) no-repeat top;
	width: 213px;
	height: 147px;
	padding: 10px;
	margin: 3px 5px;
}
#getinvolved .col1 h3 {
	margin: 8px 0 4px;
}
#getinvolved .col1 p {
	margin-bottom: 2px;
}
.col1 input {
	position: absolute;
	display: block;
	float: left;
	background: url(../images/site/newsletterbox.png) no-repeat center;
	width: 128px;
	height: 20px;
	border: none;
	padding: 4px 6px;
}
.col1 .button {
	position: absolute;
	display: block;
	float: right;
	right: 10px;
	background: url(../images/site/newsletterbutton.png) no-repeat center;
	width: 71px;
	height: 27px;
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
	margin: 0;
}
.col1 img{
	border: 1px solid #999;	
}
