@charset "utf-8";
/* CSS Document */

/*@font-face {
  font-family: 'Egyptian';
    src: url("Egyptian.eot");
    src: local('Egyptian505 BT'),
       url("Egyptian.svg#Egypt") format('svg'),
       url("Egyptian.ttf") format('opentype');
}*/

@font-face {
	font-family: 'Egyptian505 BT Bold';
	src: url('Egyptian.eot');
	src: local('Egyptian505 BT Bold'), 
		 local('Egyptian505BT-Bold'), 
		 url('Egyptian.woff') format('woff'), 
		 url('Egyptian.svg#Egyptian505BT-Bold') format('svg'), 
		 url('Egyptian.ttf') format('truetype');
}

a:link {
	text-decoration: none;
	color: #ff7e00;
}

a:hover {
	color: #fd9100;
}

a:visited {
	text-decoration: none;
	color: #ff7e00;
}

a:visited:hover {
	text-decoration: none;
	color: #fd9100;
}

a:active {
	text-decoration: none;
	color: #ff7e00;
}

.hidden {
	display: none;
}

h2 {
  position: relative;
  font-size: 2.5em;
  color: #023450;
}

h2 span {
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
}

h3 {
  position: relative;
  font-size: 2.2em;
  color: #7c3300;
}

h3 span {
  position: absolute;
  bottom: 2px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
}

p {
  position: relative;
  font-size: 1.4em;
  color: #000000;
  }

p span {
  position: absolute;
  bottom: 2px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
}



body {
	background: #191919 url(images/bg.png) repeat-x left top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: 'Egyptian505 BT Bold', 'Trebuchet MS';
	font-size: 12px;
	width: 100%;
    color: #FFF;
}

#main_container {
    margin: 0 auto;
    position: relative;
    margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#header {
	background: url(images/hdrOverlay.png) center;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hdrOverlay.png', sizingMethod='scale');*/
	height: 115px; 
	width: 100%;
	margin-top: 4px;
	margin-bottom: 2px;
}

#header_container {
	height: 115px; 
	width: 960px;
	position: relative;
	margin: 0px auto;
}

#heading {
	float: left;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/DavidVeale.png', sizingMethod='scale');*/
	background: url(images/DavidVeale.png) top left;
	width: 314px;
	height: 116px;
}

#contact {
	float: right;
	background: url(images/contact.png) top left;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact.png', sizingMethod='scale');*/
	width: 327px;
	height: 116px;
}



#banner_bg {
	background: url(images/bnrOverlay.png) no-repeat top center;
	width: 100%;
	height: 417px;
}

#content_container {
	position: relative;
	width: 960px;
	height: 417px;
	margin: 0px auto;
	padding: 0px;
}
#float {
	width:960px;
	height:417px;
	margin:0px;
	pading:0px;
}

#form_container {
	position: relative;
	margin: 0px auto;
	width: 850px;
	margin-right: 103px;
}

#notification {
	position: absolute;
	z-index: 20;
	width: 560px;
	font-size: 16px;
	line-height: 24px;
}

.notification_ok {
	text-align: center;
	margin: 30px auto;
}

#sent_ok {
    background: url(images/tick.png) no-repeat top left;
	position: relative;
	margin: 0px auto;
	height: 93px;
	width: 93px;
	margin-top: 20px;
}

#arrow {
	height: 83px;
	width: 92px;
	float: left;
	background: url(images/arrow.png) no-repeat bottom right;
	margin-right: 20px;
	margin-left: 44px;
	margin-top: 197px;
	cursor: pointer;
}

#contact_form fieldset label.error {
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #ff7e00;
	float: right;
}

#contact_form {
	float: left;
	background: url(images/form_bg.jpg) no-repeat top left;
	width: 620px;
	height: 260px;
	padding-right: 15px;
	padding-top: 20px;
	}
#contact_form fieldset {
	width: 265px;
	float: left;
	padding-left: 29px;
	}


#contact_form fieldset label {
	font-size: 16px;
	display: block;
	line-height: 20px;
	padding-top: 10px;
	}
#contact_form #form_left input  {
	font-family: 'Egyptian505 BT Bold', 'Trebuchet MS';
	font-size: 16px;
	width: 267px;
	height: 25px;
	background: #343434 url(images/input.jpg) repeat-x top left;
	border: 1px black solid;
	line-height: 25px;
	color: #FFF;
	padding:1px;
	}
	
