/* 
	Main Style Style Sheet
	Created:	28/02/07
	Author:		Industrial Deafness Claims

*/

/* Generic styles */

html, body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin:0px;
	padding:0px;
	border:0px;
}

html {
	height:100%;
}

body {
	background-color:#000000;
	font-size: 62.5%;
	/*background-image:url(/images/bg_main.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height:1.6em;
	margin:0px 0px 0px 0px;
	color:#ffffff;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height:1.4em;
	margin:0px 0px 0px 0px;
	color:#ffcb08;
}

a {
	color:#ffcb08;
	text-decoration:underline;
}

a:visited {
	color:#ffcb08;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

a:active {
	color:#ffcb08;
	text-decoration:none;
}

/* Begin header */

#header {
	width:auto;
	height:159px;
	/*background-image:url(../images/bg_header.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
}

#header h1 {
	display:none;
}

#navAid {
	display:none;
}

#telephone {
	float:right;
	width:434px;
	height:145px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/img_header_cars.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#telephone h2 {
	line-height:28px;
	font-size:2.7em;
	margin:90px 0px 0px 210px;
}

/* Begin nav */

#nav {
	width:auto;
	height:32px;
	background-color:#ffcb08;
}

#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#nav li {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:1.2em;
	background-image:url(../images/bg_arrow_nav.gif);
	background-repeat:no-repeat;
	background-position:7px 12px;
	margin:0px;
	padding:8px 0px 0px 20px;
	float:left;
	display:block;
}

#nav li a {
	color:#000000;
	text-decoration:none;
}

#nav li a:hover {
	color:#000000;
	text-decoration:underline;
}

/* Begin main content & content container */

#wrapper {
	width:770px;
	height:100%;
	overflow:visible;
	margin:0px auto 0px auto;
	height:auto;
	background-image:url(../images/bg_center_col.gif);
	background-position:top left;
	background-repeat:no-repeat;
	/*border-right:14px solid #fcaf17;
	border-left:14px solid #fcaf17;
	border-bottom:14px solid #fcaf17;*/
}

#contentContainer {
	width:770px;
	height:auto;
	background-image:url(../images/bg_center_col.gif);
	background-position:top left;
	background-repeat:repeat-x;
	overflow:hidden;
}

/* Begin left col */

#leftCol {
	float:left;
	width:206px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 270px 40px;
	background-image:url(../images/bg_left_col.gif);
	background-position:40px 258px;
	background-repeat:no-repeat;
}

#leftCol img {
	margin:0px 0px 0px 0px;
}

/* Begin right col */

#rightCol {
	float:left;
	width:426px;
	margin:0px;
	padding:20px 34px 0px 34px;
}

#rightCol ul {
	list-style:none;
	line-height:18px;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#rightCol li {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1.2em;
	background-image:url(../images/bg_list_star.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	margin:0px;
	padding:0px 0px 0px 12px;
}

blockquote {
	border-bottom:1px dashed #FFC20C;
	padding:10px 0px 10px 0px;
	font-size:1.2em;
	font-weight:normal;
}

/* Begin footer */

#footer {
	width:auto;
	height:158px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-top:10px solid #2a2a2a;
}