/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:15px 0 15px 30px;
}
ul li, ol li, dl li{
	margin:3px 0;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.clear-both{
	clear:both;
}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#005eb9;
}
a:active{
}
a:focus{
}
input.checkbox{
	border:none;
	background-color:transparent;
}
a.read-more-right{
	display:block;
	text-align:right;
	margin:0 0 5px;
}
/********* TYPOGRPAHY ********/

body{
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#444444;
	text-align:center;
}
h1, h2, h3, h4, h5{
	font-family:georgia, times, serif;
	font-weight:400;
	color:#0048aa;
}
h1{
	font-size:26px;
	margin:0 0 18px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #e3e3e3;
}
h2{
	font-size:22px;
	margin:6px 0 16px 0;
	border-bottom:1px solid #e3e3e3;
}
h3{
	font-size:18px;
	margin:0 0 16px 0;
}
h4{
	font-size:14px;
	margin:0 0 16px 0;
}
h5{
	font-size:12px;
	margin:0 0 16px 0;
}
p{
	margin:0 0 16px 0;
	line-height:20px;
}
p small{
	line-height:16px;
}
/********* STRUCTURE *********/

#wrapper{
	width:980px;
	text-align:left;
	margin:0 auto;
}
#content{
	width:640px;
	float:left;
	display:inline;
	margin:0 0 15px;
}
#sidebar{
	width:320px;
	float:right;
	display:inline;
	margin:0 0 15px;
}

p#purchaser-acquisition a {
	text-decoration:none;
}

p.success-msg {
	font-size:11px;
}

/********* HEADER *********/

#header{
	height:364px;
	background:url('../nav/header.jpg') bottom left no-repeat;
	position:relative;
}
#header img{
	position:absolute;
	top:22px;
	left:0;
}
#header #get-in-touch{
	width:176px;
	height:55px;
	position:absolute;
	top:20px;
	right:0;
}
#header #get-in-touch span{
	width:176px;
	height:55px;
	background:url('../nav/call_us.gif') bottom left no-repeat;
	position:absolute;
}
#header ul{
	list-style:none;
	margin:0;
	background:url('../nav/nav_bg.gif') no-repeat #d51100;
	width:980px;
	height:34px;
	overflow:hidden;
	position:absolute;
	top:94px;
	left:0;
}
#header ul li{
	float:left;
	padding:0 1px 0 0;
	height:34px;
	margin:0;
	background:url('../nav/nav_seperator.gif') top right no-repeat;
}
#header ul li a{
	padding:0 9px;
	color:#fff;
	font-weight:700;
	font-size:11px;
	line-height:32px;
	text-decoration:none;
	display:block;
	height:34px;
	float:left;
}
#header ul li a:hover, #header ul li.selected a{
	background:url('../nav/arrow.gif') 50% bottom no-repeat;
}
#header #strapline{
	position:absolute;
	top:38px;
	left:255px;
	font-family:georgia, times, serif;
	font-size:18px;
	color:#555;
}

/********* HOMEPAGE *********/

#horizontal-cards{
	clear:both;
	height:136px;
	margin:0 0 20px;
}
#horizontal-cards img{
	float:left;
	margin:0 11px 0 0;
}
#horizontal-cards img.no-margin{
	margin:0;
}
ul#highlight-list{
	margin:20px 0 15px;
}
ul#highlight-list li{
	background:url('../nav/list_item_bg.gif') no-repeat #eeeeee;
	height:22px;
	overflow:hidden;
	line-height:22px;
	padding:0 0 0 34px;
	margin:0 0 8px;
	font-style:italic;
	font-weight:700;
	font-size:10px
}

/********* SIDEBAR *********/

#vertical-cards img{
	margin:0 0 10px;
}
ul#sub-nav{
	margin:20px 0 25px;
	list-style:none;
}
ul#sub-nav li a{
	display:block;
	padding:8px 10px;
	background-color:#f3f3f3;
	text-decoration:none;
}
ul#sub-nav li a:hover, ul#sub-nav li.selected a{
	background-color:#005eb8;
	color:#fff;
}

/********* FORMS & CONTACT PAGE *********/

