/*
	Terri Lynn, Inc.
	created by Mike Moreau, Jr
	harvestmedia.com
*/



/*
	=> Section 1 - General Styles
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

/*
	Begin Eric Meyer's Recommended Reset Styles (Slightly Modified)
	http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	background:transparent;
	font-size:100%;
	font-weight:normal;
	line-height:inherit;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
body{
	line-height:1;
}
ol, ul{
	list-style:none;
}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
b, strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/*
	End Reset
*/



body{
	background:url(/_img/window-bgd.png) repeat-x left top rgb(1,73,57);
	color:#2a2a2a;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
}



/*
	Links
*/
a{
	outline:none; /* Remove Dotted Border */
}
a:link{
	text-decoration:underline;
}
a:visited{
}
a:hover, a:active{
	text-decoration:none;
}


/*
	Common Classess
*/
.hide{
	display:none;
}
span.emphasis-start{
	color:rgb(157,90,7);
	font-size:16px;
	font-weight:bold;
}
p.emphasis{
	color:rgb(157,90,7);
	font-style:italic;
	font-size:18px;
	line-height:30px;
	margin-bottom:30px;
}
img.mcms_stats{
	display:none;
}


/*
	Base Typography
*/
h1{
	color:rgb(0,86,67);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:30px;
	margin:0 0 10px 0;
}
h2{
	color:rgb(157,90,7);
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	margin:20px 0 0 0;
}
h3, h4, h5, h6{
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}
p{
	line-height:20px;
	margin-bottom:20px;
}
table{
	margin-bottom:20px;
	width:99.8%;
}
table.contact-info td{
	padding:5px;
}
table.contact-info td.phone-label{
	width:49%;
}
table.contact-info tr{
	border-left:3px solid #ccc;
	
}



/*
	<div id="content"> Typography Overrides
*/
#content p{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
}
#content blockquote p{
	color:rgb(182,108,25);
	font-size:15px;
	font-style:italic;
	margin:0 20px 20px 20px;
}
#content ul, #content ol, #product-details ul, #product-details ol{
	line-height:1.5385em;
	list-style-position:outside;
	margin:0 0 20px 0;
}
#content ol, #product-details ol{
	margin-left:40px;
}
#content ul li, #product-details ul li{
	background:url(/_img/bullet.png) 5px .5em no-repeat;
	padding:0 0 0 20px;
}
#content ol li, #product-details ol li{
	list-style-type:decimal;
}
#content ul li, #content ol li, #product-details ul li, #product-details ol li{
	line-height:20px;
}
#content ul ul, #content ol ol, #product-details ul ul, #product-details ol ol{
	margin:0 0 20px 0;
}
#content ul.content-two-column-list{
	overflow:hidden;
}
#content ul.content-two-column-list li{
	float:left;
	width:219px;
}




/*
	<div id="sidebar"> Typography Overrides
*/
#sidebar blockquote p{
	color:rgb(182,108,25);
	font-style:italic;
	margin:0 0 10px 0;
	text-align:center;
}
p.more{
	font-size:10px;
	line-height:20px;
	text-align:center;
}
p.more a:link, p.more a:visited{
	color:rgb(182,108,25);
}




/*
	<div id="footer"> Typography Overrides
*/
#footer-outer h1{
	color:rgb(79,55,37);
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
}
.vcard ul{
	margin-bottom:20px;
}
.vcard li{
	line-height:15px;
	margin-bottom:10px;
}
.vcard a:link, .vcard a:visited{
	color:#fff;
}
.vcard a:hover, .vcard a:active{
	text-decoration:none;
}
.vcard li.hide{
	display:none;
}
.copyright, .note{
	color:rgb(79,55,37);
	font-size:10px;
	line-height:20px;
}








