﻿/* element styles */
body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #343434; 
	background: #acacac url('background.jpg') top left repeat-x;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p, div, h1, h2, h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3 {
	font-weight: normal;
	color: #282828;
}

h1, h2 {
	font-size: 2em;
	color: #000000;
	margin-top: 0;
}

h2{
	font-size:1.8em;
}

h3 {
	font-size: 24px;
}

hr {
	border: none;
	height: 12px;
	background: #FFF;
}


a{
	color: #A10E1C;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

/* globally relevant baseline styles */
.button {
	display: inline-block;
	margin: 12px 30px;
	padding: 5px;
	border: none;
	background: #666;
	color: #FFF;
	font-size: 1em; 
	line-height: 1.5em; 
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover, .button:focus {
	text-decoration: underline;
	background: #999;
}

.red{
	color:#A10E1C;
}

.pages {
	text-align: center;
	font-weight: bold;
}

.pages a:link, .pages a:visited {
	
}

.pages .current {
	
}

.struct {
	display: none;
}

.home-table-xmas td{
	vertical-align:bottom;
	height:18px;
}

/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
	display: block;
	width: 99%;
	clear: both;
	overflow: hidden;
}

/*** section styles ***/
.header, .midsection, .base {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.header {
	height: 204x;
	z-index: 10;
}

.container
{
	width: 980px;
	margin: 0 auto;
}

.banner {
	background: #CAC4A8 url('banner.jpg') top center no-repeat;
	width: 980px;
	height: 163px;
	overflow: hidden;
	margin: 15px auto 0;
	position: relative;
	color: #99000E;
	font-size: 3.5em;
	text-decoration: underline;
}

.bannercontact {
	float: right;
	margin-right: 20px;
	margin-top:40px;
	font-size:20px;
	color:#000;
	text-align:right;
}

.bannercontact a:link, .bannercontact a:visited, .bannercontact a:active {
	color: #000;
	text-decoration:underline;
}

.logo {
	margin: 13px 0 0 50px;
	padding: 10px;
}

#splash {
	width: 980px;
	margin:0 auto;
	padding: 0;
	height: 490px;
	background: #ffffff url('splash.jpg') center top no-repeat;
	border-top: 1px solid #ffffff;
}

.main-navigation {
	width: 980px;
	padding: 0;
	text-align: center;
	position: relative;
	margin:0px auto;
	height: 41px;
	font-size: 13px;
	background: #A80D1B url('navigation_tier1_bg.jpg') top left repeat-x;
}

.main-navigation ul {
	margin: 0; 
	padding: 0;
}

.main-navigation  li {
	position: relative;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	margin: 0;
	padding: 0;
	background: transparent url('') left center no-repeat;
	
	background: transparent url('nav_item_separator.gif') right center no-repeat;
	padding: 0 1px 0 0;
}

*+html .main-navigation > ul  li { display: block; float: left; } /* IE7*/

.main-navigation > ul li:last-child {
	background-image: none; /* remove separator */
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	display: inline-block;
	padding: 0 6px;
	color: #FFF;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #fff;
	text-decoration: underline;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #fff;
}

.main-navigation li ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #343434;
}

.main-navigation li:hover ul, .main-navigation a:focus+ul {
	height: auto;
}

.main-navigation li li {
	position: relative;
	display: block;
	width: 175px; /* 190px */
	height: auto;
	padding: 0 0 0 15px;
	line-height: 1em;
	text-align: left;
	margin:0;
	background-image: none;
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	padding: 5px 0;
	width: 100%;
}

.midsection {
	z-index: 5;
}

.content {
	width: 890px;
	padding: 20px 39px 64px;
	text-align: left;
	position: relative;
	margin: 0px auto;
	background-color: #d6d6d6;
	font-size: 0.8125em;
	z-index: 0;
	overflow:hidden;
	
}
.content-wrapper .content {
	border-top: none;
	border-bottom: 9px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
}

.content p {
	margin: 13px 0;
}

.content-font { float: left; width: 550px; text-align:justify; margin-right: 25px; }

.featured {
	margin-top: -30px;
	float:right;
	width:300px;
}

.featured .thumbnail img{
	max-width: 293px;
	height: 207px;
}	

.featured h2 {
	font-size: 1.8em;
	line-height: 2em;
	margin: 0;
}

.featured h3 {
	color: #343434;
	margin: 0;
	font-size: 1.4em /* 18px */;
}

.sidebar {
	background: #000;
	width: 165px;
	padding: 10px;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
	
}
.sidebar ul ul {
	display: none;
}
.sidebar ul .open ul {
	display: block;
}

.sidebar ul li a{ 
	color: #FFF;
	height: 100%;
	display: block;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px dotted #FFF;
}
.sidebar ul ul{
	border-bottom: 1px dotted #FFF;
}

.sidebar ul ul li a {
	color: #cccccc;
	border-bottom: none;
	text-indent: 10px;
}

.category .nav {
	padding:0;
	margin:0;
}

.products-content {
	margin-left: 180px;
}

