
/*FONTS
***********************************************/

@font-face {
    font-family: 'Museo300';
    src: url('../fonts/museo300-regular-webfont.eot');
    src: url('../fonts/museo300-regular-webfont.eot?iefix') format('eot'),
         url('../fonts/museo300-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500';
    src: url('../fonts/museo500-regular-webfont.eot');
    src: url('../fonts/museo500-regular-webfont.eot?iefix') format('eot'),
         url('../fonts/museo500-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?iefix') format('eot'),
         url('../fonts/museo700-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4,
ul#mainNavList li a,
div#header p.contact,
div.carousel ul p.more a,
ul#quickLinksList li.newsletter h3,
input.btn,
div.copy table th,
div#mainNav a#toggleMainNav,
div#sideBox a.btnEnquiry {
	font-family: Museo500, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}

div.carousel ul h2,
ul.tabs li a,
h1#pageTitle,
div.copy h3,
h3#hdInThisSection,
div#productFilters h3,
ul#quickLinksList li h4,
div.productDetail p.price,
div.productTop div.right h3,
div.featuredProducts h3,
div.right div.testimonials h3,
div.featuredContent ul h2,
div#leftNav a#toggleLeftNav {
	font-family: Museo700, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}

div.productDetail div#productSlides div.text h3,
div.right div.testimonials blockquote cite {
	font-family: Arial, Helvetica, sans-serif;
}



/*HEADER
***********************************************/

div#header h1, div#logo {
	width: 267px;
	height: 78px;
	text-indent: -5000px;
	background: transparent url('../images/layout/logo.png') left top no-repeat;
	position: absolute;
	z-index: 100;
	top: 12px;
	left: 50%;
	margin-left: -550px;
}

div#header h1 a, div#logo a {
	width: 267px;
	height: 78px;
	display: block;
}

div#header p.contact {
	width: 370px;
	position: absolute;
	z-index: 20;
	top: 20px;
	right: 50%;
	margin-right: -550px;
	text-align: right;
	color: #fff;
	font-size: 26px;
}

p.contact span {
	color: #80a7ab;
	font-size: 19px;
	display: inline-block;
	padding: 0 4px 0 24px;
	background: transparent url('../images/icons/phone_lightTeal_16.png') 0 4px no-repeat;
}

/*sidebox*/

div#sideBox {
	position: fixed;
	z-index: 50;
	top: 240px;
	right: 0px;
	height: 239px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

div#sideBoxContent {
	position: absolute;
	z-index: 50;
	top: -132px;
	right: 0;
	width: 0;
	overflow:hidden;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

div#sideBox.sideBoxHide div#sideBoxContent{
	width:400px;
}

div#sideBoxContent div.form {
	width:400px;
}

div#sideBox.sideBoxHide {
	margin-right: 0;
}


div#sideBox a.btnEnquiry {
	width: 50px;
	height: 239px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../images/buttons/btnSideEnquiry.png') 0px 0px no-repeat;
	opacity: 0.9;
	position: relative;
	z-index: 1;
	left: 0;
}

div#sideBox a.btnEnquiry:hover,
div#sideBox.sideBoxHide a.btnEnquiry {
	opacity: 1;
	width:52px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

div#sideBox.sideBoxHide a.btnEnquiry {
	left:-400px;
}


/*FOOTER
***********************************************/

div#footer h4 {
	font-size: 17px;
	color: #75890d;
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
}

div#footerContact h4 {
	width: 210px;
	height: 62px;
	text-indent: -5000px;
	margin: 0 0 -5px 0;
	background: transparent url('../images/layout/logoFooter.png') 0px 0px no-repeat;
}

div#footer p {
	font-size: 13px;
	line-height: 19px;
	color: #314c4e;
	padding: 0 0 10px 12px;
}

div#footer p span {
	display: block;
	padding-left: 22px;
}

div#footer p span.phone {
	background: transparent url('../images/icons/phone_teal_16.png') left center no-repeat;
}

div#footer p span.email {
	background: transparent url('../images/icons/email_teal_16.png') left center no-repeat;
}

div#footer p span.web {
	background: transparent url('../images/icons/globe_teal_16.png') left center no-repeat;
}

div#footer p a,
div#bbdc a {
	color: #314c4e;
}

div#bbdc {
	font-size: 12px;
	text-align: right;
}




/*HEADINGS
***********************************************/


h1#pageTitle {
	font-size: 20px;
	padding: 20px 0 10px 0;
	color: #314c4e;
	text-transform: uppercase;
	border-bottom: 1px solid #dee2c6;
}

h2#pageTitleShort {
	display: none;
}

h3#hdInThisSection {
	font-size: 15px;
	padding: 20px 0 15px 20px;
	color: #00818c;
	text-transform: uppercase;
}

div.copy h2 {
	color: #75890d;
	font-size: 21px;
	padding: 10px 0 10px 0;
}

div.copy h3 {
	color: #00818c;
	font-size: 17px;
	padding: 10px 0 10px 0;
}

div.copy h4 {
	color: #369aa2;
	font-size: 14px;
	padding: 10px 0 2px 18px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #d0d9df;
	background: transparent url('../images/layout/squareTeal.png') 0px 15px no-repeat;
}


/*PARAGRAPHS
************************************************/

div.copy {
	font-size: 14px;
	line-height: 20px;
}

div.copy p {
	padding: 0 0 12px 0;
}


/*LISTS
**********************************************/

div.copy li {
	line-height: 18px;
}

div.copy ul {
	padding: 0 40px 15px 30px;
}

div.copy ul li {
	padding: 0 0 8px 20px;
	background: transparent url('../images/layout/squareGreen.png') 0px 5px no-repeat;
}

div.copy ol {
	padding: 0 40px 15px 50px;
}

div.copy ol li {
	padding: 0 0 8px 5px;
}




/*TABLES
************************************************************/

div.copy table {
	border-collapse: collapse;
	border: none !important;
	width: 100%;
	background-color: #f3f5e7;
	margin: 20px auto 20px auto;
}

div.copy table th,
div.copy table td {
	border: 1px solid #d3d8b8;
	padding: 10px 5px 3px 5px;
	text-align: left;
}

div.copy table th {
	color: #00818c;
}


/*LIGHTBOX CONTENTS
**********************************************************/

div#boxContents {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 35px rgba(0,0,0,0.3);
}

h3#messageTitle {
	font-size: 26px;
}

div#boxContents div#messageText {
	padding-bottom: 15px;
}

div#boxContents p.more a {
	color: #fff;
	background-color: #7b9204;
	display: inline-block;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
}

img#lbClose {
display: block;
float: right;
position: relative;
top: -10px;
right: -10px;
}

div.copy.seo{
	display: none;
}

