/* -------------------------------------------------------------- 
  
	CSS Reset
	
	Based on work by Eric Meyer:
	* meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1; background: #fff }

/* remember to define focus styles! */
:focus { outline: 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* -- @General ------------------------------------------- */

body{ 
	background:url('../img/barSky_bg.gif') 0 0 repeat-x; 
	font:12px/20px 'Lucida Grande', Verdana, sans-serif;
	color:#000;
}
ul{ list-style:none; }
a {color:#3b61a0;font-weight:bold;}
a:hover {text-decoration:none;}
.clear{ clear:both; }

.error {color: #b11212;}

/* -- @Main Navigation ------------------------------------------- */

ul#main-nav{
	float:right;
	background:url('../img/mNav_bg.jpg') 0 0 no-repeat;
	width:489px;
	height:57px;
	margin-top:20px;
}
ul#main-nav li{
	float:left;
	margin:15px 19px 0 0;
}
ul#main-nav li.end {
	margin-right:0;
}
ul#main-nav li a {
	display:block;
	text-indent:-9999px;
	margin-bottom:5px;
}
ul#main-nav li a.products {
	background:url('../img/mNav_bg.jpg') 0 -15px no-repeat;
	width:85px;
	height:30px;
	/*margin-right:19px;*/
}
ul#main-nav li a.products:hover,
ul#main-nav li.over a.products {
	background:url('../img/mNav_bg.jpg') 0 -72px no-repeat;
	width:85px;
	height:30px;
}
ul#main-nav li a.resources {
	background:url('../img/mNav_bg.jpg') -104px -15px no-repeat;
	width:154px;
	height:30px;
	/*margin-right:22px;*/
}
ul#main-nav li a.resources:hover,
ul#main-nav li.over a.resources {
	background:url('../img/mNav_bg.jpg') -104px -72px no-repeat;
	width:154px;
	height:30px;
}
ul#main-nav li a.about-us {
	background:url('../img/mNav_bg.jpg') -280px -15px no-repeat;
	width:90px;
	height:30px;
	/*margin-right:19px;*/
}
ul#main-nav li a.about-us:hover,
ul#main-nav li.over a.about-us {
	background:url('../img/mNav_bg.jpg') -280px -72px no-repeat;
	width:90px;
	height:30px;
}
ul#main-nav li a.contact-us {
	background:url('../img/mNav_bg.jpg') -389px -15px no-repeat;
	width:100px;
	height:30px;
}
ul#main-nav li a.contact-us:hover,
ul#main-nav li.over a.contact-us {
	background:url('../img/mNav_bg.jpg') -389px -72px no-repeat;
	width:100px;
	height:30px;
}

/* Second tier */
ul#main-nav li ul {
	position: absolute;
	display:none;
	left:auto; 
	background-color:#fff;
	border:1px solid #b1bed4;
	padding:5px 0 5px 16px;
	width:220px;
    z-index:10;
}
ul#main-nav li.end ul {
    margin-left: -138px;
}
li>ul{
	top:auto;
	left:auto;
}
ul#main-nav li:hover ul, ul#main-nav li.over ul { 
	display:block;
}
ul#main-nav li ul li {
	float:none;
	margin:4px 0;
}
ul#main-nav li ul li a {
	text-indent:0;
	margin:0;
	color:#3b61a0;
	font-weight:bold;
	text-decoration:none;
}
ul#main-nav li ul li a:hover{
	text-decoration:underline;
}

/* Inline Products Navigation */
ul#main-nav li ul.products {
    padding: 0 6px;
}
ul#main-nav li ul.products li.subhead {
    padding: 14px 0 0 6px;
    background: url("../img/hr.gif") top left repeat-x;
}
ul#main-nav li ul.products li.subhead-first {
    margin-top: 0;
    background: none;
}
ul#main-nav li ul.products li.subhead h4 {
    font-size: 14px;
    font-weight: bold;
}
ul#main-nav li ul.products li.subhead ul.inline {
    position: static;
    background: none;
    border: 0;
    padding: 0 0 5px 6px;
    width: 208px;
}


/* -- @Video Selector------------------------------------------- */
#video-selector{
    text-align:center;
}
#select-video{
    width:280px;
}



/* -- @Breadcrumb ------------------------------------------- */

ul#breadcrumbs{
	float:left;
	margin:0 0 5px 10px;
}
ul#breadcrumbs li{
	float:left;
	font-size:11px;
	margin-right:7px;
	color:#3e63a2;
}
ul#breadcrumbs li a{
	color:#3e63a2;
	font-weight:bold;
	text-decoration:none;
}
ul#breadcrumbs li a:hover{
	text-decoration:underline;
}

/* -- @Footer Navigation ------------------------------------------- */

