html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #e1e1e1 url('../image/wood_bg.jpg') repeat-x top left;
	color: #444;
	margin: 0px;
	padding: 40px 0 20px 0;
	text-align: center;
	font-size: 12px;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

p {
	margin-top: 0px;
}

h1 {
	background-color: #fff;
	color: #666; 
	font-size: 24px; 
	font-weight: normal; 
	margin: 0px;
	padding: 20px 0 7px 20px;
	text-transform: uppercase; 
	letter-spacing: -.05em
}

h2 {
	color: #666; 
	font-size: 18px; 
	font-weight: normal; 

	margin-bottom: 5px;
	margin-top: 0px;
	text-transform: uppercase; 
	letter-spacing: -.05em
}

/* layout */
.container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
}


.logo {float: left; margin-bottom: 10px;}

#module_search {float: right; margin-top: 12px;}

#mainnav {
background: #42322d url('../image/wood_bg.jpg') repeat-x top left;
background-position: 300px;
    border-top: 1px solid #B96C36;
    border-bottom: 2px solid #ccc;
clear: both;
	padding: 8px 0 8px 0;
margin-bottom: 18px;
}

#mainnav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#mainnav li {
    float: left;
    margin-right: 20px;
    float: left;
    float: left;
}

#mainnav a {
	color: #fff; 
	font-size: 17px; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: uppercase; 
	letter-spacing: -.05em
}

#mainnav a:hover {
	color: #ddd;
}

#homeintro {
background-color: #fff;
margin-bottom: 25px;
padding: 15px 0 15px 0;
width: 640px;
}

#homeintro div {
margin: 0 15px 0 15px;
}


#breadcrumb {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#column_left {
	float: right;
	width: 260px;
	margin-left: 20px;
}

#column_left .box {margin-bottom: 20px;}

#column_left h2 {background-color: #fff; font-size: 14px; font-weight: bold; margin: 0px; padding: 10px;}

#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
}
#content {
	float: left;
	width: 640px;
	margin-bottom: 10px;
}

.heading {
    color: #6F6F6F;
	padding: 5px 0 5px 0;
}

.box {
	margin-bottom: 10px;
}

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.clear-b {
	clear:both;
}

a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}

a.buttonw {
	background: transparent url('../image/button_right_w.png') no-repeat scroll top right;
	color: #333;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.buttonw:hover {
	color: #555;
}

a.buttonw span {
	background: transparent url('../image/button_left_w.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}


.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}


.top {height: 70px; background-color: #fff; margin-bottom: 20px;}


.sort {
color: #6F6F6F;
	width: 100%;
margin: -35px 0 0 0;

}

.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
}
.sort .div2 {
	text-align: right;
	padding-top: 6px;
margin-bottom: 10px;

}
.sort select {
	font-size: 11px;
	margin: 0 10px 0 0;
	padding: 0;
}
.pagination {
	color: #6f6f6f;
	display: inline-block;
	margin-top: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 600px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	border-top: 1px solid #cacbcb;
	clear: both;
	color: #999;
	font-size: 11px !important;
	margin-bottom: 30px;
	padding-top: 20px;
	text-transform: uppercase;
	width: 100%;
}


#footernav {float: left;}

#copyright {float: right;}

#footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer li {
    float: left;
    margin-right: 20px;
    float: left;
    float: left;
}

#footer a {
	color: #999;
	font-size: 11px;
	text-decoration: none
}


#footer a:hover {
	color: #6f6f6f;
	text-decoration: none
}

#mainnav a {
	color: #fff; 
	font-size: 17px; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: uppercase; 
	letter-spacing: -.05em
}

#category ul {
background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#category li {
	border-top: 1px solid #eee;

}

#category li a {
	color: #555;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 0 10px 10px;;
}

#category li:hover {
	color: #222;
background-color: #f8f8f8;
	border-top: 1px solid #ddd;
}

.currentcategory {display: block; padding-left: 15px; background: url('../image/currentcategory.gif') no-repeat top left;}

#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}

#module_cart div {
	background-color: #fff; 
	padding: 10px 0 10px 0;
}

#module_cart a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#module_cart a:hover {
	color: #00AFEB;
}

#module_cart h2 a {
        color: #666;
}

#module_cart table div {padding: 0px}

.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	background-color: #fff
}
.cart th {
	background: #eee;
	padding: 8px 10px 5px 10px;
	font-weight: bold;
	text-align: center;
}
.cart td {
	padding: 15px;
}

#checkoutbutton {margin: 0px !important; padding: 0px !important; text-align: right}
#checkoutbutton .button {margin: 0px !important; !important; }
#checkoutbutton a, #checkoutbutton a:hover {color: #fff;}

.middle {background-color: #fff; padding: 15px;}
#cartwrapper .middle {margin: 0 15px 15px 15px; padding: 0px;}
.greybox {background: #fff; border: 1px solid #DDDDDD; padding: 10px; margin-bottom: 10px;}

#latestproducts {width: 680px;}

.addmargin {margin: 10px 10px 15px 10px;}
.addmargin2 {margin: 0 15px 0 15px;}
.extrawide {width: 670px;}

.productbox {
	background: #fff;
	float: left;
	margin: 0 20px 20px 0;
	width: 200px;
}

.productname a {
	border-bottom: 1px solid #ddd;
	color: #333;
	display: block;
	padding-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	text-decoration: none;
}

.productname a:hover {
	color: #000;
}

#productdescription {border-top: 1px solid #eee; margin-top: 10px; padding-top: 10px;}

.specialprice {text-decoration: line-through}
.pricing {margin-top: 5px;}

#productblock {background-color: #fff}

#secondarylinks {margin: 8px 0 0 0; float: right;}
