/* Defaults */
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
:focus {
	outline:0;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #D2D1CF;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #3A352F;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color:#36C3F5;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#header1wrapper{
	width:100%;
	clear:both;
	text-align:center;
	background: #000000;
}
#header1{
	width: 960px;
	height: 62px;
	position:relative;
	margin: 0 auto;
	text-align: left;
}
#header1 .logo {
	float: left;
	padding-top: 5px;
}
#header1 .login {
	float: right;
	margin: 15px 0 0 0;
	height:26px;
	line-height: 26px;
	vertical-align:middle;
}
#header1 input {
	margin:0;
	padding:2px;
	background: #3A352F;
	border: 1px #666666 solid;
	line-height: 22px;
	vertical-align:middle;
	color:#666666;
}
a.signinbutton {
	background: url('../image/signinbutton.png') no-repeat;
	display:block;
	float:right;
	width:59px;
	height:22px;
	line-height: 22px;
	margin: 3px 0 0 5px;
}
a.signinbutton:hover {background: url('../image/signinbuttongrey.png') no-repeat;}
a.signupbutton {
	background: url('../image/signupbutton.png') no-repeat;
	display:block;
	float:right;
	width:59px;
	height:22px;
	line-height: 22px;
	margin: 3px 0 0 5px;
}
a.signupbutton:hover {background: url('../image/signupbuttongrey.png') no-repeat;}
#header2wrapper{
	width:100%;
	clear:both;
	text-align:center;
	background: #3A352F;
	border-top: 1px #5C5447 solid;
}
#header2{
	width: 960px;
	height: 110px;
	margin: 0 auto;
	text-align: left;
}
#header2 #breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 10px;
	height: 13px;
	color: #9D9587;
	text-decoration:none;
	font-size:10px;
}
#header2 #breadcrumb a{
	color: #9D9587;
	text-decoration:none;
	font-size:10px;
	text-transform: uppercase;
	padding: 0 5px;
}
#header2 #breadcrumb a:hover{ text-decoration:underline;}
#header2 #menu{
	float:left;
	clear:left;
	padding:10px 0 0 0;
}
#header2 #menu a{
	color:#FFFFFF;
}
#header2 #menu a:hover{
	color:#36C3F5;
}
#search {
	float:right;
	clear:right;
	color: #FFF;
	font-weight: bold;
	margin:5px 0 0 0;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search select option{
	margin-left:0;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
	width:110px;
}
#header2 .advanced {
	float: right; 
	margin: 2px 0 0 5px;	
}
#header2 .advanced a.advanced{color:#FFFFFF; text-decoration:none; font-weight:normal; font-size:9px; padding-top:2px;}
a.gobutton {
	background: url('../image/searchbutton.png') no-repeat;
	display: inline-block;
	float:left;
	width:36px;
	height:22px;
	line-height: 22px;
}
a.gobutton:hover {
	background: url('../image/searchbuttongrey.png') no-repeat;
}
a.header2icon {
	display: inline-block;
	width:40px;
	height:40px;
}
#header2 .icons {
	float: right;
	margin:5px 0 0 0;
	padding:0;
	clear:right;
}
#header2 .div3 a {
	margin-left: 15px;
	padding: 1px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#header2 .div7 {
	float: right;
	margin:5px 0 0 0;
	clear:none;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#containerwrapper{
	width:100%;
	clear:both;
	text-align:center;
	background: #D2D1CF url('../image/containerbg.jpg') top left repeat-x;
	border-top:1px #FFFFFF solid;
	padding-bottom:10px;
}
#container {
	width: 960px;
	margin: 10px auto 0;
	text-align: left;
}
#homefeaturewrapper{
	margin:20px 0 20px 0;
	width:960px;
	height: 295px;
}
#homegallery{
	float:right;
	width:320px;
	height:275px;
	background:#F4F4F4;
	border-top: #BBBBBB 1px outset;
	border-left: #BBBBBB 1px outset;
	border-bottom: #BBBBBB 2px outset;
	border-right: #BBBBBB 2px outset;
	padding:10px;
}
#homewelcome{
	float:left;
	width: 580px;
	height:275px;
	background:#F4F4F4;
	border-top: #BBBBBB 1px outset;
	border-left: #BBBBBB 1px outset;
	border-bottom: #BBBBBB 2px outset;
	border-right: #BBBBBB 2px outset;
	padding:10px;
}
#homewelcomeinner{
	background: #1C1C1C;
	width:579px;
	height:274px;
	border: 1px #060606 solid;
}
#homewelcomeinner .header{
	color:#FFFFFF;
	font-size:40px;
	float:left;
	margin: 10px 0 0 30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#homewelcomeinner .lefttext{
	color:#4D6256;
	font-size:14px;
	float:left;
	clear:left;
	margin: 10px 0 0 30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width: 300px;
}
#homewelcomeinner .righttext{
	color:#4D6256;
	font-size:12px;
	float:right;
	clear:right;
	margin: 10px 30px 0 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
}
#homewelcomeinner .rightimage{
	display:block;
	float:right;
	margin: 10px 30px 0 10px;
}
#homewelcomeinner .specialimage{
	display:block;
	float:left;
	clear:left;
	margin: 10px 0 0 30px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin: 0 200px 20px 0;
	background:#F4F4F4;
	border-top: #BBBBBB 1px outset;
	border-left: #BBBBBB 1px outset;
	border-bottom: #BBBBBB 2px outset;
	border-right: #BBBBBB 2px outset;
}
#content h1, .heading {
	color: #000000;
	font-size: 18px;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
