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

/* element styles */
body
{
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #73ea00;
	color: #434343;
	font-size: 14px;
	line-height: 17px;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	line-height: normal;
	font-weight: normal;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1
{
	font-size: 40px;
}

h1.marginalized
{
	margin-left: 14px;
}

h2
{
	font-size: 21px;
}

h3
{
	font-size: 18px;
}

h3 + p
{
	margin-top: -12px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 15px;
}

h6
{
	font-size: 14px;
}

a
{
	outline: none;
	color: #74eb00;
	text-decoration: none;
}

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

a img
{
	border: 0px;
}

iframe
{
	border: 0px;
}

.button
{
	font-weight: bold;
	color: #2b7100;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 17px 30px 17px 15px;
	position: relative;
	display: inline-block;
	background: url(buttonBack.png);
	left: 54px;
	margin-right: 4px;
}

.button:before
{
	background: url(buttonLeft.png);
	content: "";
	position: absolute;
	width: 54px;
	height: 49px;
	left: -54px;
	top: 0px;
}

.button:after
{
	background: url(buttonRight.png);
	content: "";
	position: absolute;
	width: 4px;
	height: 49px;
	right: -4px;
	top: 0px;
}

.container
{
	width: 950px;
	padding: 0px 15px;
	margin: auto;
}

.container:before,
.container:after
{
	content: "";
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

.inline
{
	display: inline;
}

.adjacent
{
	overflow: hidden;
}

.adjacent > .left
{
	float: left;
}

.adjacent > .right
{
	float: right;
}

#header
{
	background: #040303;
	height: auto;
	position: relative;
	border-top: 6px solid #61d600;
	border-bottom: 3px solid #fff;
	
	background: rgb(116,235,0);
	background: -moz-linear-gradient(top,  rgba(116,235,0,1) 0%, rgba(102,220,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,235,0,1)), color-stop(100%,rgba(102,220,0,1)));
	background: -webkit-linear-gradient(top,  rgba(116,235,0,1) 0%,rgba(102,220,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(116,235,0,1) 0%,rgba(102,220,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(116,235,0,1) 0%,rgba(102,220,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(116,235,0,1) 0%,rgba(102,220,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74eb00', endColorstr='#66dc00',GradientType=0 );
}

#header .container
{
	height: 119px;
}

#header .logo
{
	margin: auto;
	display: block;
	margin-top: 21px;
	float: left;
}

#header #menu
{
	float: right;
	height: 125px;
	font-size: 15px;
	margin: 0px;
	margin-top: -7px;
	position: relative;
	z-index: 130;
}

#main
{
	padding-bottom: 35px;
	overflow: hidden;
}

#menu .container
{
	width: 907px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23px;
	text-transform: lowercase;
}

#menu .container:before,
#menu .container:after
{
	content: "";
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

#menu li
{
	float: left;
	display: block;
	position: relative;
	margin: 0px 20px;
}

#menu li.sel,
#menu li:hover,
#menu li:focus,
#menu li:active
{
	background-position: bottom;
}

#menu li a
{
	height: 125px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: 0px 4px;
	
	transition: color 0.1s;
	-moz-transition: color 0.1s;
	-webkit-transition: color 0.1s;
}

#menu li.sel > a,
#menu li:hover > a,
#menu li:focus > a,
#menu li:active > a
{
	color: #fff;
}

#menu > li.sel > a
{
	border-top: 6px solid #fff;
	border-bottom: 6px solid transparent;
	height: 113px;
}

#menu li ul
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	min-width: 100%;
	white-space: nowrap;
	border-bottom: 1px solid #f8f8f8;
	visibility: hidden;
	opacity: 0;
	background-color: #66dc00;
	margin-left: -26px;
	margin-top: -10px;
	
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

#menu li:hover ul,
#menu li:focus ul,
#menu li:active ul
{
	visibility: visible;
	opacity: 1;
}

#menu li ul li
{
	float: none;
	margin: 0px;
	background: none;
	text-align: center;
}

#menu li ul li a
{
	display: block;
	height: auto;
	padding: 10px 30px;
}

#slideshow
{
	background: #f6f6f6;
	border-bottom: 1px solid #cccdce;
	color: #343333;
	font-size: 19px;
	line-height: 27px;
	
	position: relative;
}

#slideshow .container
{
	min-height: 431px;
	
	background: rgb(246,246,246);
	background: -moz-linear-gradient(left,  rgba(246,246,246,1) 5%, rgba(163,216,231,1) 40%, rgba(163,216,231,1) 60%, rgba(246,246,246,1) 95%);
	background: -webkit-gradient(linear, left top, right top, color-stop(5%,rgba(246,246,246,1)), color-stop(40%,rgba(163,216,231,1)), color-stop(60%,rgba(163,216,231,1)), color-stop(95%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(left,  rgba(246,246,246,1) 5%,rgba(163,216,231,1) 40%,rgba(163,216,231,1) 60%,rgba(246,246,246,1) 95%);
	background: -o-linear-gradient(left,  rgba(246,246,246,1) 5%,rgba(163,216,231,1) 40%,rgba(163,216,231,1) 60%,rgba(246,246,246,1) 95%);
	background: -ms-linear-gradient(left,  rgba(246,246,246,1) 5%,rgba(163,216,231,1) 40%,rgba(163,216,231,1) 60%,rgba(246,246,246,1) 95%);
	background: linear-gradient(to right,  rgba(246,246,246,1) 5%,rgba(163,216,231,1) 40%,rgba(163,216,231,1) 60%,rgba(246,246,246,1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=1 );
}

#slideshow:before
{
	content: "";
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 47px;
	background: url(slideshowShadowTop.png) top no-repeat;
	z-index: 99;
}

#slideshow:after
{
	content: "";
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 35px;
	background: url(slideshowShadowBottom.png) top no-repeat;
	z-index: 99;
}

#slideshow .slide
{
	display: none;
	padding-top: 40px;
	padding-bottom: 80px;
	overflow: hidden;
	width: 950px;
	height: 431px;
	
	background: rgb(246,246,246);
	background: -moz-linear-gradient(left,  rgba(246,246,246,1) 5%, rgba(163,216,231,1) 40%, rgba(163,216,231,1) 60%, rgba(246,246,246,1) 95%);
	background: -webkit-gradient(linear, left top, right top, color-stop(5%,rgba(246,246,246,1)), color-stop(40%,rgba(163,216,231,1)), color-stop(60%,rgba(163,216,231,1)), color-stop(95%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(left,  rgba(246,246,246,1) 5%,rgba(163,216,231,1) 40%,rgba(163,216,231,1) 60%,rgba(246,246,246,1) 95%);
	background: -o-linear-gradient(left,  rgba(246,246,246,1) 5%,rgba(163,216,231,1) 40%,rgba(163,216,231,1) 60%,rgba(246,246,246,1) 95%);
	background: -ms-linear-gradient(left,  rgba(246,246,246,1) 5%,rgba(163,216,231,1) 40%,rgba(163,216,231,1) 60%,rgba(246,246,246,1) 95%);
	background: linear-gradient(to right,  rgba(246,246,246,1) 5%,rgba(163,216,231,1) 40%,rgba(163,216,231,1) 60%,rgba(246,246,246,1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=1 );
}

#slideshow .slide:first-child
{
	display: block;
}

#slideshow .slide .description
{
	width: 465px;
	float: left;
}

#slideshow .slide .description .button
{
	margin-left: 8px;
	margin-top: 50px;
}

#slideshow h2
{
	font-size: 40px;
}

#slideshow img
{
	float: right;
	width:auto;
	height:auto;
	max-height:360px;
	max-width:412px;
}

#slideshow .timer
{
	display: none;
}

#slideshow .slider-nav span
{
	background: url(sliderNav.png) left no-repeat;
	width: 63px;
	height: 63px;
	margin-top: -31px;
}

#slideshow .slider-nav .left
{
	left: -230px;
}

#slideshow .slider-nav .right
{
	right: -230px;
	background-position: right;
}

#slideshow.mock + #content .container
{
	margin-top: -410px;
	min-height: 413px;
	position: relative;
	z-index: 110;
}

#content
{
	background-color: #fff;
	padding-bottom: 60px;
}

#content .container
{
	background-color: #fff;
	border-radius: 3px;
}

.introduction
{
	margin-top: -20px;
}

.introduction .left
{
	margin-left: 14px;
	width: 630px;
	font-weight: bold;
}

.introduction .right
{
	width: 310px;
	margin-top: 20px;
}

.miscellaneous
{
	margin-top: 30px;
}

.miscellaneous .left
{
	margin-left: 14px;
	width: 662px;
}

.miscellaneous .right
{
	width: 220px;
	margin-right: 12px;
	padding-top: 15px;
}

.sections
{
	letter-spacing: 22px;
	font-size: 1px;
	margin-top: 30px;
}

.sections .section
{
	font-size: 13px;
	letter-spacing: normal;
	display: inline-block;
	width: 301px;
	line-height: 20px;
	vertical-align: top;
}

.sections .section a.image
{
	position: relative;
	display: block;
}

.sections .section a.image:after
{
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.24) inset, 0px 0px 18px rgba(0, 0, 0, 0.0);
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.sections .section a.image:hover:after,
.sections .section a.image:focus:after,
.sections .section a.image:active:after
{
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.0) inset, 0px 0px 18px rgba(0, 0, 0, 0.24);
}

.sections .section a img
{
	display: block;
}

.sections .section h2 a
{
	color: inherit;
}

.sections .section .more
{
	color: #4ac100;
	font-weight: bold;
	margin-top: -13px;
	font-size: 14px;
}

.products > .left
{
	width: 232px;
	font-size: 15px;
}

.products > .left h2
{
	font-size: 40px;
	margin-bottom: 10px;
}

.products > .left ul
{
	padding: 0px;
}

.products > .left ul li
{
	display: block;
}

.products > .left ul li a
{
	color: #74eb00;
	padding: 10px 10px 10px 25px;
	display: block;
	color: #343333;
	border-bottom: 1px solid #cecbcf;
	position: relative;
}

.products > .left ul li a:before
{
	content: "";
	width: 8px;
	height: 8px;
	left: 0px;
	top: 15px;
	background-color: #74eb00;
	position: absolute;
}

.products > .left ul li.sel a,
.products > .left ul li:hover a,
.products > .left ul li:focus a,
.products > .left ul li:active a
{
	color: #74eb00;
}

.products > .right
{
	width: 660px;
}

.products > .right h1
{
	font-size: 27px;
	color: #74eb00;
	margin-top: 40px;
}

.productGrid
{
	letter-spacing: 29px;
	font-size: 1px;
	margin-bottom: -40px;
	padding: 0px;
	margin-top: 40px;
}

.productGrid li
{
	width: 200px;
	margin-bottom: 40px;
	letter-spacing: normal;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.productGrid li a
{
	color: inherit;
	display: block;
	text-decoration: none;
}

.productGrid li .image
{
	position: relative;
	display: block;
}

.productGrid li .image:after
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.24) inset, 0px 0px 18px rgba(0, 0, 0, 0.0);
	content: "";
	
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.productGrid li a:hover .image:after,
.productGrid li a:focus .image:after,
.productGrid li a:active .image:after
{
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.0) inset, 0px 0px 18px rgba(0, 0, 0, 0.24);
}

.productGrid li .image img
{
	display: block;
}

.productGrid li h2
{
	font-size: 17px;
}

.productGrid li .more
{
	color: #4ac100;
	font-weight: bold;
}

.product .left
{
	width: 301px;
}

.product .right
{
	width: 327px;
	margin-right: 10px;
}

.product .right p:first-child
{
	margin-top: 0px;
}

.tabs
{
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}

.tabs .tab,
.mainTab
{
	background-color: #f6f6f6;
	border: 1px solid #ebebeb;
	margin-top: 47px;
	position: relative;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.tabs .tab.inactive
{
	background-color: #d5d5d5;
}

.tabs .tab h2,
.mainTab > ul
{
	position: absolute;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	width: 190px;
	line-height: 47px;
	top: -47px;
	border: 1px solid #ebebeb;
	border-bottom: 0px;
	text-align: center;
	margin: 0px;
	border-radius: 3px 3px 0px 0px;
	left: -1px;
	display: inline-block;
	padding: 0px;
	background-color: #f6f6f6;
}

.mainTab > ul
{
	background: transparent;
	width: 100%;
	border: none;
}

.mainTab > ul li
{
	float: left;
	display: block;
	margin-right: 5px;
	cursor: pointer;
}

.mainTab > ul li h2
{
	background-color: #d5d5d5;
	border: 1px solid #ebebeb;
	border-bottom: 0px;
	border-radius: 3px 3px 0px 0px;
	font-size: inherit;
	font-weight: bold;
	line-height: 45px;
	margin: 0px;
	width: 190px;
	
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.mainTab > ul li:hover h2,
.mainTab > ul li:hover h2,
.mainTab > ul li:hover h2,
.mainTab > ul li.active h2
{
	padding-bottom: 2px;
	background-color: #f6f6f6;
}

.mainTab > ul
{
	margin: 0px;
	padding: 0px;
}

.tab p
{
	padding: 10px;
}

.right .contact
{
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 220px;
	margin-right: 0px;
	margin-left: auto;
}

.right .contact .phone
{
	font-size: 25px;
	margin-bottom: 10px;
	padding-left: 35px;
}

.right .contact .email
{
	padding-left: 38px;
}

.right .contact .email a
{
	text-decoration: none;
}

.right .contact .email a:hover,
.right .contact .email a:focus,
.right .contact .email a:active
{
	text-decoration: underline;
}

.menu .left
{
	width: 692px;
	padding: 8px;
}

.menu .left h2:first-child
{
	margin-top: 0px;
}

.menu .left hr
{
	border: 0px;
	border-top: 1px solid #967747;
	margin: 0px -8px;
}

.menu .right
{
	width: 274px;
}

.menu .right .announce
{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	text-align: right;
	margin-bottom: 25px;
}

.menu .right .download
{
	margin-bottom: 25px;
	margin-top: 20px;
}

.menu .right .download a
{
	text-decoration: underline;
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-right: 15px;
	margin-left: 5px;
	padding-top: 25px;
	padding-bottom: 12px;
}

.menu .right .download a:hover,
.menu .right .download a:focus,
.menu .right .download a:active
{
	text-decoration: none;
}

.menu .right .poster
{
	display: block;
	margin-bottom: 1px;
}

.menu .right .complaints
{
	display: block;
	margin-top: 10px;
}

.menu .right .drinks
{
	display: block;
	margin: auto;
	margin-top: 30px;
}

.contactPage img
{
	margin-top: 45px;
}

#map
{
	margin: 0px -119px;
	border: 1px solid #967747;
	border-width: 1px 0px;
	padding: 1px 0px;
}

form.contact,
form.contact input[type=text],
form.contact textarea
{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #2d2b2f;
	padding: 0px 10px;
}

form.contact p
{
	margin: 10px 0px;
}

form.contact input[type=text],
form.contact textarea
{
	width: 430px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #46433f;
	border-color: rgba(70, 67, 63, 0.4);
	box-shadow: -1px -1px rgba(182, 182, 182, 0.4) inset;
	padding: 5px 10px;
	margin: 0px -10px;
	
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

form.contact input[type=text]:focus,
form.contact textarea:focus
{
	background-color: #fff;
	border-color: #46433f;
	box-shadow: -1px -1px rgba(182, 182, 182, 1) inset;
	outline-width: 0px;
}

form.contact textarea
{
	height: 130px;
}

form.contact .button
{
	display: block;
	margin: auto;
	outline-width: 0px;
}

#footer
{
	border-top: 12px solid #e9eaee;
	background-color: #464545;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #fff;
}

#footer a,
#subFooter a
{
	color: inherit;
}

#footer .container
{
	height: 180px;
	position: relative;
}

#footer .container:after
{
	width: 254px;
	height: 196px;
	display: block;
	content: "";
	position: absolute;
	right: 0px;
	top: -16px;
	background: url(footerDesign.png);
}

#footer .section
{
	float: left;
}

#footer .logo
{
	float: left;
	margin: 53px 60px 0px 0px;
}

#footer .contact
{
	margin-top: 65px;
}

#subFooter
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #fff;
	padding-top: 17px;
	padding-bottom: 17px;
}

#subFooter .left
{
	float: left;
	margin-left: 5px;
}

#subFooter .right
{
	float: right;
	margin-right: 9px;
}

#subFooter .right a
{
	text-decoration: none;
}

#subFooter .right a:hover,
#subFooter .right a:focus,
#subFooter .right a:active
{
	text-decoration: underline;
}

/* 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
 */
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: inline-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: 45%;
	height: 5em;
	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 */
.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: 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; }

@media screen and (max-width: 1023px)
{
	.responsive .header
	{
		height: auto;
	}
	
	.responsive .header .banner
	{
		height: auto;
	}

	.responsive img
	{
		max-width: 100%;
		height: auto;
	}
	
	.responsive .container
	{
		width: auto;
		padding: 0px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.responsive .content
	{
		margin: 0px -10px;
		padding: 10px;
	}
	
	.responsive .footer
	{
		height: auto;
		padding: 10px;
	}
	
	.responsive .footer > div
	{
		float: none;
		display: block;
		position: static;
	}
}

#contact-form {
	background: #fafafa url('mainBack.png');
	width: 900px;
	height: 500px; 
	margin: 0 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: 960px;
	position: relative;
}
#form-wrapper h2 {
	font-size: 30px;
	padding-top: 0px;
	margin-bottom: 0;
	margin-top:10px;
	float: left;
	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 {
	float: left;
}
#form-wrapper .input-name,
#form-wrapper .input-email,
#form-wrapper .input-message {
	float: left;
	padding: 15px 0px 5px 0;
	font-size: 16px;
	color: #000000;
	position: relative;
}
#form-wrapper input#name,
#form-wrapper input#email {
	width: 250px;
}
#form-wrapper 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-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: #6be200;
	text-shadow: none;
}
.ie7 #form-wrapper label.error,
.ie8 #form-wrapper label.error {
	width: 320px;
}
#form-wrapper textarea {
	width: 545px;
}
#form-wrapper input,
#form-wrapper textarea {
	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: #b9b2ac;
	-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: #6be200 url(../img/blue-shadow.png) 0 0 repeat-x;
	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;
	margin-left:-10px;
}
#form-wrapper input#submit:hover {
	background: #464545 url(../img/blue-shadow.png) 0 -20px repeat-x;
}


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


#form {
	float: left;
	width: 590px;
	margin-left:20px;
}
#form-sidebar {
	float: right;
	width: 260px;
	padding: 40px 45px 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: 19px;
	line-height: 1.5em;
}
#form-sidebar h3 {
	font-size: 24px;
	margin: 0 0 5px 0;
	font-weight: 500;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}

.service4 {
	width: 890px;
	padding: 5px 25px 0px 5px;
	border: 10px solid #FFF;
	-webkit-box-shadow: 2px 2px 4px 1px #d8d8d8;
	box-shadow: 2px 2px 4px 1px #d8d8d8;
	margin-right:10px;
	margin-bottom:15px;
}