.cat-img {
	border-bottom: 1px solid #fafadb;
	margin-top: 25px;
}
.cat-img img {
	margin-bottom: -3px;
}

.cat-img h2 {
	font-size: 1.4em;
}


.products .nav {
	margin-right: -80px;
	overflow: hidden;
}

.product-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 228px;
	margin: 0 17px 17px 0;
	
}

.product {
	padding: 7px;
	background-color: #ffffff;
	width: 214px;
}

.product .thumbnail {
	text-align: center;
	min-height: 137px;
	margin-bottom: -3px !important;
	display: block;
}

.content .product h3 {
	background-color: #282828;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 41px;
	text-indent: 18px;
	margin: 0;
	margin-bottom: 13px;
}

.content .product .description {
	background-color: #ffffff;
	margin: 0;
	height: 120px;
	overflow: hidden;
}

.content .product-wrapper p.enquire {
	text-align: right;
	line-height: 31px;
	padding: 0;
	height: auto;
	background-color: transparent;
	font-size: 1.154em; /* 15px */	
	margin:0;
}

.product-wrapper .enquire a  {
	display: block;
	float: right;
	background-color: #282828;
	padding: 0 15px;
	color: #FFFFFF !important;
	line-height: 31px;
	color: #FFF !important;
}

.product-wrapper .enquire a:hover, .product .enquire a:focus {
	color: #000000;
}

.content-wrapper:before,
.content-wrapper:after
{
	content: "";
	width: 0px;
	height: 0px;
	clear: both;
	display: block;
}

.content-wrapper > .struct {
	display: block;
	position: absolute;
	top: 0;
	height: 0px;
	width: 0px; 
}

.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
}

.base {
	margin-bottom: 40px;
	z-index: 0;
}

.footer {
	width: 980px;
	height: 41px;
	padding: 0;
	overflow: hidden;
	background: transparent url('footer_bg.jpg') left top repeat-x;
	color: #FFFFFF;
	position: relative;
	margin: 0px auto;
	text-align: center;
	font-size: 0.8125em; /* 13px */
	border-bottom: 9px solid #FFFFFF;
}

.footer p {
	margin: 0;
	line-height: 41px;
}

.footer h2 {

}

.footer p {

}

.footer a:link, .footer a:visited, .footer a:active {
	
}

.footer a:hover, .footer a:active {

}

.copyright {
	
}

.avd {
	margin: 5px auto 10px;
	font-size: 0.75em;
	text-align: center;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #ccc;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
	color: #FFF;
}

/* slideshow overrides */
/* ss dimensions */
.slideshow { 
	position: relative;
	width: 980px;
	height: 280px;
}

.orbit-wrapper .slideshow {
	
}

.slider {

}

.slider > div.slide {
	position: absolute;
	top: 0;
	left: 0;
}

div.orbit-wrapper {
	width: 980px !important;
	height: 280px !important; 
}

div.orbit {
	width: 980px !important;
	height: 280px !important;
}

/* ss overlay */
/*
.slideshow:after {
	content: url('slideshow_overlay.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.orbit > div {
	z-index: 0;
}
*/

/* ss nav features */
/*
div.slider-nav span {

}
 
div.slider-nav span.left {
	background-image: url('slider_left.png');
}

div.slider-nav span.right {
	background-image: url('slider_right.png');
}

.orbit-wrapper .orbit-caption {

}

.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	bottom: 10px;
	left: 0;
	margin: 0;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: transparent url('slider_bullet.png') center center no-repeat;
	margin-left: 10px;
}

.orbit-bullets li.active {
	background-image: url('slider_active.png');
	background-position: center center;
}
*/

/* galleries */
div.gallery {
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px !important;
	padding: 0;
	width: 23%;
	height: 210px;
	line-height: 210px; 
	text-align: center;
}

div.gallery a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.gallery img {
	display: inline; /* kauri default sets to block */
	vertical-align: middle;
}

.pagination .pages
{
	text-align: center;
}

.pagination .pages .current
{
	font-weight: bold;
}

