/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5c351a;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #202415;
}

a {
	color: #5c351a;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#top {
	color: #333;
	width: 926px;
	float: left;
	height: 89px;
	margin: 0px;
	background-image: url(images/top-birds.png);
	background-repeat: no-repeat;
	background-position: top;
}

#header {
	width: 926px;
	float: left;
	height: 128px;
	margin: 0px;
	background-image: url(images/headerback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#navigation {
	float: left;
	width: 896px;
	height: 28px;
	color: #FFF;
	margin: 0px;
	background-image: url(images/menuback.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 14px;
}

#navigation a{
	color: #FFF;
}


#leftcolumn {
	margin: 0px 0px 0px 0px;
	min-height: 700px;
	padding-left: 25px;
	padding-top: 10px;
	width: 185px;
	float: left;
}
h4 {
	font-size: 14px;
	color: #FFF;
	padding-bottom: 6px;
	padding-left: 10px;
	float:left;
}
#birdmain {
	background-image: url(images/bird-lovers-main.jpg);
	height: 70px;
	background-repeat: no-repeat;
	color: #FFF;
	padding-top: 130px;
	padding-left: 20px;
	font-size: 14px;
}

#content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	min-height: 700px;
	width: 480px;
	display: inline;
}

#content p{
	padding: 6px;
}

#content br{
	padding: 3px;
}

#content td{
	padding: 2px 3px 2px 3px;
}
.productListing-even {
	background-color: #d9d9c9;
}

#rightcolumn {
	margin: 0px 0px 0px 0px;
	min-height: 700px;
	width: 185px;
	padding-top: 10px;
	float: left;
}
.price {
	color: #090;
	font-size: 22px;
}
#footer {
	width: 926px;
	clear: both;
	color: #fff;
	background: #5c351a;
	margin: 0px 0px 10px 0px;
}
#wrap {
	width: 926px;
	float: left;
	margin: 0px;
	background-image: url(images/wrap.png);
	background-repeat: repeat-y;
}

.infotop {
	background-image: url(images/infobox-top.png);
	background-repeat: no-repeat;
}

.infotop a{
	color: #fff;
}

.infomid {
	background-image: url(images/infobox-mid.png);
	background-repeat: repeat-y;
	padding: 2px 12px 2px 12px;
}
#content .infomid {
	background-image: url(images/trans.png);
	background-repeat: repeat;
	background-color: #e2e2d3;
}
.pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.headerError {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	margin: 16px;
}
s {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
#decspecial {
	margin: 0px 10px;
	padding: 5px;
	width: 170px;
	float: right;
	background-color: #FFF;
	border: 1px solid #B36633;
}
#decspecial h3{
	font-size: 20px;	
}
