html{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body{
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;	
	background: url('images/bg.gif') center repeat-y;
}

body a{
	color: #000;
	text-decoration: underline;
}

body a:hover{
	text-decoration: none;
}

.cl{
	clear: left;
	padding: 0px;
	margin: 0px;
	height: 0px;	
}

.nospam{
	display:none;
}

#wrapper{
	width: 930px;	
	margin: 0px auto;
	padding: 0px;	
	position: relative;
	min-height: 600px;
	background: #fff;
}

#header{
	width: 930px;
	height: 120px;
	background: url('images/headerbg.jpg');
	position: relative;
}

#header #access{
	display: none;
}

#header #logo{
	position: absolute;
	top: 0px;
	left: 15px;
	border: none;
	width: 305px;
	height: 120px;
	background: url('images/logo.png');
}

#header #logo a{
	display: block;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 377px;
	height: 94px;
}

#header #logo h1{
	display: none;
}

#header h2{
	position: absolute;
	top: 10px;
	right: 20px;
	border: none;
	color: black;
	font-size: 38px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#header h2 span{
	color: black;
	font-size: 20px;
}

/* nav */

#nav{
	width: 930px;
	height: 31px;
	background: #dc7305;
	overflow: hidden;
	margin-bottom: 15px;
}

#nav2{
	width: 930px;
	height: 31px;
	background: #669999;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 15px;
}

#nav ul{
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style-type: none;
}

#nav2 ul{
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style-type: none;
}

#nav li,
#nav2 li{
	float: left;	
}

#nav a,
#nav2 a{
	display: block;
	height: 27px;
	padding: 4px 20px 0px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url('images/sep.png') left no-repeat;
}

#nav .first a,
#nav2 .first a{
	background: none;
}

#nav a:hover,
#nav a.selected{
	background: #cc4d01;
}

#nav2 a:hover,
#nav2 a.selected{
	background: #8eb3b3;
}


/* leftcol */

#leftcol{
	width: 605px;
	padding-left: 5px;
	float: left;
	overflow: hidden;
}

#leftcol #page_header{
	position: relative;	
}

#leftcol #page_header #main_img{
	float: left;
	margin-left: 5px;
}

#leftcol #page_header img{
	width: 595px;
	border: 1px solid #999;
}

#leftcol #page_header h2{
	margin: 0px;
	padding: 0px;
	width: 170px;
	color: #000;
	position: absolute;	
	top: 0px;
	right: 50px;
}

#leftcol #page_header h2{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	width: 200px;
	color: #000;
	position: absolute;	
	top: 10px;
	right: 45px;
}

#leftcol #page_header #claim_now{
	margin: 0px;
	padding: 0px;
	position: absolute;	
	top: 85px;
	right: 75px;
	border: none;
}

#leftcol #page_header h3{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #000;
	position: absolute;	
	top: 150px;
	right: 50px;
}

#leftcol #page_content{
	clear: both;
	text-align: left;
	padding: 5px;	
}

#leftcol #page_content .accident_type{
	float: left;
	margin: 0px 2px 2px 2px;	
}

#leftcol #page_content .accident_type img{
	border: none;	
}

#leftcol #page_content h2{
	color: #000;
	text-align: center;
	font-size: 24px;
}

#leftcol #page_content h3{
	color: #000;
	text-align: left;
	font-size: 18px;
}

#leftcol #page_content .field{
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
}

#leftcol #page_content .contactform textarea{
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
}

#leftcol #page_content ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#leftcol #page_content li{
	background: url('images/bullet_arrow.png') left no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
}






.arrowlist{
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 10px 5px;
}

.arrowlist li{
	padding-left: 25px;
	margin-bottom: 7px;
	background: url('images/bullet_arrow.png') no-repeat;
}


/* accident types */

.accidenttypes {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
}  

.accidenttypes li {  
    float: left;
    width: 115px; 
    overflow: hidden;     
}   

.accidenttypes a{  
    display: block;
    width: 300px;  
    height: 200px;  
    margin: 0px; 
    padding: 0px;  
}   

.accidenttypes span{  
    display: none; 
} 
  
.accidenttypes .type1 { background: url('images/slider_misdiagnosis.jpg') }   
.accidenttypes .type2 { background: url('images/slider_delays.jpg') } 
.accidenttypes .type3 { background: url('images/slider_senthome.jpg') }  
.accidenttypes .type4 { background: url('images/slider_birth.jpg') } 
.accidenttypes .type5 { background: url('images/slider_drugs.jpg') }  


/* landing form */