.pagination .pages a
{
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a:focus,
.pagination .pages a:active
{
	text-decoration: underline;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
 
.contact-left {
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.box3 {
	float: left;
	width: 850px;
	margin: 20px 0px 10px 0px;
}
 
.contact-wrapper {
	float: left;
	width: 400px;
	margin: 10px 0px 20px 30px;
}
 
form.contact {
	margin-top: 8px;
	width: 379px;
	border: 10px solid #FFF;
	padding-bottom: 5px;
}

.contact p {
	margin: 0;
	line-height: 26px;
}

.contact p.action {
	text-align: center;
}

.contact .action a {
	font-size: 0.875em;
}

.contact label {
	display: inline-block;
	width: 112px; 
	padding: 5px;
	vertical-align: top;
}

.contact label.last {
	width: 100%;
}

.contact label.error {
	width: auto;
	font-size: 0.875em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact input[type=text] {
	width: 243px;
	font-family: inherit;
	font-size: 0.875em;
}

.contact input#Address2 {
	margin-left: 126px;
	margin-bottom: 9px;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: 350px;
	height: 166px;
	font-family: inherit;
	font-size: 0.875em;
	margin-left: 7px;
}

/* basic code for using customised radio button graphics
 * - checkboxes can be handled similarly
 * - fallback to normal in <= IE8
 */
/*
.contact input[type=radio] + label {
	left: -22px;
	padding: 3px 20px 3px 30px;
	height: 18px;
	line-height: 18px;
	background: transparent url('radio-buttons.png') top left no-repeat;
}

.contact input[type=radio]:checked + label{
	background-position: bottom left;
}

.ie8 .contact input[type=radio] + label {
	left: 0;
	padding-left: 10px;
	background-image: none;
}
*/

/* blog */
.articleNav {
	overflow: hidden;
}

.articleNav .previous {
	float: left;
}

.articleNav .next {
	float: right;
}

.regionList
{
	padding: 15px 10px;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
	font-size: 15px;
	width: 696px;
	margin: auto;
}

.regionList li
{
	float: left;
	display: block;
}

.regionList li a
{
	width: 150px;
	padding: 10px;
	border: 3px;
	display: block;
	color: #6d6e71;
	background-color: #f9f9f9;
	border: 2px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.regionList li.sel a,
.regionList li a:hover,
.regionList li a:focus,
.regionList li a:active
{
	background-color: #a29061;
	color: #fff;
}

.stockists
{
	width: 716px;
	margin: auto;
	border-radius: 10px;
	margin-top: 80px;
	position: relative;
	margin-bottom: 50px;
}

.stockists:before,
.stockists:after
{
	content: "\0000a0";
	width: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
	display: block;
}

.stockists h2
{
	position: absolute;
	top: -65px;
	left: 10px;
}

.stockists div
{
	float: left;
	height: 155px;
	padding: 10px;
	width: 155px;
	position: relative;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	margin: 2px;
}

.stockists h3
{
	font-size: 17px;
	margin: 0px;
}

.stockists p
{
	margin: 0px;
	font-size: 14px;
	line-height: 19px;
}

.stockists .mapLink
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-left: 40px;
	padding-top: 15px;
	background: url(map.png) left no-repeat;
}

/* print order */
#print-order table {
	width: 100%;
}

#print_order th, #print-order td {
	vertical-align: top;
}

#print-order thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	padding-bottom: 4px;
}

#print-order thead th:first-child {
	text-align: left;
}

#print-order tbody th {
	font-weight: normal;
	padding-bottom: 4px;
}

#print-order tfoot tr:first-child > * {
	border-top: 1px solid #423f3f;
	padding-top: 4px;
}

#print-order tbody {
	padding: 4px 0;
}

#print-order tbody th, #print-order tfoot th {
	font-weight: normal;
	text-align: left;
}


#print-order td+td, #print-order tfoot td+td {
	text-align: center;
}

#print-order td+td+td, #print-order tfoot td+td+td {
	text-align: right;
}

#print-order th:last-child {
	text-align: right;
}

/* customers/orders */
table.orders {
	width: 100%;
	border-collapse: collapse;
}

.orders th, .orders td {
	padding: 4px;
	vertical-align: top;
}

.orders tbody *:first-line {
	
}

.orders thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	text-indent: 0;
}

.orders tbody th {
	font-weight: normal;
	text-indent: 0;
}

.orders .ref {
	text-align: left;
}

.orders .date {
	width: 95px;
}

.orders .details {
	text-align: left;
	text-indent: 1em;
}

.orders .price {
	text-align: right;
}

.orders .link {
	text-align: right;
	width: 75px;
}

/** files **/
.file {
	position: relative;
	overflow: hidden; /* float clearing */
	padding: 15px;
	margin-bottom: 10px;
}

.file h2 {
	margin-bottom: 1em;
}

.file .button {
	position: absolute;
	top: 6px;
	right: 10px;
}

#hoverCart
{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 200px;
	background-color: rgba(48, 48, 48, 0.8);
	background-color: #303030\9;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: auto;
	z-index: 1000;
	max-height: 100%;
	max-height: calc(100% - 100px);
}

#hoverCart h1,
#hoverCart h2,
#hoverCart h3
{
	color: #fff;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#hoverCart a
{
	color: #fff;
}

#hoverCart .items
{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#hoverCart .checkout
{
	float: left;
}

#hoverCart .dismiss
{
	display: block;
	text-align: right;
	float: right;
}

#hoverCart .row
{
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 5px;
}

#hoverCart .row .right
{
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#hoverCart .remove
{
	font-size: 12px;
	display: block;
}

input:disabled,
textarea:disabled
{
	opacity: 0.5;
}

.gifttext {
	font-size:20px;
	font-style:bold;
	padding:30px 0px;
}

/* tinymce universal formatting */
#tinymce {width: 940px; padding: 10px; background: #d6d6d6; text-align: left; font-size: 1em; color: #343434;overflow:scroll;}
#tinymce p { padding: 0 0 1em;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }