﻿@font-face {
    font-family: 'PragmaticaCondensedCondensed';
    src: url('fonts/pragmatica_condensed.eot');
    src: url('fonts/pragmatica_condensed.eot') format('embedded-opentype'),
         url('fonts/pragmatica_condensed.woff') format('woff'),
         url('fonts/pragmatica_condensed.ttf') format('truetype'),
         url('fonts/pragmatica_condensed.svg#PragmaticaCondensedCondensed') format('svg');
}

/* element styles */
body {
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px; /* 16px */
	color: #333;
	background: #E2E2E2 url() left top repeat-x;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.homepage {
	overflow: hidden;
}

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

h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 0.5em;
	font-family: 'PragmaticaCondensedCondensed', sans-serif;
	line-height: 14pt;
}

h1 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 120%;
	text-transform: uppercase;
	color: #000;
}

h2 {
	font-size: 35px;
	margin: 0;
	margin-bottom: 15px;
}

h3 {
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
}

h4 {
	font-size: 22px;
	font-weight: 300;
	margin: 35px 0 15px 0;
}


a:link, a:visited, a:active {
	color: #333;
}

a:hover, a:focus {

}

h3 a {
	text-decoration: underline;
	color: #000;
}

h3 a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

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

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

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

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

.pages .current {
	
}

.struct {
	display: none;
}

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

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

.header {
	
	background: transparent url() top left repeat-x;
	z-index: 10;
	
	width: 205px;
	color: #fff;
	position: relative;
	left: 30px;
	top: 15px;
	float: left;

}

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

.content-container {
	width: 960px;
	margin-top: 15px;
}

.banner {
	background: transparent url() top center no-repeat;
	height: 135px;
	position: relative;
}

.logo {
	display: block;
}

.main-navigation {
	position: relative;
	padding: 0;
	
	background: #313131;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	text-align: left;
	
	text-transform: lowercase;
	font-size: 16px;
	font-family: 'PragmaticaCondensedCondensed';
}

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

.main-navigation  li {
	position: relative;
	display: block;
	height: 22px;
	line-height: 22px;
	width: 155px;
	margin: 0;
	padding: 15px 25px;
	background: transparent url('') left center no-repeat;
	border-top: 1px solid #4b4b4b;
}

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

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

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

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

.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: #575757;
}

.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-wrapper {
	width: 690px;
}

.content {
	width: 630px;
	padding: 30px;
	background: #FFFFFF;
	margin-bottom: 90px;
	margin-top: 15px;
	float: right;
}

.content p {
	margin: 12px 0;
	line-height: 14pt;
}

.content .image {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	padding-bottom: 0;
	float: right;
}

.content .image  p.image-caption {
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
}

.homepage .content {
	display: none;
}

.content-home {
	display: none !important;
	float: left;
	width: 190px;
	margin: 0;
	position: absolute;
	right: 30px;
	bottom: 55px;
	background: #FFF;
	background: rgba(255,255,255,0.7);
}

.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: 0px;
	z-index: 10;
}

.footer {
	position: relative;
	height: 53px;
	padding: 0;
	text-align: left;
	background: #CCCCCC url() center top no-repeat;
	font-size: 10px; /* 12px from 16px */
	
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	
}

.footer h2 {

}

.footer p {

}

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

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

}

.copyright {	
	position: relative;
	color: #FFF;
	padding: 20px 30px;
	font-size: 10px;
	float: right;
}

.avd {
	display: inline-block;
}

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

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

/* slideshow overrides */
/* ss dimensions */
.slideshow { 
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
}

.slideshow img {
	width: 100%;
	height: auto;
}	

.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%;
	text-align: center;
}

div.gallery a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.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
 */
form.contact {
	margin-top: 8px;
}

.contact p {
	line-height: 1.75em;
}

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

.contact .action input {
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}

.contact label {
	display: block;
	width: 25%; 
	vertical-align: top;
}

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

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

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

.contact textarea {
	width: 337px;
	height: 162px;
	font-family: inherit;
	font-size: 0.875em;
}

/* 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 */
.blog {
	margin-bottom: 30px;
}

.blog:last-child {
	margin: 0;
}

.blog-data {
	font-size: 10px;
	font-weight: bold;
}

.blog-data a {
	color: #000;
}

.comments {
	padding: 30px 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.comments .comment {
	margin-bottom: 20px;
}

.comment p {
	margin-bottom: 0;
	margin-top: 20px;
}

.commentSubmission #comment-content {
	background: #fff;
	font-size: 11px;
	margin: 10px 5px 0 0;
	padding: 3px;
	border: 1px solid #B2B2B2;
	
	width: 75%;
	min-width: 400px;
	margin: 5px 5px 0 0;
}

.commentSubmission input[type=submit]{
	margin: 0;
	font-size: 10px;
	padding: 2px;
	background-color: #000;
}

.articleNav {
	display: none;
}

.sidebar .blog-summary {
	display: none;
}
.sidebar .pageNav {
	display: none;
}

.blog-summary h3 a {
	text-decoration: underline;
}
.blog-summary h3{
	margin: 0;
}

.blog-posted {
	font-size: 10px;
	font-weight: bold;
}

.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;
}

#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;
}

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