* {
	padding: 0;
	margin: 0;
}
body {
	background: url(images/jpgs/body.jpg) repeat top center;		
}
a {
	text-decoration: none;
	outline: none;
}
h2 {
	font-size: 140%;
	color: #66300a;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 105%;
}
img {
	border: none;
}
ul, ol {
	list-style-type: none;
}
p { 
	padding: 2px 0;
}
/*******************************
			ID
*******************************/
#container {
	margin: 0 auto 0 auto;	
	width: 996px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #777;
	line-height: 130%;
	background: url(images/pngs/container.png) no-repeat  top center;	
}
#header {
	background: url(images/pngs/header.png) no-repeat top center;
	
}
#logo {
	padding: 114px 0 0 130px;
} 
#content {
	background: url(images/pngs/content.png) repeat-y top center;
	padding: 10px 90px 0 126px;
}
#top {
	float: right;
	padding: 60px 60px 0 0;
}
#left {
	float: left;
	width: 424px;
	margin: 0 24px 0 0px;
}
#right {
	float: left;
	width: 300px;
}
#btm {
	padding: 12px;
	clear: both;
}
#footer {
	text-align: center;
	background: url(images/pngs/footer.png) no-repeat top center;
	padding-bottom: 200px;			
}
#slogan {
	padding-left: 100px;
}
/*******************************
			CLASS
*******************************/
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clear {
	clear: both;
}
span.clear {
	display: block;
	clear: both;
}
.t_right {
	text-align: right;
}
.t_center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.block {
	display:block;
}
.inline {
	display: inline;
}
.copy {
	padding-top: 3px;
}
.pad_6 {
	padding: 6px;
}
/*******************************
		#NAV
*******************************/
#nav {
	background: url(images/jpgs/nav_t.jpg) no-repeat top left;
	padding-top: 90px;
	margin-left: 164px;	
}
#nav li {
	display: inline;
	padding: 12px;
}
#nav li a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover {
	color: #ff0000;
}
/*******************************
		.NAV
*******************************/
.nav {
	background: url(images/jpgs/nav_b.jpg) no-repeat bottom left;
	padding-bottom: 90px;			
}
/*******************************
		#b_NAV
*******************************/
#b_nav {
	padding-top: 36px;
}
#b_nav a {
	text-decoration: none;
	color: #333333;
}
#b_nav a:hover {
	text-decoration: none;
	color: #333333;
}
/*******************************
		.product
*******************************/
.row {
	padding: 12px 0 12px 154px;
}
.oddrow{
	background: #ffffff;
}
.evenrow {
	background: #efefef;
}
.product {
	float: left;
	width: 181px;
	text-align: center;
	margin: 6px;
}

.product_title {
	font-family: Garamond;
	font-size: 180%;
	font-weight: bold;
	color: #895003;
	text-align: center;
	line-height: 140%;
}
/*******************************
		.img
*******************************/
.img {
	background: url(images/pngs/img.png) no-repeat center center;
	padding: 11px 12px 16px 11px;
}
/*******************************
		.red
*******************************/
.red {
	color: #e01600;
}

.cart {
   padding: 6px;
   width: 600px;
}
.cart td {
   padding: 6px;
}
.cart th {
   padding: 6px;
   background: #66300a;
   color: #fff;
}