ul#footer-nav{
	width:345px;
	height:24px;
	margin:0 auto;
}
ul#footer-nav li{
	float:left;
}
ul#footer-nav li a{
	display:block;
	text-indent:-9999px;
}
ul#footer-nav li a.privacy{
	background:url('../img/fNav_bg.png') 0 0 no-repeat;
	width:102px;
	height:24px;
	margin-right:5px;
}
ul#footer-nav li a.privacy:hover{
	background:url('../img/fNav_bg.png') 0 -24px no-repeat;
	width:102px;
	height:24px;
}
ul#footer-nav li a.terms{
	background:url('../img/fNav_bg.png') -107px 0 no-repeat;
	width:137px;
	height:24px;
	margin-right:5px;
}
ul#footer-nav li a.terms:hover{
	background:url('../img/fNav_bg.png') -107px -24px no-repeat;
	width:137px;
	height:24px;
}
ul#footer-nav li a.press-room{
	background:url('../img/fNav_bg.png') -249px 0 no-repeat;
	width:91px;
	height:24px;
	margin-right:5px;
}
ul#footer-nav li a.press-room:hover{
	background:url('../img/fNav_bg.png') -249px -24px no-repeat;
	width:91px;
	height:24px;
}
ul#footer-nav li a.compliance{
	background:url('../img/fNav_bg.png') -345px 0 no-repeat;
	width:114px;
	height:24px;
}
ul#footer-nav li a.compliance:hover{
	background:url('../img/fNav_bg.png') -345px -24px no-repeat;
	width:114px;
	height:24px;
}

/* -- @LeftSide Navigation ------------------------------------------- */

#side-nav{
	float:left;
	width:229px;
}
#side-nav h3{
	background-color:#3b61a0;
	color:#fff;
	font-size:18px;
	width:217px;
	padding:15px 0 15px 10px;
	font-weight: bold;
}
#side-nav li{
	margin:0;
	padding:0;
}
#side-nav li a{
	display:block;
	width:217px;
	padding: 4px 0 4px 10px;
	text-decoration:none;
}
#side-nav li a:hover {
	background:url('../img/sNavLinkHover_bg.gif') 0 0 no-repeat;
	text-decoration:none;
}
#side-nav li.active a {
	background:url('../img/sNavLinkHover_bg.gif') 0 0 no-repeat;
	text-decoration:none;
	color:#000;
}
#side-nav li.active ul{
	background-color:#f9fafc;
	border-bottom:1px solid #d0d8e5;
	width:227px;
}
#side-nav li.active ul li a{
	padding-left:20px;
	width:209px;
	color:#3b61a0;
}
#side-nav li.active ul li a:hover,#side-nav li.active ul li a.active{
	background:url('../img/rNavArrow.gif') 10px 12px no-repeat;
	color:#000;
}
#side-nav li.active ul li a{
	background:none;
	
}
a.visit-trimerit{
	display:block;
	width:153px;
	height:27px;
	text-indent:-9999px;
	background:url('../img/visitTriMerit_btn.gif') 0 0 no-repeat;
}
a.learn-more{
	margin: 25px 0;
	display:block;
	width:106px;
	height:27px;
	text-indent:-9999px;
	background:url('../img/learn-more-btn.gif') 0 0 no-repeat;
}
/* -- @Right Sidebar ------------------------------------------- */

#right-sidebar{
	float:right;
	width:220px;
}
.right-callout{
	width:218;
	border:1px solid #afa275;
	background-color:#f3f1eb;
	margin-bottom:11px;
}
.right-callout-inner{
	border:1px solid #fff;
	background:url('../img/rCallout_bg.gif') 0 bottom no-repeat;
	padding: 15px 13px;
}
.right-callout-inner h3{
	color:#455a21;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	margin-bottom:8px;
}
.right-callout-inner p{
	text-align:center;
	line-height:16px;
	margin: 8px 0;
}
.right-callout-inner a{
	display:block;
	margin:15px auto 0 auto;
	background:url('../img/rCalloutBtn_bg.gif') 0 0 no-repeat;
	width:188px;
	height:40px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	line-height:37px;
}
.right-callout-inner a:hover{
	background:url('../img/rCalloutBtn_bg.gif') 0 -40px no-repeat;
}

/* -- @Structure ------------------------------------------- */

