@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,700);

body {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;	
}

/* TEXT & LINKS */
p {
	padding-bottom:20px;
	line-height:1.7em;
}

h1 {
	width:1020px;
	height:180px;	
	background:url(../images/banner2019.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

h2,h3 {	
	font-weight:400;
	line-height:1em;
}

h3 {
	font-size:27px;
	padding-bottom:5px;
}

h2 {
	font-size:18px;
	padding-bottom:20px;
}

a {
	text-decoration:underline;
}

/* LAYOUT */
#container {
	width:1020px;
	margin:0 auto;
}

.section {
	 position:relative;
	 padding:80px 50px 40px;
	 background:url(../images/seperator-x.png) repeat-x top;
}

.clearfix > .left {
	float:left;
	width:460px;
}

.clearfix > .right {
	float:left;
	width:410px;
	margin-left:50px;
}

#footer {
	text-align:center;
	font-size:12px;
	padding:12px 0;
}

/* NAV LIST */
ul.nav {
	list-style:none;
	background:url(../images/trans-white-30.png);
	padding:7px;
	display:inline-block;
	position:absolute;
	top:35px;
	right:50px;
	
	font-weight:700;
	font-size:14px;
	line-height:1em;
	height:14px;
}

ul.nav li {
	display:inline-block;
	margin:0 10px;
}

ul.nav li a {
	text-decoration:none;
}

/* HOME BLOCK */
#home {
	padding-top:0px;
	background:none;
}

#home ul.nav {
	top:-28px;
}

#home img.hero {
	width:918px;
	height:auto;
	margin-bottom:40px;
}

#home .right ul {
	list-style:none;
	background:url(../images/trans-white-30.png);
	padding:30px 60px;
}

#home .right li {
	padding:5px 0 10px 32px;
	background:url(../images/tick-white.png) no-repeat top left;
}


/* ABOUT BLOCK */
#about .testimonials {
	background:#00AEEF;
	padding:20px;
}

#about .testimonials h3 {
	padding-bottom:20px;
}

#about div.img {
	width:380px;
	height:auto;
	padding:14px;
	margin-bottom:30px;
	background:url(../images/trans-white-30.png);
}

#about div.img img {
	display:block;
}


/* WORK BLOCK */
#work a.fancybox {
	display:block;
	float:left;
	width:270px;
	height:180px;
	padding:10px;
	margin:0px 14px 25px 6px;
	background:url(../images/trans-white-30.png);
}

#work a.fancybox.end-col {margin-right:0px;}

#work a.fancybox:hover {
	background:url(../images/trans-white-40.png);
}


/* CONTACT BLOCK */
#contact {
	 background:
	 	url(../images/seperator-x.png) repeat-x top,
	 	url(../images/logo.png) no-repeat top left;
}

#contact .left {
	padding-top:160px;
}

#contact .left p {
	font-size:18px;
	line-height:1.4em;
	color:#043670;
}

#contact .right {
	width:460px;
	margin-left:0px;
	padding-top:45px;
}

#contact .form {
	padding:10px;
	background:url(../images/trans-white-30.png);
}

#contact .form > div {
	width:400px;
	padding:20px;
	background:white;
}

form.form-class label {
	font-size:14px;
	text-align:left;
	color:#043670;
	display:inline-block;
}

.form-field-block {
	margin-bottom:10px;
	width:100%;
}

#block-message.form-field-block {
	
	
}

#block-message.form-field-block textarea {
	/* width:94%; */
}

.form-field-block.required label {
	padding-right:13px;
	background:url(../images/icon-required.png) no-repeat top right;	
}


form.form-class input[type=textbox], form.form-class input[type=text], form.form-class select, form.form-class textarea {
	width:99%;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	padding: 5px 0 5px 5px;
	
	background:white;
 	border: 1px solid #B4B4B4;
	border-radius: 2px;
	
 	-moz-box-shadow: inset 0 5px 7px 1px #CCC;
	-webkit-box-shadow: inset 0 5px 7px 1px #CCC;
 	box-shadow: inset 0 5px 7px 1px #CCC;
}

form.form-class textarea {
	height:100px;
}

#field-legend {
	float:right;
	padding-left:13px;
	background:url(../images/icon-required.png) no-repeat top left;	
}

form.form-class .form_button {
	float:right;
	width:133px;
	height:51px;
	background:url(../images/bg-button.png) no-repeat;
	color:#555;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	line-height:1em;
	border:none !important;
	cursor: pointer; 
	cursor: hand;
	margin-top:10px;
}


/*
	WTF! form-feedbac is exactly the same as form-feedback, but in IE7 form-feedback overlays the form?!?
*/
div.form-feedbac, div.form-feedback  {
	border:1px solid #660000 !important;
	background:#FFF url(../images/error.png) no-repeat 8px 6px;
	color:#660000 !important;
	font-weight:normal !important;
	font-size:13px !important;
	margin:10px auto !important;
	padding: 10px 10px 10px 60px !important;
}

div.form-ok {
	border:1px solid #006600 !important;
	background:#FFF url(../images/approved.png) no-repeat 8px 6px;
	color:#006600 !important;	
}


span.requiredFieldRight {
	margin-left: 5px;
}

