﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

/* element styles */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em; /* 16px */
	color: #000;
	background: #5c5e60;
	-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;
	margin: 0.5em 0;
	color: #f15e7c;
}

h1 {
	font-size: 60px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	text-align: center;

}

h2 {
	font-size: 27px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}

h3 {
	font-size: 1.125em;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #333;
}

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

a img {
	border: none;
}

img
{
	max-width: 100%;
	height: auto;
}

 iframe
{
	max-width: 100%;
}

/* 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;
}

.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-color: #fff;
	z-index: 10;
}

.container
{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.banner {
	background: transparent url() top center no-repeat;
	position: relative;
	margin-bottom:0px;
}

.logo {
	box-sizing: border-box;
	display: block;
	margin: auto;
	padding: 30px 20px;
}

.main-navigation {
  border-radius: 4px;
  padding-top: 10px;
  background-color:  #f7f7f7;
  width: 100%;
}

#main-navigation,
#main-navigation ul,
#main-navigation li #main-navigation a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  
  
}

.main-navigation ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	min-height:40px;
	padding-left: 0px;
	margin: 0 auto;
	max-width: 450px;
}

ul.cat{
	display:none !important;
}


.main-navigation  li {
	 display: inline-block;
	 border-radius: 0px 0px 5px 5px;
}
.main-navigation li.sel{
	color: #25743c;
}

.main-navigation li:hover {
	color: #25743c; /*#333131 !important;*/
}



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

.main-navigation > ul li:first-child {
  background-image: none; /* remove separator */
  border-left: none;
  padding-left:0px;
  margin-left:0px;
}

.main-navigation > ul li:last-child {
	border-right:none;
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
  padding: 0px 20px;
  height:40px;
  display: block;
  text-decoration: none;
  color: #02b294;
  line-height:40px;
  font-size:17px;
  font-family: 'Roboto', sans-serif;
  font-weight:bold;
}

.main-navigation > ul li:first-child a{
	border-left:none;
}

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

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

.main-navigation li ul {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #3c9447;
	text-align:center;
	border: 0px;
	width:100%;
	border-radius: 0px 0px 5px 5px;
}

.main-navigation li:hover ul, .main-navigation a:focus+ul {
	display:block;
}

.main-navigation li li {
	position: relative;
	display: block;
	width: inherit; /* 190px */
	height: 50px;
	padding: 0;
	line-height: 1em;
	text-align: center;
	margin:0;
	background-image: none;
	border:0px;
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	padding: 0;
	width: 100%;
	border:0px;
	border-top:1px solid #fff;
}

.midsection {
	z-index: 5;
	background-color:  #f7f7f7;
	
}

.content {
	
	padding: 20px 0px;
	background: #f7f7f7;
}

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

.columns
{
	display: flex;
	flex-flow: row wrap;
}

	.columns h1, .columns h2
	{
		margin-top: 0;
		text-align: left;
	}

	.col-3
	{
		width: 100%;
		max-width: 300px;
		margin: 0 0 20px 20px;
	}
	
	.span-2
	{
		max-width: 615px;
	}

.base {
	display: flex;
	margin-bottom: 0px;
	z-index: 5;
	background: #6b6d6f;
	border-top: 20px solid #f7f7f7;
	border-bottom: 62px solid #5c5e60;; 
}

.base-bg {

}

.footer {
	position: relative;
	min-height: 120px;
	padding: 0 0 ;
	text-align: left;
	font-size: 0.75em; /* 12px from 16px */
	background: transparent;
	color: #FFF;
}



.footer h2 {

}

.footer p {

}

.footer a:link, .footer a:visited, .footer a:active {
	color:#fff;
	
}

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

}

.copyright {
	position: absolute;
	right: 0; 
	top: 100%;
	left: 0;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aeaeae;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
}

.avd {
	position: absolute;
	bottom: -40px;
	right: 5px;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
}

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

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

.footdiv {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 30px auto 0px auto;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
}

.footdiv img {
	margin-right:10px;
}

.footcon, .footloc, .footface
{
	display: flex;
	align-items: center;
	margin: 0 10px 10px;
	max-width: 285px;
	width: 100%;
	font-size:24px;
}

.footcon {
}

.footnum {
	
}

.footadd {
	margin-top:7px;
}


.footloc {
	font-size:17px;
}

.footface {

}

.footface a
{
	display: flex;
	align-items: center;
}

div.homeButtons{
	text-align:justify;
	margin:15px auto 0px;
}