#head, #content-wrap, #footer-content{
	width:960px;
	margin:0 auto;
}
#head{
	height:101px;
	background:url('../img/header_bg.jpg') 0 0 no-repeat;
}
a.logo{
	display:block;
	position:absolute;
}
#content-wrap{
	clear:both;
	background:url('../img/cloud_bg.jpg') 0 0 no-repeat;
	width:960px;
	min-height: 430px;
	padding-top:8px;
	margin-bottom:40px;
}
#content{
	clear:both;
	width:940px;
	margin:0 auto;
}
#footer{
	background:#cac0a2 url('../img/fPattern_bg.jpg') 0 0 repeat-x;
	width:100%;
	border-top:1px solid #6d5f36;
}
#tree-foot{
	background:url('../img/trees.gif') 0 0 no-repeat;
	background-position:center;
	width:100%;
	height:42px;
	clear:both;
	margin-top:25px;
}
#footer-wrap{
	background:url('../img/cows.gif') 0 5px no-repeat;
	width:960px;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:25px;
}
#footer-wrap img{
	margin-top:25px;
}
#footer-wrap p{
	text-align:center;
	color:#5a4c28;
	font-size:11px;
	margin-top:10px;
}

/* -- @Body generic styles ------------------------------------------- */

#body ul{
	list-style:disc;
	color:#3b61a0;
	line-height: 20px;
	margin-left: 14px;
}
#body ul span{/* Used to make the text black and disc blue */
	color:#000;
}
#body ol{
	color:#3b61a0;
	line-height: 20px;
	margin-left:18px;
}
#body ol span{/* Used to make the text black and number blue */
	color:#000;
}
#body li {
	margin: 10px 0;
}

table{
	border:1px solid #aebbd2;
	padding: 5px;
}
th{
	background-color:#3b61a0;
	text-align:left;
}
tr.odd{
	background-color:#f9f8f5;
}


/* -- @Container ------------------------------------------- */

#container{
	width:707px;
	border:1px solid #aebbd2;
	float:left;
}
#container-wrap{
	border:1px solid #fff;
	background:#fff url('../img/container_bg.gif') 0 0 repeat-y;
}

#body,#title{
	margin-left:230px;
}
#title h1{ 
	color:#455a21;
	font-size:18px;
	font-weight: bold;
	line-height:25px;
	background-color:#f3f1eb;
	padding:15px 12px;
	border-bottom:1px solid #fff;
}
#body{
	border-top:1px solid #aebbd2;
	padding:5px 12px 15px 12px;
}
#body p{
	margin: 15px 0;
	line-height: 20px;
}
#body h2{
	color:#455a21;
	font-size:16px;
	font-weight: bold;
	margin:15px 0;
	line-height: 20px;
	text-transform: capitalize;
}
#body h3 {
    margin: 15px 0;
    font-size:14px;
	color:#3b61a0;
    font-weight: bold;
}

#body h4 {
    margin: 15px 0;
    font-size:12px;
	color:#000;
    font-weight: bold;
}

ul#product-grid{
	width:450px;
	list-style:none;
	color:#000;
	float:left;
	margin: 5px 0 10px 0;
}
ul#product-grid li{
	float:left;
	width:205px;
	padding-right:15px;
	margin-bottom:25px;
}
ul#product-grid li.right{
	padding-left:15px;
	padding-right:0;
	border-left:1px solid #aebbd2;
	margin-left: -1px; /* negative one to collapse border to left */
}
ul#product-grid li.left{
	border-right:1px solid #aebbd2;
}
ul#product-grid li.divider {
	width:450px;
	display:block;
	height:0;
	margin:0;
	padding:0;
}
ul#product-grid h3{
	margin:6px 0 8px 0;
	line-height:16px;
}
ul#product-grid h3 a{
	font-size:14px;
	color:#3b61a0;
	text-decoration:none;	
}
ul#product-grid h3 a:hover{
	text-decoration:underline;
}
ul#product-grid p{
	line-height:16px;
	margin: 8px 0 6px 0;
}

#video-content{
	background:url('../img/vidPlayer_bg.png') 0 0 no-repeat;
	width:688px;
	height:388px;
	margin:0 auto;
	padding:45px 0 0 48px;
    position:relative;
    z-index:0;
}
#video-container h1 {
	font-size: 18px;
	color:#fff;
	width: 590;
	padding-top: 20px;
	margin: 15px 20px;
}
#video-container p {
	color:#fff;
	width: 560px;
	margin: 15px 20px;
	font-weight: bold;
	line-height: 20px;
}
#video-new{
    position:absolute;
    height:148px;
    width:148px;
    top:23px;
    right:26px;
}

