@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #c69c6d top repeat-x url(/skin/images/background.gif);
}
body, th, td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #603913;
	font-size: 12px;
}

h1 {
	color: #598527;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin-top: 5px;
}
h2 {
	color: #330000;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin-top: 5px;
}
h3 {
	color: #a0410d;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
h3 em {
	font-size: 12px;
	font-style: normal;
}
h3 span {
	display: none;
}
h3.products {
	height: 15px;
	background: left top no-repeat url(/skin/images/title-products.gif);
	margin-bottom: 10px;
}
h3.shoppingcart {
	height: 11px;
	background: left top no-repeat url(/skin/images/title-shoppingcart.gif);
	margin-bottom: 10px;
}
h3.customerlogin {
	height: 11px;
	background: left top no-repeat url(/skin/images/title-customerlogin.gif);
	margin-bottom: 10px;
}
h3.customerarea {
	height: 11px;
	background: left top no-repeat url(/skin/images/title-customerarea.gif);
	margin-bottom: 10px;
}
h4 {
}


img {
	border: 0;
}

/*ul {
	list-style-image: url(/admin/images/icon-list.gif);
	list-style-position: outside;
	padding-left: 0;
	margin-left: 16px;
}
li {
	padding-left: 5px;
	margin-left: 0;
}*/

th, td {
	vertical-align: top;
}


a:link, a:active, a:visited {
	color: #a0410d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

em {
}

/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

.divider {
	background: top repeat-x url(/skin/images/panel-div.gif);
	line-height: 2px;
	height: 2px;
}
.divider-alt {
	background: top repeat-x url(/skin/images/panel-div-alt.gif);
	line-height: 2px;
	height: 2px;
}


form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	width: 250px;
	background-color: #f7f4ec;
	border: 1px solid #b39244;
	padding: 5px;
	color: #603913;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input.button {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: none;
}
input.none {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
}
a.button:link, a.button:active, a.button:visited {
	background-color: #351F14;
	border: 1px solid #4B2F21;
	width: auto;
	padding: 3px 5px;
	color: #C69C6D;
}
a.button:hover {
	text-decoration: none;
}

.error {
	margin: 10px 0;
	padding: 5px 10px 5px 30px;
	background: #fbe7e1 7px 4px no-repeat url(/skin/images/icon-error.png);
	border: 2px solid #e25f53;
	color: #933229;
}
.notification {
	margin: 10px 0;
	padding: 5px 10px 5px 30px;
	background: #e2f2df 7px 4px no-repeat url(/skin/images/icon-tick.png);
	border: 2px solid #6ec563;
	color: #418239;
}

/* FORM - Standard forms, eg. Enquiry */
.form {
	margin: 15px auto;
	border-collapse: collapse;
}
.form th {
	width: 100px;
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #d3ba7f;
	background-color: #e1d4b5;
}
/* Full width content - make th bigger */
.content .form th {
	width: 160px;
}
.form td {
	width: 260px;
	padding: 5px 30px 5px 10px;
	border: 1px solid #d3ba7f;
}
.form td.required {
	background: 280px 7px no-repeat url(/skin/images/icon-required.png);
}
.form input {
}
.form select {
	width: 260px;
}
.form input.short {
	width: 130px;
}
.form select.short {
	width: 150px;
}
.form input.tiny {
	width: 80px;
}
.form input.none {
	border: 0;
	padding: 0;
	width: auto;
}
.form input.button {
	border: 0;
	padding: 0;
	width: auto;
}

/* Container */
#container {
	width: 901px;
	margin: auto;
	border-left: 1px solid #8c6239;
	border-right: 1px solid #8c6239;
	background-color: #FFFFFF;

}

/* Site Map */
#sitemap {
	background: top no-repeat url(/skin/images/background-sitemap.jpg);
	height: 42px;
	font-size: 11px;
	color: #998675;
	line-height: 28px;
	text-align: right;
}
#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	text-decoration: none;
	color: #998675;
	padding-right: 25px;
}
#sitemap a:hover {
	color: #FFFFFF;
}


/* Main Menu */
#menu {
	height: 52px;
	background: top no-repeat url(/skin/images/background-mainmenu.jpg);
}
#menu a:link, #menu a:active, #menu a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #d1c197;
}
#menu a:hover {
	color: #cccccc;
	text-decoration: none;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	width: 136px;
	text-align: center;
	margin-left: 12px;
	float: left;
	line-height: 10px;
}

/* SIDE MENU PANEL - Categories and Account menus */
.sidemenu {
	width: 173px;
}
.sidemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidemenu ul li {
	width: 173px;
	margin: 0;
	padding: 0;
}
.sidemenu a:link, .sidemenu a:active, .sidemenu a:visited {
	background: 0px 8px no-repeat url(/skin/images/categories-arrow.gif);
	display: block;
	padding: 4px 0 4px 11px;
	color: #d1c197;
	text-decoration: none;
}
.sidemenu a:hover {
	background: 0px 8px no-repeat url(/skin/images/categories-arrow-hover.gif);
	color: #cccccc;
	text-decoration: none;
}
/* Link style when the option has a sub menu */
.sidemenu a.sub:link, .sidemenu a.sub:active, .sidemenu a.sub:visited {
	background: 0px 8px no-repeat url(/skin/images/categories-arrow2.gif);
	display: block;
	padding: 4px 0 4px 11px;
	color: #d1c197;
	text-decoration: none;
}
.sidemenu a.sub:hover {
	background: 0px 8px no-repeat url(/skin/images/categories-arrow2-hover.gif);
	color: #cccccc;
	text-decoration: none;
}

