/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	margin:0px;
	padding:0px;
	background:#eaddd2;
}
.mainWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:800px;
	margin: 0 auto -55px; 
	background:url(img/bg_main.jpg) repeat-y top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.push {
	height:50px;
}
.header {
	background:url(img/bg_header.jpg) no-repeat top left;
	position:relative;
	padding:40px 16px 0px 16px;
}
a.logo {
	background:url(img/logo.jpg) no-repeat top left;
	width:300px;
	height:114px;
	display:block;
	position:relative; left:50px;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.menu {
	background:url(img/bg_menu.jpg) repeat-x top left;
	height:29px;
	padding-top:1px;
	margin-top:10px;
	padding-left:10px;
	text-transform:lowercase;
	list-style-type:none;
}
ul.menu li {
	float:left;
}
div#menuright {
	
   float:right;
}

ul.menu li.contact {
	 float:left; 
}
ul.menu li.contact a {
	border-left:1px solid #693422;
	border-right:none;
	padding-left:10px;
	padding-right:10px;
}

ul.menu li.basket {
	 float:right; 
}
ul.menu li.basket a {
	border-left:1px solid #693422;
	border-right:none;
	padding-left:20px;
	padding-right:20px;
}
ul.menu li a {
	border-right:1px solid #693422;
	line-height:19px;
	padding-left:10px;
	padding-right:10px;
	color:#e5d4ce;
	display:block;
	font-size:11px;
}
ul.menu li a:hover {
	text-decoration:underline;
}
.contentWrapper {
	/*border:1px solid #f00;*/
	margin:0px 30px;
	
	padding-top:10px;
	
	padding-bottom:20px;
}
.sidebar {
	/*border:1px solid #f00;*/
	width:150px;
	float:left;
	margin-top:5px;
}
.content {
	width:580px;
	float:right;
}
.pageContent h2 {
	margin-bottom:10px;
}
.pageContent p {
	width:350px;
	margin-top:5px;
	margin-bottom:10px;
}
.pageContent ul {
	list-style-type:disc;
	margin:auto;
	padding:5px 15px;
}
.wpsc h2, .wpsc_container h2, .basket h2 {
	background:#b7c0b0;
	text-transform:lowercase;
	color:#fff;
	padding-left:20px;
	line-height:30px;
	border:1px solid #dbe0d8;
	margin-bottom:0px;
}

.wpsc .product {
	border:1px solid #e6d5cf;
	width:143px;
	float:left;
	height:237px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wpsc .product .image {
	height:148px;
	text-align:center;
}
.product a.wpsc_product_title {
	font-size:10px;
	font-weight:bold;
	color:#935a45;
	padding:5px 10px;
	text-transform:capitalize;
	display:block;
	height:42px;
}
.product a.wpsc_product_title:hover {
	text-decoration:underline;
}
.product .price {
	color:#935a45;
	font-size:12px;
	margin:2px 10px;
}
.product .buttons {
	width:80px;
	float:right;
}
.product .buttons a {
	background:#899b82;
	color:#fff;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
	padding:0px 5px;
	display:block;
	float:left;
	margin-left:5px;
}
.detailedProduct {
	background:url(img/detailedProduct_bg.jpg) repeat-y top right;
	border-bottom:1px solid #ece0db;
	border-left:1px solid #ece0db;
	border-right:1px solid #ece0db;
	padding-top:20px;
}
.detailedProduct .picture {
	width:264px;
	text-align:center;
	float:left;
}
.detailedProduct .information {
	font-size:12px;
	width:160px;
	float:left;
	color:#a16f5c;
	padding-bottom:20px;
}
input.wpsc_buy_button {
	background:url(img/addToBasket.jpg) no-repeat top left;
	width:119px;
	height:18px;
	border:none;
	margin-top:20px;
}
.information form.product_form {
	padding-top:30px;
}
.information a.lowerQuantity {
	background:url(img/lowerQuantity.jpg) no-repeat top left;
	height:13px;
	width:13px;
	display:inline-block;
	margin-right:5px;
	margin-left:10px;
	position:relative; top:2px;
}
.information a.higherQuantity {
	background:url(img/higherQuantity.jpg) no-repeat top left;
	height:13px;
	width:12px;
	display:inline-block;
	margin-left:5px;
	position:relative; top:2px;
}
form.product_form #wpsc_quantity_update {
	border:1px solid #a39b95;
	height:13px;
	line-height:10px;
	font-size:10px;
}
.information .wpsc_product_price {
	padding-top:5px;
}
.information select.wpsc_select_variation {
	font-size:10px;
	border:1px solid #a39b95;
	margin-bottom:5px;
}
.custom_meta {
	position:relative;
	margin-top:20px;
	padding-top:20px;
}
.custom_meta a {
	background:#f5f0eb;
	color:#9fac98;
	line-height:19px;
	width:107px;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	margin-right:2px;
}
.custom_meta a:hover {
	background:#5f7c5b;
	color:#fff;
}
.custom_meta_desc {
	display:none;
	padding:20px 10px;
	border:1px solid #e6d5cf;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#828283;
}
.backlink {
	font-size:12px;
	color:#899b82;
}
.wpsc_categories a {
	color:#935a45;
	font-weight:bold;
}
.wpsc_categories li ul a {
	font-weight:normal;
}
.wpsc_categories li ul {
	margin-left:15px;
}
.wpsc_parent {
	color:#935a45;
}
.wpsc_parent h1 {
	font-size:16px;
	margin-bottom:10px;
}
.wpsc_parent p {
	width:400px;
	font-size:11px;
}
.wpsc_parent .subcat {
	border:1px solid #f5efec;
	width:175px;
	text-align:center;
	float:left;
	height:235px;
	margin-right:15px;
	margin-top:10px;
}
.subcat .name {
	margin:10px;
	font-weight:bold;
	font-size:13px;
}
.subcat a.link {
	color:#9a6451;
	font-size:11px;
}
.otherOptions {
	width:135px;
	float:right;
	margin-right:4px;
	text-align:center;
}
.otherOptions .title {
	font-weight:bold;
	font-size:11px;
	color:#935a45;
}
.otherOptions a {
	color:#879b80;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:center;
	font-weight:bold;
}
.otherOptions .item {
	margin-top:20px;
	text-align:center;
}
.item a span.name {
	float:right;
	margin-top:20px;
}
.notification  {
	position:relative;
	margin-top:5px;
	display:block;
}