/*
	=> Section 2 - Page Layout (Mostly a classic 3 column layout with floated divs and negative margins)
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
#accessibility{
	display:none;
}
#masthead{
	background:url(/_img/masthead-bgd.jpg) no-repeat left top;
	height:140px;
	margin:0 auto;
	width:980px;
}
#masthead a{
	display:block;
	height:139px;
	margin:0 auto;
	text-indent:-9999em;
	width:240px;
}
#searchForm{
	margin:0 0 20px 0;
}
#search_term{
	width:120px;
}
a#search_go:link, a#search_go:visited{
	color:#777;
	text-decoration:none;
}
#pnav{
	background:url(/_img/pnav-bgd.gif) repeat-x left top;
	height:40px;
	margin:0 auto;
	overflow:hidden;
	width:980px;
}
#breadcrumbs-outer{
	background:url(/_img/container-bgd.gif) repeat-y left top;
	margin:0 auto;
	width:980px;
}
#breadcrumbs-inner{
	background:url(/_img/pnav-shadow.png) no-repeat left top;
	padding:10px 20px 10px 20px;
	width:940px;
}
#container{
	background:url(/_img/container-bgd-2-strokes.gif) repeat-y left top;
	margin:0 auto;
	min-height:600px;
	overflow:hidden;
	padding:0 20px 0 20px;
	width:940px;
}
#sidenav{
	float:left;
	margin:0 0 0 -740px;
	width:170px;
}
#snav{
	border-bottom:1px solid #e3e3e3;
	margin:10px 0 20px 0;
}
#content{
	float:left;
	margin:0 0 0 200px;
	width:540px;
}
.billboard{
	margin-bottom:20px;
}
#sidebar{
	float:right;
	width:170px;
}
#footer-outer{
	background:url(/_img/footer-bgd.gif) repeat-y 20px top;
	color:#fff;
	margin:0 auto 20px auto;
	width:980px;
}
#footer-inner{
	background:url(/_img/container-shadow.jpg) no-repeat left top;
	padding:60px 0 0 0;
}
#footer-column-wrapper{
	background:url(/_img/footer-bottom.jpg) no-repeat left bottom;
	margin:0 auto;
	overflow:hidden;
	padding:0 80px 10px 80px;
	width:780px;
}
div.vcard{
	float:left;
	width:220px;
}
div#footer-contact-form{
	float:right;
	width:540px;
}

/*
	Page Layout Overrides
*/



/*
	Home Page
*/
#index #breadcrumbs-outer{
	height:9px;
}
#index #breadcrumbs-inner{
	height:9px;
	padding:0;
	width:960px;
}
#billboard{
	background:url(/_img/container-bgd.gif) repeat-y left top;
	height:291px;
	margin:0 auto;
	overflow:hidden;
	padding:5px 16px 0 16px;
	width:948px;
}
#shortcuts{
	background:url(/_img/home-shortcuts-bgd.gif) repeat-x left top;
	height:320px;
	margin:0 auto;
	overflow:hidden;
	width:980px;
}
#shortcuts h1{
	height:165px;
	position:relative;
	width:300px;
}
#shortcuts h1 span a{
	display:block;
	height:165px;
	left:0;
	position:absolute;
	top:0;
	width:300px;
}
#shortcuts div{
	color:rgb(251,240,225);
	float:left;
	margin:0 0 0 20px;
	padding:25px 0 0 0;
	width:300px;
}
#shortcuts p{
	margin-bottom:10px;
	padding:0 10px;
}
#shortcuts a.find-out-more:link, #shortcuts a.find-out-more:visited{
	background:url(/_img/more-arrow-home-shortcut.gif) no-repeat left center;
	color:#fff;
	display:block;
	height:20px;
	padding:0 0 0 25px;
	text-decoration:none;
}
#index #container{
	background:url(/_img/container-bgd.gif) repeat-y left top;
	min-height:100px;
	padding-top:20px;
}
#index #content{
	float:left;
	margin:0 0 0 320px;
	width:580px;
}
#index #sidenav{
	margin:0 0 0 -900px;
	width:300px;
}


