/*
STYLE SHEET

Table of contents :)
		
			1. General Layout Divs 
			2. Generic Classes
			3. Classes Footer One
			4. Classes Caboodle Details
			5. Main navigation
			6. Top navigation
 			7. Text h1, h2, h3 p tags etc
			8. Footer Divs
			9. Contact Form


/********************************************************
* LAYOUT DIVS
********************************************************/

* {
	padding:0;
	margin:0;
}

body {
	margin:0;
	padding:0;
	background-color:#FFF;
	background-repeat:repeat-x;
}

#wrapper {
	margin: 0px auto;
	padding:0;
	border:0;
	width: 100%;
	height:auto;
}

#topNavigation {
	width:auto;
	height:47px;
	background-image:url(../images/topNavigation.gif);
	background-color:transparent;
	padding:0;
}

#headerLogo {
	width:auto;
	height:80px;
	padding:0;
	margin:0;
	background-color:#FFF;
}

#contentWrapper {
	width:955px;
	height:auto;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#leftContent{
	width:173px;
	height:388px;
	float:left;
	background-image:url(../images/leftContent.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}

#mainWrapper {
	width:778px;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}

#mainNavigation {
	width:778px;
	height:28px;
	padding:0;
	margin:0;
	border-bottom:3px solid #339999;
}

#mainContent {
	width:559px;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}

#rightContent {
	background-image:url(../images/homeRight.jpg);
	background-repeat:no-repeat;
	width:219px;
	height:450px;
	float:left;
	padding:0;
	margin:0;
}

* html #rightContent {
	margin-top:-225px;
}

/********************************************************
* GENERIC CLASSES
********************************************************/

.textDisplay {
	display:none;
}

.mainLogo {
	width:209px;
	height:38px;
	margin-left:174px;
	margin-top:20px;
	margin-bottom:20px;	
}

.cleartext {
	display: none;
}

.boldTel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#4B84A1;
	font-weight:bold;	
}

.boldTelLarge {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.35em;
	color:#4B84A1;
	font-weight:bold;	
}

.italic {
	font-style:italic;
}

.clear {
	clear:both;
}

.insureBox {
	margin-top:230px;
	margin-left:5px;
	border:none;
}

/********************************************************
* CLASSES - FOOTERS TERMS and CONDS SECTION
********************************************************/

.footerOneLeft ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333333;
	padding: 5px 0 0 20px;
	list-style: none;
	background:transparent;
}

.footerOneLeft li {
	float:left;
	padding: 15px 0 0 5px;
}

.footerOneLeft ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
	text-decoration:none;
}

.footerOneLeft ul a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
	text-decoration:underline;
}

.footerOneLogo {
	float:left;
	margin-top:15px;
	margin-left:25px;
}

.FSALogo {
	margin-left:0px;
}

.footerOneRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#666;
	float:right;
	margin-top:25px;
	margin-right:25px;
}

.footerOneLeft {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#666;
	float:left;
	margin-top:25px;
	margin-left:5px;
}

.footerOneLeft a {
	color:#666;
	text-decoration:none;
}

.footerOneLeft a:hover {
	color:#333333;
	text-decoration:underline
}

.imgRight {
	float:right;
	border:1px solid #4B84A1;
	padding:2px;
	margin-right:60px;
	margin-left:15px;
	margin-bottom:20px;
}

.imgLeft {
	float:left;
	border:1px solid #4B84A1;
	padding:2px;
	margin-right:20px;
	margin-left:30px;
	margin-bottom:0px;
}

.noBorder {
	border:none;
}


/********************************************************
* CLASSES - CABOODLE DETAILS FOOTER
********************************************************/

.footerCaboodleText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#C9946C;
}

.footerCaboodleText a {
	text-decoration:none;
	color:#DEAF86;
}

.footerCaboodleText a:hover {
	text-decoration:underline;
	color:#FFF;
}

.footerCaboodleLogo {
	width:955px;
	padding-top:10px;
	margin-left:150px;
	margin-right:auto;
}

/********************************************************
* MAIN NAVIGATION STYLING
********************************************************/

#mainNavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px;
	display: block;
	height:27px;
}

#mainNavigation li {
	display: inline;
	float:left;
}

#menutab1 a {
	display: block;
	height: 27px;
	width: 184px;
	margin-right: 1px;
	background-repeat: no-repeat;
	background-image:url(../images/buttons/motorInsurance.gif);
}

#menutab2 a {
	display: block;
	height: 27px;
	width: 184px;
	margin-right: 1px;
	background-repeat: no-repeat;
	background-image:url(../images/buttons/further-products.gif);
}

#menutab3 a {
	display: block;
	height: 27px;
	width: 108px;
	margin-right: 1px;
	background-repeat: no-repeat;
	background-image:url(../images/buttons/history.gif);
}

