@import url('reset.css');

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	background: url(../sitepix/structural/navigation-bg.png) no-repeat center 135px;
	background-color: #FFF;
}

h1 {
	font-size: 36px;
	font-family: 'Palatino','Palatino Linotype','Book Antiqua','URW Palladio L',serif;
	font-style: italic;
	color: #6A2600;
	margin: 0 0 20px 0;
	display: block;
}

h3 {
	font-size: 16px;
	font-family: 'Palatino','Palatino Linotype','Book Antiqua','URW Palladio L',serif;
	font-style: italic;
	color: #6A2600;
	margin: 0 0 20px 0;
	display: block;
}

h1.over {
	position: absolute;
	float: left;
}

p {
	font-size: 13px;
	color: #444;
	line-height: 1.4em;
	margin: 0 0 15px 0;
}

strong {
	font-weight: bold;
}

img.spacer {
	margin: 0  0 15px 0;
}

a {
	color:  #960;
}

a.but {
	font-size: 15px;
	font-weight: bold;
	color: #444;
	border: 1px solid #999;
	padding: 5px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:inset 0 0 5px #FFF;
	-webkit-box-shadow:inset 0 0 5px #FFF;
	-moz-box-shadow:inset 0 0 5px #FFF;
	background-color: #FFF;
	background: url(../sitepix/navigation/button-bg.png) repeat-x left bottom;
	text-decoration: none;
	margin: 20px 0;
}

/*--------------------- text page layouts -----------------*/

.left {
	width: 450px;
	float: left;
	margin: 0 0 30px 0;
}

.right {
	width: 450px;
	float: right;
	margin: 0 0 30px 0;
}


.comp {
	width: 450px;
	float: right;
	margin: 0 0 30px 0;
}

.comp h2 {
	font-size: 32px;
	font-family: 'Palatino','Palatino Linotype','Book Antiqua','URW Palladio L',serif;
	font-style: italic;
	color: #6A2600;
	margin: 0 0 10px 0;
	display: block;
}

.comp label {
	display: block;
	font-size: 14px;
}

.comp input[type="text"] {
	padding: 6px;
	width: 250px;
	border: solid 1px #808080;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}

.comp input[type="submit"] {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	border: 1px solid #999;
	padding: 5px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:inset 0 0 5px #FFF;
	-webkit-box-shadow:inset 0 0 5px #FFF;
	-moz-box-shadow:inset 0 0 5px #FFF;
	background-color: #FFF;
	background: url(../sitepix/navigation/button-bg.png) repeat-x left bottom;
	text-decoration: none;
	cursor: pointer;
}


.left ul li {
	font-size: 13px;
	color: #444;
	line-height: 1.4em;
}
.right ul li {
	font-size: 13px;
	color: #444;
	line-height: 1.4em;
}

#site-holder  {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 115px;
	margin: 0 0 50px 0;
	text-align: center;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 2000;
}

#header a.basket {
	position: absolute;
	top: 18px;
	right: 0;
	padding: 0 0 0 32px;
	background: url(../sitepix/structural/basket.png) no-repeat left top;
	font-size: 12px;
	height: 30px;
	line-height: 25px;
	display: block;
}


#nav {
	margin: 27px 0 0 0;
	padding: 0;
	list-style-type: none;
	height: 30px;
	width: 960px;
}

#nav li {
	float: left;
	position: relative;
	padding: 0 18px 0 0;
	z-index: 1000;
}

#nav li:hover {
	background-image: none;	
}


#nav li.last {
	padding: 0;
}

#nav li a {
	font-size: 12px;
	color: #6A2600;
	text-decoration: none;
	display: block;
	height: 30px;
}

#nav li a:hover {
	background: url(../sitepix/navigation/down-arrow.png) no-repeat center 15px;
}

#nav li a.grey {
	color: #7F7F7F;
}



ul#nav li .sub-menu {
	position: absolute;
	left: -20px;
	top: 30px;
	z-index: 500;
	float: left;
	display: none;
	padding: 0;
	background-color: #CCC;
}

ul#nav li .sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: #FFF;
	box-shadow: 0 5px 5px #666;
	-moz-box-shadow: 0 5px 5px #666;
	-webkit-box-shadow: 0 5px 5px #666;
}

ul#nav li .sub-menu ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	clear:left;
}

ul#nav li .sub-menu ul li a {
	text-align: left;
	width: auto;
	float: none;
	text-indent: 0;
	height: auto;
	color: #6A2600;
	display: block;
	text-decoration: none;
	font-size: 13px;
	padding: 8px 20px;
	margin: 0;
	outline: none;
	border-top: 1px solid #B2B2B2;
	white-space: nowrap;
}

