body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	font-size: 14px;
}
h1 {
	margin: 15px 0px 0px 0px;
	padding: 10px;
	border-bottom: 1px solid #5b3c32;
	color: #1971b3;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b3c32;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}
#container {
	width: 755px;
	margin: 0 auto;
	padding: 15px 0;
}

div.vidLink{ position: absolute;
	left: -240px;
	width: 180px;
	top: -20px;
	clear: both; }
	
td.vidCell{ position: relative;
	float: left;}

#vidContainer.vidSolo{ width: 350px;
	height: auto;
	text-align: center; }

#vidContainer{ margin: 20px auto 0;
	width: 477px;
	height: 275px; 
	position: relative; }
	
ul#vidNav{ list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 122px;
	height: 275px;
	overflow: auto; }
ul#vidNav li{ padding: 0;
	margin: 0 0 10px;
	list-style: none;
	text-align: center; }
ul#vidNav li img{ border: 1px #333 solid;
	display: block;
	margin-bottom: 3px; }
ul#vidNav li a:hover img{ border: 1px #9cf solid; }

ul#vidNav li a{ font-family: sans-serif;
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	width: 102px;
	text-decoration: none; }
ul#vidNav li a:link{ color: #3F1D14; }
ul#vidNav li a:visited{ color: #3F1D14; }
ul#vidNav li a:hover{ color: #3F1D14;
	text-decoration: underline; }
ul#vidNav li a:active{ color: #3F1D14; }
	
#content ul#subnav ul{ padding: 0;
	margin: 10px;
	list-style-image: none;
	list-style: square; }	

#content ul#subnav ul li{ margin: 0;
	list-style-image: none;
	list-style: square;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal; }
	
#content ul#subnav ul li a{ text-decoration: none; }
#content ul#subnav ul li a:hover{ text-decoration: underline; }
	
	
#header {
	height: 128px;
	width: 735px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: right;
}
	#header #logo { 
		text-align: left;
		margin: 33px 0 0 34px;
		float: left;
		text-indent: -2000px;
		overflow: hidden;
	}
	#header #logo a:link, #header #logo a:visited {
		height: 80px;
		width: 235px;
		display: block;
	}
ul#nav {
	clear: both;
	height: 41px;
	list-style-type: none;
	margin: 0;
	_margin: -9px 0 0 0;
	padding: 0;
}
	ul#nav li {
		float: left;
	}
	ul#nav li a{
		text-indent: -2000px;	
		overflow: hidden;
	}
		ul#nav li.aboutus a:link, ul#nav li.aboutus a:visited {
		width: 110px;
		height: 41px;
		display: block;
		background-image: url(images/aboutus.jpg);
		}
		ul#nav li.products a:link, ul#nav li.products a:visited {
		width: 101px;
		height: 41px;
		display: block;
		background-image: url(images/products.jpg);
		}
		ul#nav li.birdseedmyths a:link, ul#nav li.birdseedmyths a:visited {
		width: 147px;
		height: 41px;
		display: block;
		background-image: url(images/birdseedmyths.jpg);
		}
		ul#nav li.findaretailer a:link, ul#nav li.findaretailer a:visited {
		width: 100px;
		height: 41px;
		display: block;
		background-image: url(images/findaretailer.jpg);
		}
		ul#nav li.distribution a:link, ul#nav li.distribution a:visited {
		width: 128px;
		height: 41px;
		display: block;
		background-image: url(images/distribution.jpg);
		}
		ul#nav li.contact a:link, ul#nav li.contact a:visited {
		width: 91px;
		height: 41px;
		display: block;
		background-image: url(images/contact.jpg);
		}
		ul#nav li.press a:link, ul#nav li.press a:visited {
		width: 78px;
		height: 41px;
		display: block;
		background-image: url(images/press.jpg);
		}
		ul#nav li.aboutus a:hover, ul#nav li.aboutus {
		background-image: url(images/aboutus_over.jpg);
		}
		ul#nav li.products a:hover, ul#nav li.products {
		background-image: url(images/products_over.jpg);
		}
		ul#nav li.birdseedmyths a:hover, ul#nav li.birdseedmyths{
		background-image: url(images/birdseedmyths_over.jpg);
		}
		ul#nav li.findaretailer a:hover, ul#nav li.findaretailer {
		background-image: url(images/findaretailer_over.jpg);
		}
		ul#nav li.distribution a:hover, ul#nav li.distribution {
		background-image: url(images/distribution_over.jpg);
		}
		ul#nav li.contact a:hover, ul#nav li.contact {
		background-image: url(images/contact_over.jpg);
		}
		ul#nav li.press a:hover, ul#nav li.press {
		background-image: url(images/press_over.jpg);
		}		