#contact_form fieldset textarea {
	font-family: 'Egyptian505 BT Bold', 'Trebuchet MS';
	color: #FFF;
	font-size: 16px;
	height: 154px;
	width: 265px;
	background: #313131 url(images/textarea.jpg) repeat-x top left;
	overflow: hidden;
	border: 1px solid black;
	padding:1px;
    resize:none;

}

#hdr {
	position: relative;
	margin: 0px auto;
	clear: both;
	width: 850px;
	height: 99px;
	padding: 0px;
	}

#hdr #bar {
	background: url(images/bar.jpg) no-repeat bottom left;
	float: left;
	width: 536px;
	height: 99px;
	margin: 0 0 0 108px;
	padding: 0;
}

#hdr #envelope {
	float: left;
	background: url(images/envelope.png) no-repeat left bottom;
	width: 99px;
	height: 99px;
	overflow: visible;
}

#hdr h2 {
  color: #4c4c00;
  display:none;
}

#hdr h2 span {
	bottom: 2px;
	left: 1px;
	color: #d5d5c5;
}


#contact_form #bottom {
	padding-top: 14px;
	clear: both;
	width: 560px;
	}
	
#contact_form #bottom p {
	font-size: 14px;
	line-height: 20px;
	height: 30px;
	color: #aeaeae;
	float: left;
	}

#submit {
	position: relative;
	font-family: 'Egyptian505 BT Bold';
	z-index: 30;
	float: right;
	width: 99px;
	height: 30px;
	font-size: 20px;
	color: #ddded9;
	background: #526200;
	text-align: center;
	background: url(images/send.jpg) no-repeat left top;
	cursor: pointer;
}

#banner {
	position: relative;
	width: 960px;
	height: 417px;
	margin: 0px auto;
	padding: 0px;
}

#banners {
	background: url(images/ads.png) no-repeat center;
	float: right;
	width: 510px;
	height: 417px;
}

#banner_header {
	width: 440px;
	height: 52px;
	padding-top: 80px;
	float: left;
}

#banner_content {
	width: 400px;
	height: 90px;
	float: left;
}
#banner_content2 {
    width: 400px;
	height: 85px;
	float: left;
	margin-top: 10px;
}

#banner_content2 .shadow_text {
	color: #9cddf2;
}

#banner_content p {
  width: 400px;
  }

banner_content p span {
  width: 400px;
}



#buttons {
	position: relative;
	width: 320px;
	height: 100px;
	text-transform: uppercase;
	float: left;
}

#buttons p {
	width: 150px;
	text-align:center;
}

#buttons p span {
    text-align:center;
}


#quote_button {
	background: url(images/quote.png) no-repeat left top;
	float: left;
	width: 150px;
	height: 53px;
	
}

#email_button {
	background: url(images/email.png) no-repeat left top;
	float: left;
	width: 150px;
	height: 53px;
	cursor: pointer;
}

#process {
	width: 960px;
	height: 345px;
	margin: 0px auto;
	padding: 0px;
}

#process_header {
    width: 960px;
	height: 33px;
	float: left;
	padding-top: 5px;
}

.process_box {
	background: url(images/box.png) top left;
	width: 220px;
	height: 58px;
	border: solid 1px #252525;
	float: left;
	margin: 30px 5px 10px 10px;
	padding-top: 27px;
}

.process_box h3 {
    color: #FFFFFF;
    width: 220px;
    text-align: center;
}

.process_desc {
	width: 220px;
	height: 143px;
	float: left;
	margin: 0px 5px 10px 12px;
}

.process_desc p {
  position: relative;
  font-size: 1.1em;
  color: #999999;
}

#footer{
	font-size: 1em;
	padding-top: 16px;
    margin: 0 auto;
    position: relative;
    margin-right: auto;
	margin-left: auto;
	width: 400px;
	height: 92px;
	line-height: 1.4em;
	}
	
#footer_left {
	width: 188px;
	float: left;
	text-align: right;
	border-right: solid 1px #000000;
	padding-right: 10px;
	color: #8e8e8e;
}

#footer_left h4 {
	color: #FFFFFF;
	font-size: 1em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: right;
}

#footer_right {
	width: 188px;
	float: left;
	text-align: left;
	border-left: solid 1px #494949;
	padding-left: 10px;
	color: #ff7e00;
}

#footer_right h4 {
	color: #FFFFFF;
	font-size: 1em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: left;
}

#footer_bottom {
    margin: 0 auto;
	width: 400px;
	height: 30px;
	text-align: center;
	color: #656565;
}


