body {
	margin: 15px auto;
	padding: 0;
	background: url(images/main-bg.png) top repeat-x #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
p {
	margin: 0 0 10px;
	line-height: 17px;
}
a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
h1 {
	margin: 0 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #224b36;
	font-size: 13px;
}
h2 {
	margin: 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #224b36;
	font-size: 18px;
}
h3 {
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #224b36;
	font-size: 16px;
}
h4 {
	margin: 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #224b36;
	font-size: 15px;
}
hr {
	height: 1px;
	margin: 10px 0;
	color: #d9d9d9;
	background-color: #d9d9d9;
}
#wrapper {
	margin: 0 auto;
	background: #fbfbfb;
}
#headwrapper {
	margin:0 auto;
	width: 780px;
	height: 90px;
}
#logo {
	float: left;
}
#tagline {
	margin: 0;
	padding-top: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	float: right;
}

/* Main Navigation */

#nav {
	margin: 1px auto;
	padding: 0;
	width: 780px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
#nav li {
	margin: 0;
	float: left;	
}
#nav li a {
	margin: 0;
	padding: 5px 14px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #224b36;
	border-right: 2px solid #FFFFFF;
}
#nav li a:hover {
	background: #224b36;
	color: #FFFFFF;
}
#nav li a.onpage {
	background: #224b36;
	color: #FFFFFF;
}
#navright {
	float: right;
	font-size: 12px;
}
#navright a {
	padding: 5px 14px;
	text-decoration: none;
	font-weight: bold;
	color: #224b36;
	display: block;
}
#navright a:hover {
	background: #224b36;
	color: #FFFFFF;
}

/* Product Styles */

#content {
	margin: 4px auto 0;
	padding: 14px;
	background: url(images/test.png) center no-repeat;
	text-align: left;
	width: 752px;
}
#left {
	width: 372px;
	float: left;
	border-right: 1px solid #EFEFEF;
}
#right {
	width: 351px;
	float: right;
}

.dleft {
	clear:both;
	width: 373px;
	float: left;
	border-right: 1px solid #EFEFEF;
}
.dright {
	width: 354px;
	float: right;
}

.product {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	width: 350px;
	vertical-align: top;
}
.thumb {
	width: 130px;
	vertical-align: top;
}
.thumb img {
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.thumb a img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.thumb a:hover img {
	background-color: #EEEEEE;
	border-color: #224b36;
}
.productcopy {
	width: 220px;
}
.cart {
	padding: 2px 0 2px 20px;
	background: url(images/cart_add.png) no-repeat;
	font-size: 10px;
	width: 50%;
}
.more {
	padding: 2px 20px 2px 0;
	background: url(images/add.png) right no-repeat;
	font-size: 10px;
	width: 50%;
	color: #CCCCCC;
	text-align: right;
}

/* Product Full Page Styles */

#leftimage {
	margin-bottom: 10px;
	width: 452px;
	float: left;
}
#moreimages {
	padding-top: 6px;
	cursor: pointer;
}
#moreimages img {
	margin: 3px 6px 3px 0;	
}
#accessories {
	padding-top: 6px;
}
#accessories img {
	margin: 3px 6px 3px 0;	
}
#leftimage img {
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#rightinfo {
	margin-bottom: 10px;
	padding: 10px;
	background: #F4F7FC;
	width: 250px;
	float: right;
	border: 1px solid #CCCCCC;
}
#rightinfo h1 {
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #496A93;
	font-size: 16px;
}
#moreinfo {
	padding: 6px 0;
	background: #496A93;
	width: 272px;
	float: right;
}
.morecopy {
	padding: 6px;
	background: #5F88B4;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #99ABC3;
}
.red {
	color: #CC0000;
	font-weight: bold;
}

/* Next and Back Button Styles */

.next a {
	padding: 4px 24px 4px 4px;
	background: url(images/next.png) right no-repeat #FFFFFF;
	text-align: right;
	font-weight: bold;
	float: right;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #5283c0;
	font-size: 11px;
}
.next a:hover {
	background: url(images/next.png) right no-repeat #F7F7F7;
	border-color: #5283c0;
}
.previous a {
	padding: 4px 4px 4px 24px;
	background: url(images/previous.png) left no-repeat #FFFFFF;
	text-align: right;
	font-weight: bold;
	float: left;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #5283c0;
	font-size: 11px;
}
.previous a:hover {
	background: url(images/previous.png) left no-repeat #F7F7F7;
	border-color: #5283c0;
}

/* Pop Up Window Styles */

body#pop {
	background: #FFFFFF;
	margin: 10px;
	text-align: left;
}
#poplogo {
	padding-bottom: 10px;
}
#popup img {
	margin-bottom: 10px;
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.close a {
	padding: 4px 4px 4px 24px;
	background: url(images/previous.png) left no-repeat #FFFFFF;
	text-align: right;
	font-weight: bold;
	float: left;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #5283c0;
	font-size: 11px;
}
.close a:hover {
	background: url(images/previous.png) left no-repeat #F0F0F0;
	border-color: #5283c0;
}

/* Footer Styles */

#footer {
	background: url(images/footer-bg.png) repeat-x;
	font-size: 10px;
	color: #666666;
	height: 50px;
}
#footer a {
	color: #999999;
	text-decoration: none;
	padding: 0 2px;
}
#footer a:hover {
	padding: 0 2px;
	color: #666666;
}
#footerwrapper {
	margin: 0 auto;
	text-align: center;
	width: 780px;
}
#bottomnav {
	margin-top: 3px;
	padding: 10px 0 5px 14px;
	text-align: left;
	float: left;
	color: #666666;
}
#bottomnav p {
	margin: 0 0 4px;
}
#kitchco {
	margin-top: 3px;
	padding: 10px 14px 0 18px;
	background: url(images/star.png) no-repeat center left;
	text-align: right;
	float: right;
	color: #999999;
}

.smallblue {
	font-size: 10px;
	font-weight: bold;
	color: #487CC0;
}