#menutab4 a {
	display: block;
	height: 27px;
	width: 123px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../images/buttons/contact.gif);
}	

/********************************************************
* TOP NAVIGATION STYLING
********************************************************/

#topNavigation ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333333;
	margin-right:150px;
	padding:0px;
	list-style: none;
	background:transparent;
}

#topNavigation li {
	float:right;
	margin-right:5px;
	padding: 15px 0 0 12px;
}

#topNavigation ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
	text-decoration:none;
}

#topNavigation ul a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
	text-decoration:underline;
}

/********************************************************
* TEXT STYLING H1,H2, H3 etc p tags
********************************************************/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	margin-left:26px;
	margin-bottom:15px;
}

.welcome {
	background-image:url(../images/h1-titles/welcome.gif);
	background-repeat:no-repeat;
	display:block;
	width:96px;
	height:21px;
}

.further {
	background-image:url(../images/h1-titles/further.gif);
	background-repeat:no-repeat;
	display:block;
	width:195px;
	height:20px;
}

.history {
	background-image:url(../images/h1-titles/history.gif);
	background-repeat:no-repeat;
	display:block;
	width:80px;
	height:20px;
}

.privacy {
	background-image:url(../images/h1-titles/policy.gif);
	background-repeat:no-repeat;
	display:block;
	width:145px;
	height:20px;
}

.terms {
	background-image:url(../images/h1-titles/terms.gif);
	background-repeat:no-repeat;
	display:block;
	width:234px;
	height:20px;
}

.contact {
	background-image:url(../images/h1-titles/contact.gif);
	background-repeat:no-repeat;
	display:block;
	width:126px;
	height:20px;
}

.site {
	background-image:url(../images/h1-titles/site.gif);
	background-repeat:no-repeat;
	display:block;
	width:101px;
	height:20px;
}

.access {
	background-image:url(../images/h1-titles/accessibility.gif);
	background-repeat:no-repeat;
	display:block;
	width:252px;
	height:20px;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#c86911;
	margin-top:15px;
	margin-left:30px;
	margin-bottom:10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#4B84A1;
	padding-top:15px;
	margin-left:30px;
	margin-bottom:0px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#4B84A1;
	padding-top:2px;
	margin-left:30px;
	margin-bottom:0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	padding-top:2px;
	margin-left:30px;
	margin-right:40px;
	padding-bottom:5px;
	color:#666666;
}

p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	color:#4B84A1;
}

#mainContent ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	list-style:disc;
	padding-top:15px;
	margin-left:50px;
	margin-right:80px;
	padding-bottom:10px;
	color:#666666;
}

#mainContent li {
	padding-bottom:5px;
}

#mainContent ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	list-style:disc;
	padding-top:0px;
	margin-right:80px;
	padding-bottom:10px;
	color:#333333;
	text-decoration:none;
}

#mainContent ul a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	list-style:disc;
	padding-top:0px;
	margin-right:80px;
	padding-bottom:10px;
	color:#4B84A1;
	text-decoration:underline;
}

/********************************************************
* FOOTER DIVS
********************************************************/

#footerWrapper {
	width:100%;
	height:59px;
	background-image:url(../images/footerOneBkg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	clear:both;
}

#footerOne {
	width:955px;
	height:59px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footerOneBkg.gif);
	background-repeat:repeat-x;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

#footerTwo {
	width:100%;
	height:62px;
	background-image:url(../images/footerTwoBkg.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:0;
	margin:0;
}

/********************************************************
* CONTACT FORM
********************************************************/

#contactForm {
	width:440px;
	margin-left:2em;
	margin-top:1em;
}

.row {
	padding-top:0.4em;
	clear:both;
}

legend {
	font-family:Arial, Helvetica, sans-serif;
	color:#4B84A1;
	font-weight:bold;
	font-size:0.8em;
	margin-left:5px;
	padding:5px;
}

fieldset {
	padding-bottom:1em;
}

.formLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color:#666666;
	padding-bottom:0.5em;
	padding-top:0.2em;
	padding-left:15px;
	text-align:right;
	width:100px;
	float:left;
	
}

.formControl {
	float:right;
	margin-right:1em;
}

.messageText {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	float:left;
	font-weight:bold;
	font-size:0.7em;
	line-height:1.6em;
	margin-left:0em;
	width:100px;
}

.messageBox {
	width:435px;
	height:100px;
	margin-left:0em;
	background-image:url(../images/bkg-form.gif);
	background-repeat:repeat-x;
	background-color:#FFF;

}

.submit {
	margin-left:0em;
	margin-top:0.6em;
}

.rider {
	margin-left:10px;
	margin-top:40px;
	border:none;
}

/********************************************************
* END OF STYLE :)
********************************************************/