/* -- @Home page ------------------------------------------- */
#home-products{
	float:left;
	border:1px solid #b1bdd4;
	width:707px;
	padding-bottom: 15px;
	background:url('../img/hBlueWhiteGradient_bg.gif') 0 bottom repeat-x;
	height:220px;
}
#home-products-inner{
	border:1px solid #fff;
	padding:15px 0;
}
#home-products-inner p{
	line-height:16px;
	margin: 8px 0;
}
#home-products-inner a{
	text-decoration:none;
}
#home-products-inner a:hover{
	text-decoration:underline;
}
#home-products h2{
	background-color:#3b61a0;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	padding:15px 0 15px 10px;
	border:1px solid #fff;
}
#home-products-inner div{
	margin-left: -1px;
	float:left;
	border-right:1px solid #d6dde8;
	border-left:1px solid #d6dde8;
	width:155px;
	padding:0 10px;
}
#home-products h3{
	color:#3b61a0;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:8px;
}
#home-products-inner div.left{
	border-left:0;
}
#home-products-inner div.right{
	border-right:0;
}
#body .contact fieldset div.form-item {
    clear: both;
    margin: 10px 0;
	color:#000;
	display: block;
	min-height: 30px;
}
#body .contact fieldset div.form-button {
	padding: 15px 0 0 135px;
}
#body .contact fieldset div.form-button input {
    margin-right: 10px;
    padding: 0;
    width: auto;
}
fieldset div.form-item label {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
	width:135px;
	text-align:right;
}
fieldset div.form-item input, 
fieldset div.form-item textarea {
    float: left;
	width:280px;
	padding:3px;
}
fieldset div.form-checkitem {
	margin: 0 0 0 135px;
	padding: 5px 0;
	clear: left;
}
fieldset div.form-checkitem input {
	float:left;
}
fieldset div.form-checkitem label {
	width: 275px;
	display: block;
	line-height: 16px;
	float:left;
}
fieldset div.form-list-group {
	margin: 40px 0 35px 0; 
	clear: both;
}

fieldset div.form-list-group p {
	padding: 0 0 0 135px;
}

.form-left{
	float:left;
	width:140px;
	text-align:right;
}
.form-right{
	float:right;
	width:290px;
}


/* -- @Press Room styles ------------------------------------------- */

.press-release-preview {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #aebbd2;
}

.press-release-preview-last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.press-release-preview h3 a,
.press-release-preview-last h3 a {
	text-decoration: none;
	text-transform: capitalize;
}

.press-release-preview h3 a:hover,
.press-release-preview-last h3 a:hover {
	text-decoration: underline;
}


/* -- @Footer logo styles ------------------------------------------- */

#footer-logos {
	margin: 0 auto;
	width: 540px;
	display: block;
	margin-top: 25px;
	text-align: left;
}
#footer-logos img {
	border:none;
	margin: 0 5px;
	float: left;
}
#footer-logos a.logo-truste img {
    margin-top: 8px;
    border: 2px solid #7B6A38;
}
#footer-usda-info {
	float:left;
	margin: 0 5px;
	padding: 0;
	font-size: 10px;
	display: block;
	width: 275px;
	color: #5a4c28; 
}
#footer-usda-info ul {
	margin: 0 15px;
	list-style: disc;
}
#footer-usda-info ul li {
	margin: -2px 0;
	padding: 0;
}
#footer-usda-info p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10px;
}
#footer-usda-info a {
	margin: 0;
	padding: 0;
}


/* -- @Press Room styles ------------------------------------------- */

div#body div.gallery-row {
	width: 445px;
	display: block;
}

div#body div.gallery-item {
	display: block;
	float: left;
	width: 135px;
	margin: 0 5px 25px 5px;
	text-align: center;
}

div#body div.gallery-item p {
	line-height: 16px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

div#body div.gallery-item img {
	border: 1px solid #aebbd2;
}

/* -- @Locate a Sales Rep styles ------------------------------------------- */

#container-findRep{/*Alternate width for Find a Rep container */
	width:907px;
	border:1px solid #aebbd2;
	float:left;
}

img.dot {
	margin:0 0 -8px 5px;
	*margin:0 0 -3px 5px; /* IE hack */
}

img.map {
	margin:20px 30px 0 30px;
	border:none;
}

#rep-addresses h3 {
    margin: 0px 0;
}
#rep-addresses table{
	border:0;
	padding:0;
	margin:20px 0 0 0;
	width:100%;
}

#rep-addresses td {
	width:40%;
}

#rep-addresses td.divider {
	border-left:1px solid #d6dde8;
	padding:0 0 0 13px;
	width:30%;
}

/* -- @mov wmv download links ------------------------------------------- */

a.mov{
	margin:0;
	padding:0 0 0 18px;
	background-image:url(../img/movicon.gif);
	background-repeat:no-repeat;
	background-position:0 0;
		
}

a.wmv{
	margin:0;
	padding:0 0 0 18px;
	background-image:url(../img/wmvicon.gif);
	background-repeat:no-repeat;
	background-position:0 0;
		
}


/* -- GAM SOURCE style ------------------------------------------- */
#body .source h2{
	font-size: 14px; 
	font-weight: bold;
	color:#455A21;
}
#body hr{
	border: 1px solid rgb(174, 187, 210);
	clear:both;
}
#body .source .image{
	float:right;
	margin-left:10px;
    border:3px solid #aebbd2;
}
#body .image{
    border:3px solid #aebbd2;
}
}
