html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #0f0204 url(/images/background.png); 
	margin: 0px;
	padding: 0px;
	color: #555555;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-align:center;
	position: relative;
	line-height: 1.2em;
}

a:link		{color: #401f17;text-decoration:none;}
a:visited	{color: #401f17;text-decoration:none;}
a:hover		{color: #401f17;text-decoration:underline;}
a:active	{color: #401f17;text-decoration:none;}

h1 {
	font-size: 2.30em;
	color: #401f17;
	margin-top: 5px;
	font-family: "Adobe Garamond Pro", "Garamond", "Times New Roman", Times, serif;
	font-weight: normal;

}

img { border: none; }


/* ------------------------------------- */
/* container                             */
/* ------------------------------------- */

#container-wrapper {
	width: 100%;
	margin: 0;
	padding-bottom:144px;
	padding-top:0px;
	top: -9px;	
	background: url(/images/page-bg.png) bottom center repeat-y;
	position: absolute;
}


#container {
	width: 990px;
	margin: -9px auto 0;
	padding: 0 0;
	font-size: 0.80em;
	text-align:left;
	position: relative;
	background-color:#FFFFFF;

}



/* ------------------------------------- */
/* header                                */
/* ------------------------------------- */

#header {
	width: 970px;
	background: url(/images/swirl-bg.gif) top right no-repeat;
	margin-left:10px;
	height: 196px;
	float: left;
	position:relative;
	line-height: normal;
}

#account {
	position:absolute;
	width:200px;
	top: 52px;
	right: 7px;
	color: #401f17;
	text-align: right;
	font-size: 0.80em;
	font-weight: bold;
	text-transform: uppercase;
}

#account-basket {
	position:absolute;
	width:160px;
	top: 78px;
	right: 7px;
	color: #401f17;
	text-align: right;
	font-size: 0.80em;
}

#account-basket #text {
	margin-top: 5px;
	float: left;
	width: 134px;
}

#account-basket #basket-image {
	margin-top: 5px;
	float: right;
	width: 26px;

}

#secure {
	position: absolute;
	right: 7px;
	top: 0px;
}
/* ------------------------------------- */
/* navigation                            */
/* ------------------------------------- */

#company-logo {
	width: 379px;
	height: 137px;
}



#navigation {
	width: 970px;
	height: 45px;
	margin-top: 8px;
	position: relative;
	float: left;
	background : url(/images/nav-background.gif) no-repeat top;
	font-size: 1em;
	color: #ffffff;
	text-align:center;
	border-bottom: 1px solid #fff;
/*	z-index: 300; */
	line-height: normal;

}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	color: #fff;
	font-weight: bold;
}

#navigation ul {
	font-size: 0.9em;
	margin: 9px 0 0;
	padding: 0;
	padding-left: 20px;
	list-style-type: none;
}

#navigation ul li {
	float: left;   /*  removed float to fix IE7 dropdown issue  */
	display: inline;
	position:relative;
}

#navigation ul li ul {
	position:absolute;
	top: 29px;
	left: -12px;
	float: none;
	display:none;
	font-size: 1em;
	width: 300px;
}

#navigation ul li a {
	height: 21px;
	display: block!important;
	padding: 8px 39px 0px;
	/*float: left;*/
	text-decoration: none;
}

#navigation ul li a:active, #navigation ul li a:hover /*, #navigation ul li.on a, #navigation ul li.over a */ {
	background: #e6e6e6;
	color: #fff !important; 
	background: url(/images/nav-highlight.gif) top;
}

#navigation ul li.on a {
	background: url(/images/nav-highlight.gif) top;
	color: #fff!important;
}

#navigation ul li ul li a {
	border-top: 1px solid #6b6b69;
	height: 24px;
	padding: 7px 16px 0px;
	width:150px;
	color: #fff!important;
	background: url(/images/navigation-bg.gif) 0px 62px;
	text-align: left;
}

#navigation ul li ul li a:hover {
	border-top: 1px solid #fff;
	background: url(/images/navigation-bg.gif) 0px 31px!important;
	color: #fff!important;
}

#navigation ul li.on ul li a {
	background: url(/images/navigation-bg.gif) 0px 62px;
	color: #fff!important;
}


#navigation ul li:hover ul, #navigation ul li.over ul {
	display: block!important;
}

/* ------------------------------------- */
/* main-container                        */
/* ------------------------------------- */

#main-container {
	width:970px;
	margin: 9px 0px 0px 10px;
	float:left;
	background-color:#fff;
	font-size: .95em;
}

