﻿@charset "UTF-8";
/* CSS Document */
/* build for ######## by Creare */
/* reset */

* {
	margin: 0;
	padding:0;
}
body {
	font-size:62.5%;
	background:url("../images/bg.png") no-repeat scroll center -29px #fefefe;
	font-family: arial, helvetica, sans-serif;
}
p {
	font-size:1.4em;
	color: #656565;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#075D29;
}
img, img a {
	outline: none;
	border: none;
}
header, nav, footer {
	display:block;
}
.clear {
	clear:both;
}
/* typography*/

h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.75em;
	font-weight:bold;
	padding-bottom:10px;
	color:#024f1d;
}
h1 span, h2 span, h3 span {
	color:#000;
	font-weight:normal;
}
.hline2 {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: normal;
	padding-bottom: 10px;
}
.content p {
	padding-bottom:10px;
}
/* general layout */

#container {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #ccc;
	height: auto;
	margin: 10px auto;
	padding: 0;
	width: 970px;
}
li {
	list-style-type:none;
}
#slider li, #intpagehead {
	height:278px;
}
#slider, #intpagehead {
	border: 1px solid #CCCCCC;
	margin: 5px 9px;
}
.content {
	padding:0 10px;
}
.single {
	padding: 0 25px 10px;
}
#maincontent {
	background: url("/images/gradbg.png") no-repeat scroll center bottom #FFFFFF;
	padding: 30px 3px;
}
.colums li {
	display: block;
	float: left;
	margin: 0 5px 0 10px;
	width: 450px;
}.columsarea li {
	display: block;
	float: left;
	margin: 0 5px 0 10px;
	width: 30%;
}
.endcol-top{
margin-top:32px;
}
/* gallery */
#pagegallery {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #dad9d9;
	margin: 10px auto 0;
	padding: 10px 0 15px;
	width: 925px;
}
#pagegallery h3 {
	padding: 6px 0 15px 18px;
}
#pagegallery ul {
	text-align:center;
}
#pagegallery ul li {
	border: 1px solid #dad9d9;
	display: inline-block;
	margin: 0 1px;
}
#pagegallery ul li a {
	display:block;
	height:130px;
}
/* header */

header {
	padding: 5px 5px 0;
}
.logo {
	float: left;
	margin: 16px 20px 20px 25px;
}
.call-box {
	float: right;
	font-size: 1.25em;
	margin: 18px 25px 0 0;
}
.call-box p {
	color: #C71606;
	font-size: 2em;
}
.call-box a {
	color:#C71606;
}
.call-box .freequote {
	color: #075D29;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}
.addthis_toolbox {
	margin-top:10px;
}
/* navigation */

nav {
	background: url("../images/nav.png") repeat scroll center top transparent;
	border: 2px solid #000;
	font-size: 1.5em;
	height: 37px;
	margin: 8px auto;
	width: 949px;
}
nav a {
	color: #fff;
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 5px 30px;
	text-decoration: none;
	text-shadow: -1px 1px 1px #000;
}
nav a:hover {
	color:#fff;
}
nav li {
	margin: 0 23px;
	padding: 0 2px;
}
nav li:hover {
	padding:0px;
	border-right:2px solid #005C29;
	border-left:2px solid #005C29;
	background: url(../images/nav-hover.png);
}
nav .last {
	margin-right:0px;
}
nav a:hover {
	background: url(../images/nav-hover.png);
}
nav ul {
}
nav li {
	list-style: none;
	display: inline;
	height: 37px;
	float: left;
}
/* call to actions */

.cta a {
	background: url(../images/cta-sprites.png);
	width:238px;
	height:194px;
	display:block;
}
.cta {
	margin: 6px;
}
.cta li {
	list-style: none;
	display: inline;
	height: 194px;
	float: left;
	margin-left:2px;
}
.cta .cta-one {
	margin-left:0px;
}
.cta-one a {
	background-position: 0px 0px;
}
.cta-one a:hover {
	background-position: 0px -196px;
}
.cta-two a {
	background-position: 0px -392px;
}
.cta-two a:hover {
	background-position: 0px -588px;
}
.cta-three a {
	background-position: 0px -784px;
}
.cta-three a:hover {
	background-position: 0px -980px;
}
.cta-four a {
	background-position: 0px -1176px;
}
.cta-four a:hover {
	background-position: 0px -1372px;
}
/* contact form */

.contact {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	padding: 15px 15px 5px;
}
.contact a {
	color: #999;
	font-size: 0.85em;
	padding-left: 1px;
}
.contact label {
	color: #004F1D;
	float: left;
	font-size: 1.2em;
	padding: 10px;
}
.contact input, .contact textarea {
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	padding: 5px;
}
.contact input {
	float: left;
	height: 20px;
}
.contact form div {
	float: left;
	margin-bottom:15px;
}
.contact #sub {
	margin-left: 15px;
}
.contact #phone {
	width: 294px;
}
.contact .caparea, .googlemaps .address {
	background-color: #EFEFEF;
	border: 1px solid #CDCDCD;
	border-radius: 4px 4px 4px 4px;
	float: right;
	padding: 20px;
	width: 370px;
}
.contact textarea {
	width: 353px;
}
.contact #submitbutton {
	float:right;
}
.contact #submitbutton input {
	background: none repeat scroll 0 0 #CCCCCC;
	border: 1px solid #999999;
	color: #444444;
	font-size: 1.2em;
	height: 32px;
	line-height: 1.2em;
	text-shadow: 1px 0 1px #FFFFFF;
	width: 200px;
}
.contact #submitbutton input:hover {
	background: none repeat scroll 0 0 #bbb;
	color: #111;
	cursor:pointer;
}
.googlemaps {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	padding: 15px;
	margin-top: 10px;
}
.googlemaps iframe {
	float:left;
}
.googlemaps a {
	float:left;
	clear:both;
}
.googlemaps .address {
	background:#FDFDFD;
	width: 400px;
}
.address li {
	font-size: 1.3em;
	margin: 10px 0;
}
/* footer */