ul#nav li .sub-menu ul li a:hover {
	color:  #6A2600;
	background-color: #E1E1E1;
	background-image: none;
}

#swapper {
	width: 958px;
	height: 398px;
	border: 1px solid #B2B2B2;
}

#homepage-infoboxes {
	width: 960px;
	float: left;
	margin: 0 0 50px 0;
}

#homepage-infoboxes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 960px;
}

#homepage-infoboxes ul li {
	width: 300px;
	margin: 0 30px 30px 0;
	background: url(../sitepix/structural/medium-box-shadow.png) no-repeat center 215px;
	text-align: center;
	float: left;
}

#homepage-infoboxes ul li.last {
	margin: 0;
}

#homepage-infoboxes ul li a {
	text-decoration: none;
}


#homepage-infoboxes ul li a img {
	border: 1px solid #B2B2B2;
	margin: 0 0 35px 0;
}

#homepage-infoboxes ul li a:hover img {
	border: 1px solid #960;
}

#homepage-infoboxes ul li a strong {
	font-family: 'Palatino','Palatino Linotype','Book Antiqua','URW Palladio L',serif;
	font-style: italic;
	font-size: 28px;
	color: #6A2600;
	line-height: 1.1em;
	margin: 0 0 15px 0;
	font-weight: normal;
	display: block;
}

#homepage-infoboxes ul li a em {
	font-size: 13px;
	color: #444;
	margin: 0 0 25px 0;
	line-height: 1.3em;
	display: block;
}

#homepage-infoboxes ul li a span {
	font-size: 15px;
	font-weight: normal;
	margin: 15px 0 0 0;
	color: #846007;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #DFC077;
	padding: 3px 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset  0 1px 0 #FFF;
	-moz-box-shadow:inset  0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-color: #F2DEA8;
	height: 25px;
	line-height: 25px;
} 

#homepage-infoboxes ul li a:hover span {
	border: 1px solid #999;
	background-color: #CCC;
	color: #444;
}
	

#signup {
	width: 918px;
	padding: 15px 20px;
	border: 1px solid #B2B2B2;
	overflow: hidden;
	background-color: #FFF;
}


#signup img {
	float: right;
}

#signup-box {
	float: left;
	width: 680px;
}

#signup-box p {
	clear: both;
}

#signup-box h2 {
	font-family: 'Palatino Linotype','Book Antiqua','URW Palladio L',serif;
	font-size: 24px;
	color: #6A2600;
	float: left;
	margin: 0 0 20px 0;
}

#signup-box input[type=text] {
	font-size: 15px;
	color: #444;
	border: 1px solid #B2B2B2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 10px;
	width: 210px;
	margin: 0 20px 0 0;
}

#signup-box input[type=submit] {
	cursor:  pointer;
	font-size: 15px;
	font-weight: normal;
	color: #846007;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #DFC077;
	padding: 8px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset  0 1px 0 #FFF;
	-moz-box-shadow:inset  0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-color: #F2DEA8;
}

#signup-box input[type=submit]:hover {
	border: 1px solid #999;
	background-color: #CCC;
	color: #444;
}

#frm_search input[type=text] {
	font-size: 15px;
	color: #444;
	border: 1px solid #B2B2B2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 8px 10px;
	width: 210px;
	margin: 0 20px 0 0;
}

#listing {
	width: 960px;
}

#listing ul {
	margin: 0;
	padding: 0;
	list-style-type:  none;
	clear: both;
}

#listing ul li {
	float: left;
	width: 213px;
	margin: 0 33px 50px  0;
	text-align: center;
	background:  url(../sitepix/structural/listing-shadow.png) no-repeat center 213px;
}

#listing ul li.last {
	margin: 0 0 50px 0;
}

#listing ul li.first {
	clear:left

}

#listing ul li img {
	border: 1px solid #B2B2B2;
	margin: 0 0 23px 0;
}

#listing ul li p {
	font-size: 13px;
	color: #444;
	margin: 0 0 8px 0;
	line-height: 1.2em;
}

#listing ul li h3 {
	color: #6A2600;
	font-family: 'Palatino Linotype','Book Antiqua','URW Palladio L',serif;
	font-size: 21px;
	margin: 0 0 20px 0;
}