.small-header {
	padding: 0px 0px 8px 0px;
    margin: 10px 0px 0px 0px;
	font-size: 1.30em;
	font-weight: bold;
	color: #401f17; 
	display: block;
}

/* ------------------------------------- */
/* left-column elements                  */
/* ------------------------------------- */

#left-column {
	float: left;
	width:173px;
	
}

#left-column .left-group {
	width:160px;
	padding-left: 13px;
	
}


#left-column .divider {
	width:161px;
	height: 3px;
	margin: 23px 6px;
	background: #d8d8d8;
	
}

#left-column .skin_fenavh {
	font-size: 2.30em;
	color: #401f17;
	margin-top: 5px;
	font-family: "Adobe Garamond Pro", "Garamond", "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 20px;
}

#left-column .skin_fenav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
}

#left-column .skin_fenav ul li {
	margin-bottom: 5px;
}


#left-column .skin_fenav ul li a {
	color: #555555;
	padding: 3px 0px 3px 16px;
	background-image: url('/images/li-on.gif');
	background-repeat: no-repeat;
	background-position: 0.0em 0.5em;
}

.skin_fenav ul li a:hover {
	color: #000000; 
	text-decoration: underline;
}


/* ------------------------------------- */
/* right-column elements                 */
/* ------------------------------------- */

#right-column {
	float: right;
	width:196px;
	
}

#right-column .right-group {
	width:173px;
	padding-left: 13px;
	
}


#right-column .divider {
	width:184px;
	height: 3px;
	margin: 23px 6px;
	background: #d8d8d8;
	
}

.element-container {
	width: 170px;
}

.element-search input{
	width: 152px;
	height: 13px;
	padding: 4px 8px;
	color: #4f5051;
	font-size: 0.90em;
	font-weight: bold;
	border: 1px solid #422119;
	background: #fff;
}

.element-submit input{
	margin-top: 14px;
	padding: 4px 20px;
	color: #fff;
	font-size: 0.90em;
	font-weight: bold;
	border: none;
	background: url(/images/nav-highlight.gif);
	float: right;
}


/* ------------------------------------- */
/* content-column                        */
/* ------------------------------------- */

#content-column {

	min-height: 600px;
	height: auto!important;
	height: 600px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 790px;
}

#content-column a {
	font-weight: bold;
}

#content-column .gallery-thumb {
	float: left;
	padding: 5px;
	height: 100px;
	margin: 16px 26px 10px 0px;
	overflow: hidden;
	background: #d8d8d8;
}


#content-column .content-bullet   {
	margin: 0px 40px ;
	padding: 0 0;
	float:left;

}

#content-column .content-bullet li {

	margin: 0px 0px;
	padding: 0 0 0 10px;

	list-style-type: none;
	background-image: url('/images/li-content.gif');
	background-repeat: no-repeat;
	background-position: 0.0em 0.6em;
}

#slideshow-container {
	width: 520px;
	height: 241px;
	background: #dbd8d7;
	margin-bottom: 10px;


}

#slideshow-flash {
	width: 506px;
	height: 227px;
	margin: 7px 7px;
	float: left;

}

.feature-product {
	width: 100%;
	margin-bottom: 10px;
}

.feature-product.brown{
	background: #5e3f37;
}

.feature-image {
	width: 600px;
	/*border: 2px solid #ccc;*/
	/*width: 400px;*/
	height: 345px;
	overflow: hidden;
	float:left;
	margin-right: 10px;
}


.feature-text {
	width: 338px;
	/*width: 538px;*/
	min-height: 323px;
	height: auto!important;
	height: 323px;
	padding: 11px;
	float:left;
	color: #fff!important;
	background: #898284;

	
}

.feature-text a, .feature-text a:visited, .feature-text a:active {
	color:#fff;
}

.feature-text:hover {
	display: block;
	background-color: #6d6a6b;
}


.feature-text h1 {
	color: #fff;
	font-weight: normal;
	font-size: 2.8em;
}

.feature-text p {

}


.bottom-product a {
	width: 228px;
	height: 263px;
	float: left;
	margin: 20px 19px 20px 0;
	overflow: hidden;
	background-image: url(/images/li-prod.gif);
	background-position: top;
	text-decoration: none;
	color: #fff;
	text-align: center;

}

.bottom-product a:hover {
	text-decoration: none;
	background-position: bottom;
}

.bottom-product img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottom-product strong {
	font-size: 2.50em;
	padding-top: 15px;
	font-family: "Adobe Garamond Pro", "Garamond", "Times New Roman", Times, serif;
	font-weight: normal;
}

