/*
      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;
	background-color: #63614a;
	background-image: url(images/sitebg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	width: 942px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 922px;
	color: #333;
	height: 150px;
	background-image: url(images/buckwheatshopheader.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation {
	width: 912px;
	color: #333;
	padding: 5px;
	background-color: #036;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content {
	width: 900px;
	color: #333;
	background: #FFF;
	padding: 10px;
	height: 350px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header h2 {
	font-family: Georgia, serif;
	font-size: 175%;
	color: #494631;
	padding: 10px;
}
#header h1 {
	font-family: Georgia, serif;
	font-size: 240%;
	color: #494631;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #494631;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
#product {
	padding: 5px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003366;
}
#content h1 {
	font-family: Georgia, serif;
	font-size: 150%;
	color: #FF6600;
}
#product img {
	float: right;
}
.price {
	display: block;
	height: 35px;
	width: 100px;
	float: left;
	padding: 5px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
	font-size: 150%;
	font-weight: bold;
	color: #FF6600;
	margin-top: 10px;
}
#product #BB_BuyButtonForm {
	margin-top: 10px;
}