.box2 {
	margin-bottom: 20px;
	background:#F4F4F4;
	border-top: #BBBBBB 1px outset;
	border-left: #BBBBBB 1px outset;
	border-bottom: #BBBBBB 2px outset;
	border-right: #BBBBBB 2px outset;
}
.box2 .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}
.box2 .top a{
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}
.box2 .top a:hover{
	color:#36C3F5;
}
.box2 .top img {
	float: left;
	margin-right: 5px;
}
.box2 .middle {
	padding:10px;
}
.box2 .bottom {
	height: 10px;
}
.box {
	margin-bottom: 20px;
	background:#F4F4F4;
	border-top: #BBBBBB 1px outset;
	border-left: #BBBBBB 1px outset;
	border-bottom: #BBBBBB 2px outset;
	border-right: #BBBBBB 2px outset;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
}
.box .bottom {
	height: 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%;
}
#productinfo{
width: 100%; margin-bottom: 30px;
}
.buyoption {
	padding: 10px;
	width:145px;
	margin-top: 3px;
	margin-bottom: 10px;
}
#productinfo .button {
	background: url('../image/buy.png') no-repeat;
	display:inline-block;
	float:right;
	width:59px;
	height:22px;
	line-height: 22px;
	padding:0;
	margin:1px 0 0 0;
}
#productinfo .button:hover {background: url('../image/buygrey.png') no-repeat;}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.options{
	border: 1px solid #BBBBBB; 
	padding: 10px; 
	margin-top: 2px; 
	margin-bottom: 15px;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	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: #F8F8F8;
	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: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	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_3.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_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footerwrapper {
	width: 100%;
	clear: both;
	background: #3A352F url('../image/footerbg.jpg') top left repeat-x;
	margin:0;
	padding:20px 0;
	border-top: 1px #5C5447 solid;
}
#footer{
	width:960px;
	margin:0 auto;
	clear:both;
}
#footer .left {
	float: left;
	text-align: left;
	width:620px;
	height:300px;
}
#footer .right {
	float: right;
	color:#FFFFFF;
	width:310px;
	height: 300px;
}
#footer2wrapper {
	width: 100%;
	clear: both;
	background: #000000;
	margin:0;
	padding:20px 0;
}
#footer2{
	width:960px;
	margin:0 auto;
	clear:both;
}
#footer2 .div1 {
	float: left;
	text-align: left;
}
#footer2 .div2 {
	float: right;
	text-align: right;
	color:#FFFFFF;
}
#footer2 .div2 a{
	color:#FFFFFF;
	text-decoration:none;
}
#category ul {
	margin: 0;
	padding-left:0;
	list-style: none;
}
#category ul ul{
	margin: 0;
	padding-left:15px;
	list-style: none;
}
#category a{
	display:block;
	padding: 5px 10px;
	width:170px;
	text-decoration:none;
}
#category a:hover{
	margin: 0 0 0 2px;
}
#information ul {
	margin:0;
	padding-left:0;
	list-style: none;
}
#information a{
	display:block;
	padding: 5px 10px;
	width:170px;
	text-decoration:none;
}
#information a:hover{
	margin: 0 0 0 2px;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