.holder {
	clear: both;
}

.holder .float-left {
	width: 366px;
	padding-right: 15px;
}

.holder .float-right {
	float: right;
	margin-right: -3px;
}

.holder .float-right img {
	background: #ccc;
	padding: 5px;
}
/* ------------------------------------- */
/* footer-bar                            */
/* ------------------------------------- */

#footer-bar {
	width: 970px;
	height: 21px;
	clear: both;
	color: #fff;
	background-color: #dcdcdc;
	text-transform:uppercase;
	font-weight: bold;
	overflow: hidden;
	font-size: 0.90em;
}

#footer-bar a {
	color: #fff;
}

#footer-bar a:hover {
	color: #fff;
	text-decoration:underline;
}

#footer-bar .float-left, #footer-bar .float-right {
	margin-top: 12px;
	margin-left: 14px;
}

#footer-bar .float-right {
	text-align: right;
	margin-right: 14px;
}
#footer-bar .float-right a {
	margin-left: 31px;
}

/* ------------------------------------- */
/* form elements                         */
/* ------------------------------------- */

fieldset {
	padding: 5px;
	margin: 10px 0px;
	/*width: 100%;*/
	background-color: #fff;
	/*border: 5px solid #d8dbde;*/
	border: none;

}


.group form {
	margin: 0 0;
	padding: 0 0;
}

.group input, .group select, .group textarea {
	border: 1px solid #ccc;
	width: 200px;
	background: #fff;
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;	
}

.group input {
	height: 13px;
	border: 1px solid #ccc;
	font-size: 0.90em;
	padding:1px 2px 1px;

}

.group textarea {
	width: 203px;
}

.group input.error {
	background: #fff!important;
}

.group .field {
	float: left;
	margin: 0 0 6px;
	padding: 0 0;
}

.group .label {
	float: left;
	width:185px;

}

.group .element {
	float: left;
}


.error { background-color: #540e37; color: #fff; }


input.required, textarea.required {
	/*border: 1px solid #00A8E6;*/
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #422119;
}
input.validation-passed, textarea.validation-passed {
	/*color : #000;*/
}


.validation-advice {
	margin: 5px 0;
	padding: 5px;
	width: 195px;
	background-color: #422119;
	color : #fff;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #fff;
	font-weight: bold;
}



.khxc_formsecthead {
	font-size: 1.40em;
	color: #401f17;
	margin-top: 10px;

}

a.khxc_hrefbutton, .submit-button {
	margin-top: 5px;
	width: 150px;
	text-align:center;
	padding: 4px 20px;
	color: #fff!important;
	font-size: 0.90em;
	font-weight: bold;
	border: none;
	background: url(/images/nav-highlight.gif);
	float: left;
	display: block;
	float:left;
}


.submit-button {
	margin-top: 5px;
	width: 80px!important;
	height: 25px!important;
	text-align:center;
	padding: 4px 20px;
	color: #fff!important;
	font-size: 0.90em;
	font-weight: bold;
	border: none;
	background: url(/images/nav-highlight.gif)!important;
	float: left;
	display: block;
	float:left;
}

/* ------------------------------------- */
/* custom product                        */
/* ------------------------------------- */

#khxc--cptbl--xs91f6mla {
	background: #000!important;
}

/* ------------------------------------- */
/* products                              */
/* ------------------------------------- */

.khxc_cptbl_cat {
	/*display: none;  /*  hide the default info */

}

.khxc_storehead {

	font-weight: bold;
	font-size: 1.55em;
	padding-bottom: 15px;

}

table.khxc_cptbl_prod {
	color: inherit;
	margin: 0px 0px 3px 0px;
	border-spacing: 1px;
	width: 100%;
}



tr.khxc_cptbl_prod {
	background-color:#666666;
}



td.khxc_cptbl_prod {
	color: inherit;
	padding: 4px 3px 4px 4px;
	vertical-align: top;
/*	border: 4px solid #939393;*/
	background-color: #fff;
	text-align: center;
}

td.khxc_cptbl_prod a {
	font-size: 11px;
	color: #000000;
}

td.khxc_cptbl_prod_blank {
	display: none;
}


/* ------------------------------------- */
/* product detail display tables         */
/* ------------------------------------- */


table.khxc_cptbl_det {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 10px 0px;
	border-spacing: 3px;
	width: 100%;
}

tr.khxc_cptbl_det {
	color: inherit;
	background-color: inherit;
}

