#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#main {
	float: left;
	display: inline;
	width: 680px;
	margin-left: 20px;
}

ul#navigation {
	font-size: 1.1em;
	list-style-type: none;
	width: 200px;
	display: inline;
	float: left;
}

ul#navigation li {
	color: #666666;
	background-position: left bottom;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-color: #ededed;
	position: relative;
	padding-left: 10px;
	height: 32px;
	width: 190px;
	line-height: 32px;
	display: inline;
	clear: both;
	float: left;
	list-style-type: none;
}

ul#navigation li a {
	padding-left: 10px;
	margin-left: -10px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	clear: both;
	float: left;
	width: 190px;
	display: inline;
	height: 32px;
	list-style-type: none;
}

ul#navigation li:hover {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/nav_bg_over.gif);
}

ul#navigation li ul li {
	line-height: 2.0em;
	height: 2.0em;
}

ul#navigation li.logo {
	background-color: transparent;
	background-image: none;
	clear: both;
	float: left;
	display: inline;
}

ul#navigation li.logo {
	background-image: none;
	margin-top: 15px;
	clear: both;
	float: left;
	display: inline;
	height: 60px;
	width: 45px;
}

ul#navigation li.type_description {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	background-position: right top;
	background-repeat: no-repeat;
	width: 170px;
	margin-left: 15px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #666666;
	line-height: 16px;
	font-size: 10px;
	height: auto;
	background-image: url(../images/nav_desc_bg.gif);
}

/* Pop Up */

ul#navigation li.popup{
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/popup_nav_bg.gif);
}

ul#navigation li:hover.popup{
	background-image: url(../images/popup_nav_bg_over.gif);
}

ul#navigation li.popup ul {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	z-index: 900;
	top: -16px;
	background-color: #ededed;
	width: 200px;
	display: none;
	left: 200px;
	position: absolute;
}

ul#navigation li:hover.popup ul {
	display: block;
}

ul#navigation li.popup ul li.heading {
	background-image: none;
	font-weight: bold;
	color: white;
	background-color: #a09164;
}

ul#navigation li.popup ul li a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	width: 190px;
	margin-left: -10px;
	height: 2.0em;
}

ul#navigation li.popup ul li a:hover {
	background-color: white;
}


ul#navigation li.popup ul li a, ul#navigation li.popup ul li a:hover {
	background-image: none;
}

/* Pop Up Active*/

ul#navigation li.popup_active{
	color: black;
	font-weight: bold;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/active_nav_bg.gif);
}

ul#navigation li:hover.popup_active {
	background-image: url(../images/active_nav_bg_over.gif);
}

ul#navigation li.popup_active ul {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	z-index: 900;
	top: -16px;
	background-color: #ededed;
	width: 200px;
	display: none;
	left: 200px;
	position: absolute;
}

ul#navigation li:hover.popup_active ul {
	display: block;
}

ul#navigation li.popup_active ul li.heading {
	background-image: none;
	font-weight: bold;
	color: white;
	background-color: #a09164;
}

ul#navigation li.popup_active ul li a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	width: 190px;
	margin-left: -10px;
	height: 2.0em;
}

ul#navigation li.popup_active ul li a:hover {
	background-color: white;
	background-image: url(../images/popup_nav_bg_over.gif);	
}

ul#navigation li.popup_active a.clear {
	padding: 2px;
	background-color: transparent;
	color: #cc0000;
	position: relative;
	line-height: 32px;
	width: 15px;
	background-position: right center;
	background-repeat: no-repeat;
	margin-left: 10px;
	height: 32px;
	display: inline;
	float: none;
}

ul#navigation li.popup_active a:hover.clear {

	color: white;

	background-color: #cc0000;

}

ul#navigation li.popup_active ul li a, ul#navigation li.popup_active ul li a:hover {
	background-image: none;
}

ul#navigation li.popup_active ul li.selected {
	background-color: #ffffcc;
}

ul#navigation li.popup ul li.search {
	float: left;
	clear: both;
	background-image: none;
	margin-bottom: 10px;
	margin-top: 5px;
}

ul#navigation li.popup ul li:hover.search {
	background-color: transparent;
	background-image: none;
}

ul#navigation li.main_heading {
	color: #a09164;
	text-transform: uppercase;
}

ul#navigation li.main_heading a {
	color: #a09164;
	text-transform: uppercase;
}

ul#navigation li.nav_spacer {
	background-image: none;
	height: 15px;
}



ul#navigation li:hover.nav_spacer {
	height: 15px;
	background-image: none;
}

ul#navigation li.reset a {
	color: #cc0000;
	background-image: url(../images/reset_nav_bg.gif);
}

ul#navigation li.reset a:hover {
	background-image: url(../images/reset_nav_bg_over.gif);
}

#footer {
	padding-bottom: 30px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/epic_iconic.gif);
	padding-top: 30px;
	margin-top: 30px;
	text-align: center;
	color: #cccccc;
	width: 680px;
	float: left;
}

#footer p.address{
	padding: 0px;
	margin: 0px;
	color: #666666;
}
#header {
	clear: both;
	float: left;
	width: 680px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/header.gif);
	padding: 0px;
	margin: 0px;
	height: 100px;
}