#banner {
	height: 223px;
	width: 755px;
	padding: 0px 12px 12px 12px;
	background-image: url(images/home-content_bg.jpg);
	background-repeat: repeat-y;
}
#content {
	min-height: 100px;
	padding: 0 10px;
	color: #5b3c32;
	line-height: 18px;
}
.homecontent {
	background-image: url(images/home-content_bg.jpg);
	background-repeat: repeat-y;
}
.content{
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
	#content #left {
		width: 206px;
		float: left;
		padding: 0 15px 0 23px;
		margin-bottom: 25px;
	}
		#content #left img {
			margin: 10px 0 5px 0;
		}
		#content #left a:link {
			color: #1a6cbb;
		}
		#content #left a:hover {
			color: #298318;
		}
		#content #left a:visited {
			color: #1a6cbb;
		}
	#content #center {
		width: 216px;
		float: left;
		border-left: 1px solid #b9a196;
		border-right: 1px solid #b9a196;
		padding: 0 15px 0 13px;
		margin-bottom: 25px;
	}
			#content #center img {
				margin: 10px 0 5px 0;
			}
	#content #right {
		width: 217px;
		float: right;
		padding: 0 15px 0 13px;
		margin-bottom: 25px;
	}
		#content #center .right_box {
			width: 226px;
			height: 92px;
			margin: 10px 0 5px 0;
			background-image: url(images/findaretailer_box.jpg);
			font-size: 18px;
			font-weight: bold;
		}
		#content #search .right_box {
			width: 226px;
			height: 92px;
			margin: 10px 0 5px 0;
			background-image: url(images/findaretailer_box.jpg);
			font-size: 18px;
			font-weight: bold;
		}
		form.right_box_content{
			margin: 0px;
		}
			.right_box .right_box_content {
				padding: 8px 0 5px 0;
			}
			.right_box .right_box_content input {
				float: left;
				width: 85px;
				clear: right;
			}
			.right_box .right_box_content select {
				float: left;
				width: 89px;
				clear: right;
			}
			.right_box label {
				float: left;
				display: block;
				margin-right: 10px;
				width: 100px;
				text-align: right;
			}
			.right_box button.custombutton {
				margin-top: 5px;
			}
		#content #right a:link {
			color: #1a6cbb;
		}
		#content #right a:hover {
			color: #298318;
		}
		#content #right a:visited {
			color: #1a6cbb;
		}
		#content ul#subnav {
			font-weight: bold;
			margin: 0;
			padding: 0;
			
		}
		div#sideBar{
			float: left;
			margin: 0;
			padding: 30px 0;
			width: 228px;
			background-image: url(images/subnav_bg.jpg);
			background-repeat: repeat-y; }
			
		div#sideBar blockquote#quoteHome{ font-size: 0.8em;
			margin: 2em 1em 1em;
			padding: 0.75em;
			border: 2px #5F3D36 solid;
			border-width: 2px 0; }
			
		a#addStory{ display: block;
			font-size: 0.6em;
			font-family: sans-serif;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-align: center;
			color: #3F1D14;
			text-decoration: none; }
		a#addStory:hover{ text-decoration: underline;
			color: #5F3D36; }
		
		
			#content ul#subnav li {
				list-style-image:url(images/subnav-dot.png);
				margin: 0 35px;
				font-size: 18px;				
			}
				#content ul#subnav li a:link {
					color: #3F1D14;
				}
				#content ul#subnav li a:visited {
					color: #3F1D14;
				}
				#content ul#subnav li a:hover {
					color: #298318;
				}
		#content #main {
			float: left;
			width: 477px;
			margin-left: 10px;
			color: #5b3c32;
			padding: 10px;
			padding-bottom: 25px;
		}
#footer {
	height: 34px;
	padding-top: 7px;
	background-image: url(images/footer_bg.jpg);
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
	p {
		margin: 0;
		padding: 18px 0 0 0;
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 20px;
	}
.retail a:link, .retail a:visited {
	color: #fff;
	text-decoration: none;
}
.retail a:hover {
	color: #fff;
	text-decoration: underline;
}
.retailerlisting{
	padding-bottom: 20px;
	width: 220px;
	float: left;
}



dl#story{ line-height: 1.8em; }
dl#story dt{ float: left;
	width: 100px;
	clear: left; }
dl#story dd{ margin-left: 130px;
	clear: right; }
	
dl#story input{ width: 8em;
	padding: 1px;
	font-family: inherit; }
	
textarea#story{ width: 20em;
	height: 10em;
	font-family: inherit;
	padding: 1px; }

button#submit{ font-size: 1.0em;
	font-family: inherit;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 5px; }
	
fieldset{ border-width: 2px 0 0 0;
	border-color: #3F1D14;
	border-style: dashed;
	padding: 10px 20px;
	margin: 10px 0; }
	
fieldset form{ margin: 0; }
	
fieldset button{ font-family: inherit;
	padding: 3px;
	color: #fff;
	border: 1px #666 solid;
	cursor: pointer;
	cursor: hand; }
	
button.approve{ background: #393; }
button.decline{ background: #933; }

p.message{ padding: 8px;
	text-align: center;
	font-weight: bold;
	border: 1px #999 solid; }

blockquote#quoteHome{ margin: 0 10px; }
blockquote#quoteHome cite{ display: block;
	text-align: right;
	font-size 0.9em; }
blockquote#quoteHome cite strong{ display: block;
	font-size: 1.2em;












* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
