/* CSS Document */
@font-face {
    font-family: gillsansmt;
    src: url(http://m.peterthompsonadt.co.uk/fonts/GillSansMT.ttf);
}
p {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	color: #646567;
	line-height: 1.3;
	font-style: normal;
	padding-bottom: 8px;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	color: #646567;
	padding-bottom: 8px;
	font-style: normal;
}
h2 {
	font-size: 1.1em;
	color: #83b441;
	font-weight: normal;
	margin: 10px 0 3px 0;
	
}
h3 {
	font-weight:normal;
	color:#666666;
	font-size:1.1em;
	margin: 0;
	padding-bottom: 15px;
}
a:link {
	color: #666666;
	font-weight: normal;
	text-decoration:underline;
}
a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration:underline;
}

/*----------------------------------------Body-------------------------------------*/
body {
	margin: 0;
	padding:0;
	text-align: left;
	font-family: gillsansmt;
}
.hori-padding {
	padding:0;
	width: 480px;
	margin: auto;
}
/* ----------------- header ----------------------------------------------- */
.logo {
	height:116px;
	margin: auto;
	width: 480px;
	padding: 0;
}


/* ----------------- index ----------------------------------------------- */
.banner {
	border-bottom:1px solid #646567;
	padding: 0 0 0px 0;
}
.text {
	margin:8px auto 0 auto;
	padding:9px 0px 12px 0px;
}
.vert_spacer {
	width: 250px;
	height: 6px;
}
.vert_spacer_2 {
	width: 300px;
	height: 8px;
}

.bullet ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 13px;
}
.bullet li {
	background-image:url(../images/bullet.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0px 0 0px 26px;
	margin: 0;
}


.enquiry-form {
	width:302px;
	margin:7px 0 10px 0;
}
.google {
	position:relative;
	width:480px;
	height:300px;
	margin:7px 0 7px 0;
	background-color: #fff;
}
.mapWrapper {
	position: relative;
	height: 300px;
	width:480px;
}
.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.copyright-bg {
	background-color:#ececec;
	width: 100%;
	height: 200px;
	background-image: url(../images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.project-img {
	padding:4px 0 3px 0;
}
.green-bold {
	color:#83b441;
}
/*----------------------------------------footer-------------------------------------*/
.tel {
	text-align:center;
	padding:11px 0 14px 0;
	font-size:1em;
	color:#fff;
	width: 480px;
	margin: auto;
	background: -webkit-linear-gradient(#828386, #646567); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#828386, #646567); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#828386, #646567); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#828386, #646567); /* Standard syntax */
}
.tel-link a,
.tel-link a:visited,
.tel-link a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
.email {
	text-align:center;
	padding:11px 0 14px 0;
	font-size:1em;
	color:#fff;
	width: 480px;
	margin: auto;
	background: -webkit-linear-gradient(#828386, #646567); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#828386, #646567); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#828386, #646567); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#828386, #646567); /* Standard syntax */
}
.email-link a,
.email-link a:visited,
.email-link a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
.copyright {
	text-align:center;
	width:350px;
	margin:0 auto 50px auto;
	padding:10px 0 0 0;
}
.copytxt {
	font-size: 0.7em;
	color: #999999;
}
.flaming a,
.flaming a:visited {
	font-size: 0.7em;
	color: #999999;
	text-decoration:underline;
	font-weight:normal;
}
.flaming a:hover {
	color:#000;
}
.br-on-off {
	display:none;
}
/*--------------- CONTACT PAGE AND FORM ----------------*/
.content_form_outer {
	padding:7px 0 20px 0;
}
form {
	font-size:1em;
	width:100%;
	color: #666666;
}
input[type=text] {
	background-color:#fff;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	border:1px #666666 solid;
	cursor: hand;
	padding:2px;
	width:99%;
}
textarea {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:210px;
	height:40px;
	font-weight:normal;
	border:1px #666666 solid;
	padding:2px;
	color: #666666;
	width:99%;;
}
select {
	background-color:#fff;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	width:100%;
}
.verif-sm {
	font-size:90%;
}
input[type=submit] {
	padding:10px 17px;
	cursor: pointer;
	cursor: hand;
	color:#fff;
	background: -webkit-linear-gradient(#828386, #646567); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#828386, #646567); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#828386, #646567); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#828386, #646567); /* Standard syntax */
	border:1px #666 solid;
	width:100%;
}
input[type=file] {
	cursor: pointer;
	cursor: hand;
	width:225px;
}
.form_submit {
	font-weight:normal;
	text-align:left;
	width:225px;
	padding:0px 0 0 0px;
}
.form-left {
	text-align: left;
	padding: 3px 0 1px 0;
}
.form-left1 {
	text-align: left;
	padding: 3px 8px 1px 0;
}
.form-left2 {
	text-align: left;
	padding: 0px 0 1px 0;
}
.form-right {
	text-align: left;
	padding: 0 0 3px 0px;
}
.form-right1 {
	text-align: left;
	padding: 0 0 3px 0px;
}
.red {
	color: #F00;
}
#recaptcha_image_border {
	border:1px #666666 solid;
	width:300px;
	margin: 0 0 0 0px;
}
#recaptcha_image {
}
#recaptcha_response_field {
	width:225px;
	height:13px;
}
#input-width {
	width:225px;
}
#text-width {
	width:225px;
}
#sub-width {
	width:231px;
}
.cap {
	width:100%;
	padding:0 0 0 0;
	float: left;
}
.cap-options {
	height:18px;
	width:302px;
	padding: 4px 0 0 0px;
}
.cap-options1 {
	height:18px;
	width:18px;
	padding:0 3px 0 0px;
	float:left;
}
.cap-options2 {
	height:18px;
	width:41px;
	padding:0 3px 0 0;
	float:left;
}
.cap-options3 {
	height:18px;
	width:32px;
	padding:0 14px 0 0;
	float:left;
}
.cap-options4 {
	width:100%;
	padding:4px 0 4px 0px;
}
.cap-text {
	height:17px;
	width:188px;
	padding:1px 0 0 0px;
	float:left;
}
.required-fields-outer {
	width:225px;
	padding:3px 0 0 0;
}


/*--------------- EA LINK DEFINITIONS ----------------*/
.ealink-outer {
	width:230px;
	height:18px;
	font-size: 0.9em;
	color: #666666;
	margin:0px 0 0 0;
	position: relative;
	top: -7px;
}
.ealink1 {
	width:16px;
	height:18px;
	float:left;
}
.ealink2 {
	width:184px;
	height:15px;
	float:left;
	padding:2px 0 0 0;
}


/*-------------------------------------------------------------------------------------------------------------------------*\

    RESPONSIVE

\*------------------------------------------------------------------------------------------------------------------------------*/



@media all and (max-width: 520px) {
.text {
	margin:8px auto 0 auto;
	padding:9px 20px 12px 20px;
}
.google {
	width:100%;
}
.mapWrapper {
	position: relative;
	height: 300px;
	width:100%;
}
input[type=text] {
	width:99%;
}
textarea {
	width:99%;;
}
}



@media all and (max-width: 498px) {
.logo {
	width:100%;
	height:auto;
}
.hori-padding {
	padding:0;
	width: auto;
	margin: 0;
}


.google {
	width:100%;
}
.mapWrapper {
	position: relative;
	height: 300px;
	width:100%;
}
.tel {
	width:100%;
}
.email {
	width:100%;
}
}






@media all and (max-width: 390px) {

/*----------------------------------------footer-------------------------------------*/

.copyright {
	width:260px;
}
.br-on-off {
	display:inline;
}
.space-on-off {
	display:none;
}

}
