body {
	background: #d6e1e9 url(../images/background.png) left top repeat;
	font: normal 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #869f3d;
	text-decoration: underline;
}

#content, #masthead {
	margin: 0 auto;
	width: 940px;
}

/** Content */

#content-wrapper {
	background: url(../images/background-transparent.png);
	margin: 0 auto;
	padding: 0 3px;
	width: 980px;
}

	#content {
		background-color: #fff;
		padding: 20px 20px 0 20px;
	}

/** Masthead */

#masthead-wrapper {
	background: #8bb200 url(../images/masthead-repeating-background.png) center center repeat-x;
	height: 110px;
}
	
	#masthead-inner-wrapper {
		background: url(../images/masthead-top-background.gif) top center repeat-x;
		padding-top: 10px;
	}
	
		#masthead-center-wrapper {
			background: url(../images/masthead-center-background.png) center bottom no-repeat;
			height: 100px;
		}
		
		#masthead {
			color: #383429;
			position: relative;
		}
		
			#masthead h1#branding {
				background: transparent url(../images/branding.png) center center no-repeat;
				color: #fff;
				font-size: 72px;
				line-height: 100px;
				height: 49px;
				text-align: left;
				text-indent: -9999px;
				width: 161px;
				position: absolute;
				top: 25px;
			}
			
			#masthead h2, #masthead label {
				font-weight: normal;
			}

/** Masthead: Social Networking & Newsletter */

#masthead #social-networking, 
#masthead #newsletter {
	position: absolute;
	top: 20px;
}
	
	#masthead #social-networking h2,
	#masthead #newsletter label {
		display: block;
		margin-bottom: 5px;
	}
	
	#masthead #newsletter p.success {
		color: #E4F874;
		font-size: 13px;
		font-weight: bold;
		padding: 20px 0;
		text-align :center;
	}

/** Masthead: Social Networking */

#masthead #social-networking {
	left: 400px;
	width: 220px;
}
	
	#masthead #social-networking li {
		display: inline;
	}
		
		#masthead #social-networking li a {
			display: block;
			float: left;
			height: 40px;
			margin-right: 15px;
			text-align: left;
			text-indent: -9999px;
		}
			
			#masthead #social-networking li.twitter a {
				background: transparent url(../images/social-networking/twitter.png) center center no-repeat;
				width: 59px;
			}

			#masthead #social-networking li.facebook a {
				background: transparent url(../images/social-networking/facebook.png) center center no-repeat;
				width: 40px;
			}

			#masthead #social-networking li.youtube a {
				background: transparent url(../images/social-networking/youtube.png) center center no-repeat;
				width: 57px;
			}

/** Masthead: Newsletter */

#masthead #newsletter {
	left: 620px;
	width: 320px;
}
	
	#masthead #newsletter input#subscribe-email {
		background: #fff url(../images/input-background.png) left top repeat-x;
		border: 1px solid #d2d2d2;
		color: #383429;
		font: normal 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 4px 10px 5px 10px;
		width: 250px;
	}
		
		#masthead #newsletter input#subscribe-email.default { color: #aaa; }
	
	#masthead #newsletter input#subscribe-submit {
		vertical-align: bottom;
	}

/** Featured Items: Top */

#featured-top { 
	position: relative; 
	height: 509px; 
}
	
	#featured-top li { 
		position: absolute; 
		list-style-type: none; 
	}
		
		#featured-top li#featured-top-left-top {  height: 255px; }
		#featured-top li#featured-top-left-middle-left,
		#featured-top li#featured-top-left-middle-right {
			height: 254px;
		}
		#featured-top li#featured-top-left-top { top: 0; width: 700px; }
		#featured-top li#featured-top-left-middle-left, #featured-top-left-middle-right { top: 255px; width: 350px; }
		#featured-top li#featured-top-left-middle-right { left: 350px; }
		
		#featured-top li#featured-top-right-top, 
		#featured-top li#featured-top-right-bottom { 
			left: 700px;
			width: 240px;
		}
		#featured-top li#featured-top-right-top { height: 370px; }
		#featured-top li#featured-top-right-bottom { height: 140px; top: 369px; }

