@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	text-align: left;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
html, body	{ height: 100%; min-height: 100%; }

.clearfix:after			{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix				{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix		{ height: 1%; }

textarea		{ font-size: 13px; font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif; resize: none; }
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='number'],
input[type='password']	{ font-size: 13px; }
textarea,
input, select	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='submit']	{ -webkit-appearance: none; border-radius: 3px; background: #e2e2e2; color: #333333; border: 1px solid #888888; cursor: pointer; }

/* DEFAULT STYLING */

a			{ color: #1975d1; text-decoration: none; }
a:hover,
a:focus		{ color: #cf6e0b; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { color: #333333; font-weight: normal; }

h1		{ font-size: 34px; color: #f78c20; }
h2		{ font-size: 24px; font-weight: bold; color: #f78c20; }
h3		{ font-size: 20px; text-transform: uppercase; }
h4		{ font-size: 30px; font-weight: bold; }
h5		{ font-size: 16px; text-transform: uppercase; }
h6		{ font-size: 14px; font-weight: bold; }

p, li, td, th	{ color: #222222; line-height: 20px; }
#wrapper img	{ max-width: 100%; height: auto; }
iframe			{ max-width: 100%; }

#middle li						{ margin-bottom: 6px; line-height: 18px; }
#middle li ul, #middle li ol	{ margin-top: 6px; }
#middle hr						{ border: 0; width: 80%; margin: 20px auto; color: #cccccc; background-color: #cccccc; height: 1px; }
#middle ul > li ul				{ list-style-type: circle; }
#middle ol > li > ol			{ list-style-type: lower-alpha; }
#middle ol > li > ol > li > ol	{ list-style-type: lower-roman; }
#middle blockquote				{ font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-style: italic; padding: 0 8px 0 20px; border-left: 5px solid #cccccc; overflow: hidden; }

/* Site Structure */
#wrapper				{ display: block; width: 100%; height: auto; margin: 0 auto; background: #ffffff; }


/* TOP BAR */
#mobilemenu				{ display: none; }/* responsive menu at the very top of the page */
#icon2					{ display: none; }/* responsive icon hidden */
#headhighwrap			{ display: block; background: #222222; width: 100%; }
#headerhighinner		{ display: block; width: 100%; max-width: 1040px; height: 100%; color: #ffffff; margin: 0 auto; text-align: right; }
#icondiv 				{ position: absolute; width: 231px; height: 197px; left: 200px; z-index: 51; border-radius: 0 0 25px 25px; box-shadow: 2px 2px 2px black; overflow: hidden; }
#icondiv img			{ width: 100%; height: 100%; }

	/* address styling */
	#upperaddress		{ display: inline-block; width: auto; height: auto; vertical-align: middle; }
	#upperaddress a		{ color: #ffffff; font-size: 16px; }

	/* cart styling */
	#cart-div				{ display: inline-block; position: relative; padding-right: 10px; margin: 0 100px 0 40px; vertical-align: middle; }
	#cart-div img			{ vertical-align: top; }
	#cart-div span			{ vertical-align: top; color: white; font-weight: bold; font-size: 16px; }
	#cart-div a				{ text-decoration: none; }
	#cart-div a:hover		{ text-decoration: none; }
	
	/* top menu styling */
	#menuh				{ width: auto; display: inline-block; }
	#menuh nav			{ text-align: right; height: auto; }

	#menuh nav a					{ color: #ffffff; display: block; font-size: 16px; padding: 13px 12px; height: auto; width: auto; text-decoration: none; margin: 0; margin-right: -4px; }
	#menuh nav a:hover				{ color: #b66a21; background: #151515; }
	#menuh nav ul li ul a			{ color: #222222; }
	#menuh nav a.active				{ color: #b66a21; }

	#menuh nav ul					{ margin: 0; display: inline-block; list-style: none; }
	#menuh nav ul li				{ margin: 0; display: inline-block; position: relative; cursor: pointer; }
	#menuh nav ul li ul				{ display: none; }
	#menuh nav ul li ul li			{ display: none; }
	
	
/* HEADER SECTION */
#headerwrap				{ display: block; width: 100%; background: #ffffff; }
#headerwrap_subpage		{ display: block; width: 100%; background: #ffffff; box-shadow: 0 10px 5px #dddddd; }
#header					{ display: block; width: 100%; max-width: 1040px; margin: 0 auto; text-align: right; }
	
	/* Phone and Search section*/
	#searchholder		{ display: inline-block; width: auto; height: auto; margin: 10px 0; }
	
	/* Phone Link */
	#headerphone			{ display: inline-block; width: auto; vertical-align: middle; margin: 0 40px 0 0; }
	#headerphone a			{ text-decoration: none; color: #f78c20; font-size: 28px; }
	#headerphone a:hover	{ text-decoration: underline; color: #cf6e0b; }


	/* search bar */
	.search		{ display: inline-block; width: 260px; vertical-align: middle; text-align: center; }

	.search input[type='text']			{ min-height: 40px; vertical-align: top; width: 84%; border: 0; margin: 0; background-color: #f0f0f0; }
	.search input[type='submit']		{ min-height: 40px; vertical-align: top; min-width: 40px; border: 0; border-radius: 0; background: url("../images/icon-search.png") no-repeat center; }
	.search input[type='text']:focus		{ background-color: #cecece; outline : none; }
	.search input[type='submit']:hover,
	.search input[type='submit']:focus		{ -webkit-animation-name: hvr-push; -webkit-transform: scale(0.9); transform: scale(0.9); }/**********************************************************************************CHECK THIS LINE, CHANGE ME*******/
	
	/* Header Menu (2nd menu down the page) */
	#menu2			{ display: inline-block; margin: 10px 0;  }
	#menu2 nav		{  }
	
	#menu2 nav a					{ color: #666666; display: block; padding: 10px 15px; height: auto; width: auto; text-decoration: none; font-size: 18px; }
	#menu2 nav a:hover				{ color: #b66a21; }
	#menu2 nav a.active				{ color: #b66a21; background: #dadada; }
	#menu2 nav a.active-child		{ background: #dadada; }
	
	#menu2 nav ul					{ display: inline-block; margin: 0; list-style: none; }
	#menu2 nav ul li				{ display: inline-block; position: relative; margin-right: -4px; cursor: pointer; }
	#menu2 nav ul li ul				{ display: block; padding: 0; position: absolute; top: 40px; left: 0; width: 190px; opacity: 0; visibility: hidden; z-index: 90; }
	#menu2 nav ul li ul a			{ text-align: left; }
	#menu2 nav ul li ul li			{ display: block; background-color: #ffffff; }
	
	#menu2 nav ul li:hover,
	#menu2 nav ul li:focus			{ background: #dadada; }
	#menu2 nav ul li:hover ul,
	#menu2 nav ul li:focus ul		{ display: block; opacity: 1; visibility: visible; }


/* PAGE TREE */

#pagetree		{ color: #f78c20; text-align: right; }
#pagetree p		{ color: #f78c20; font-size: 12px; margin: 0; padding: 10px 0 0 0; }
#pagetree p a	{ color: #f78c20; font-size: 12px; }

#pageheading	{ width: auto; padding-bottom: 0; text-align: left; }


/* SEARCH RESULTS */
#results ul			{ font-size: 13px; list-style: none; padding: 0; margin: 0; }
#results ul li		{ padding: 5px 10px; border: 1px solid #dfdfdf; margin: 3px 0 10px 0; }
#results .title		{ padding-bottom: 5px; }
#results .title a	{ font-weight: bold; }
#results small		{ display: block; color: #578a1e; margin-top: -4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#results .desc		{ font-size: 12px; line-height: 18px; width: 400px; max-width: 100%; }


/* SLIDESHOW */

.cycle-slideshow		{ overflow: hidden; width: 100%; height: auto; z-index: 10; }
.cycle-slide			{ width: 100%; line-height: 0; }
.cycle-slide img		{ line-height: 0; width: 100%; height: auto; }

.slideshow-pager						{ display: inline-block; width: 100%; text-align: center; z-index: 80; margin-top: -40px; margin-right: 50%; position: absolute; }
.slideshow-pager a						{ background-color: #ffffff; border: 1px solid red; display: inline-block; width: 10px; height: 10px; margin: 0 0 0 5px; border: 3px solid #ffffff; border-radius: 50%; }
.slideshow-pager a.cycle-pager-active	{ border-color: #ffffff; background-color: #d3df25; }


/* PICTURE LINKS HOMEPAGE */

#piclinks				{ width: 100%; text-align: center; display: inline-block; padding: 10px 0 0 0; }
#piclinks a				{ color: #ffffff; }
#piclinks a:hover		{ color: #424551; }
#piclinks a:hover img	{ opacity: 0.7; }
.pic-outer				{ width: 310px; height: 310px; margin: 0; display: inline-block; position: relative; overflow: hidden; }
.pic-inner				{ width: 310px; height: 310px; margin: 0 55px; display: inline-block; position: relative; overflow: hidden; }
.labelpic				{ background-image: url('../images/service-background.png'); width: 100%; height: auto; font-size: 30px; bottom: 0px; position: absolute; padding-top: 18px; padding-bottom: 22px;}



/* CONTENT STYLING */
#middle					{ display: block; width: 100%; max-width: 1040px; min-height: 100px; margin: 50px auto 0; }


/* PAGE GALLERY */

.pagegalleryheading				{ display: none; }
.pagegalleryinner				{ width: 100%; position: relative; }
.pagegalleryimage				{ border: solid 0px blue; display: inline-block; position: relative; width: 16%; height: auto; max-height: 150px; overflow: hidden; vertical-align: middle; margin: 0 0.3% 20px; }
.pagegalleryimage img			{ max-width: 240% !important; max-height: 240%; width: 170%; margin: -2% 0 0 -33%; transition: 0.2s; }
.pagegalleryimage a				{ line-height: 0; }

.pagegalleryimage img:hover		{ width: 200%; margin: -10% 0 0-47%; opacity: 0.7; transition: 0.2s; }


/* SUBPAGES */

.subpages div			{ display: inline-block; width: 19%; margin: 4px 4px 4px 2px; text-align: center; vertical-align: top; }
.subpages a				{ color: #f78c20; display: inline-block; max-width: 100%; }
.subpages img			{ border: 0; margin-bottom: 5px; }
.subpages span			{ display: inline-block; text-decoration: underline; width: 100%; max-width: 100%; }
.subpages a:hover img,
.subpages a:focus img	{ opacity: 0.7; }


/* LINKS SECTION */


.link					{ display: block; position: relative; background: #efefef; box-shadow: 6px 6px 2px #d7d7d7; margin: 15px auto; width: 98%; padding: 5px; min-height: 180px; overflow: hidden; }
.linktop				{ font-size: 14px; font-weight: bold; text-transform: uppercase; margin: 0; padding: 5px; font-weight: bold; }

.linkleftcontainer		{ float: left; width: 150px; height: auto; max-width: 25%; margin: 0 5px 0 0; }
.linkleftcontainer img	{ width: 100%; height: auto; border: none; }

.linkrightcontainer		{ height: 120px; overflow-y: auto; border: 1px solid #bbbbbb; background: #ffffff; padding: 5px; }
.linkrightcontainer p	{ margin: 0; }
.linkfooter				{ padding: 5px 0 0 0; text-align: right; }

.linktop a,
.linkfooter a			{ text-decoration: none; color: #f78c20; }
.linkfooter a:hover,
.linktop a:hover		{ color: #cf6e0b}


/* SOCIAL SHARING BUTTONS */

#social			{ height: auto; padding: 20px 0; overflow: hidden; clear: both; }


/* PRODUCT FILTERING */
	/* Header */
	.productfilter						{ display: inline-block; width: 23%; margin: 0 1% 0 0; background-color: #f0f0f0; }
	.productfilter h3					{ color: #f78c20; font-size: 25px; text-align: center; margin: 15px 0 7px 0; }

	/* Sub-Section styling */
	.filterSeperator					{ display: block; width: 80%; margin: 0 auto; height: 0; border-bottom: solid 1px #222222; }
	.filterSect							{ margin-bottom: 10px; }

	/* Sub Headings */
	.filterHead							{ text-transform: uppercase; font-size: 14px; padding: 5px 5px 5px 20px; margin: 3px 0; background:url(../images/arrow-down.png) no-repeat 175px 3px; }
	.filterHead:hover					{ cursor: pointer; }

	/* Sub Content */
	.filterOpts							{ font-size: 12px; padding: 5px;  }
	.filterOpts label					{ display: block;   }

	/* Buttons */
	.productfilter .filterClearAll						{ display: inline-block; margin: 5px; padding: 10px 20px; background-color: #d3df25; color: white; font-size: 18px; margin-left: 20px; transition: all 0.2s; }
	.productfilter .filterClearAll:hover,
	.productfilter .filterClearAll:hover				{ background-color: #009f00; transition: all 0.2s; text-decoration: none; }
	.filterSect input[type='checkbox']	{ margin-right: 3px; }
	.filterSect input[type='submit']	{ font-size: 11px; margin: 5px 5px 5px 3px; }

/* RECENTLY VIEWED PRODUCTS */

	/* Content Holders */
	#recentview			{ position: relative; width: 100%; max-width: 1040px; clear: both; margin: 0 auto 20px; text-align: center; }
	.recent_view		{ display: inline-block; position: relative; max-height: 160px; overflow: hidden; width: 30%; margin: 0 1.0%;  vertical-align: top; background-image: url('../images/product-background.png');}

	
	/* Information */
	.recent_detail		{ display: inline-block; width: 50%; vertical-align: middle; text-align: left; }
	.recent_view a		{ color: #ffffff; display: inline-block; max-width: 100%; }
	.recent_title		{ padding: 5px; color: #ffffff; }
	.recent_price		{ padding: 5px; color: #f78c20; }

	/* Pictures */

	.recent_image			{ display: inline-block; width: 50%; vertical-align: top; text-align: center; max-height: 200px; overflow: hidden; float: left; }
	.recent_image a			{ line-height: 0; height: 100%; min-height: 160px; }
	.recent_image img		{ display: inline-block; min-width: 120%; min-height: 100%; margin-left: -10%; margin-right: -10%; }
	.recent_image img:hover	{ opacity: 0.7; transition: 0.2s; }


/* HOME PAGE PRODUCTS */
#home_products #product		{ width: 100%; }

#home_products .productitem					{ display: inline-block; position: relative; vertical-align: top; width: 22%; height: auto; margin: 5px 1% 10px 1%; min-height: 320px; }
#home_products .featuredProducts_Header		{ background-color: #f0f0f0; text-align: center; }
#home_products .producttitle				{ position: absolute; width: 94%; padding: 5px 3%; max-width: 100%; font-weight: bold; color: #ffffff; background-image: url('../images/product-background.png'); font-size: 20px; z-index: 50; line-height: 30px; }

/* PRODUCT LISTINGS */

#product					{ width: 75%; text-align: center; display: inline-block; vertical-align: top; }
.productitem				{ display: inline-block; position: relative; vertical-align: top; width: 31%; height: auto; margin: 5px 1% 10px 1%; min-height: 320px; }
.featuredProducts_Header	{ background-color: #f0f0f0; text-align: center; }
.producttitle				{ position: absolute; width: 94%; padding: 5px 3%; max-width: 100%; font-weight: bold; color: #ffffff; background-image: url('../images/product-background.png'); font-size: 20px; z-index: 50; line-height: 30px; }


/* Image box */
.productimage			{ line-height: 225px; width: 100%; overflow: hidden; text-align:left; max-height: 240px; }
.productimage img		{ width: 100%; position: relative; display: inline-block; vertical-align: middle; }
.product_AligningDiv	{ height: 100%; display: inline; line-height: 225px; }
.productimage a			{ display: inline-block; width: 100%; line-height: 230px; }

/* Price box */
.productprice		{ display: block; position: absolute; width: 100%; bottom: 50px; text-align: left; }
.productpriceis		{ display: inline-block; position: relative; width: auto; font-size: 20px; color: #f78c20; margin: 0 2%; }
.pricetext			{ display: inline-block; position: relative; width: auto; font-size: 14px; color: #747474; margin: 0 2%; }

/* Buttons box */
.productbtns		{ display: block; position: absolute; bottom: 5px; width: 95%; text-align: left; margin: 0 2%; }
.productbtns a		{ display: inline-block; color: #ffffff; text-decoration: none; padding: 10px 20px; font-size: 16px; }
.productsold		{ display: inline-block; color: #ff0000; font-weight: bold; font-size: 9px; vertical-align: top; margin: 3px 0 0 7px; }


/* Hover Affects and Transition */
.productview			{ background: #d3df25; display: inline-block; }
.productview:hover,
.productview:focus		{ background: #009f00; }
.productorder			{ background: #9f0000; }
.productorder:hover,
.productorder:focus		{ background: #009f00; }
.productenquire			{ background: #00009f; }
.productenquire:hover,
.productenquire:focus	{ background: #00cfff; }
.productimage img:hover,
.productimage img:focus		{ opacity: 0.7; }

.productorder,
.productview,
.productenquire,
.productimage img,
.productD_thumb,
#productD_order,
#productD_enquire	{ transition: all 0.2s; }


/* PRODUCT DISPLAY */

#productD_left		{ display: inline-block; width: 49%; vertical-align: top; }
#productD_right		{ display: inline-block; width: 49%; vertical-align: top; margin-left: 2%; }

	/* Images and Icons (left side) */
	/* Main Image */
	.productD_large		{ max-width: 100%; text-align: center; overflow: hidden; }
	.productD_large a	{ background: url("../images/loading.gif") no-repeat 50% 50%; display: inline-block; width: 100%; height: auto; }
	.productD_large img	{ max-width: 100%; height: auto; }

	/* Icons */
	.productD_images		{ text-align: center; }
	.productD_thumb			{ border: 3px solid #efefef; margin: 2px; background: #ffffff; line-height: 0; }
	.productD_thumb,
	.productD_thumb a		{ display: inline-block; width: 100px; height: 100px; line-height: 96px; overflow: hidden; }
	.productD_thumb img		{ vertical-align: middle; }
	.productD_thumb:hover,
	.productD_thumb:focus	{ transform: rotate(-10deg); }
	
	/* Information (right side) */
	/* Product Number */
	.productD_detail		{ padding: 0 10px; }
	
	/* Product Availability */
	.productD_status		{ font-size: 15px; }

	#available				{ color: #009f00; width: auto; }
	#outofstock,
	#soldout				{ color: #9f0000; }

	/* Information */
	.productD_text			{ padding: 0 10px; }
	
	/* Price */

	.productD_PriceHolder		{ display: block; width: 100%; background-color: #f0f0f0; min-height: 100%; text-align: left; }

	#productD_price			{ display: inline-block; font-size: 27px; font-weight: bold; padding: 10px; Color: #f78c20; width: auto; }
	#productD_was			{ font-size: 20px; color: #6f6f6f; display: block; width: 100%; }


	/* Purchase/Enquire Buttons */
	#productD_links			{ padding: 0 0 20px 0; width: 100%; text-align: right; }
	
	#productD_links a		{ color: #ffffff; text-decoration: none; padding: 8px 20px; margin-right: 20px; font-size: 16px; }
	#productD_order			{ background: #d3df25; padding: 5px; }
	#productD_enquire		{ background: #f78c20; }


	/* PDF Icon Display */
	#productD_pdfs			{ padding: 10px; border-bottom: 1px solid #dddddd; }
	.productD_pdf			{ display: inline-block; width: 50%; }
	.productD_pdf img		{ max-width: 20px !important; margin-right: 6px; vertical-align: middle; }


	/* Hover Effects */

	#productD_order:hover,
	#productD_order:focus	{ background: #009f00; }
	#productD_enquire:hover,
	#productD_enquire:focus	{ background: #cf6e0b; }


/* IMAGE LIBRARY */
#imagelibrary		{ margin: 4px; padding: 4px; }
#imagelibrary img	{ margin: 3px; }

/* IMAGE STYLING */
html>body .outerpair1	{ background: url(../images/upperrightfade.png) no-repeat right top; }
html>body .outerpair2	{ background: url(../images/lowerleftfade.png) no-repeat left bottom; padding-top: 8px; padding-left: 8px; }
html>body .shadowbox	{ background: url(../images/shadow.png) bottom right; }
html>body .innerbox		{ position: relative; left: -8px; top: -8px; }
.shadowbox img			{ border: 1px solid #000000; vertical-align: bottom; }

.pageimagecenter		{ text-align: center; margin: 0 auto; padding: 0; max-width: 100%; }
.pageimageright			{ float: right; margin: 5px 0 5px 5px; padding: 0; max-width: 100%; }
.pageimageleft			{ float: left; margin: 5px 5px 5px 0; padding: 0; max-width: 100%; }
.pageimagenone img		{ margin: 3px; padding: 0; }


/* HTML SITEMAP */

#sitemap a			{ text-decoration: none; }
#sitemap a:hover	{ text-decoration: underline; color: #cf6e0b; }

.sitemapL1			{ margin: 0 0 10px 0; }
.sitemapL1 a		{ font-size: 16px; text-transform: uppercase; font-weight: bold; color: #666666; }
.sitemapL2			{ margin: 10px 3px 3px 10px!important; ; }
.sitemapL2 a		{ color: #1975d1; text-transform: uppercase; }
.sitemapL3			{ margin: 0 0 3px 20px; }
.sitemapL4			{ margin: 0 0 3px 30px; }
.sitemapL5			{ margin: 0 0 3px 50px; }
.sitemapL6			{ margin: 0 0 3px 60px; }

.sitemapL2:before,
.sitemapL3:before,
.sitemapL4:before,
.sitemapL5:before,
.sitemapL6:before	{ content: "\00BB"; display: inline-block; margin: 0 3px 0 0; }


/* BOOKING BAR */
#bookingBar				{ width: 100%; height: auto; background: #f78c20; text-align: center; clear: both; }
#bookingText			{ display: inline-block; width: auto; height: auto; padding: 0px; font-size: 24px; font-weight: bold; }
#booking				{ display: inline-block; width: auto; height: auto; padding: 15px; margin-left: 15px; background: #d3df25; font-size: 24px; color: #ffffff; font-weight: bold; transition: 0.2s; }
#bookingText h2			{ color: #ffffff; }
#booking:hover			{ background-color: #009f00; transition: 0.2s; }


/* CONTENT FOOTER */
#footerContentOuter				{ width: 100%; background-image: url('../images/footer-img.png'); background-repeat: no-repeat; background-color: #323232; }

#footerContentMiddle		{ width: 100%; max-width: 1040px; display: block; margin: 0 auto; text-align: center; }
#footerContentMiddle h3		{ color: #ffffff; }
#footerContentMiddle a		{ color: #ffffff; }

#footerContentMiddle div ul			{ padding: 0; margin: 0; }
#footerContentMiddle div ul li 		{ list-style: none; padding: 0px; margin: 0px; text-align: left; }


.footerContent				{ width: 23%; display: inline-block; vertical-align: top; text-align: left; color: #ffffff; margin: 0 1% 0 1%; overflow: hidden; }
.footerContent .search 		{ margin: 15px 0 0 0; text-align: left; width: 100%; }
.footerContent .search input[type='text']		{ opacity: 0.3; width: 70%; }


/* FOOTER */
#footerwrap			{ width:100%; margin:0 auto; background:#282828; overflow:hidden;}
#footerinner 		{ width:100%; max-width:1040px; margin:0 auto;}
#footer				{ clear: both; padding: 20px 10px; color: #ffffff; font-size: 11px; font-weight: normal; text-align: left; width:310px;}
#footer a			{ font-size: 11px; text-decoration: underline; color:#ffffff;}
#footer a:hover		{ text-decoration: none; }
#footer img			{ margin-left: 5px; vertical-align: top; }
#footerimages		{ position:relative; display:inline-block; text-align:right; float:right; margin-top:-70px;}
#footerimages img	{ margin-left: 10px; }
#socialmedia img	{ padding: 8px; }


/* SITE FORMS */

.form			{ overflow: hidden; text-align: left; width: 560px; max-width: 100%; }
.form *			{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form .error		{ color: #cc0000; }
.form > div		{ padding: 1px; margin: 0 0 10px 0; overflow: hidden; }
.form > div > label	{ width: 25%; float: left; padding-right: 10px; line-height: 24px; }
.form > div > div	{ width: 75%; float: right; }
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form select			{ width: 75%; padding: 4px; border: 1px solid #ccc; border-radius: 2px; }
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=url]:focus,
.form input[type=password]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form textarea:focus		{ outline: 0; border-color: #4697e4; }

/* CONTACT MESSAGE */
#contact		{ clear: both; width: auto; margin: 20px auto; background: #cccccc; color: #000000; font-size: 14px; text-align: center; }

/* CONTACT */
#contactform input[name='enquiry[Postcode]'] { width: 100px; }
#contactform #contact_thanks { padding: 15px; margin: 0 auto; width: 75%; text-align: center; border: 1px solid #afafaf; background: #cfcfcf; }

#contactpage		{ display: inline-block; width: 49%; vertical-align: top; }
#contactright		{ display: inline-block; width: 49%; vertical-align: top; }

#contactright iframe		{ border: 0; display: block; width: 90%; height: 385px; margin: 30px auto 0; }
#contactright img			{ margin: 0 5px 5px 10px; vertical-align: middle; }


/* CART v2 STYLING */

/*style me up cart page with item price total and ect. also get rid of the shading from the filter products div */
.c_div						{ overflow: hidden; }
.c_div table				{ width: 100%; border-collapse: collapse; }
.cart th					{ background: #333333; color: #ffffff; font-weight: normal; font-size: 11px; }
.cart tr:nth-child(even) td	{ background: #efefef; }
.cart th					{ padding: 3px 5px; }
.cart td					{ padding: 3px 5px; height: 70px; }
td.c_del					{ width: 20px; padding: 3px 5px 3px 10px; }
td.c_del a					{ background: url("../images/remove.png"); display: inline-block; width: 20px; height: 20px; }
td.c_del a:hover,
td.c_del a:focus	{ background-position: bottom left; }
.c_img				{ width: 70px; }
.c_img img			{ width: auto; max-width: 70px !important; height: auto; }
.c_part				{ display: block; color: #777777; font-size: 10px; }
.c_unit				{ width: 60px; text-align: center; }
.c_qty				{ width: 60px; text-align: center; }
.c_sub				{ width: 70px; text-align: right; }
.c_opt				{ width: 60px; text-align: center; }


/* Totals & Voucher/Shipping */
#c_total						{ text-align: right; background: none; border-top: 1px solid #bbbbbb; }
.c_box							{ padding: 10px; background: #efefef; float: left; text-align: left; }
.c_box label					{ display: block; }
.c_voucher						{ margin: 5px 5px 5px 0; }
.c_shipping						{ margin: 20px 5px 5px 0; }
.c_voucher input[type='text']	{ text-transform: uppercase; width: 200px; }
.c_totals						{ width: 300px; padding: 10px 5px; margin: 20px -5px 10px 0; float: right; border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; }
.c_totals span					{ width: 95px; display: inline-block; vertical-align: top; }
.c_subtotal						{ color: #444444; }
.c_promo						{ color: #444444; }
.c_freight						{ color: #444444; }
.c_freight span span			{ font-size: 9px; line-height: 10px; }
.c_total						{ display: block; font-size: 14px; font-weight: bold; color: #444444; }

/* Buttons */
#c_spBtn		{ padding: 2px 6px; font-size: 13px; border: none; border-radius: 3px; color: #ffffff; display: inline-block; text-decoration: none; cursor: pointer; }
#c_spBtn		{ }
#c_poBtn		{ background: #F78C20; color: #ffffff; }
#c_frBtn		{ color: #ffffff; }
#c_coBtn		{ background: #F78C20; color: #ffffff; font-weight: bold; float: right; }
#c_upBtn		{ background: #F78C20; color: #ffffff; font-size: 9px; padding: 2px; margin-top: 4px; }
#c_ecBtn		{ float: right; }
#c_prBtn		{ background: #F78C20; color: #ffffff; font-weight: bold; float: right; }
#c_ppBtn		{ margin: 0 auto; display: block; }

/* Steps */
#c_steps				{ border-bottom: 6px solid #efefef; text-align: right; margin: 10px 0; }
#c_steps span			{ border-bottom: 6px solid #cfcfcf; display: inline-block; width: 120px; max-width: 33%; text-align: center; color: #666666; font-size: 11px; padding: 4px 0; margin-bottom: -6px; }
#c_steps span.active	{ border-bottom: 6px solid #a1c562; font-weight: bold; }
#c_steps span.done		{ border-bottom: 6px solid #666666; }

/* Messages */
#c_bigmsg		{ border: 2px dashed #a1c562; width: 70%; padding: 10px; margin: 0 auto 10px auto; text-align: center; font-weight: bold; font-size: 15px; color: #f78c20; }
#c_mainmsg		{ background: #efefef; width: 50%; padding: 10px 10px 8px 10px; margin: 15px auto; text-align: center; }
#c_submsg		{ width: 50%; margin: 15px auto; text-align: center; color: #666666; }
#c_errmsg		{ background: #db4848; color: #ffffff; padding: 10px 10px 8px 10px; margin: 15px auto; text-align: center; }

/* Form (Step 2) */
.c_div h2					{ border-bottom: 2px solid #777777; color: #444444; }
table.c_table th			{ width: 135px; color: #555555; font-weight: normal; text-align: left; }
table.c_table td			{ padding: 3px 0; }
.c_cards img				{ vertical-align: middle; border: 1px solid #888888; margin: 0 1px 5px; width: 25px; }
.c_table input[size='34'],
.c_table textarea			{ width: 220px; }
.c_table label.c_err		{ color: #990000; }
#c_cvvhelp					{ padding-left: 8px; }
#c_cvvhelp a				{ font-size: 10px; }
#c_cvvhelpbox				{ top: -140px; left: 60px; line-height: 0; z-index: 50; box-shadow: 5px 5px 10px #666666; border-radius: 10px; }


/* ADMIN STYLING */

#adminpage input[name='login'],
#adminpage input[name='password'] { width: 100%; }

#adminpage		{ margin: 0 0 20px 0; font-size: 12px; font-weight: normal; }
#adminpage b	{ color: #000000; font-weight: bold; }

#adminpage table		{ margin-bottom: 10px; border: 1px solid #9f9f9f; background: #dfdfdf; }
#adminpage table img	{ display: inline-block; margin: 0 auto; }
#adminpage td			{ background: #dfdfdf; color: #000000; text-align: left; }
#adminpage th			{ background: #cfcfcf; color: #000000; text-align: left; }
#adminpagegallery		{ position: relative; font-size: 12px; font-weight: normal; }

#adminpage table.productedit	{ width: 100%; }
#adminpage .productedit > td	{ background: #d6d6d6; }
#adminpage .productedit2 > td	{  }
#adminpage table.LogBody		{ width: 100%; }
#adminpage table.log			{ width: 100%; background: #333333; }
#adminpage table.log th			{ padding: 2px; background: #555555; color: #ffffff; font-size: 13px; }
#adminpage table .logrow1 td	{ padding: 4px; background: #cfcfcf; font-size: 12px; }
#adminpage table .logrow2 td	{ padding: 4px; background: #eeeeee; font-size: 12px; }
#adminpage table .logrowS td	{ padding: 4px; background: #ffff66; font-size: 12px; }
#adminpage table label			{ display: inline-block; width: 100%; padding: 2px; }
#adminpage table label:hover,
#adminpage table label:focus		{ color: #cf0000; cursor: pointer; }
#adminpage .cycle-slideshow img		{ overflow: hidden; width: 300px; height: auto; z-index: 10; }


.audit_box li		{ width: 48%; display: inline-block; vertical-align: top; }
span.audit_showhide	{ background: #222; }

#adminpage input[size='90']	{ width: 100%; }
#adminpage input[name='insert']	{ width: 50%; }


/**** RESPONSIVE FOR MOBILES *****/


@media (max-width: 1400px) {
	#cart-div		{ margin: 0 15px 0 40px; }
}
	
@media (max-width: 1200px) {
	#cart-div		{ margin: 0 5px 0 40px; }
	#menuh nav ul	{ margin: 0; padding: 0 }
}

@media (max-width: 1100px) {
	#icondiv		{ left: 10%; }
}

@media (max-width: 1050px) {
	#searchholder		{ margin-right: 15px;  }
	.pic-inner			{ margin: 0 30px;  }
	#footer				{ padding: 20px 0; }
	
	#headerhighinner	{ width: 98%; }
	#header				{ width: 98%; }
	#piclinks			{ width: 98%; }
	#middle				{ width: 98%; }
	#recentview			{ width: 98%; }
	#footerContentMiddle	{ width: 98%; }
	#footerinner		{ width: 98%; }
	#pagetree			{ width: 98%; }
	
	.producttitle						{ line-height: 25px; font-size: 18px; }
	#home_products .producttitle		{ line-height: 25px; font-size: 18px; }
}

@media (max-width: 980px) {
	#icondiv		{ left: 0; }
	.filterHead		{ background-position: 130px 3px; }
}

@media (max-width: 880px) {
	#icondiv		{ width: 170px; height: 134px; }
	
	/* Product Resizing */
	#home_products .productitem		{ width: 31%; }
	.productitem					{ width: 45%; }
	
	.producttitle						{ line-height: 25px; font-size: 18px; }
	#home_products .producttitle		{ line-height: 25px; font-size: 18px; }
	
	.recent_view		{ width: 48%; margin-bottom: 5px; }
	
	.footerContent		{ width: 32%; }
	
	.subpage			{ width: 24%; }
}


/***** Responsive menu Breakpoint *****/
@media (max-width: 820px) {

	/* Main Menu */
	#toggleMenu						{ background: url("../images/menu-icon.png") 20px 15px no-repeat; background-color: #f78c20; color: #ffffff; font-size: 15px; font-weight: bold; text-transform: uppercase; padding: 11px 15px 13px 45px; cursor: pointer; text-align: left; }
	#toggleMenu:hover				{ background-color: #f78c20; }

	#mobilemenu						{ position: relative; display: inline-block; left: 0; width: 100%; height: auto; margin: 0; font-size: 15px; background: #222222; z-index: 35; float: none; }
	#mobilemenu nav a 				{ color: #ffffff; display: block; padding: 10px 0px 13px 20px; text-decoration: none; }
	#mobilemenu nav ul				{ padding: 0; margin: 0; border-bottom: solid 4px #f78c20; }
	#mobilemenu nav ul li			{ width: 100%; margin-right: 0;  background: #222222; }
	#mobilemenu nav ul li a:hover,
	#mobilemenu nav ul li a:focus	{ background: #464646; }
	#mobilemenu nav ul li:hover		{ background: #464646; color: #ffffff; }
	#mobilemenu nav a.active		{ background: #464646; color: #ffffff; }
	#mobilemenu nav a:hover			{ background: #222222; color: #ffffff; }
	#mobilemenu nav ul li ul		{ display: none; }
	#mobilemenu nav ul li ul li		{ display: none; }
	
	/* Site Forms */
	.form > div		{ margin: 0 0 8px 0; }
	.form > div > label	{ width: 100%; float: none; margin: 0 0 5px 0; }
	.form > div > div	{ width: 100%; float: none; }
	.form input[type=text],
	.form input[type=email],
	.form input[type=url],
	.form input[type=password],
	.form input[type=tel],
	.form input[type=number],
	.form textarea,
	.form select		{ width: 100%; }
	/* Remove Original Menus */
	#menuh		{ display: none; }
	#menu2		{ display: none; }

	#upperaddress		{ padding: 13px 0; }
	
	
	/* CONTACT */
	#contactpage		{ display: block; width: 98%; margin: 0 auto;  }
	#contactright		{ display: block; width: 98%; margin: 0 auto;  }
	
	
	/* FOOTER */
	#footer				{ display: inline-block; margin: 0; width: 40%; padding: 20px; }
	#footerimages		{ display: inline-block; margin: 0; width: 45%; padding: 20px; text-align: center; }
}

@media (max-width: 740px) {
	#product			{ width: 100%; }
	.productitem		{ width: 45%; }

	.productfilter		{ width: 280px; display: block; margin: 0 auto 15px; }
	.filterHead			{ background-position: 225px 3px; }
}

@media (max-width: 700px) {
	#searchholder		{ width: 100%; margin: 0 0 5px 0; }
	#headerphone		{ width: 100%; margin: 0 0 5px 0; }
}

@media (max-width: 640px) {

	/* Structure */
	#wrapper			{ width: 100%; }
	.slideshow-overlay	{ display: none; }
	
	.footerContent		{ width: 45% }
	
	#footerimages		{ height: auto; width: 230px; text-align: center; }
	#footerimages img	{ margin: 5px 2px 0px 0px; }
	
	/* Product Resizing */
	#home_products .productitem		{ width: 45%; }
	

	/* Product Filtering */
	.filterOpts label	{ display: inline-block; margin-right: 10px; }

	/* Gallery */
	.pagegalleryimage	{ width: 19%; padding-bottom: 19%; margin: 0.5%; }

	/* HTML Sitemap */
	#sitemap > div		{ float: none !important; width: auto !important; }

	/* Product List */
	.productitem		{ width: 47%; }

	/* Product Display */
	#productD_left		{ display: block; width: auto; }
	#productD_right		{ display: block; width: auto; margin-left: 0; }
	#productD_right h1	{ padding: 0; }
	.productD_detail	{ padding: 0; }
	#productD_price		{ padding: 10px 0; }
	#productD_links		{ padding: 10px 0; }
	#productD_pdfs		{ padding: 10px 0; }
	.productD_pdf		{ display: inline-block; width: 50%; }
	.productD_text		{ padding: 0; }

	/* Recent Views */
	#recentview_wrapper	{ display: block; width: 100%; margin: 0 0 40px 0; background-color: #f0f0f0; }
	#recentview			{ float: none; width: auto; margin: 0; }
	.recent_view		{ width: 30%; vertical-align: middle; display: inline-block; }
	

	/* Shopping Cart */
	td.c_del			{ width: 20px; padding: 3px 5px; }
	.c_img				{ width: 60px; }
	.c_qty				{ width: 50px; }
	.c_qty input		{ width: 100%; }
	.c_sub				{ width: 60px; }
	.c_opt				{ width: 50px; }
	.c_voucher input[type='text'],
	.c_shipping input[type='text'],
	.c_shipping select	{ width: 100%; }
	.c_box				{ clear: right; margin-top: 10px; }

	/* Form (Step 2) */
	#form_detail,
	#form_shipping,
	#form_payment		{ width: auto !important; display: block !important; margin: 0 !important; }
	.c_table input[type='text'],
	.c_table input[type='email'],
	.c_table input[type='phone'],
	.c_table input[type='number'],
	.c_table textarea,
	.c_table select		{ width: 100% !important; }
	.c_table input[size='4'],
	select[name='cart_submit[orderCardExpiryM]'],
	select[name='cart_submit[orderCardExpiryY]'] { width: auto !important; }
	table.c_table th	{ width: 35%; min-width: 90px; }
	#c_cvvhelpbox		{ left: -140px; width: 200px; }

	/* Admin Area */
	#adminpage textarea,
	#adminpage select,
	#adminpage input		{ width: 100%; }
	#adminpage input[size='3']	{ width: 50px; }
	#adminpage input[type='submit']	{ width: auto; }
	.audit_box li			{ width: auto; display: block; }

	/* Forces better display of page thumb editor */
	#adminpage td#subpage		{ width: 46%; display: inline-block; }
	#adminpage td#subpage table	{ width: 100%; }
	#adminpage td#subpage img	{ width: 100%; }

	/* Forces better display of page gallery editor */
	#adminpagegallery > table > tbody > tr > td,
	#adminpagegallery > table > tr > td		{ display: inline-block; width: 100%; }
	#adminpagegallery > table > tbody > tr > td > table,
	#adminpagegallery > table > tr > td > table	{ width: 100% !important; border: 0; }
	#adminpagegallery div[align='right']		{ text-align: center; }
	#adminpagegallery > form td			{ width: 19%; height: 75px; overflow: hidden; display: inline-block; }

	/* Replace parts of Site Report that wont display well on mobile with a message */
	#sr_mvp #sr_data	{ display: none; }
	#sr_mvp:after		{
		content: "This information cannot be displayed on this sized screen or device. Please view on a larger screened computer or device.";
		display: block;
		margin: 0 15px;
	}

	/* Subpages */
	.subpages div		{ width: 30%; }

	/* Contact */
	#contacttext iframe	{ width: 100%; }
}

@media (max-width: 450px) {
	#icondiv			{ display: block; position: relative; border-radius: 0; box-shadow: 0 0 0; width: auto; height: auto; margin: 0 auto; max-height: 205px; }
	#icondiv img		{ max-width: 100%; width: auto; height: auto; display: block; margin-top: -89px; }
	
	#headerhighinner	{ text-align: center; }
	#headerphone		{ text-align: center; }
	#searchholder		{ text-align: center; }
		#cart-div		{ margin: 0 5px 0 20px; }
	
	.pic-outer			{ display: block; position: relative; max-width: 310px; width: 90%; height: auto; margin: 0 auto; overflow: none; }
	.pic-inner			{ display: block; position: relative; max-width: 310px; width: 90%; height: auto; margin: 0 auto; overflow: none; }
	.labelpic			{ margin-bottom: 3px; }
	
	.productitem					{ width: 70%; }
	#home_products .productitem		{ width: 70%; }
	
	#booking				{ margin-bottom: 5px; }
	.footerContent			{ width: 90%; text-align: center; }
	.footerContent nav ul li	{ text-align: center!important; }
	.footerContent div ul li	{ text-align: center!important; }
}

@media (max-width: 420px) {
	/* Page Image Align */
	.pageimageright		{ display: block; margin: 0 auto!important; float: none; }
	.pageimageleft		{ display: block; margin: 0 auto!important; float: none; }
	
	.pageimageright img		{ display: block; margin: 0 auto!important; }
	.pageimageleft img		{ display: block; margin: 0 auto!important; }
	
	#icondiv		{ max-height: 194px; }
	#icondiv img	{ margin-top: -83px; }
}

@media (max-width: 390px) {
	#icondiv		{ max-height: 182px; }
	#icondiv img	{ margin-top: -76px; }
}

@media (max-width: 360px) {
	
	#icondiv		{ max-height: 220px; }
	#icondiv img	{ margin-top: -40px; }
	
	/* Product List */
	.productitem		{ width: 80%; }
	.productbtns a		{ font-size: 14px; }

	/* Product Display */
	.productD_pdf		{ display: block; width: auto; }

	/* Recent Views */
	.recent_view		{ width: auto; display: block; }

	/* Shopping Cart */
	table.cart		{ border-collapse: separate !important; border-spacing: 0 5px; }
	table.cart th		{ display: none; }
	td.c_title,
	td.c_opt,
	td.c_unit,
	td.c_qty,
	td.c_sub		{ display: inline-block; width: 94%; height: auto; border-right: 1px solid #bbbbbb; }
	td.c_del		{ border: 1px solid #bbbbbb; border-right: 0; border-radius: 6px 0 0 6px; height: auto; }
	td.c_img		{ width: auto; border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; }
	td.c_img img		{ width: 50px !important; }
	td.c_title		{ border-top: 1px solid #bbbbbb; border-radius: 0 6px 0 0; }
	td.c_unit		{ text-align: left; }
	td.c_qty		{ text-align: left; border-bottom: 1px solid #bbbbbb; border-radius: 0 0 6px 0; }
	td.c_qty input		{ width: auto; }
	#c_upBtn		{ font-size: 13px; padding: 2px 6px; margin: 0 0 0 4px; }
	td.c_sub		{ display: none; }
	td#c_total		{ padding: 0; border-top: 0; }
	.c_totals		{ float: none; width: auto; }
	.c_box			{ float: none; width: auto; margin-right: 0; }
	#c_cvvhelpbox		{ left: -140px; width: 160px; }
}

@media (max-width: 320px) {
	/* Shopping Cart */
	table.cart *		{ font-size: 12px !important; line-height: 15px; }
	td.c_del		{ padding-right: 0; padding-left: 3px; }
	td.c_img		{ display: none; }
	td.c_title,
	td.c_opt,
	td.c_unit,
	td.c_qty,
	td.c_sub		{ padding-left: 0; }
	.c_totals div > span	{ width: 50%; }
	.c_totals span > span	{ width: 100%; }
	
	.subpages div		{ width: 45%; }
}

/* DEBUG */
#debug		{ position: relative; padding: 10px 15px; text-align: left; background: #cfdaff; border-top: 12px solid #c4d2ff; border-bottom: 12px solid #c4d2ff; }
#debug h1	{ border: none; color: #001b51; text-transform: none; text-decoration: none; }
#debug pre	{ color: #000d27; }