.sidemenu .active a {
	background: 0px 8px no-repeat url(/skin/images/categories-arrow-hover.gif);
	color: #cccccc;
	text-decoration: none;
}

/* Sub menu */
.sidemenu li ul {
	width: 173px;
	display: none;
	height: auto;
	position: absolute;
	background-color: #A89269;
	padding: 0;
	margin: -24px 0 0 173px;
}
.sidemenu li ul li {
	width: auto;
	background: none;
	height: auto;
}
.sidemenu li:hover ul, .sidemenu li.sfhover ul {
	display: block;
	list-style: none;
}
.sidemenu li:hover a:link, .sidemenu li:hover a:active, .sidemenu li:hover a:visited, .sidemenu li.sfhover a:link, .sidemenu li.sfhover a:active, .sidemenu li.sfhover a:visited, .sidemenu li:hover a:hover, .sidemenu li.sfhover a:hover {
	color: #cccccc;
	background: 0px 8px no-repeat url(/skin/images/categories-arrow-hover.gif);
}
.sidemenu li:hover a.sub:link, .sidemenu li:hover a.sub:active, .sidemenu li:hover a.sub:visited, .sidemenu li.sfhover a.sub:link, .sidemenu li.sfhover a.sub:active, .sidemenu li.sfhover a.sub:visited, .sidemenu li:hover a.sub:hover, .sidemenu li.sfhover a.sub:hover {
	color: #cccccc;
	background: 0px 8px no-repeat url(/skin/images/categories-arrow2-hover.gif);
}
.sidemenu li:hover li a:link, .sidemenu li:hover li a:active, .sidemenu li:hover li a:visited, .sidemenu li.sfhover li a:link, .sidemenu li.sfhover li a:active, .sidemenu li.sfhover li a:visited {
	color: #693415;
	background: none;
}
.sidemenu li:hover li a:hover, .sidemenu li.sfhover li a:hover {
	color: #F2ECDE;
}

/* Cart Details Panel */
.panel-cartdetails {
	width: 147px;
	margin-top: 35px;
	color: #C69C6D;
}
.panel-cartdetails p {
	color: #C69C6D;
}
.panel-cartdetails .items {
	margin-bottom: 5px;
	padding: 5px;
	background-color: #351F14;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel-cartdetails .buttons {
	margin-top: 10px;
	line-height: 30px;
}
.panel-cartdetails .buttons a:link, .panel-cartdetails .buttons a:active, .panel-cartdetails .buttons a:visited {
	font-size: 10px;
	color: #91632f;
}
.panel-cartdetails .buttons a:hover {
	color: #C69C6D;
}

/* Breadcrumb links */
.breadcrumbs {
	margin-bottom: 20px;
}
/* Cart links - in breadcrumbs */
.cart-links {
	width: 155px;
	float: right;
}
.cart-links a:link, .cart-links a:active, .cart-links a:visited {
	float: left;
	font-size: 10px;
	color: #91632f;
	background-color: #351F14;
	border: 1px solid #4B2F21;
	padding: 3px 5px;
	color: #C69C6D;
	margin-left: 5px;
}
.cart-links a:hover {
	background-color: #C69C6D;
	color: #351F14;
	text-decoration: none;
}


/* Customer Login Panel */
.panel-customer {
	width: 147px;
	margin-top: 35px;
	color: #C69C6D;
}
.panel-customer input {
	width: 140px;
	font-size: 11px;
	padding: 3px;
	margin-bottom: 5px;
}
.panel-customer input.button {
	float: right;
	background-color: #91632f;
	border: 1px solid #351F14;
	width: auto;
	padding: 3px 5px;
	color: #351F14;
}
.panel-customer a.smalllink:link, .panel-customer a.smalllink:active, .panel-customer a.smalllink:visited {
	font-size: 10px;
	color: #91632f;
}
.panel-customer a.smalllink:hover {
	color: #C69C6D;
}


.member-menu {
	margin: 20px 0;
	text-align: center;
}
.member-menu a {
	margin: 0 10px;
}



/* CONTENT */
#content {
	background: #f2ecde top left repeat-y url(/skin/images/background-productlist.jpg);
	border-bottom: 1px solid #140500;
}
#content .content-left {
	float: left;
	width: 173px;
	padding: 27px 0 27px 33px;
}
#content .content-mid {
	float: left;
	width: 432px;
	background: #f2ecde top repeat-x url(/skin/images/top-shaddow.jpg);
	padding: 24px 26px 0 32px;
	text-align: justify;
}
#content .content-mid, #content .content-mid p, #content .content-mid td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}

#content .grid {
	width: 100%;
	border-collapse: collapse;
}
#content .grid th {
	padding: 3px;
	border: 1px solid #d3ba7f;
	background-color: #e1d4b5;
}
#content .grid td {
	padding: 3px;
	border: 1px solid #d3ba7f;
}


#content .content-right {
	float: right;
	width: 205px;
	text-align: right;
}
#content .content {
	float: right;
	width: 637px;
	background: #f2ecde top repeat-x url(/skin/images/top-shaddow.jpg);
	padding: 24px 26px 0 32px;
}

/* FOOTER AREA */
#footer {
	background: top repeat-x url(/skin/images/background-footer.jpg);
	height: 52px;
	padding-top: 22px;
	text-align: center;
	color: #d1c197;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #d1c197;
	padding: 0 5px;
}
#footer a:hover {
	color: #cccccc;
	text-decoration: none;
}
#copyright {
	font-size: 11px;
	color: #a67c52;
	margin-top: 10px;
}
#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #a67c52;
}
#copyright a:hover {
	color: #d1c197;
	}
.copy {
	padding: 0 10px;
}