/*
	Fundraising Product Detail Pages
*/
#container-fr-product-detail{
	background:url(/_img/container-bgd-1-stroke.gif) repeat-y left top;
	margin:0 auto;
	min-height:600px;
	overflow:hidden;
	padding:0 40px 0 20px;
	width:920px;
}
#container-fr-product-detail #content{
	width:300px;
}
#container-fr-product-detail #sidenav{
	margin-left:-500px;
}
#product-details{
	float:right;
	width:400px
}
#fr-large-image img{
	/* border:2px solid #e3e3e3; */
	margin-bottom:10px;
}
h1 span.product-weight{
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:15px;
}


/*
	Flash Catalog
*/
#container-catalog{
	background:url(/_img/container-bgd-1-stroke.gif) repeat-y left top;
	margin:0 auto;
	min-height:600px;
	overflow:hidden;
	padding:0 40px 0 20px;
	width:920px;
}
#container-catalog #sidenav{
	margin-left:-940px;
}
#catalog{
	float:left;
	margin:0 0 0 200px;
	width:740px;
}



/*
	Two Column Page
*/
#container-two-columns{
	background:url(/_img/container-bgd-1-stroke.gif) repeat-y left top;
	margin:0 auto;
	min-height:600px;
	overflow:hidden;
	padding:0 20px 0 20px;
	width:940px;
}
#container-two-columns #content{
	width:740px;
}
#container-two-columns #sidenav{
	margin-left:-940px;
}






/*
	=> Section 3 - Page Components (Navigation, Special Styling, Etc.)
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
*/


/*
	Primary Nav
*/
#nav li{
	float:left;
}
#nav a:link, #nav a:visited{
	background-image:url(/_img/nav-link.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:40px;
	text-decoration:none;
	text-indent:-9999em;
}
#nav a:hover, #nav a:active, #nav li.current a{
	background-image:url(/_img/nav-hover.png);
	background-repeat:no-repeat;
}
#nav_home a{
	background-position:-31px 0px;
	margin-left:31px;
	width:79px;
}
#nav_fundraising a{
	background-position:-124px 0px;
	margin-left:14px;
	width:139px;
}
#nav_custom-packaging a{
	background-position:-275px 0px;
	margin-left:12px;
	width:195px;
}
#nav_bulk-ingredients a{
	background-position:-481px 0px;
	margin-left:11px;
	width:186px;
}
#nav_about-us a{
	background-position:-680px 0px;
	margin-left:13px;
	width:115px;
}
#nav_contact-us a{
	background-position:-809px 0px;
	margin-left:14px;
	width:140px;
}

/* Hide the Store for Now */
#nav_shop-online{
	display:none;
}


/*
	Secondary Nav
*/
ul#subnav{
	margin-bottom:20px;
}
ul#subnav a:link, ul#subnav a:visited{
	background:url(/_img/subnav-link.gif) no-repeat left center;
	color:rgb(182,108,25);
	display:block;
	font-weight:bold;
	padding:4px 0 3px 15px;
	text-decoration:none;
}
ul#subnav a:hover, ul#subnav a:active, ul#subnav li.current a:link, ul#subnav li.current a:visited{
	background:url(/_img/subnav-hover.gif) no-repeat left center;
	color:rgb(219,133,41);
}
ul#subnav ul{
	display:none;
}
ul#subnav li.current ul{
	display:block;
}

ul#subnav ul{
	border-top:1px dotted rgb(226,216,207);
	margin:0 0 0 15px;
}
ul#subnav ul a:link, ul#subnav ul a:visited, ul#subnav li.current ul a:link, ul#subnav li.current ul a:visited{
	background:none;
	border-bottom:1px dotted rgb(226,216,207);
	font-weight:normal;
	padding:4px 0 3px 0px;
}
ul#subnav ul a:hover, ul#subnav ul a:active, ul#subnav li.current ul a:hover, ul#subnav li.current ul a:active{
	color:rgb(182,108,25);
}