.paging_top{
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-color: #ededed;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	width: 660px;
	border-top-color: #ededed;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	margin-top: 5px;
	font-size: 1em;
	float: left;
	clear: both;
}

.paging_top a{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.3em;
	color: #a09164;
	font-weight: bold;
}

.paging_top a:hover{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

.paging{
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-color: #ededed;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	width: 660px;
	border-top-color: #ededed;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	margin-top: 5px;
	font-size: 1em;
	float: left;
	clear: both;
}

.paging a{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.3em;
	color: #a09164;
	font-weight: bold;
}

.paging a:hover{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

ul#links_cloud {
	background-color: #ededed;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	list-style-type: none;
	float: right;
}

ul#links_cloud li {
	padding-right: 10px;
	float: left;
}

ul#links_cloud li a {
	color: #a09164;
	text-decoration: none;
}

ul#links_cloud li a:hover {
	color: #8b8b62;
	text-decoration: underline;
}

ul#links_cloud li.account {
}

ul#links_cloud li.basket {
}

a.kc_credit{
	
	text-decoration: none;
	
	color: #a09164;
	
}
a:hover.kc_credit{
	
	text-decoration: none;
	
	background-color: #ccff33;
	
	color: black;
	
}
a.enlarge{
	border-color: #4a4a35;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	padding-left: 30px;
	color: white;
	background-color: #a09164;
	width: 98px;
	clear: both;
	display: inline;
	float: left;
	height: 23px;
	line-height: 23px;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url(../images/enlarge.gif);
}
.collection_text{
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 40px;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}

.collection_text ul{
	margin-left: 40px;
}
.collection_text h2{
	margin-top: 10px;
	color: #999966;
}
.collection_text h3{
	margin-top: 10px;
	color: #999966;
}
.collection_text img.left{
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: none;
	float: right;
}
.special_text{
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	line-height: 21px;
	font-size: 15px;
	color: #666633;
}
.browse_tip{
	display: inline;
	font-weight: bold;
	line-height: 1.4em;
	float: left;
	clear: both;
	font-size: 1.4em;
	color: #666633;
}
a:hover.enlarge{
	text-decoration: underline;
	color: white;
}
.index_left{
	display: inline;
	padding: 10px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	width: 420px;
	float: left;
}
.index_left h2{
	line-height: 20px;
	float: left;
	width: 200px;
	color: #999966;
}
.index_left .link a{
	color: #999999;
	text-decoration: none;
	line-height: 20px;
	float: right;
	clear: none;
}
.index_right{
	display: inline;
	margin-left: 10px;
	width: 220px;
	float: left;
}
.index_right .promo_item{
	margin-bottom: 19px;
	float: left;
	width: 200px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
	margin-left: 10px;
}
.index_right .promo_latest{
	padding: 10px;
	height: 126px;
	margin-bottom: 19px;
	float: left;
	width: 180px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
	margin-left: 10px;
}
.index_right .promo_latest a{
	text-decoration: none;
}
.index_right .promo_latest h3{
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	clear: both;
	width: 120px;
	color: #999966;
	text-decoration: none;
}
.index_right .latest_link{
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 50px;
	float: right;
	text-align: right;
	color: #999999;
	text-decoration: none;
}
.index_right .promo_latest ul{
	padding-top: 0px;
	margin-top: 0px;
	clear: both;
}
.index_right .promo_latest li{
	padding-top: 5px;
	margin-top: 0px;
	margin-left: 25px;
	text-align: center;
	width: 120px;
	float: left;
	list-style-type: none;
}
.index_right .promo_latest a.name{
	float: left;
	width: 120px;
	text-align: center;
	clear: both;
	color: #666666;
	text-decoration: none;
}
#contact_address{
	padding: 10px;
	margin-top: 10px;
	width: 200px;
	float: left;
	clear: both;
}
#contact_form{
	margin-top: 10px;
	width: 450px;
	float: left;
	clear: none;
}
#contact_form fieldset{
	width: 400px;
}
#contact_form label{
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
}
.small_print{
	color: #666666;
	font-size: 9px;
}
.popular{
	margin-bottom: 10px;
	margin-top: 5px;
	width: 640px;
	padding: 10px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	float: left;
	clear: both;
}
.popular h3{
	float: left;
	clear: both;
	font-size: 12px;
	color: #999966;
}
.popular ul{
	clear: both;
}
.popular li{
	text-align: center;
	margin-right: 5px;
	width: 120px;
	float: left;
	list-style-type: none;
}
.popular a.name{
	float: left;
	width: 120px;
	text-align: center;
	clear: both;
	color: #666666;
	text-decoration: none;
}
#content{
	display: inline;
	clear: both;
	float: left;
	width: 680px;
}
.switch_view{
	padding-bottom: 3px;
	color: #999999;
	font-weight: bold;
	font-size: 1.4em;
}
.switch_view a{
	text-decoration: none;
}
.hint_text{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #666666;
}
.checkout_hint{
	font-size: 12px;
	color: #666666;
}
#contact_address img{
	padding: 5px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}
#contact_form textarea{
	width: 380px;
}
