/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

*:active, *:focus {outline: none;}
:-moz-any-link:focus { outline: none;}


/* =============================================================================
   @font-face
   ========================================================================== */

@font-face {
    font-family: 'AndrogyneRegular';
    src: url('../fonts/androgyne_tb-webfont.eot');
    src: url('../fonts/androgyne_tb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/androgyne_tb-webfont.woff') format('woff'),
         url('../fonts/androgyne_tb-webfont.ttf') format('truetype'),
         url('../fonts/androgyne_tb-webfont.svg#AndrogyneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QlassikMediumRegular';
    src: url('../fonts/Qlassik_TB-webfont.eot');
    src: url('../fonts/Qlassik_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Qlassik_TB-webfont.woff') format('woff'),
         url('../fonts/Qlassik_TB-webfont.ttf') format('truetype'),
         url('../fonts/Qlassik_TB-webfont.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QlassikBoldRegular';
    src: url('../fonts/QlassikBold_TB-webfont.eot');
    src: url('../fonts/QlassikBold_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/QlassikBold_TB-webfont.woff') format('woff'),
         url('../fonts/QlassikBold_TB-webfont.ttf') format('truetype'),
         url('../fonts/QlassikBold_TB-webfont.svg#QlassikBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =============================================================================
   Primary Styles
   Author: Laser Red - www.laserred.co
   ========================================================================== */
  
html { font-size: 62.5%; }

body {
	background: #FFF;
	color: #999;
	font-size: 1.4em;
	font-family: 'QlassikBoldRegular', Arial, sans-serif;
	margin: 0;
	font-weight: 100;
}
	  
h1, h2, h3, h4, h5, h6, p { margin: 0 0 1.4em 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
p {
	font-size: 17px;
	font-size: 1.7rem;
}

h1 {
	font-family: 'AndrogyneRegular', Arial, sans-serif;
	font-size: 50px;
	font-size: 5.0rem;
	margin-bottom: 32px;
	color: #94C5DA;
}

h2 {
	font-family: 'AndrogyneRegular', Arial, sans-serif;
	font-size: 27px;
	font-size: 2.7rem;
	color: #94C5DA;
}

h3 {
	
	font-family: 'QlassikBoldRegular', Arial, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	line-height: 3.0rem;
	font-weight: lighter;
}


h4 {
	font-size: 22px;
	font-size: 2.2rem;	
	color: #000;
	margin-bottom: 8px;
}

a {
	color: #66ACCB;
	text-decoration: underline;
}
a:hover {
	color: #30728E;
	text-decoration: none;
}

strong,
.bold {
	color: #000;
	font-weight: bold;
}

.clear { clear: both; }


/* Blockquotes
----------------------------------- */
blockquote {
	font-family: 'AndrogyneRegular', Arial, sans-serif;
	color: #94C5DA;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0 0 30px 0;
}
blockquote span {
	font-family: 'QlassikBoldRegular', Arial, sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	color: #666;
	display: block;
	margin-top: 18px;
}

.page-testimonials blockquote {
	display: block;
	margin-bottom: -15px;
	font-family: 'QlassikBoldRegular', Arial, sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	color: #666;
}

.page-testimonials span.name{
	font-size: 13px;
	font-size: 1.3em;	
}


/* =============================================================================
   Backgrounds
   ========================================================================== */
   
.bg-splodge1,
.bg-splodge2,
.bg-splodge3 { display: none; } /* Hide these on screens that don't support Media Queries */


/* =============================================================================
   Wrapper
   ========================================================================== */
   
#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}


/* =============================================================================
   Header
   ========================================================================== */

#header {
	position: relative;
	height: 108px;
}

#logo {
	position:absolute;
	height: 133px;
	width: 447px;
	right: -60px;	
	display: block;
	text-indent: -9999em;
	background: url(../graphics/sprite.png) no-repeat 0 -42px;
}


/* =============================================================================
   Content
   ========================================================================== */
   
#content {
	width: 540px;
	float: left;
}

/* Tables */
.table.border td { 
	border: 1px solid #EAE9E5;
	padding: 5px;
}

/* =============================================================================
   Sidebar
   ========================================================================== */

#sidebar {
	float: right;
	width: 340px;
	margin-top: 90px;
}

/* Quote Form */
#quote {
	float: right;
	height: 468px;
	width: 370px;
	margin-top: 18px;
	background: url(../graphics/bg.quote.gif) no-repeat 0 0;
}

#quote h2 {
	font-family: 'QlassikBoldRegular', Arial, sans-serif;
	margin: 44px 0 0 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
}

#quote form {
	margin: 0 auto;
	text-align: center;
	width: 256px;
}

form .text {
	font-family: 'QlassikMediumRegular', Arial, sans-serif;
	font-size: 1.5rem;
	color: #B2B2B2;
    border-radius: 5px;
    border: 3px solid #8dbcd0;
    width: 230px;
	height: 30px;
    padding: 0 10px;
	margin-top: 10px;
}

form .text:hover {
	    border: 3px solid #30728e;
	}