/*
	Breadcrumbs
*/
#breadcrumbs-inner{
	font-size:12px;
	line-height:20px;
}
#breadcrumbs-inner strong{
	font-weight:normal;
}
#breadcrumbs-inner, #breadcrumbs-inner a:link, #breadcrumbs-inner a:visited{
	color:rgb(0,86,67);
}
#breadcrumbs-inner a:hover, #breadcrumbs-inner a:active{
	text-decoration:none;
}



/*
	<h2> with rule above
*/
h2.rule{
	border-top:1px solid #e3e3e3;
	color:#777;
	font-size:12px;
	font-weight:normal;
	letter-spacing:.05em;
	line-height:20px;
	margin:20px 0 20px 0;
	padding-top:10px;
	text-align:center;
	text-transform:uppercase;
}


/*
	Shaded Gradient Callout Boxes
*/
.callout{
	background:url(/_img/faded-image-callout.png) repeat-x left top;
	padding:0 0 10px 0;
}
.callout h2{
	margin:0;
	padding:5px 10px 0 10px;
}
.callout p{
	padding:5px 10px;
}
.callout img{
	margin:10px 0 10px 10px;
}



/*
	Lightly Stroked Callout Boxes (full width of the content area)
*/
div.stroke-callout{
	border-top:1px solid #e3e3e3;
	padding:10px 0 0 0;
	overflow:hidden;
}
.stroke-callout img{
	float:left;
	margin:0 20px 10px 0; 
}
.stroke-callout h2{
	margin-left:180px;
}
.stroke-callout p{
	margin-left:180px;
}
#content .stroke-callout ul{
	margin-left:180px;
}
#content .stroke-callout ol{
	margin-left:220px;
}
#container-two-columns .stroke-callout p{
	margin-right:40px;
}



/*
	Callout Boxes with Images
*/
div.image-callout{
	overflow:hidden;
}
div.image-callout img{
	float:left;
}
div.image-callout h2{
	border-top:1px solid #e3e3e3;
	margin-left:180px;
	padding:10px 0 0 0;
}
div.image-callout p{
	margin-left:180px;
}



/*
	Feature Boxes (Half of the Content Area)
*/
.content-feature{
	overflow:hidden;
}
.content-feature div{
	background:url(/_img/content-feature-bottom-shadow.png) no-repeat center bottom rgb(255,249,207);
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 8px 0;
	width:260px;
}
.content-feature .content-feature-tl-brand{
	float:left;
}
.content-feature .content-feature-private-label{
	float:right;
}
.content-feature h2{
	border-bottom:1px solid rgb(210,181,27);
	color:rgb(74,53,48);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:0 10px 4px 10px;
	padding:5px 0px;
}
.content-feature h2 a:link, .content-feature h2 a:visited{
	color:rgb(74,53,48);
	text-decoration:none;
}
.content-feature h2 a:hover, .content-feature h2 a:active{
	color:#000;
}
.content-feature p{
	margin:0 10px 20px 10px;
}




/*
	Talk Bubbles
*/
.testimonial{
	background:url(/_img/talk-bubble-top.png) no-repeat left top;
	margin:0 auto 20px auto;
	padding:20px 0 0 0;
	width:500px;
}
.testimonial p{
	background:url(/_img/talk-bubble-bgd.png) repeat-y left top;
	font-size:16px;
	font-style:italic;
	line-height:25px;
	margin:0;
	padding:0px 20px 5px 20px;
}
.testimonial p.author{
	background:url(/_img/talk-bubble-bottom.png) no-repeat left top;
	font-size:12px;
	font-style:normal;
	line-height:20px;
	padding-top:40px;
	text-transform:uppercase;
}




/*
	Emphasized <ul>
*/
#content ul.emphasis-list li{
	background:url(/_img/star-bullit.png) left center no-repeat;
	font-size:15px;
	margin:0 0 5px 20px;
	padding-left:25px;
}
ul.emphasis-list li b{
	color:#000;
}