#listing ul li a.more-info {
	cursor:  pointer;
	font-size: 15px;
	font-weight: normal;
	color: #846007;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #DFC077;
	padding: 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset  0 1px 0 #FFF;
	-moz-box-shadow:inset  0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-color: #F2DEA8;
	text-decoration: none;
}

#listing ul li a.more-info:hover {
	border: 1px solid #999;
	background-color: #CCC;
	color: #444;
}


input.button {
	cursor:  pointer;
	font-size: 15px;
	font-weight: normal;
	color: #846007;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #DFC077;
	padding: 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset  0 1px 0 #FFF;
	-moz-box-shadow:inset  0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-color: #F2DEA8;
	text-decoration: none;
}

input.button:hover {
	border: 1px solid #999;
	background-color: #CCC;
	color: #444;
}


#product {
	width: 960px;
	overflow: hidden;
	margin: 0 0 40px 0;
}

#product #image{
	width: 315px;
	float: left;
}

#product #image .border{
	float: left;
	border: 1px solid #B2B2B2;
}

#product dl {
	float: left;
	margin: 0 0 0 25px;
	width: 300px;
}

#product dl dt {
	width:163px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
	height:33px;
	font-size: 13px;
	color: #444;
	float: left;
	border: 1px solid #B2B2B2;
	line-height: 33px;
}

#product dl dt span {
	color: #F00;
}

#product dl dd {
	width: 98px;
	border: 1px solid #B2B2B2;
	line-height: 33px;
	height:33px;
	font-size: 13px;
	color: #444;
	float: right;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}

#product dl dd select {
	margin: 7px 0 0 0;
}

#product dl dd.price {
	color: #F00;
}

#product dl dd.last, #product dl dt.last {
	margin: 0;
}

#product dl dt.shadow {
	padding: 0;
	border: none;
	width: 180px;
}

#product dl dd.shadow {
	padding: 0;
	border: none;
	width: 114px;
}

#product #description {
	float: left;
	width: 290px;
	margin: 0 0 0 25px;
}

#product #description p {
	font-size: 21;
	font-family: 'Palatino Linotype','Book Antiqua','URW Palladio L',serif;
	color: #6A2600;
	margin: 0 0 35px 0;
}

#product #description input.buy {
	cursor:  pointer;
	font-size: 15px;
	font-weight: normal;
	color: #846007;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #DFC077;
	padding: 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset  0 1px 0 #FFF;
	-moz-box-shadow:inset  0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-color: #F2DEA8;
	text-decoration: none;
}

#product #description input.buy:hover {
	border: 1px solid #999;
	background-color: #CCC;
	color: #444;
}


#product #description input.reserve {
	cursor:  pointer;
	font-size: 15px;
	font-weight: normal;
	color: #846007;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #DFC077;
	padding: 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset  0 1px 0 #FFF;
	-moz-box-shadow:inset  0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-color: #F2DEA8;
	text-decoration: none;
}

#product #description input.reserve:hover {
	border: 1px solid #999;
	background-color: #CCC;
	color: #444;
}


#other-products {
	width: 960px;
	overflow: hidden;
}

#other-products  h2 {
	font-size: 21px;
	font-family: 'Palatino Linotype','Book Antiqua','URW Palladio L',serif;
	color: #6A2600;
	margin: 0 0 20px 0;
}

#other-products ul {
	margin: 0;
	padding: 0;
	list-style-type:  none;
}

#other-products ul li {
	float: left;
	width: 213px;
	margin: 0 33px 40px  0;
	text-align: center;
	background:  url(../sitepix/structural/listing-shadow.png) no-repeat center 213px;
}

#other-products ul li.last {
	margin: 0;
}

#other-products ul li img {
	border: 1px solid #B2B2B2;
	margin: 0 0 33px 0;
}


#other-products ul li a.more-info {
	cursor:  pointer;
	font-size: 15px;
	font-weight: normal;
	color: #846007;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #DFC077;
	padding: 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset  0 1px 0 #FFF;
	-moz-box-shadow:inset  0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-color: #F2DEA8;
	text-decoration: none;
}

#other-products ul li a.more-info:hover {
	border: 1px solid #999;
	background-color: #CCC;
	color: #444;
}




#footer-holder {
	background: url(../sitepix/structural/footer-bg.png) no-repeat center top;
	background-color: #F2F2F2;
	clear: both;
	width: 100%;
	overflow: hidden;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#footer ul {
	margin: 0 26px 20px 0 ;
	padding: 0;
	list-style-type: none;
	float: left;
}

#footer ul.last {
	margin: 0;
}

#footer ul li {
}

