/*-----------------------------------------------------------------------
//
//	Weldlag
//
//	by DPI 21 Ltd - http://www.dpi21.com
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
---------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
	border: 0;
}

body {
	font: 11px "Myriad Pro", Arial, Helvetica, Verdana, Sans-Serif;
	color: #FFFFFF;
	background-color: #414142;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	
}

img {
	border: 0;
}

#wrapper {
	width: 1024px;
	margin: 0 auto 10px auto;
}

/* Top */

#top, #strapline, #logo {
	float: left;
}

#call-to-action {
	float: right;
	font-size: 28px;
	color: #BCBEC0;
	background: url(../images/icons/telephone.jpg) left no-repeat;
	padding: 30px 0px 0px 35px;
}

#top {
	padding: 10px;
	width: 1004px;
	background-color: #000000;
}

#logo {
	 width: 220px;
	 padding-right: 10px;
}

#strapline {
	font-size: 13px;
	font-weight: bold;
	padding-top: 40px;
}

/* Column 1 */

#column1 {
	float: left;
	margin-top: 10px;
	background-color: #58595B;
	width: 170px;
	padding: 10px 10px 0px 10px;
	color: #000000;
}

#column1 ul, #logos, #logos img {
	float: left;
}

.home ul {
	padding: 20px 0px 72px 0px;
}

.asbestos ul {
	padding: 20px 0px 160px 0px;
}

.the-law ul {
	padding: 20px 0px 107px 0px;
}

.contact ul {
	padding: 20px 0px 72px 0px;
}

.accessibility ul {
	padding: 20px 0px 485px 0px;
}


#column1 ul {
	width: 170px;
	font-size: 15px;
	font-weight: bold;
}

#column1 li {
	list-style-type: none;
	padding-bottom: 20px;
}

#column1 li a:link, #column1 li a:active, #column1 li a:visited {
	color: #FFFFFF;
}

#column1 li a:hover {
	color: #000000;
}

#logos {
	border-top: 1px solid #FFFFFF;
	width: 145px;
	padding: 10px 15px;
}

#logos img {
	border: 1px solid #000000;
	margin: 5px;
}

/* Column 1 */

#column2, #banner, #copy {
	float: left;
}

#column2 {
	margin-top: 10px;
	margin-left: 10px;
	background-color: #58595B;
	padding-right: 229px;
	background: #000000;
	width: 595px;
}

#copy {
	background-color: #BCBEC0;
	padding: 10px 15px;
	color: #000000;
	line-height: 14px;
	height: 368px;
	width: 565px;
}

html>body #copy {
	height: auto;
	min-height: 368px;
}

#copy p {
	padding: 5px 0px;
}

#copy ul, #copy ol {
	padding: 5px 0px 5px 15px;
}

#copy li {
	padding-left: 10px;
}

#copy ul ul {
	padding-left: 25px;
	list-style-type: disc;
}

.list {
	width: 250px;
	float: left;
}

#copy a:link, #copy a:active, #copy a:visited {
	color: #D2232A;
	font-weight: bold;
	text-decoration: underline;
}

#copy a:hover {
	color: #000000;
}

#contact-text, #map {
	float: left;
}

#contact-text {
	width: 250px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 16px;
}

#contact-text a:link, #contact-text a:active, #contact-text a:visited {
	color: #000000;
}

#contact-text a:hover {
	color: #FFFFFF;
}

#map {
	padding-top: 20px;
	width: 312px;
}

/* Footer */

#footer, #footer p, #footer ul, #footer li, #footer-nav, #copyright, #copyright p {
	float: left;
}

#footer  {
	margin-top: 10px;
	padding: 10px 5px 10px 10px;
	background: #000000;
	width: 1009px;
}

#footer p {
	width: 735px;
	font-size: 14px;
}

#footer li {
	display: block;
	background: url(../images/icons/tick.jpg) left no-repeat;
	margin-right: 5px;
	font-size: 10px;
	padding: 0px 2px 0px 15px;
	border: 1px solid #D1D3D4;
}

#footer a:hover {
	color: #D1D3D4;
}

#footer-nav {
	width: 1024px;
	padding: 10px 0px;
	text-align: center;
	background: #58595B;
}

#footer-nav li {
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
	font-size: 10px;
}

#footer-nav a:hover, #copyright a:hover {
	color: #000000;
}

/* Copyright */

#copyright {
	border-bottom: 2px solid #D2232A;
	padding: 5px 0px;
	width: 1024px;
	margin-bottom: 10px;
	font-size: 10px;
}

#copyright ul {
	float: right;
}

#copyright li {
	list-style-type: none;
}

/* Headings */

h1 {
	font-size: 15px;
	border-bottom: 1px solid #D2232A;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	padding: 5px 0px;
}

/* Other Styles */

.size12 {
	font-size: 12px;
}

.size13 {
	font-size: 13px;
}

.size14 {
	font-size: 14px;
}

.black {
	color: #000000;
}

.red {
	color: #D2232A;
	font-weight: bold;
}

.indent {
	padding-right: 10px;
}

.clear {
	clear: both;
}