/*
	Emphasized <ol>
*/
ol.emphasis-list{
	color:rgb(157,90,7);
}
ol.emphasis-list li{
	color:rgb(157,90,7);
}
ol.emphasis-list h3{
	color:#000;
}
ol.emphasis-list p{
	color:#2a2a2a;
}




/*
	FAQ
*/
ol.faq{
	color:rgb(219,133,41);
}
ol.faq li{
	color:rgb(219,133,41);
}
ol.faq h2{
	color:rgb(219,133,41);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
ol.faq p{
	color:#2a2a2a;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
}



/*
	Fundraisign Product List
*/
.fr-product-list{
	overflow:hidden;
	width:740px;
}
.fr-category{
	background:url(/_img/fr-product-category-heading.png) repeat-x left bottom rgb(249,234,225);
	clear:both;
	margin-bottom:10px;
	width:740px;
}
.fr-category h2{
	line-height:1em;
	margin:0;
	padding:10px;
}
.fr-product{
	float:left;
	height:18em;
	width:179px;
}
.fr-thumb{
	height:180px;
	margin:0 auto 0 auto;
	text-align:center;
}
.fr-product img{
	/* border:1px solid #eee; */
	padding:3px;
}
.fr-product h3{
	text-align:center;
}
.fr-product p{
	color:#555;
	font-size:11px;
	line-height:20px;
	text-align:center;
}
.fr-product a:link, .fr-product a:visited{
	color:#000;
	font-weight:bold;
}



/*
	Fundraisign Featured Products in Sidebar
*/
div.sidebar-featured-products{
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	margin:0 0 20px 0;
	padding:10px 0;
}
div.fr-feature-product{
	text-align:center;
	margin-bottom:20px;
}
div.fr-feature-product h4 a:link, div.fr-feature-product h4 a:visited{
	color:rgb(182,108,25);
	text-decoration:none;
}
div.fr-feature-product h4 a:hover, div.fr-feature-product h4 a:active{
		color:rgb(219,133,41);
		text-decoration:underline;
}




/*
	Nutrition Facts
*/
div.nutrition-facts{

}
div.nutrition-facts h2{
	background:url(/_img/subnav-link.gif) no-repeat left center;
	padding:4px 0 3px 15px;
}
div.nutrition-facts h2.active{
	background:url(/_img/subnav-arrow-down.gif) no-repeat left center;
	color:rgb(219,133,41);
}



/*
	Industry Links
*/
.industry-link{
	border-top:1px solid #e3e3e3;
	overflow:hidden;
	padding:10px 0 10px 0;
}
.link-thumb{
	float:left;
}
.industry-link h3{
	color:rgb(74,53,48);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:0 20px 5px 140px;
	padding:5px 0px;
}
.industry-link h3 a:link, .industry-link h3 a:visited{
	color:rgb(74,53,48);
	text-decoration:none;
}
.industry-link h3 a:hover, .industry-link h3 a:active{
	color:rgb(219,133,41);
}
.industry-link p{
	margin:0 20px 20px 140px;
}


/*
	Bulk Item (full width of the content area)
*/
div.bulk-item{
	border-top:1px dotted #e3e3e3;
	padding:10px 0 0 0;
	overflow:hidden;
}
.bulk-item img{
	float:right;
	margin-bottom:10px;
}
.bulk-item h2{
	margin-right:180px;
}
.bulk-item p{
	margin-right:180px;
}
#content .bulk-item ul{
	margin-right:180px;
}
#content .bulk-item ol{
	margin-right:220px;
}



