body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(imgs/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
}
.w_container {
	width: 780px;
	position: relative;
	margin: 0px auto;
}
.w_header {
	width: 780px;
	height: 114px;
	background-image: url(imgs/header_main.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.w_menu {
	width: 780px;
	height: 42px;
	background-image: url(imgs/content_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 42px;
	color: #B3B3B3;
	font-size: 15px;
}
.w_menu ul {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style: outside none none;
	width: 740px;
	height: 42px;
}
.w_menu ul li {
	float: left;
	display: block;
}
.w_menu ul li a {
	color: #B3B3B3;
	text-decoration: none;
	padding: 0px 7px;
}
.w_menu ul li.current a, .w_menu ul li a:hover {
	color: #883B21;
}
.w_menu ul li ul {
	position: absolute;
	clear: both;
	float: none;
	z-index: 150;
	background-color: #8A3A21;
	width: auto;
	height: auto;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
.w_menu ul li ul li {
	float: none;
	clear: both;
}
.w_menu ul li ul li a, .w_menu ul li.current ul li a {
	display: block;
	float: none;
	clear: both;
	margin: 0px 5px;
	padding: 6px 2px;
	color: #FFFFFF;
	border-bottom: 1px solid #C59F92;
	border-top: 1px solid #A9695D;
}
.w_menu ul li ul li a:hover {
	color: #FFFFFF;
	background-color: #3A1A0E;
}
.w_content_top {
	width: 780px;
	height: 186px;
	background-image: url(imgs/content_header.jpg);
	background-repeat: no-repeat;
	clear: both;
}
.w_content_top2 {
	width: 780px;
	height: 46px;
	background-image: url(imgs/colorchart.jpg);
	background-repeat: no-repeat;
	clear: both;
}
.w_content {
	width: 580px;
	height: auto;
	min-height: 350px;
	background-image: url(imgs/content_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 50px 0px 150px;
	font-size: 12px;
	color: #999999;
}
.w_content h1 {
	color: #000000;
}
.w_content h3 {
	font-size: 14px;
	color: #000000;
}
.w_content h4 {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.w_content ul li {
	line-height: 150%;
}
.w_content_bot {
	height: 150px;
	width: 780px;
	background-image: url(imgs/content_bot.jpg);
	background-repeat: no-repeat;
}
.w_content h3 {
	font-size: 14px;
	text-align: center;
}
.w_footer {
	width: 720px;
	height: 26px;
	line-height: 26px;
	color: #B3B3B3;
	font-size: 11px;
	padding: 0px 30px 0px 30px;
}
.w_footer a {
	color: #B3B3B3;
	text-decoration: none;
}
.w_footer a:hover {
	text-decoration: underline;
}
.w_foot_l {
	float: left;
}
.w_foot_r {
	float: right;
	text-align: right;
}

<!--SHOP STUFF ONLY-->

.catdesc {
	color: #B3B3B3;
	text-align: left;
}
.catlink {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
.catbox {
	border: 1px solid #E5E5E5;
	cursor: pointer;
	padding: 10px 10px 40px 10px;
	background-image: url(imgs/catroller.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.catbox2 {
	border: 1px solid #E5E5E5;
	cursor: pointer;
}
.catbox:hover {
	background-color: #F4E7B9;
}
.catbox2:hover {
	background-color: #F4E7B9;
}
.catlarge {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}
.bcrumbs {
	font-size: 10px;
	color: #999999;
}
.bcrumbs a {
	text-decoration: none;
	color: #999999;
}
.bcrumbs a:hover {
	text-decoration: underline;
}
