/* @group css reset by eric meyer */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Grids and classes */

.fullWidth{width :100%; padding: 0; margin: 0;}
.siteWidth{width:960px; }
.left{ float:left;}
.right{float:right;}

.container{margin: 0 auto; width: 960px; }
.clearBoth{clear:both;}
.sixCol{width:223px;}
.eighteenCol{width:680px;}
.rightMargin{margin-right: 24px;}

.blue{color: #21a3ce;}
.green{color: #90ad38;}
.callnow {font-size: 1.8em;}




/* @end */

/* @group Universal styles */
body{
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;
	color: #666666;
}

p {
	padding: 0 0 10px 0;
	line-height: 1.5em;
}


h1{
	font-size: 1.8em;
	padding: 20px 0 10px 0;
	color: #90ad38;
}

h2{
	font-size: 1.1em;
	color: #90ad38;
	font-weight: bold;
	padding:5px 0;

}

h3{
	font-size: 1.1em;
	color: #90ad38;
	font-weight: bold;
	padding:5px 0;
}

h4{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 20px 0;
}

a{
	color: #3f91ab;
	text-decoration: underline;
}

a:hover{
	color: #2c384f; 
}



em { font-style: italic;}
strong {font-weight: bold;}

/* @end */

/* @group Header */
#header{
	background: url('http://www.claims4free.co.uk/images/header-bg.png') repeat-x left bottom;
	height: 80px;
}

#logo{
	width: 235px;
	height: 51px;
    float: left;
	margin: 15px 0;
}

#navigation {
	float: left;
	margin: 15px 0 0 70px;
	position: relative;
	display: inline;
}

#navigation li{
	float: left;
	margin: 0 1px;
	position: relative;
	display: inline;
}

#navigation li a{
	display: block;
	padding: 45px 10px 8px 10px;
	background-color: #fff;
	color: #b5b5b5;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:hover, .home #navHome a, .about #navAbout a, .claims #navAdvice a, .claims #navClaims a, .make #navMake a, .faq #navFaq a{
	color: #3b8eaa;
	background: url('http://www.claims4free.co.uk/images/navTab-bg.png') repeat-x 0 bottom;
}

#header .container{
	position: relative;
}

#flagsContact {
	position: absolute;
	right: 0;
	width: 151px;
	height: 22px;
	padding: 10px 0 0 0;
	text-align: center;
	background: url('http://www.claims4free.co.uk/images/flags-bg.png') no-repeat;
	font-size: 11px;
}

#flagsContact a{
	padding: 0 5px 0 0;
}

/* @end */

/* @group Body */


#mainContent{
	background: url('http://www.claims4free.co.uk/images/main-bg.png') repeat-x 50% top;
}
/* @group Top Banner */

#topBanner {
	padding: 0 0 30px 0;
	position: relative;
}

.claimsforfree {
	float: right;
	width: 580px;
	height: 380px;
	top: 30px;
	left: 300px;
	margin: 10px 0 35px 0px;
	clear: both;
	position: absolute;
}


.subpage #topBanner h2{
	margin-top:70px ;
	margin-bottom:60px ;
	height: 40px;
	
}

#topBanner h3{
	clear: both;
	font-weight: bold;
}

#claimsType{
	float: right;
	width: 590px;
	top: 270px;
	left: 300px;
	position: absolute;
}

#claimsType li{
	position: relative;
	display: inline;
	text-align: center;
	float: left;
	
}

#claimsType li a{
	position: absolute;
	display: block;
	width: 118px;
	z-index: 9;
	left: 0;
	bottom: 5px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}

/* @end */

#middleHeadline {
	clear: both;
	background: url('http://www.claims4free.co.uk/images/middleheadline-bg.png') no-repeat center;
	font-size: 1.8em;
	padding: 20px 0 0 0;
}

.subpage #middleHeadline{
	color: #489bb2;
}

#disclaimer {
	font-size: 11px;
}

.numberedlist {
	list-style: decimal;
	margin: 5px 0 10px 30px;
}

.numberedlist li, .numberedlist li a {
	padding: 5px 0;
	line-height: 1.5em;
}

.normallist {
	list-style: circle;
	margin: 0 0 10px 30px;
}

.normallist li, .normallist li a {
	padding: 3px 0;
	line-height: 1.2em;
}

/* @group Right Col */

#rightNav {
	background: url('http://www.claims4free.co.uk/images/rightcol-bg.jpg') no-repeat left top;
	padding: 0 0 0 20px;
	min-height: 320px;

}

#rightNav ul{
	position: relative;
	width: 95%;
	padding-bottom: 20px;
}

#rightNav ul li{
	padding: 5px 0;
	line-height: 1.3em;
}

/* @end */

/* @end */

/* @group footer */
#footer{
	background: url('http://www.claims4free.co.uk/images/footer-bg.png') repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

#footer p{
	padding: 0;
}

#footer li{
	display: inline;
	font-size: 11px;
}

.footerLinks{	
}

.footerLinks li{
	display: inline;
	font-size: 11px;	
}

/* @end */


/* @group Form */

.form form{
	width: 245px;	
}

input, textarea{
	margin: 3px 0;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	position: relative;
	display: inline;
	border: 1px solid #e4f4fc;
}

.styledFields{
	background:#fff url('http://www.claims4free.co.uk/images/formfield-bg.png') repeat-x 0 bottom;
	border: 1px solid #C0EAFA;
  font-size: 14px;
  color: #000000;
	padding: 7px;
  font-weight: normal;
}

.form h2{
	text-indent: -100000px;
	background: url('http://www.claims4free.co.uk/images/form-headline.png') no-repeat;
	height:20px;
}

label{
	font-size: 13px;
	font-weight: bold;
	color: #21a3ce;
	line-height: 1.5em;
}

.formAlign{
	width: 160px;
}

.formRightMargin{
	margin: 0 7px 0 0;
}

#txtname, #txtphone{
	position: relative;
	width: 245px;
	_width:245px;
}


#txtemail, #txttime, textarea {
	position: relative;
	width: 245px;	
}

.form button{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	float: left;
	width: 230px;
	height: 51px;
	position: absolute;
	top: 180px;
	left: 20px;
	background: url('http://www.claims4free.co.uk/images/submit.gif') no-repeat;
	cursor: pointer;
}



.normalleftimg{
	float: left;
	padding: 5px 5px 5px 0;
	border: 0;
}

.normalleftimg2{
	float: left;
	padding: 0 5px 5px 0;
	border: 0;
}


.form p{
	padding: 0;
	color: #57bdc9;
	font-weight: bold;
}

.form  .nahNumber{
	float: left;
	color: #009bac;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0 10px;
}

iframe{
	position: relative;
	border: 0;
	width: 280px;
	top: 30px;
	right: 0px;
	left: 0px;
	height: 370px;
	overflow: hidden;
	background: transparent;
	
}

.form{
	background: transparent;
	position: relative;
	top: 30px;
	height: 370px;
}


.site_text
{
	font-family: Arial, Georgia;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: none;
	color: #000000;
	text-shadow: #a2b4c7 2px 2px 6px;
}


.certainfield {
	display: none
}


/* @end */