/*
	Sitemap
*/
ul#sitemap li a{
	background:#333;
	border:1px solid #fff;
	color:#fff;
	display:block;
	font-size:16px;
	padding:10px;
}
ul#sitemap li ul li a{
	background:#ddd;
	color:#000;
	font-size:13px;
	font-weight:bold;
	padding:10px 10px 10px 30px;
}
ul#sitemap li ul li ul li a{
	background:#fff;
	font-weight:normal;
	padding:10px 10px 10px 60px;
}








/*
	=> Section 4 - User Interaction (Forms, Icons, Warnings, Etc.)
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

/*
	Read More Icon (In body copy)
*/
a.read-more-icon{
	background:url(/_img/more-arrow-default.gif) no-repeat left center;
	color:rgb(74,53,48);
	display:block;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	height:20px;
	padding:0 0 0 25px;
	text-decoration:none;
}


/*
	Print Icon (added via JS)
*/
a#print-page:link, a#print-page:visited{
	background:url(/_img/print-page-icon.gif) no-repeat left center;
	color:#999;
	display:block;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	height:20px;
	letter-spacing:.05em;
	padding:0 0 0 30px;
	text-decoration:none;
	text-transform:uppercase;
}


/*
	Fundraising Info Request and General Info Request (Contact Page)
*/
#fundraising-info-request{
}
#fundraising-info-request legend, #general-info-request legend{
	display:none;
}
#fundraising-info-request div, #general-info-request div{
}
#fundraising-info-request p, #general-info-request p{
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	line-height:1em;
	margin:0 0 10px 0;
	overflow:hidden;
}
#fundraising-info-request label, #general-info-request label{
	color:#555;
	float:left;
	line-height:15px;
	padding:0 10px 0 0;
	width:200px;
	text-align:right;
}
#fundraising-info-request div.required p label, #fundraising-info-request div#w2490 p label, #general-info-request div.required p label, #general-info-request div#w2949 p label{
	color:#000;
	font-weight:bold;
}
/* Check Boxes */
#general-info-request div.checkbox{
	margin:0 0 0 210px;
	overflow:hidden;
}
#general-info-request div.checkbox label{
	float:none;
}
#general-info-request div.checkbox p{
	float:left;
	width:164px;
}
/* Add Strokes, Padding, and Margin to Special Fields */
#fundraising-info-request #w2491, #fundraising-info-request #w2479{
	border-top:1px dotted #e3e3e3;
	padding:20px 0 0 0;
}
#fundraising-info-request #w2495, #general-info-request #w2951, #general-info-request #w2953{
	border-bottom:1px dotted #e3e3e3;
	margin:0 0 20px 0;
}
#fundraising-info-request #w2490 p, #fundraising-info-request #w2491 p, #fundraising-info-request #w2492 p, #fundraising-info-request #w2493 p, #fundraising-info-request #w2494 p, #fundraising-info-request #w2495 p{
	margin:0 0 20px 0;
}
/* Submit Button */
#fundraising-info-request p#formsubmit input, #general-info-request p#formsubmit input{
	margin:0 0 10px 210px;
	padding:5px;
}
/*
	Errors
*/
#fundraising-info-request p.error, #general-info-request p.error{
	color:#CC0000;
	padding-left:210px;
}



/*
	Footer Contact Form
*/
#footer-contact-form form{
	border-top:2px dotted rgb(161,131,92);
	padding:10px 0 0 0;
}
#footer-contact-form legend{
	display:none;
}
#footer-contact-form div{
	margin:0 300px 10px 0;
}
#footer-contact-form p{
	line-height:1em;
	margin:0;
}
#footer-contact-form label{
	float:left;
	width:60px;
}

#footer-contact-form div#w2376{ /* Special Styling for the Message Field */
	float:right;
	margin:0 0 10px 0;
	width:298px;
}
#footer-contact-form p#formsubmit{
	border-top:2px dotted rgb(161,131,92);
	clear:both;
	padding:10px 0 0 0;
}
/*
	Errors
*/
#footer-contact-form p.error{
	color:#660000;
	padding-left:60px;
}

/*
	=> Section 5 - Ecommerce
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
*/