/** Featured Items: Bottom */

#featured-bottom {
	float: right;
}
	
	#featured-bottom li {
		display: block;
		height: 362px;
		width: 180px;
		float: left;
		position: relative;
	}

/** Featured Items: Backgrounds */

#featured-top-left-top { background: transparent url(../images/demo/top-left-top.gif) center center no-repeat; }
#featured-top-left-middle-left { background: transparent url(../images/demo/top-left-middle-left.jpg) center center no-repeat; }
#featured-top-left-middle-right { background: transparent url(../images/demo/top-left-middle-right.jpg) center center no-repeat; }
#featured-top-right-top { background: transparent url(../images/demo/top-right-top.jpg) center center no-repeat; }
#featured-top-right-bottom { background: transparent url(../images/demo/top-right-bottom.jpg) center center no-repeat; }
#featured-bottom-left { background: transparent url(../images/demo/bottom-left.jpg) center center no-repeat; }
#featured-bottom-middle { background: transparent url(../images/demo/bottom-middle.jpg) center center no-repeat; }
#featured-bottom-right { background: transparent url(../images/demo/bottom-right.jpg) center center no-repeat; }

/** Featured Items: Links */

ul.featured a {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
	
	ul.featured a span.text-wrap {
		background: transparent url(../images/black-fill-60.png) center center;
		color: #c6f0ff;
		display: block;
		font-family: "Helvetica Neue LT Condensed", "Arial Narrow", Helvetica, Arial, sans-serif;
		font-size: 22px;
		position: absolute;
		line-height: 38px;
		padding: 0 20px;
		bottom: 0;
		left: 0;
		right: 0;
	}
		
		ul.featured a span.text-wrap span.arrow {
			background: transparent url(../images/feature-arrow.png) right center no-repeat;
			padding-right: 20px;
		}
		
		ul.featured a span.text-wrap strong {
			color: #bcee0c;
			font-weight: normal;
		}
		
		ul.featured #featured-top-left-top a span.text-wrap {
			font-size: 30px;
			letter-spacing: -0.5px;
			line-height: 54px;
			text-align: right;
		}

/** Primary Content */

#primary-content {
	border-top: 2px solid #b0b0b0;
	border-right: 1px solid #e7e7e7;
	color: #848484;
	font-size: 14px;
	float: left;
	line-height: 18px;
	margin: 20px 9px 0px 0;
	min-height: 325px;
	padding-top: 15px;
	width: 390px;
}
	
	#primary-content h2 {
		color: #555555;
		font-weight: bold;
		padding-left: 18px;
	}
	
	#primary-content #news {
		padding-right: 15px;
		margin-bottom: 20px;
	}
		
		#primary-content #news h2 { 
			background: url(../images/news.gif) left center no-repeat;
		}
	
	#primary-content #special-offer {
		margin-bottom: 20px;
		padding-bottom: 15px;
		padding-right: 15px;
	}
		
		#primary-content #special-offer h2 { 
			background: url(../images/special-offer.gif) left center no-repeat;
		}
	
	#primary-content #contact, 
	#primary-content #catalog {
		font-size: 13px;
		padding: 10px 0 10px 70px;
	}
	
		#primary-content #contact {
			background: transparent url(../images/email.png) left center no-repeat;
			float: left;
			width: 140px;
		}
		
		#primary-content #catalog {
			background: transparent url(../images/catalog.png) left center no-repeat;
			float: left;
			padding-left: 60px;
			width: 120px;
		}
		
/** Footer */

#footer {
	border-top: 1px solid #b0b0b0;
	color: #383429;
	padding: 10px 0;
	margin-top: 10px;
	width: 100%;
}
	
	#footer a {
		color: #686868;
		text-decoration: none;
	}
	
	#footer #addresses { 
		float: left;
	}
	
	#footer #copyright { 
		float: right;
	}