footer {
	background:#fff;
	color: #ccc;
	font-size: 1.1em;
	padding-bottom: 12px;
}
footer a {
	color:#ccc;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
}
footer ul {
	padding-bottom:7px;
}
footer .links {
	padding:12px 0;
}
footer .links li {
	border-right: 1px solid #ccc;
	display: inline;
	padding: 0 8px;
}
footer .links li:last-child {
	border-right:0px;
}
.accreditaton {
	background:#fff;
	padding: 11px 0;
	text-align: center;
}
#mainfoot {
	background: rgb(79,79,79);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(79, 79, 79, 1) 1%, rgba(14, 14, 14, 1) 69%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(79, 79, 79, 1)), color-stop(69%, rgba(14, 14, 14, 1)));
	background: -webkit-linear-gradient(top, rgba(79, 79, 79, 1) 1%, rgba(14, 14, 14, 1) 69%);
	background: -o-linear-gradient(top, rgba(79, 79, 79, 1) 1%, rgba(14, 14, 14, 1) 69%);
	background: -ms-linear-gradient(top, rgba(79, 79, 79, 1) 1%, rgba(14, 14, 14, 1) 69%);
	background: linear-gradient(top, rgba(79, 79, 79, 1) 1%, rgba(14, 14, 14, 1) 69%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#0e0e0e', GradientType=0 );
	margin:0 auto;
	width:950px;
	text-align:center;
}
/* sitemap */

.sitemap li {
	font-size: 1.2em;
	margin: 5px 0;
}

#goog-fixurl {
  margin-top: 20px;
}

.bottom-style {
  float: right;
  margin: 0 auto;
  padding-right: 20px;
}
.bottom-style li {float:left;}

/* IE Fixes */
.ie7 #pagegallery ul li {
  border: 1px solid #DAD9D9;
  display: inline-block;
  margin: 0 1px;
  zoom: 1;
	*display:inline;
  
}

/* Cookie Law */
#cookie-law {
	background: #222222;
	border-bottom: 1px solid #5B5B5B;
	bottom: 0;
	color: #FFFFFF;
	left: 0;
	opacity: 0.9;
	outline: 1px solid #FFFFFF;
	padding: 7px 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
#cookie-law a {color:#777;}
#cookie-law a:hover {color:#fff;}
.cookie-law-holder {
	width:960px;
	margin:0 auto;
}
.cookie-law-holder p {
	padding:10px 0 0;
	font-size:13px;
	font-weight:bold;
	color:#777;
}
.cookie-law-close {
  float: left;
}
.eu-cookies {
}
.eu-cookies ul {
	font-size:1.2em;
	line-height:1.3em;
}
#cookies-table {
	border-left:1px solid #c1dad7;
}
#cookies-table th {
	color: #454545;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}
#cookies-table td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #454545;
}
.privacy h1, .privacy h2, .privacy h3 {
	padding:10px 0;
}

.contactmap {
	margin: 10px 0;
}
