/*
	.co.uk Screen Styles

	Author: Peter Murray/Every Last Pixel
	Authour URL: www.everylastpixel.co.uk
	
	Table of Contents:
		layout (inc)
			site styles
			page styles
			navigation
		typography
		forms
*/

/* layout
----------------------------------------------- */

/* site styles */

* {
	margin: 0;
	padding: 0;
}

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
}

img {
 border: none;
}

#top-bar-wrap {
	width: 100%;
	height: 20px;
	background: #000;
}

#top-bar {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#linkedin {
	width: 59px;
	height: 16px;
	float: left;
	padding-top: 2px;
}

#tel {
	width: 850px;
	float: right;
	text-align: right;
	padding-top: 3px;
}

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 536px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}

#banner {
	width: 938px;
	float: left;
	margin-left: 11px;
	margin-top: 20px;
}

#content-wrapper {
	width: 100%;
	background: url(../images/bg.jpg) top left repeat;
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #F2F2F2;
}

#content-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	
}

#top-left {
	width: 540px;
	float: left;
	margin: 10px;
	margin-top: 30px;
}

#buildings {
	float: left;
	width: 540px;
	min-height: 420px;
	text-align: right;
	background: url(../images/buildings.png) top right no-repeat;
	position: relative;
	margin-bottom: 20px;
}

#b-text {
	width: 300px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	background: #FFF;
	padding: 10px;
	margin-top: 10px;
	-webkit-box-shadow: 0px 1px 3px #CCC;
	-moz-box-shadow: 0px 1px 3px #CCC;
	box-shadow: 0px 1px 3px #CCC;
}

#top-right {
	width: 360px;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}

#malcolm {
	width: 130px;
	float: left;
}

#m-text {
	width: 220px;
	float: right;
	margin-top: 20px;
}

#lower-left {
	width: 380px;
	float: left;
	margin-top: 10px;
}

img.buildings {
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 3px #CCC;
	-moz-box-shadow: 0px 1px 3px #CCC;
	box-shadow: 0px 1px 3px #CCC;
	
}

#lower-right {
	width: 540px;
	float: left;
	margin: 10px;
	margin-left: 20px;
}

#footer-wrapper {
	width: 100%;
	min-height: 100px;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#footer-left {
	width: 540px;
	float: left;
	margin-top: 10px;
}

#footer-right {
	width: 300px;
	float: right;
	margin-top: 10px;
	text-align: right;
}


/* page styles */

/* navigation */

/* typography
----------------------------------------------- */


h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", sans-serif;
	xfont-weight: normal;
	color: #22AF22;
	text-transform: uppercase;
}

h1 {
	font-size: 21px;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	color: #3D3D3D;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
}

h2.warning {
	color: red !important;
	font-size: 16px;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
}

h4 {
	font-size: 21px;
	color: #3d3d3d;
}


.white {
	color: #FFFFFF;
}

p, a, li {
	font-family: "Trebuchet MS" sans-serif;
	font-size: 13px;
	text-align: justify;
}

p.tiny, p.tiny a {
	font-size: 10px;
}



/* forms
----------------------------------------------- */

#contact-form {
	width: 360px;
	margin-top: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 1px 3px #CCC;
	-moz-box-shadow: 0px 1px 3px #CCC;
	box-shadow: 0px 1px 3px #CCC;
}

fieldset {
	width: 100%;
}

label, legend { 
	font-size: 11px;
	font-family: helvetica, arial, sans-serif; 
}

#contact-form { 
	display: block; 
	xwidth: 96.875% /* 620/640 */;
	padding-left: 10px; /* 10/620 */;
	margin-bottom: 20px;
	padding-top: 10px;
}


/* Form style */

label { 
	display: inline-block; 
	float: left; 
	width: 100%; 
	font-family: "Trebuchet MS" sans-serif;
	color: #3D3D3D;
	font-size: 16px !important;
	font-weight: bold;
	text-transform: none;	
	font-size: 1em; 
	font-style: italic;
}

input, textarea, select { 
	margin: 0; 
	padding: 2%; 
	color: #666; 
	background: #EDEDED; 
	margin: 1px 0; 
	font:2em Georgia, serif; 
	width: 93%;  
	font-family: helvetica, arial, sans-serif; 
	font-size: 1em /* 12/16 */; 
	color: #0f0f0f;
	border: 1px solid #E2E2E2;
	margin-top: 5px;
	font-family: "Trebuchet MS" sans-serif;
	color: #3D3D3D;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
} 

select { 
	width: 100%;
}  

input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}

input.submit, input.submit-main { 
	cursor: pointer; 
	border: 1px solid #3B9343; 
	background: #43AA51; 
	color:#fff; 
	float: right; 
	width: 110px; 
	margin-right: 10px; 
	margin-bottom: 15px;
	padding: .6em .2em; 
	font-family: "Trebuchet MS" sans-serif;
	color: #FFFFFF;
	font-size: 18px !important;
	font-weight: bold;
	text-transform: none;
	font-style: normal;	
	font-size: 1em; 
	text-transform: uppercase; 
	text-align: center; 
}


input.submit-main:hover { 
	background: #3B9343;
}

fieldset { 
	border: none;
}

legend { 
	padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #eee;  
}

span.required { 
	font-size: 13px; 
	color: #ff0000; 