form .textarea {
	font-family: 'QlassikMediumRegular', Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	color: #b2b2b2;
    border-radius: 5px;
    border: 3px solid #8dbcd0;
    width: 230px;
	height: 70px;
    padding: 10px 10px;
	margin-top: 10px;
}

form .textarea:hover {
	border: 3px solid #30728e;
}

form .button {
	display: block;
	margin: 14px auto 0;
	font-family: 'QlassikMediumRegular', Arial, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-size: 2.0rem;
	background-color: #30728e;
	border-radius: 5px;
	padding: 5px 30px;
	text-transform: capitalize;
	border: none;
	width: 100px;
}

form .button:hover {
	background-color:#2a627a;
}

.label { display: none; }

.lt-ie9 .label,
.ie9 .label { display: block; }


/* =============================================================================
   Navigation
   ========================================================================== */
	
#nav {
	float: left;
	margin-top: 20px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	font-family: "QlassikMediumRegular", Arial, sans-serif;
	color: #000;
	font-size: 20px;
	font-size: 2.0rem;
	height: 42px;
	display: block;
	text-align: center;
	line-height: 42px;
	text-decoration: none;
}

#nav ul li a:hover,
.page-home #nav ul .home a,
.page-products #nav ul .products a,
.page-delivery #nav ul .delivery a,
.page-testimonials #nav ul .testimonials a,
.page-contact #nav ul .contact a {
	background-image: url(../graphics/sprite.png);
	background-repeat: none;
	text-decoration: none;
	color: #FFF;
}

/* Home */
#nav ul .home a { width: 71px; }
#nav ul .home a:hover,
.page-home #nav ul .home a { background-position: 0 0; }

/* Products */
#nav ul .products a { width: 89px; }
#nav ul .products a:hover,
.page-products #nav ul .products a { background-position: -71px 0; }

/* Delivery */
#nav ul .delivery a { width: 90px; }
#nav ul .delivery a:hover,
.page-delivery #nav ul .delivery a { background-position: -160px 0; }

/* Testimonals */
#nav ul .testimonials a { width: 112px; }
#nav ul .testimonials a:hover,
.page-testimonials #nav ul .testimonials a { background-position: -250px 0; }

/* Contact Us */
#nav ul .contact a { width: 104px; }
#nav ul .contact a:hover,
.page-contact #nav ul .contact a { background-position: -362px 0; }


/* =============================================================================
   Home Page
   ========================================================================== */
   
.page-home .splodge {
	background: url(../graphics/splodge1.gif) no-repeat 0 0;
	height: 499px;
	width: 450px;
	padding: 80px;
	margin-top: 10px;
	margin-left: -65px;
}

.customers {
	width: 460px;
	margin-top: 70px;
}
.customers img { margin: 0 0 40px 40px; }

ul.ticks { padding: 0; }
ul.ticks li {
	float: left;
	width: 195px;
	color: #30728E;
	font-size: 22px;
	font-size: 2.2rem;
	list-style: none;
	background: url(../graphics/sprite.png) no-repeat -450px -42px;
	padding: 0 0 0 30px;
	margin: 4px 0;
}

.page-home #sidebar h1 {
	font-size: 27px;
	font-size: 2.7rem;
}
.page-home #sidebar h1,
.page-home #sidebar h4 { margin-bottom: 1em; }


/* =============================================================================
   Products
   ========================================================================== */
   
.page-products .splodge {
	background: url(../graphics/splodge2.gif) no-repeat 0 0;
	width: 459px;
	height: 455px;
	margin: 0 0 30px -96px;
	padding: 80px 70px 0 96px;
	color: #30728D;
}

.page-products .splodge h1 {
	color: #FFF;
	font-size: 50px;
	font-size: 5.0rem;
	margin-bottom: 32px;
}

.page-products .splodge p {
	font-size: 20px;
	font-size: 2.0rem;
}

.page-products .product {
	display: inline-block;
	width: 200px;
}

.page-products .logos { text-align: center; }
.page-products .logos img { margin: 18px 0; }


/* =============================================================================
   Delivery
   ========================================================================== */
   
.page-delivery .delivery-service {
	margin-top: 100px;
	color: #000;
}

.page-delivery .delivery-service ul.ticks li {
	background: url(../graphics/sprite.png) no-repeat -450px -73px;
	color: #30728C;
	width: 100%;
}


/* =============================================================================
   Contact
   ========================================================================== */
   
.page-contact .splodge {
	background: url(../graphics/splodge3.gif) no-repeat 0 0;
	width: 361px;
	height: 632px;
	margin: 0 0 0 -48px;
	padding: 84px 110px 0 105px;
	color: #30728D;
}

.page-contact .splodge h1 {
	color: #FFF;
	font-size: 50px;
	font-size: 5.0rem;
	margin-bottom: 32px;
}

.page-contact #sidebar h4 {
	font-size: 30px;
	font-size: 3.0rem;
	margin-top: 50px;
}
.page-contact #sidebar h4:first-of-type { margin-top: 0; }
   
.page-contact #sidebar .field {
	width: 70px;
	display: inline-block;
}