div.homeButtons:after{
	content:'';
	width:100%;
	display:inline-block;
}

div.homeButtons div{
	display:inline-block;
	overflow:hidden;
}

div.homeButtons div a img{
	margin:10px auto 0px;
	display:block;
}

div.homeButtons div a span{
	display:block;
	line-height:50px;
}

div.homeButtons .conbg{
	float:none;
	margin:0;
}

h1.support{
	text-align:center;
	display:block;
	margin:0;
}

h1.support a{
	background-color:#3c9447;
	border-radius:2px;
	color: #fff !important;
	text-decoration:none !important;
	display:inline-block;
	padding:10px;
}

h1.support a:hover{
	background-color:#333131;
}

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

.orbit-wrapper .orbit-caption {
	font-size:20px;	
	bottom:inherit;
	border:1px solid #000;
	border-top:none;
	position:relative;
	padding:10px;
	width:calc(100% - 20px);
}

.slider {

}

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

div.orbit-wrapper {
	width: 938px !important;
	height: auto !important;
}

div.orbit {
	width: 938px !important;
	height: 493px !important;
	border:1px solid #000;
}

div.slider-nav{
	position: static;
}

div.slider-nav span{
	top:200px;
	margin-top:0px;
}

div.slider-nav span.left{
	left:1px;
}

div.slider-nav span.right{
	right:-1px;
}

.slider { 
	width: 940px;
	height: 450px;
	background: #fff url('/resources/jquery/orbit/loadingwhite.gif') no-repeat center center; overflow: hidden; }
 
.slider div { 
	display: none;
}

.helpHolder{
	display:block;
	width:940px;
	height:475px;
	background:#fff;
	text-align:center;
	line-height:475px;
	padding:10px 0px;
}

.helpHolder img{
	vertical-align:middle;
}

.orbit-bullets{
	text-align:center;
	margin:0;
	width:100%;
	left:0;
	position:relative;
	top:10px;
}

.orbit-bullets li{
	float:none;
	display:inline-block;
	overflow:visible;
	margin: 0px 5px;
}

.orbit-bullets li img{
	position:relative;
	left:-6px;
	top:-50px;
	display:none;
	border-radius:50%;
	border:1px solid #000;
}

.orbit-bullets li.active img{
	left:-7px;
}

.orbit-bullets li:hover img{
	display:block;
}

ul.nav{
	display:block;
	padding:0;
}

ul.nav li{
	display:inline-block;
	margin-right:20px;
}

ul.nav a.image{
	display:block;
	width:150px;
	height:150px;
}

ul.nav a.image + a{
	display:block;
	width:150px;
	text-align:center;
	font-size:18px;
}

ul.nav a.image + a:link,
ul.nav a.image + a:visited{
	color: #000;
	text-decoration:none;
}

ul.nav li:hover a.image + a,
ul.nav li:active a.image + a{
	color: #666;
	text-decoration:none;
}

/* 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;
}
*/

.orbit-caption a,
.orbit-caption a:link,
.orbit-caption a:visited,
.orbit-caption a:active{
	color: #3c9447;
}

.orbit-caption a:hover,
.orbit-caption a:focus{
	color:#25743c;
}
	
	

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

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

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

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

.contact label {
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
}

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

.contact input[type=text] {
	width: calc(100% - 50px);
	font-family: inherit;
	font-size: 0.875em;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: calc(100% - 50px);
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: calc(100% - 50px);
	height: 5em;
	font-family: inherit;
	font-size: 0.875em;
}

.contact #area
{
	width: 70px;
}

#form-wrapper2 .contact #area + input#phone
{
	width: 172px;
	margin-left: 10px;
}

.contact br
{
	clear: both;
}

#contact-form {
	box-sizing: border-box;
	background: #eee url('mainBack.png');
	width: 100%;
	max-width: 958px;
	padding-bottom: 40px; 
	margin:5px auto 20px;
	border: 10px solid #FFF;
	-webkit-box-shadow: 2px 2px 4px 1px #d8d8d8;
	box-shadow: 2px 2px 4px 1px #d8d8d8;
}

#form-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 955px;
	position: relative;
}

#form-wrapper h2 {
	font-size: 24px;
	padding-top: 0px;
	margin-bottom: 0;
	width: 100%;
	font-weight: 500;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
#form-wrapper h2 strong {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
}
#form-wrapper form {

}
#form-wrapper .input-name,
#form-wrapper .input-email,
#form-wrapper .input-message {
	padding: 15px 0px 5px 0;
	font-size: 16px;
	color: #000000;
	position: relative;
}

