/* 

Client:
Created: 
Last Modified:

*/

/* ---- DEFAULT STYLES ------
-------------------------------------------------------------------- */

	body {
		margin: 0px;
		padding: 0px;
		background: #087fc6 url('../images/generic/body-bg.jpg') center top repeat-y;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #5b5b5b;
		}
		
	#wrapper {
		width: 928px;
		margin: 0px auto;
		padding: 1px 1px 16px 1px;
		background: #ffffff url(../images/generic/wrapper-bottom.gif) bottom no-repeat;
		}
		
	#feedbackFormWrapper {
		padding: 20px;
	}
	
	img {
		padding:0; margin:0; line-height: 0;
		}
		
	.clear {
		clear:both;
		position:relative;
		font-size:0px;
		height:0;
		line-height:0; 
		}
		
	h1, h2, h3, h4, h5, h6 {
		padding:0;
		margin: 0;
	}
	
	h1 {
		font-size: 1.6em;
		color: #FFFFFF;
	}
	
	h2 {
		font-size: 1.5em;
		color: #333333;
		padding-bottom: 20px;
	}
	
	h3 {
		font-size: 1em;
		color: #0f91cf;
	}
	
	.h1Container {
		background:url(../images/generic/h1-container-bg.jpg) repeat-x;
		height: 52px;
	}
	
	.h1Container h1 {
		background:url(../images/generic/h1-flame.jpg) right no-repeat;
		height: 32px;
		padding: 10px 20px;
	}
	
	h1#enquiry {
		height: 34px;
		padding: 8px 0;
	}
	
	
	a img {
		border:none;
	}
		
	a { 
		color: #0166a0;
		font-weight:700;
	}
	
	a:hover { color:#000000; }
	
	p { 
		margin: 0 0 1.2em;
		line-height: 1.4em;
	}	
	
	form {
		padding: 0;
		margin:0;
	}
	
	.bodyList li {
		margin-bottom: 10px;
	}
	
	
	
/* ---- HEADER ------
-------------------------------------------------------------------- */

	.logoMain {
		position: absolute;
		width: 144px;
		height: 38px;
		margin: 0;
		top: 30px;
		left: 20px;
		text-indent: -9999px;
		background: url('../images/generic/logo-main.gif') 0 0 no-repeat;
	}

	#header {
		position: relative;
		height: 91px;
		margin-bottom: 1px;
		background: #ffffff url('../images/generic/header-bg.gif') repeat-x;
	}
	
	#phone {
		position: absolute;
		left: 600px;
		top: 20px;
	}
	

/* ---- COLUMN GRIDS ------
-------------------------------------------------------------------- */
	#content {
		padding: 5px 5px 0px 5px;
		background:url('../images/generic/content-bg.jpg') repeat-x;
	}
	
	.columnContainer {
		clear: both;
		border: 1px solid #e6dfda;
		background: #ffffff;		
	}
	
	.columnLeft {
		float: left;
		width: 570px;
	}

	.columnRight {
		float: right;
		width: 336px;
		padding: 5px;
	}
	
	.columnText {
		padding: 20px;
	}
	

/* ---- NAV 1 ------
-------------------------------------------------------------------- */
	
	
	#nav1Container {
		position: absolute;
      	font-size:93%;
      	line-height:normal;
		left: 530px;
		top: 53px;
    }
	  
    #nav1Container ul {
      	margin:0;
      	padding:10px 30px 0;
      	list-style:none;
    }
	  
    #nav1Container li {
      	float:left;
      	background:url('../images/nav/nav1-left-edge.gif') no-repeat left top;
      	margin:0;
     	padding:0 0 0 9px;
    }
	  
    #nav1Container a {
		float:left;
      	display:block;
      	background:url('../images/nav/nav1-right-edge.gif') no-repeat right top;
      	padding:9px 15px 5px 6px;
		font-weight: 700;
		text-decoration:none;
		color:#ffffff;
		margin-right: 0px;
    }
	
	#nav1Container a:hover {
		text-decoration: underline;
	}
	  
	#nav1Container #active {
    	background-image:url('../images/nav/nav1-left-edge-active.gif');
    }
	
  	#nav1Container #active a {
    	background-image:url('../images/nav/nav1-right-edge-active.gif');
		padding:10px 15px 5px 6px;
		color:#FFFFFF;
    }
	
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
    #header a {float:none;}
  /* End IE5-Mac hack */
  
		 
	 
	 /* ---- HOMEPAGE SPECIFIC ------
-------------------------------------------------------------------- */
	
	#quickQuote {
		float: left;
		width: 570px;
		height: 233px;
		background: #000000;
	}
	
	#instantEnquiry {
		float: right;
		width: 302px;
		height: 233px;
		padding: 0 20px;
		margin-bottom: 5px;
		background: url(../images/quick-enquiry-bg.gif);
	}
	
	

	
	
	
	
	 /* ---- CONTACT SPECIFIC ------
-------------------------------------------------------------------- */	

	.columnLeftContact {
		float: left;
	}

	.columnRightContact {
		float: left;
		padding-left: 30px;
		margin: 0 0 20px 30px;
		border-left: 1px solid #0f91cf; 
	}


	
	
/* ---- FORM STYLE ------
-------------------------------------------------------------------- */
	
	.form td {
		padding: 0;
		margin: 2px 0;
	}
	
	.form label {
		color:#047cc4;
		font-weight: 700;
	}

	.form .RadioList label, .form .CheckList label {		
		float: none;
		display: block;
		margin: 0;
	}


	.form .RadioList input, .form .CheckList input  {
		border: 0;
	}

	.form input, .form textarea, .form.input.fileUpload {
		border: 1px solid #cccccc;
		width: 180px;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		margin: 2px 0;
		padding: 3px;
		vertical-align: top;
		float: right;
		background: url(../images/generic/form-input-bg.gif) bottom repeat-x;
	}

	input.submitButton {	
		border: 0;
		width: 188px;
		cursor:pointer;	
		color:#FFFFFF;
		font-size: 1.2em;
		background: none;
		padding: 0;
		margin:0;
	}	


	 /* ---- FOOTER ------
-------------------------------------------------------------------- */	
	
	
	#footer {
		clear:both;
		height: 40px;
		margin: 0 5px;
		padding: 20px;
		font-size: 0.85em;
		background: url(../images/generic/footer-bg.gif);
	}
	
	#footer a {
		padding: 0 5px;
	}

	
/* ---- sIFR ------
-------------------------------------------------------------------- */

	.sIFR-flash {
	  visibility: visible !important;
	  margin: 0;
	  padding: 0;
	}
	
	.sIFR-unloading .sIFR-flash {
	  visibility: hidden !important;
	}
	
	.sIFR-replaced, .sIFR-ignore {
	  visibility: visible !important;
	}
	
	.sIFR-alternate {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 0;
	  height: 0;
	  display: block;
	  overflow: hidden;
	}
	
	.sIFR-replaced div.sIFR-fixfocus {
	  margin: 0pt; 
	  padding: 0pt; 
	  overflow: auto; 
	  letter-spacing: 0px; 
	  float: none;
	}

	.sIFR-active h1 { visibility:hidden; } 
	
	.sIFR-active h2 { visibility:hidden; }

	