html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F5ebd6 url('../image/bodybg.gif') repeat-x 0px 20px; 
}
body, td, th, input, textarea, select, a {
	font-size: 13px; color: #555555;
}

.clearboth {display: block; height: 1px; clear: both;}
.clearleft {display: block; height: 1px; clear: left;}
.clearright {display: block; height: 1px; clear: right;}

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

.smallest {font-size: 11px; margin: 0; padding: 0; line-height: 1;}

.red {color: #FF0000;}

/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; background: transparent; padding-bottom: 10px;
	/*background: #FFFFFF url('../image/containerbg.jpg') no-repeat 0px 0px;*/
}
#header {
	position: relative; top: 20px;
	margin: 0 0 0 0;
	background: transparent url('../image/headerleft.jpg') no-repeat 0px 0px;
}
#header .div1 {
	height: 110px;
}
#header .div2 {
	position: relative;
	top: 0px;
	right: 1px; float: right;
}

#content .page h2 {
	color: #777777;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 6px 0px 5px 10px;
	background: #DDE0DF;
}
#header .div3 {display: block;
	background: /*url('../image/search.png') no-repeat;*/ transparent;
	width: 400px;
	height: 80px;
	position: absolute;
	top: 16px;
	left: 15px;
}
#header .div4 {
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	background: url('../image/headingbg.jpg') no-repeat;
	margin-top: 5px;
}
#header .div4 img {
	float: left;
	margin-right: 5px;
}
#header .div4 a {
	padding: 6px 0px 8px 0px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	color: #FFFFFF;
	text-align: center; font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
#header .div5 a {
	float: left;
}
#header .div6 a {
	float: right;
}
#breadcrumb {display: block; margin-top:20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #886838;
}

#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:active {color: #886838; text-decoration: none;}

#breadcrumb a:hover {text-decoration: underline; color: #FF7500;}

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

#livechat {background: transparent; margin-bottom: 6px; width: 180px;}

#content {
	float: left;
	width: 580px;
	margin-bottom: 10px;
	padding-bottom: 10px;

}
#content .top {
	padding: 8px 0px 6px 10px; 
	background: url('../image/main_headingbg.jpg') no-repeat top right;
}
#content .top h1, .heading {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
#content h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 8px 0px 6px 10px;
	background: url('../image/main_headingbg.jpg') no-repeat top right;
}

#content .page h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 15px 0;
	padding: 8px 0px 6px 10px;
	background: url('../image/main_headingbg.jpg') no-repeat top right;
}

.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #A5895B;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #D1BA93;	
}
#content .middle {
	background: #FFFFFF;
	padding: 15px 10px 10px 10px;
	min-height: 380px; width: 560px;
}

#content .lowermiddle {
	background: #FFFFFF;
	padding: 15px 10px 10px 10px;
}

#content .bottom {
	background: #fff; /*url('../image/content_bottom.png') no-repeat;*/
	height: 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/headingbg.jpg') no-repeat;
}
.box .top {
	padding: 7px 0px 7px 7px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.box .top img {
	float: left;
	margin-right: 5px;
}

.box h2 {
	padding: 7px 0px 7px 7px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
	line-height: 1;
	margin: 0;
}
.box h2 img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	background: #FFFFFF;
	padding: 10px;
	color: #886838;
}

.box .middle a, .box .middle a:visited, .box .middle a:active {color: #886838; text-decoration: none;}

.box .middle a:hover {text-decoration: underline; color: #FF7500;}

.box .bottom {
	height: 5px;
	background: #fff; /*url('../image/box_bottom.png') no-repeat;*/
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, 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%;
}
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: 4px 0 6px 18px;
		color: #FFFFFF;

}
.buttons {
	background: #F5ebd6; 
	border: 1px solid #D1BA93;
	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 table {margin-top: 0px; padding-top: 0px; border-collapse: collapse;}*/

.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px; 
}
.sort {
	margin-bottom: 10px;
	background: #F5ebd6;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F5ebd6;
	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;
	color: #666666;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #666666;
	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 #D1BA93;
	border-bottom: 1px solid #D1BA93;
	border-left: 1px solid #D1BA93;
	border-right: 1px solid #D1BA93;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #666666;
	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 #D1BA93;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footercontainer {
	width: 100%; display: block; 
	background: #EBD6AE;
	margin: 0 0 15px 0; 
	}	
#footer {
	width: 930px; display: block; margin: 0 auto;
	padding: 8px 15px; 
	text-align: right; font-size: 11px; color: #fff; background: #EBD6AE url('../image/headingbg.jpg') no-repeat;
	}	
#footer a {
	color: #fff; text-decoration: none; font-size: 11px;
}
#footer a:hover {
	color: #FF7500; text-decoration: underline; font-size: 11px;
}
	
#footer .left { 
	float: left;
	text-align: left; background: transparent;
}
#footer .div2 { width: 50%;
	float: right; display: block; padding: 8px 15px; 
	text-align: right; font-size: 11px; color: #fff; background: #AFB2AF;
}
#footer .div2 a {
	color: #fff; text-decoration: none; font-size: 11px;
}
#footer .div2 a:hover {
	color: #FF7500; text-decoration: underline; font-size: 11px;
}
#category ul, #manufacturer ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}

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

.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #D1BA93;
}
.cart th {
	background: #F5ebd6;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