.page-contact form .text,
.page-contact form .textarea {
	width: 330px;
	height: 45px;
	font-size: 20px;
	font-size: 2.0rem;
}
.page-contact form .textarea { height: 150px; }
.page-contact form .button {
	font-size: 25px;
	font-size: 2.5rem;
	width: 200px;
}


/* =============================================================================
   Footer
   ========================================================================== */
   
#footer {
	margin: 40px auto;
	padding: 40px 0 0 0;
	width: 940px;
	color: #999;
	font-size: 15px;
	font-size: 1.5rem;
	border-top: 1px dotted #DDD;
}

#footer a {
	color: #999;
	text-decoration: underline;
}
#footer a:hover { text-decoration: none; }

#laserred {
	display: block;
	float: right;
	width: 80px;
	height: 28px;
	background: url(../graphics/laserred.png) no-repeat 0 0;
	text-indent: -9999px;
}

#laserred:hover {background-position: 0 -28px}

/* =============================================================================
   Cookie Info
   ========================================================================== */

#cookie-info {
	display: none;
 	position: fixed;
 	bottom: 5px;
 	left: 5px;
 	background: #222;
 	background: rgba(0,0,0,0.8);
 	border-radius: 5px;
 	box-shadow: 0 0 5px 0px #000;
 	width: 225px;
 	text-align: center;
 	font-size: 13px;
 	font-weight: 300;
 	color: #999;
 	line-height: 15px;
 	padding: 5px;
 	z-index: 999;
	font-family: Arial, Helvetica, sans-serif;
}
.ie6 #cookie-info { display: none !important; }

#cookie-info p { margin: 0.5em 0; font-size: 1.5rem; }
#cookie-info .title {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* Link */
#cookie-info #tellmemore {
 	color: #fff;
 	text-decoration: underline;
}
#cookie-info #tellmemore:hover {
 	color: #fff;
 	text-decoration: none;
}

/* Close X */
#cookie-info #cookie-close {
 	position: absolute;
 	right: 4px;
	top: 4px;
 	width: 15px;
 	height: 15px;
 	font-size: 15px;
 	color: #fff;
}
#cookie-info #cookie-close:hover {
 	cursor: pointer;
 	color: #fff;
}


/* =============================================================================
   Media Queries
   ========================================================================== */
   
@media only screen and (min-width: 1300px) {
 
/* =========================================================
   Backgrounds
   ====================================================== */

.bg-splodge1,
.bg-splodge2,
.bg-splodge3 {
	position: absolute;
	display: block;
}

/* Default */
.bg-splodge1 {
	background: url(../graphics/bg-splodge1.gif) no-repeat 0 0;
	width: 215px;
	height: 190px;
	top: -50px;
	left: -30px;
}
.bg-splodge2 {
	background: url(../graphics/bg-splodge2.gif) no-repeat 0 0;
	width: 175px;
	height: 278px;
	top: 450px;
	right: 0;
}
.bg-splodge3 {
	background: url(../graphics/bg-splodge3.gif) no-repeat 0 0;
	width: 330px;
	height: 354px;
	top: 900px;
	left: -200px;
}

/* Products */
.page-products .bg-splodge1 {
	background: url(../graphics/bg-splodge4.gif) no-repeat 0 0;
	width: 200px;
	height: 354px;
	top: 270px;
	right: 0;
	left: auto;
}
.page-products .bg-splodge2 {
	background: url(../graphics/bg-splodge2.gif) no-repeat 0 0;
	width: 275px;
	height: 278px;
	top: 860px;
	left: -110px;
	left: right;
}
.page-products .bg-splodge3 {
	background: url(../graphics/bg-splodge1.gif) no-repeat 0 0;
	width: 215px;
	height: 190px;
	top: 1832px;
	right: 400px;
	left: auto;
}

/* Delivery */
.page-delivery .bg-splodge1 {
	background: url(../graphics/bg-splodge3.gif) no-repeat 0 0;
	width: 330px;
	height: 354px;
	top: -100px;
	left: -200px;
	right: auto;
}
.page-delivery .bg-splodge2 {
	background: url(../graphics/bg-splodge1.gif) no-repeat 0 0;
	width: 180px;
	height: 190px;
	top: 200px;
	right: 0;
	left: auto;
}
.page-delivery .bg-splodge3 {
	background: url(../graphics/bg-splodge2.gif) no-repeat 0 0;
	width: 275px;
	height: 278px;
	top: 470px;
	left: -140px;
	right: auto;
}

/* Contact */
.page-contact .bg-splodge1 {
	background: url(../graphics/bg-splodge1.gif) no-repeat 0 0;
	width: 215px;
	height: 190px;
	top: -140px;
	left: 5px;
	right: auto;
}
.page-contact .bg-splodge2 {
	background: url(../graphics/bg-splodge2.gif) no-repeat 0 0;
	width: 135px;
	height: 278px;
	top: 480px;
	right: 0;
	left: auto;
}
.page-contact .bg-splodge3 {
	background: url(../graphics/bg-splodge3.gif) no-repeat 0 0;
	width: 330px;
	height: 354px;
	top: 600px;
	left: -250px;
	right: auto;
}

}
   
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
