.header_container {
	width:960px;
	height:192px;
	position:relative;
	background:url(/assets/images/template/header_bg.jpg) no-repeat center;
}
.main_logo {
	margin:0 0 0 25px;
	float:left;
	width:290px;
}
.main_logo img {
	border:none;
}
.mail_box {
	background:#e3d1a1;
	margin:15px 0 0 0;
}
.subnav_container {
	position:absolute;
	right:0px;
	background:#000;
	height:30px;
	width:300px;
}
.subnav_container ul {
	margin:0;
	padding:0;
}
.subnav_container li {
	list-style:none;
	padding:7px 15px 7px 7px;
	float:right;
	text-align:right;
}
.subnav_container li a {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
.cart_container {
	position:absolute;
	top:60px;
	right:15px;
	margin:38px 0 0 0;
}
.nav_container {
	position:absolute;
	top:147px;
	height:45px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	z-index:2;
}
.nav_container a {
	font-size:16px;
}
.search_container {
	position:absolute;
	top:154px;
	right:15px;
}
.content_container {
	width:960px;
	padding:27px 0 0 0;
}
.footer_container {
	background:url(/assets/images/template/footer_bg.jpg) top repeat-x;
	height:100px;
	padding:15px 30px 0 30px;
	position:relative;
}
.footer_logo {
	width:183px;
	height:53px;
}
.footer_nav {
	position:absolute;
	right:10px;
	top:40px;
}
.footer_nav a {
	color:#000;
}
.footer_content {
	margin:10px 0 0 0;
}
.footer_copy {
	position:absolute;
	right:32px;
	top:80px;
}
/***************************About Us from Old*******************************/
#mainright {
	/*width:760px;
	padding-left:15px;*/
}
#mainright #content {
	width:720px;
	font-size:12px;
}
#aboutus .titletab {
	float:left;
	width:700px;
	font-size:12px;
	font-weight:bold;
	color:#816564;
	border-left:7px solid #f69898;
	border-bottom:1px solid #ccc;
	height:25px;
	padding-left:10px;
	padding-top:3px;
}
#spacer1px {
	clear:both;
	line-height:1px;
}
#spacer5px {
	clear:both;
	line-height:5px;
	height:5px;
}
#spacer10px {
	clear:both;
	line-height:10px;
	height:10px;
}
#greyline {
	clear:both;
	background-color:#ccc;
	line-height:1px;
}
#content .scriptext {
	font-size:14px;
	font-style:italic;
	color:#936;
	font-weight:bold;
	padding:10px;
}

/*******************Side Nav**************************/

.categorytitle {
	background:url(/assets/images/template/category_title.jpg);
	height:32px;
	width:200px;
}
.sidebartitle {
	color:#4d4d4d;
	font-size:12px;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	border-bottom:1px dotted #4d4d4d;
	padding:0 0 2px 0;
}
.sidebarmenu {
	width:180px;
	margin:10px 0 0 10px;
	z-index:1;
	position: relative;
}
.sidebarmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 13px;
	width: 180px; /* Main Menu Item widths */
	/*border-bottom: 1px solid #ccc;*/
}
.sidebarmenu ul li {
	position: relative;
}
/* Top level menu links style */
.sidebarmenu ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #a36229;
	text-decoration: none;
	padding: 6px;
	font-size:12px;
	/*border-bottom: 1px solid #778;*/
	/*border-right: 1px solid #778;*/
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active {
	/*background-color: #fff;*/ /*background of tabs (default state)*/
}
.sidebarmenu ul li a:visited {
	color: #a36229;
}
.sidebarmenu ul li a:hover {
	background-color: #7a2419;
	color:#fff !important;
}
/*Sub level menu items */
.sidebarmenu ul li ul {
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
	background-color:#f5f3da;
}
.sidebarmenu ul li ul li a {
	color:#414141 !important;
}
.sidebarmenu ul li ul li a:hover {
	background-color: #f18d33 !important;
	color:#fff !important;
}
.sidebarmenu a.subfolderstyle {
	background: url(/assets/images/template/right.gif) no-repeat 97% 50%;
}
/* Holly Hack for IE \*/
* html .sidebarmenu ul li {
	float: left;
	height: 1%;
}
* html .sidebarmenu ul li a {
	height: 1%;
}
/* End */