#footer ul li a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#copyright-holder {
	width: 100%;
	background: url(../sitepix/structural/footer-bot-bg.png) no-repeat center top;
	background-color: #FFF;
	overflow: hidden;
}

#copyright {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 35px 0;
}

#copyright ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#copyright ul li {
	display: inline;
	font-size: 12px;
	color: #666;
	line-height: 44px;
	float: left;
	width: 320px;
}

#copyright ul li.left {
	display: inline;
	float: left;
	width: 320px;
}

#copyright ul li.right {
	display: inline;
	float: right;
	width: 320px;
}

#copyright ul li a {
	color: #666;
	text-decoration: none;
}

/*  CART   */

table#tbl_cart{
	width:100%;
}
table#tbl_checkout{
	width:100%;
}

table#tbl_cart tr td.box{
	border: 1px solid #C59B6C;
}

table#tbl_cart tr td{
	padding: 5px;
}

table#tbl_cart tr td p{
	padding: 0;
}

a.up,a.down, a.item-choice-pages,a.back,a.next{
	font-size:10px;
	color: #333333;
	display:inline;
	margin:2px;
	padding:3px;
	text-decoration:none;
	}

a.up:hover,a.down:hover, a.item-choice-pages:hover,a.back:hover,a.next:hover{
	background-color:#FFC;
	color:	#333;
	}

a.delete {
	font-size:10px;
	color:#ffffff;
	background-color: #FF0000;
	display:inline;
	margin:2px;
	padding:3px;
	text-decoration:none;
	}

a.delete:hover {
	background-color:#ffffff;
	color:	#FF0000;
	}

a.category {
	font-size: 14px;
	color: #6A2600;
	text-decoration: none;
	display: block;
	height: 30px;
	margin:20px; 0 0 0;
}
	

form#filter {
	font-size: 10px;
	color: #C59B6C;
	font-weight:bold;
}
form#filter select {
	font-size: 10px;
	margin-right:20px;
	margin-top:5px;
}
form#filter input {
	font-size: 10px;
	width:auto;
}

table.prod-info td {
	font-size: 12px;
	color: #C59B6C;
	border: 1px solid #C59B6C;
}

.contact {
	float: left;
}
.contact fieldset {
	width: 430px;
	border: 1px solid #B2B2B2;
	margin: 20px 0 40px 0;
	padding: 20px;
}

.contact legend {
	font-size: 14px;
	color: #444;
	margin: 0;
	padding: 0;
}

.contact input[type=text], .contact textarea {
	width: 400px;
	padding: 5px;
	margin: 0;
	font-size: 14px;
	color: #4D4D4D;
	border: solid 1px #808080;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.contact label {
	font-size: 14px;
	margin: 0;
	display: block;
}


.contact input[type=submit] {
	cursor:  pointer;
	font-size: 15px;
	font-weight: normal;
	color: #846007;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #DFC077;
	padding: 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset  0 1px 0 #FFF;
	-moz-box-shadow:inset  0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-color: #F2DEA8;
	text-decoration: none;
}

.address {
	float: left;
	margin: 0 0 0 100px;
}
#history .menu {
	margin: 0;
	padding: 0 35px 0 0;
	list-style-type: none;
	float: left;
}
#history .menu li {
	margin: 0;
	padding: 0;
}
#history .menu li a {
	text-decoration: none;
	font-size: 11px;
}

/*-------------------- special offers listing------------------------------*/

div.special-offers-listing-holder {
	width: 960px;
	clear: both;
	overflow: hidden;
	padding: 0 0 30px 0;
	text-align: center;
}

div.special-offers-listing-holder  a {
	margin: 0 20px 0 0;
	width: 225px;
	float: left;
	text-align: center;
	text-decoration: none;
}

div.special-offers-listing-holder  a.last {
	margin: 0;
}

div.special-offers-listing-holder a img {
	border: 1px solid #B2B2B2;
}

div.special-offers-listing-holder a span.text {
	font-size: 13px;
	color: #666;
	line-height: 1.4em;
	margin: 5px 0 10px 0;
	display: block;
}

div.special-offers-listing-holder a span.but {
	cursor:  pointer;
	font-size: 15px;
	font-weight: normal;
	color: #846007;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #DFC077;
	padding: 3px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset  0 1px 0 #FFF;
	-moz-box-shadow:inset  0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-color: #F2DEA8;
	text-decoration: none;
}

div.special-offers-listing-holder a:hover span.but {
	border: 1px solid #999;
	background-color: #CCC;
	color: #444;
}