td.khxc_cptbl_det {	
	color: inherit;
	background-color: inherit;
	padding: 4px 4px 2px 4px;
	/*border: 1px solid #36586F; */
	vertical-align: top;

}

td.khxc_cptbl_det_blank {
	color: inherit;
	background-color: inherit;
	display: none;
}

/* ------------------------------------- */
/* product price displays                */
/* ------------------------------------- */

.khxc_pricediv {
	color: inherit;
	background-color: inherit;
	margin: 2px 0px 2px 0px;
	border-top: 1px solid #D7D7D7;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #939393;
}

.khxc_price {
	color: #000000;
	background-color: inherit;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 0px 0px 0px 10px;
}

.khxc_pricex {
	color: #FF0000;
	background-color: inherit;
	display: inline;
	text-decoration: line-through;
}

/* ------------------------------------- */
/* product shopping cart displays        */
/* ------------------------------------- */

.khxc_cartbutton {
	color: #fff!important;
	background-color: #401F17;
	/*border: 1px solid #36586F;  */
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0px 0px 5px 3px;
	width: 125px;
}

.khxc_cartbutton:hover {
	color: #FFFFFF;
	background-color: #D8D8D8;
	text-decoration: none;
	cursor: default;
}

/* ------------------------------------- */
/* products ghost table                  */
/* ------------------------------------- */

table.khxc_ghost {
	color: inherit;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
}

td.khxc_ghost {
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.khxc_ghost form {
	color: inherit;
	background-color: inherit;
	display: inline;
}

td.khxc_ghost img {
	color: inherit;
	background-color: inherit;
	margin-right: 10px;
	margin-bottom: 10px;
}

td.khxc_ghost p {
	margin: 0px 0px 6px 0px;
}


/* ------------------------------------- */
/* products regular table displays       */
/* ------------------------------------- */

.khxc_regtablehead {
	color: #000000;
	background-color: inherit;
	padding: 7px 5px 7px 2px;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

table.khxc_regtable {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 5px 0px;
	border-spacing: 3px;
	width: 100%;
}

tr.khxc_regtable {
	color: inherit;
	background-color: inherit;
	padding: 5px;
}

th.khxc_regtable {
	color: inherit;
	background-color: inherit;
	padding: 4px 3px 4px 3px;
	vertical-align: top;
}

td.khxc_regtable {
	color: inherit;
	background-color: #F7F7F7;
	padding: 4px 3px 4px 3px;
	vertical-align: top;
}

.khxc_regtable p {
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}


/* ------------------------------------- */
/* products order summary displays       */
/* 										 */
/* this provides backwards compatibility */
/* with versions prior to v6.0.4         */
/* ------------------------------------- */


table.khxc_ordsumm {
	color: inherit;
	background-color: inherit;
	margin: 0px 0px 5px 0px;
	border-spacing: 3px;
	width: 100%;
}

.khxc_ordsumm a {
	color: #535353;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

tr.khxc_ordsumm {
	color: inherit;
	background-color: inherit;
	padding: 5px;
	/*border: 1px solid #36586F; */
}

th.khxc_ordsumm {
	color: inherit;
	background-color: inherit;
	padding: 4px 3px 4px 3px;
	/*border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD; */
	vertical-align: top;
}

td.khxc_ordsumm {
	color: inherit;
	background-color: #F7F7F7;
	padding: 4px 3px 4px 3px;
	/*border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD; */
	vertical-align: top;
}

.khxc_ordsumm p {
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.khxc_ordsumm a {
	color: #3E6B8A;
	background-color: inherit;
}

.khxc_ordsumm a:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
}

.khxc_ordsummhead {
	color: #000000;
	background-color: inherit;
	padding: 7px 5px 7px 2px;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

.khxc_ordsummcenter {
	color: inherit;
	background-color: inherit;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #36586F;
}

.khxc_ordsummbig {
	color: inherit;
	background-color: inherit;
	font-weight: bold;
	font-size: 16px;
}

.khxc_ordsummlink {
	color: inherit;
	background-color: #F7F7F7;
	padding: 0px 5px 0px 5px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #36586F;
}

.khxc_ordsummlink a {
	color: #3E6B8A;
	background-color: inherit;
	font-weight: normal;
}


/* ------------------------------------- */
/* classes                               */
/* ------------------------------------- */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hidden, #khxc--cptbl--heading {
	display: none;
	height: 0px;
	visibility: hidden;
}	

.black { color: #000000; }
.grey { color: #a4a09f; }


.date {
	font-weight: bold;
	width: 175px;
	float:left;
}