#fancy_notification {
	border:3px solid #fff !important;
	width:160px !important;
	height:75px !important;
	padding:0px !important;
}
.notification span.message {
	background:url(img/check.jpg) no-repeat center left;
	padding-left:14px;
	width:145px;
}
a.go_to_checkout, a.continue_shopping {
	background:url(img/fancy.jpg) no-repeat top left;
	width:89px;
	height:15px;
	padding:0px 15px;
	line-height:15px;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:8px;
}
a.go_to_checkout:hover, a.continue_shopping:hover {
	background:url(img/fancyHover.jpg) no-repeat top left;
}
ul.leftMenu {
	margin-top:3px;
}
ul.leftMenu a, ul.catMenu a {
	color:#935a45;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul.leftMenu ul, ul.catMenu ul {
	margin-left:15px;
	padding:3px 0px;
}
ul.leftMenu ul a, ul.catMenu ul a {
	font-weight:normal;
	font-size:11px;
	text-transform:lowercase;
	font-family:Arial, Helvetica, sans-serif;
}
.pageContent {
	font-size:11px;
	color:#935a45;
}
.wpsc_container p {
	width:auto;
}
.breadcrumb {
	font-size:11px;
	color:#6d6d6f;
	border-bottom:1px solid #dfcfca;
	padding-bottom:3px;
}
.breadcrumb a {
	color:#6d6d6f;
	text-transform:lowercase;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.cartInfo {
	font-weight:normal;
	color:#626264;
}
.cartInfo .label {
	float:right;
	padding-right:30px;
}
.cartInfo .value {
	floaT:right;
	width:100px;
}
.wpsc_checkout_table input, .wpsc_checkout_table textarea, .wpsc_checkout_table select {
	border:1px solid #dac5b9;
	color:#935a45;
}
.frontshop {
	width:740px;
	background:#fff;
	margin-left:-160px;
	margin-top:0px;
}
 a.african {
	background:url(img/african.jpg) no-repeat top left;
	display:block;
	height:296px;
	width:567px;
	float:right;
}
 .search {
	background:#b7c0b0;
	width:160px;
	height:296px;
	float:left;
	text-align:center;
}
a.afghan {
	background:url(img/afghan.jpg) no-repeat top left;
	display:block;
	height:166px;
	width:333px;
	float:left;
}
a.thai {
	background:url(img/thai.jpg) no-repeat top left;
	display:block;
	height:166px;
	width:390px;
	float:right;
}
.search .title {
	color:#7f3d29;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
}
.searchForm  select {
	border:1px solid #9b7f6d;
	width:120px;
	margin-top:20px;
	font-size:11px;
}
.searchSubmit {
	margin-top:20px;
	font-size:11px;
	font-weight:bold;
	background:#456b43;
	height:25px;
	border:none;
	color:#fff;
	margin-left:50px;
}
.footer {
	width:800px;
	margin:0px auto;
	height:70px;
}
.footer .copyright {
	margin:0px 16px;
	text-align:center;
	font-size:11px;
	border-top:3px solid #8c503c;
	padding:7px 35px;
	height:70px;
	color:#555;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.footer .copyright a:link{
		color:#555;
	
}
.footer .copyright a:visited{
		color:#555;
	
}
.basket_title {
	background:#899b82;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
}
.leftBasket {
	border:1px solid #899b82;
	padding:10px 3px;
}
.leftBasket  {
	font-size:11px;
	color:#777;
}
.leftBasket a {
	color:#8c503c;
}
.leftBasket a:hover {
	text-decoration:underline;
}
.leftBasket tr.headers td {
	background:#999;
}
.sale .pricedisplay, .search .pricedisplay {
	float:none !important;
	margin-right:10px;
}
.sale .old .pricedisplay, .search .old .pricedisplay {
	text-decoration:line-through;
}


.clear10 {
	clear:both;
	height:10px;
	line-height:10px;
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
}
.centerText {
	text-align:center;
}