#form-wrapper input#name,
#form-wrapper input#email {

}

#form-wrapper select {

}

#form-wrapper label {
	margin-right:15px;
	padding-bottom: 7px;
	color: #000000;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
.ie7 #form-wrapper label {
	position: relative;
	left: 0;
	top: 0;
}
.ie7 #form-wrapper input#name,
.ie7 #form-wrapper input#email {
	position: absolute;
	left: 0;
	top: 50px;
}
.ie7 #form-wrapper .input-message {
	margin-top: 40px;
	margin-bottom: 10px;
}
#form-wrapper label.error {
	position: absolute;
	right: 20px;
	top: 23px;
	width: 260px;
	text-align: right;
	font-size: 14px;
	padding: 0;
	color: #e50000;
	text-shadow: none;
}
.ie7 #form-wrapper label.error,
.ie8 #form-wrapper label.error {
	width: 320px;
}

#form-wrapper input,
#form-wrapper textarea,
#form-wrapper select {
	padding: 10px 10px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	color: #e3dfdc;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: color 0.5s;
}
#form-wrapper input {
	background: #FFF url(../img/input-shadow.png) bottom left repeat-x;
}
#form-wrapper textarea {
	background: #FFF url(../img/textarea-shadow.png) bottom left repeat-x;
	height: 210px;
}
#form-wrapper input:focus,
#form-wrapper textarea:focus {
	color: #554d47;
}
.ie7 #form-wrapper input,
.ie8 #form-wrapper input,
.ie7 #form-wrapper textarea,
.ie8 #form-wrapper textarea {
	color: #554d47;
}
#form-wrapper input#submit {
	background-color: #f15e7c;
	width: 185px;
	padding: 5px 0; 
	font-size: 25px;
	margin-top: 5px;
	border-color: rgba(255, 255, 255, .15);
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
	font-weight: 500;
}
#form-wrapper input#submit:hover {
	background-color: #02b294;
}


#form-wrapper .input-name,
#form-wrapper .input-email
{

}

#form-wrapper textarea {

}

#contact-form2 {
	background: #eee url('mainBack.png');
	width: 955px;
	height: 535px; 
	margin: 0 auto 20px;
	border: 10px solid #FFF;
	-webkit-box-shadow: 2px 2px 4px 1px #d8d8d8;
	box-shadow: 2px 2px 4px 1px #d8d8d8;
}


#form-wrapper2 {
	margin: 0 auto;
	width: 955px;
	position: relative;
}


#form-wrapper2 h2 {
	font-size: 24px;
	padding-top: 0px;
	margin-bottom: 0;
	float: left;
	width: 100%;
	font-weight: 500;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
#form-wrapper2 h2 strong {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
}
#form-wrapper2 form {
	float: left;
}
#form-wrapper2 .input-name,
#form-wrapper2 .input-email,
#form-wrapper2 .input-message,
#form-wrapper2 .input-phone,
#form-wrapper2 .input-trailer {
	float: left;
	padding: 15px 0px 5px 0;
	font-size: 16px;
	color: #000000;
	position: relative;
}

#form-wrapper2 .input-trailer {
	width:280px;
}
#form-wrapper2 input#name,
#form-wrapper2 input#email,
#form-wrapper2 input#phone,
#form-wrapper2 input#trailer {
	width: 250px;
}

#form-wrapper2 select {
	width: 273px;
	float:left;
}
#form-wrapper2 label {
	float: left;
	width: 280px;
	margin-right:15px;
	padding-bottom: 7px;
	color: #000000;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