form#form{
	width:323px;
	border-top:1px solid #e3e3e3;
}
form#form p{
	margin:0 0 1px;
	padding:6px 0 6px 15px;
	background-color:#f3f3f3;
	border-bottom:1px solid #e3e3e3;
}
form#form p span{
	font-style:italic;
	font-size:10px;
	color:#777;
	font-weight:400;
}
form#form label{
	display:block;
	margin:0 0 4px;
	font-weight:700;
	padding:0 5px 0 0;
}
form#form input, form#form textarea{
	width:270px;
	border:1px solid #e3e3e3;
	height:22px;
}
form#form input.radio{
	float:left;
	display:inline;
	margin:5px 5px 0 0;
	width:12px;
	height:12px;
	border:none;
}
form#form textarea{
	width:290px;
	height:150px
}
form#form input#submit{
	background:url('../nav/button_bg.gif') no-repeat #cb1202;
	border:none;
	width:290px;
	color:#fff;
	font-weight:700;
	height:24px;
	margin:6px 0;
}
form#form input#submit:hover{
	background:transparent;
	background-color:#0055a9;
}
ul#form-errors{
	margin:0 0 20px;
	list-style:none;
	width:323px;
	padding:8px 0 0;
	background:url('../nav/alert_top.gif') top left no-repeat #f8f8f8;
}
ul#form-errors li{
	padding:0 0 0 60px;
}
ul#form-errors li p{
	color:#da1111;
}
ul#form-errors li#error-foot{
	height:10px;
	background:url('../nav/alert_bottom.gif') bottom left no-repeat #f8f8f8;
	margin:0;
}
#contact-details{
	width:300px;
	float:right;
}
p#filter-panel{
	background-color:#f3f3f3;
	padding:6px;
	border:1px solid #e3e3e3;
	position:relative;
}
p#filter-panel a.remove{
	width:150px;
	background:url('../nav/button_bg3.gif') no-repeat #0060bb;
	position:absolute;
	top:7px;
	right:7px;
}
form#add-to-portfolio-form h3.clear-right{
	clear:both;
}
form#add-to-portfolio-form input.add-to-shortlist{
	float:right;
	margin:0;
}

/********* CONTENT/PAGES *********/

#content.standard-page img{
	float:left;
	display:inline;
	padding:2px;
	border:1px solid #e3e3e3;
	margin:0 20px 20px 0;
}
#content.standard-page h2{
	border:none;
}
#content.standard-page ul{
	overflow:hidden;
	padding-left:15px;
	margin-left:15px;
}
#breadcrumb{
	height:23px;
	line-height:23px;
	padding:0 0 0 93px;
	background:url('../nav/breadcrumb_bg.gif') no-repeat #eeeeee;
	margin:2px 0 15px;
	font-size:10px;
	color:#666;
}
#breadcrumb a{
	color:#666;
}
#breadcrumb div{
	float:left;
}
#breadcrumb img{
	float:left;
	display:inline;
	margin:0 7px 0 5px;
}
ul#list, ul.list{
	margin:0;
	list-style:none;
}
ul.list.team{
	margin:0 0 25px;
}	
ul#list li, ul.list li{
	clear:both;
	height:114px;
	overflow:hidden;
	position:relative;
	margin:0 0 5px;
}
ul#list img, ul.list img{
	float:left;
	display:inline;
	margin:0 10px 10px 0;
	padding:1px;
	border:1px solid #e3e3e3;
}
ul#list h3, ul.list h3{
	margin:0 0 6px;
}
ul.list h3{
	font-size:15px;
}
ul#list  p, ul.list p{
	margin:0;
	line-height:18px;
}
ul#list h3 a, ul.list h3 a{
	text-decoration:none;
	color:#dd2800;
}
ul#list li img.read-more{
	position:absolute;
	bottom:0;
	right:0;
	padding:0;
	border:none;
}
#list p.link-details{
	margin:0 0 6px;
}
p.link-details a{
	text-decoration:none;
	color:#666;
}
img#map-image{
	margin:0 0 10px 30px;
}

/********* COMPANIES *********/

ul.company-details{
	list-style:none;
	margin:0;
}
ul.shortlist{
	margin:0;
}
a.remove, a.big-button{
	background:url('../nav/button_bg2.gif') no-repeat #0060bb;
	display:block;
	width:74px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:10px;
	font-weight:700;
	float:right;
	display:inline;
	margin:0 0 0 10px;
}
a.big-button{
	background:url('../nav/button_bg3.gif') no-repeat #0060bb;
	width:150px;
}
h3.shortlist-title{
	font-size:11px;
	font-weight:700;
}
#sidebar a.cant-find-company, a.cant-find-company{
	background-color:#da1101;
	color:#fff;
	font-weight:700;
	margin:15px 0 10px;
	display:block;
	padding:8px;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:center;
}
#sidebar a.cant-find-company:hover, a.cant-find-company:hover{
	background-color:#005eb8;
}
table.company-list{
	border:1px solid #07459b;
	margin:0 0 20px;
}
table.company-list td{
	padding:6px 8px;
}
table.company-list td.shortlist{
	/*background-color:#c7d9eb;*/
}
table.company-list td.shortlist input{
	float:left;
	display:inline;
	margin:3px 5px 0 0;
	/*width:12px;
	height:12px;*/
	border:none;
}
table.company-list td.shortlist label{
	font-size:11px;
	color:#36587a;
}
table.company-list th{
	background-color:#07459b;
	color:#fff;
	font-size:11px;
	padding:3px 8px;
	font-weight:400;
}
p.snippet{
	margin:0;
	font-size:11px;
	line-height:16px;
}

/********* FOOTER *********/

#footer{
	clear:both;
	border-top:1px solid #e1e1e1;
	height:300px;
	position:relative;
}
#footer p{
	font-family:geogia, times, serif;
	color:#787878;
	margin:15px 60px 0 0;
	float:left;
	display:inline;
}
#footer a{
	color:#787878;
	text-decoration:none;
}
#footer img{
	position:absolute;
	right:20px;
	top:42px;
}

/******** Flash Message ********/

div#product-flash-msg {
	padding:0 0 20px 0;
	font-weight:bold;
	color:green;
}