#landingquote{
	width:583px;
	height:181px;
	background: url('images/landing_claim_bg.png');
	position: relative;
	border: 1px solid black;
	margin: 5px;
}

#landingquote form{
	position: absolute;
	top: 30px;
	left: 10px;
}

#landingquote p{
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#landingquote .landing_field{
	padding: 2px;
	border: 1px solid black;
	width: 245px;
	margin-right: 20px;
}


#leftcol #page_footer{
	position: relative;
	height: 260px;
}

#leftcol #page_footer #claim_now2{
	margin: 0px;
	padding: 0px;
	position: absolute;	
	top: 38px;
	left: 108px;
	border: none;
}

#leftcol #page_footer h3{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #000;
	position: absolute;	
	top: 48px;
	left: 326px;
}

#leftcol #page_footer #moj{
	margin: 0px;
	padding: 0px;
	color: #000;
	position: absolute;	
	top: 130px;
	left: 278px;
}

#leftcol #page_footer p{
	margin: 0px;
	padding: 0px;
	color: #000;
	position: absolute;	
	top: 220px;
	left: 5px;
}







/* right col */

#rightcol{
	width: 305px;
	float: right;
	padding-bottom: 20px;
	overflow: hidden;

}

#rightcol #callback{
	width: 300px;
	height: 300px;
	background: url('images/callbackbg.png') left top no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#rightcol #callback form{
	position: absolute;
	top: 110px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
	border: 0px solid black;
}

#rightcol #callback p{
	margin: 0px;
	padding: 2px 0px;
}

#rightcol #callback .field{
	border: 1px solid black;
	width: 270px;
	padding: 2px;
}

#rightcol #callback form #callback_submit{
	width: 123px;
	height: 36px;
	background: url('images/callbackbtn.png') left top no-repeat;
	border: none;
	float: right;
	margin: 10px 10px 0px 0px;
}

#rightcol #right_testimonials{
	width: 298px;
	height: 300px;
	background: #f2f2f2;
	border: 1px solid #dedede;
	margin: 20px 5px 0px 0px;
}

#rightcol #right_testimonials h3{
	text-align: left;
	padding: 0px;
	margin: 5px 0px 0px 5px;
	font-size: 18px;
}

#rightcol #right_testimonials #scroller_container{
	width: 270px;
	height: 250px;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 5px;
	margin: 4px auto 0px auto;
}

#rightcol #right_testimonials #scroller_container #scroller {
	text-align: left;
	padding: 10px;
}

#rightcol #right_testimonials #scroller_container #scroller p {
	padding: 0;
}

#rightcol #claimbtn{
	margin: 20px 5px 0px 0px;
}

#rightcol #claimbtn img{
	border: none;
}

#rightcol #banner{
	margin: 20px 5px 0px 0px;
}

#rightcol #banner img{
	border: none;
}

#rightcol #contactbanner{
	margin: 20px 5px 0px 0px;
}

#rightcol #contactbanner img{
	border: none;
}

#right_news{
	width: 288px;
	height: 290px;
	background: #f2f2f2;
	border: 1px solid #dedede;
	margin: 20px 5px 0px 0px;
	text-align: left;
	padding: 5px;
}

#claim_calc{
	width: 288px;
	height: 200px;
	background: #f2f2f2;
	border: 1px solid #dedede;
	margin: 20px 5px 0px 0px;
	text-align: left;
	padding: 5px;
	overflow: hidden;
}

#claim_calc img{
	border: none;
}

#rightcol #right_news h3{
	text-align: left;
	padding: 0px;
	margin: 5px 0px 0px 5px;
	font-size: 18px;
}

#rightcol #sideimage{
	margin: 20px 5px 0px 0px;
}

#rightcol #sideimage img{
	border: none;
}









#footer{
	clear: both;
	background: #dc7305;
	min-height: 25px;
	position: relative;
}

#footer ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: absolute;
	bottom: 4px;
	left: 10px;
}

#footer li{
	float: left;
	margin-right: 15px;
}

#footer li a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#social{
	position: absolute;
	top: 5px;
	right: 20px;
}

#social ul{
	margin: 0px;
	padding:0px;
	list-style-type:none;
}

#social li{
	float:right;
	margin-left: 5px;
}

#social img{
	border: none;
}

#authorisation{
	background: #000;
	color: #FFF;
	padding: 10px;
}

#authorisation p{
	margin: 0px;
	padding: 0px;
}

#claim_button{
	position: absolute;
	top: 270px;
	left: 370px;
}

#claim_button img{
	border: none;
}