.ie7 #form-wrapper2 label {
	position: relative;
	left: 0;
	top: 0;
}
.ie7 #form-wrapper2 input#name,
.ie7 #form-wrapper2 input#email {
	position: absolute;
	left: 0;
	top: 50px;
}
.ie7 #form-wrapper2 .input-message {
	margin-top: 40px;
	margin-bottom: 10px;
}
#form-wrapper2 label.error {
	position: absolute;
	right: 20px;
	top: 23px;
	width: 260px;
	text-align: right;
	font-size: 14px;
	padding: 0;
	color: #e50000;
	text-shadow: none;
}
.ie7 #form-wrapper2 label.error,
.ie8 #form-wrapper2 label.error {
	width: 320px;
}
#form-wrapper2 textarea {
	width: 545px;
}
#form-wrapper2 input,
#form-wrapper2 textarea,
#form-wrapper2 select {
	padding: 10px 10px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	color: #e3dfdc;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: color 0.5s;
}
#form-wrapper2 input {
	background: #FFF url(../img/input-shadow.png) bottom left repeat-x;
}
#form-wrapper2 textarea {
	background: #FFF url(../img/textarea-shadow.png) bottom left repeat-x;
	height: 210px;
}
#form-wrapper2 input:focus,
#form-wrapper2 textarea:focus {
	color: #554d47;
}
.ie7 #form-wrapper2 input,
.ie8 #form-wrapper2 input,
.ie7 #form-wrapper2 textarea,
.ie8 #form-wrapper2 textarea {
	color: #554d47;
}
#form-wrapper2 input#submit {
	background-color: #56b30f;
	float: left;
	width: 185px;
	padding: 5px 0; 
	font-size: 25px;
	margin-top: 5px;
	border-color: rgba(255, 255, 255, .15);
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
	font-weight: 500;
}
#form-wrapper2 input#submit:hover {
	background-color: #333131;
}


#form-wrapper2 .input-name,
#form-wrapper2 .input-email
{
	width: 295px;
}



#form-wrapper2 textarea {
	width: 545px;
}

#form2 {
	float: left;
	width: 590px;
	margin-left:20px;
}


#form {
	width: 100%;
	max-width: 590px;
	margin-left:20px;
}
#form-sidebar {
	width: 100%;
	padding: 5px 40px 0 0;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
#form-sidebar p {
	font-size: 16px;
	color: #000000;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#form-sidebar strong {
	font-size: 18px;
	line-height: 1.5em;
}
#form-sidebar h2 {
	margin: 15px 0 15px 0;
	font-weight: 500;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}

/* 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;
}

.product .detail{
	display:none;
}

.product .images{
	display:none;
}

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

#table-3 {
    background-color: #F9F9F9;
    border: 1px solid #DFDFDF;
    border-radius: 8px 8px 8px 8px;
    color: #62626C;
    margin-bottom: 15px;
    width: 100%;
}

#table-3 td, #table-3 th {
    border-bottom: 1px solid #DFDFDF;
    border-top-color: white;
    color: #62626C;
	text-align:center;
}

#table-3 th {
    background-color: #3C9447;
    border-radius: 0px 0px 0 0;
    font-weight: normal;
    line-height: 1.3em;
    padding: 7px 7px 8px 30px;
	color:#fff;
}
#table-3 td {
    border-top: 1px solid white;
    padding: 7px 7px 6px 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.796);
    vertical-align: top;
	
}

.l-head {
	border-radius: 8px 0px 0px 0px !important;
}

.r-head {
	border-radius: 0px 8px 0px 0px !important;
}

table {
  border-spacing: 0;
}

.homebg {
	height:165px;
	max-width:980px;
	margin-top:29px;
}

.homebg h1 {
	padding-top:45px;
	color: #ff91a5;
}

.hometopbg {
	width:300px;
	height:100px;
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}

.hometopbg img {
	padding-top: 40px;
}
	

.homeheading {
	width: 320px;
	height:50px;
}


.homeheading2 {
	height:50px;
	text-align:center;
	margin-top:5px;
}

.homeleft {
	margin-top:30px;
	width: 280px;
	float: left;
	margin-right:40px;
}

.homemid, .homeright {
	width:300px;
	background-color: #fff;
	float:left;
	border-bottom:10px solid #6a6c6e;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	/*height: 390px;*/
}

.homemid {
    margin-right:15px;
}

.homeright {

}

.hometable {
	font-size:14px;
	width: 100%;
	max-width: 300px;
	color:#000;
	border-bottom:10px solid #6a6c6e;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 10px;
	margin: 0 auto;
}

.hometable img {
	margin-top:30px;
}

.homebotl {
	float:left;
	width: 277px;
	margin-right:45px;
	margin-top:80px;
}

.homebotr {
	float:left;
	width: 613px;
	margin-top:30px
}

.space-top
{
	display: block;
	margin: 50px auto 0;
}

.services {
	margin-top: 20px;
	margin-bottom:20px;
}
.content-left, .content-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-right {
    padding-left: 25px;
}

.content-left.short, .content-right.short {
    width: 29.5%;
}
.content-right.short {
    padding-left: 24px;
}

.content-left, .content-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-left {
    padding-right: 25px;
}

.content-right {
    padding-left: 25px;
}