@charset "utf-8";
/* Charlatan*/
* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7C614E;
	height: 100%;
	background-color:#fff;
}
 p {
	margin:17px 0 10px;	
	line-height:19px;
 }
.small {
	font-size:65%;
	line-height:15px;
}
/*sort out the links for the main content area*/
#content a { 
color:#616161;
text-decoration: underline;	
}

#content a:visited{ 
color:#000;
}
#content a:focus,
#content a:hover{
	background-color: #7C614E;
	color:#FFF;
}

#wrapper {
	width:990px;
	margin: 0 auto;
}
#page {
	width: 990px;
	margin: 0 auto;
	position: relative;
	clear: both;
	height: auto;
	display:table;
}
/*images*/
#content img {
background:#FAFAFA;
border:1px solid #DDDDDD;
padding:5px;
}
#header {
	height:192px; 
	position: relative;
	background:url(../gfx/header.jpg) no-repeat;
	margin-left:3px;
	width:990px;
}
#header-contact {
	color:#767677;
	font-weight:bold;
	font-size:12px;
	margin:10px 10px 0 0;
	float:right;
}
#header-contact div {
	margin-bottom: 5px;
	text-align: left;
}

/*headings*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #452A17;
	font-weight: 500;
}	
h2 {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #616161;
	text-transform:uppercase;
	font-weight:600;
	margin: 10px 0 20px 0;
		}
h3 {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #000;
	text-transform:uppercase;
	font-weight:500;
	margin: 25px 0 10px 0;
		}	
h4 {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 5px 0 10px 0;
		}			
/*logo plus introduction*/		
#logo {
	width: 260px;
	height:130px;
	float:left;
}

#logo h1 a {
	float:left;
	width: 260px;
	height: 122px;
	margin:16px 0 0 2px;
	background:url(../gfx/logo.png) no-repeat;
		}		
#logo h1 a span {
	display: none;
		}
	
/*logo plus introduction ends*/
/*Index page slideshow - logo container*/	

/*about us page */
#about {
	padding:50px 50px 0 60px;
	width:672px;
}

#about-us {
	width: 425px;
	margin: 80px auto;
	min-height:305px;
	overflow:hidden; 
}
#content h1.about {
position: relative;
width: 655px;
height: 36px;
overflow: hidden;
background-color:#FFFFFF;
margin-bottom:10px;
}
#content h1.about span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #fff url(../images/about-who-are-we.gif) no-repeat -7px 0px;
}


/*about us page ends*/
/*links page*/


.floatr {
	float:right;
	margin-left:8px;
}
.floatl {
	float: left;
	margin:0 15px 10px 0;
}
.clickHere {
	margin-top:10px;
	text-align:center;
	color:#580707;
}
.red {
	color:#580707;
}
/*ends*/

/*content*/
#content {
float:left;
margin:0 0 10px 3px;
background: url(../gfx/content-back.jpg) no-repeat 0 20px;
width: 100%;
padding:55px 10px 0 8px;
}
#content-left
{
	float:left;
	width:630px;
	height:auto;
	margin-right: 20px;
}
#content-right {
	float:left;
	height:425px;
	width:310px;
	background:url(../gfx/contact-back-box.gif) no-repeat;
	padding: 15px 5px 10px 15px;	
}
#response {
	float: right;
	height: auto;
	width:310px;
	padding:5px;
	margin-right:16px;
}
#quoteDisplay {
	margin: 8px 0 0 135px;
	float:left;
	
}
#content ul {
padding:10px 0 20px 20px;
}
#content li {
padding-bottom: 10px;
}



/*menu*/
#menu {
	height: 45px;
	padding: 0px 0;
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 150px;
	right:0px
}

#menu ul {
	height: 50px;
	padding: 0;
	list-style: none;
	float: right;
}

#menu li {
	float: left;
	height: 50px;
	background: url(../gfx/navbar.png) no-repeat 0px 9px;
}

#menu a {
color:#000000;
float:left;
height:30px;
margin:0 0 0 3px;
padding:7px 12px;
text-decoration:none;
	
}

/*#menu .first {
	background: none;
}*/

#menu a:hover {
	background:url(../gfx/nav-hover.png) repeat-x;
	text-decoration: none;
	}

/*menu ends*/

/*quick contact form*/
form#myForm {
	color: #7C614E;
}
fieldset {
position: relative;
float: left;
clear: left; /*changed from both*/
width: 300px;
margin: 0 0 -1em 0;
padding: 0 0 1em 0;
border-style: none;
font-size: 1.1em;
}
legend span {
position: absolute;
left: 0.74em;
top: 0;
margin-top: 0.5em;
font-size: 135%;
}
legend {
padding: 0;
color: #545351;
font-weight: bold;
}

fieldset ol {
padding:1em 0.4em 0;
list-style: none;
}
fieldset li {
padding-bottom: 0.8em;
}

form fieldset input.submit {
	background: #FFF url(../gfx/submit-button.gif) no-repeat;   
	width: 300px; 
	height:34px;
	float:right;
	margin: 0 0 0 6px;
	padding-bottom:5px;
	cursor:pointer;
	border:none;
	}

form fieldset input { 
	background: url(../gfx/inputbox-back.gif) no-repeat -1px -1px;   
	border: none;
	font-size:0.8em;
	height:18px;
	line-height:22px;
	padding:1px 4px 5px 2px;
	width:288px;
	color: #7C614E;
	}

form fieldset textarea { 
width: 283px; 
height: 151px;
background:url(../gfx/textbox-back.gif) no-repeat;
padding: 5px; 
border: none;
color: #7C614E;
font-size:12px;
 }

label {
color:#000000;
float:left;
font-size:1.2em;
font-weight:bold;
line-height:25px;
margin-right:1em;
text-align:right;
width:4.5em;
}


fieldset .contact {
color:#3B0000; 
font-size:1.2em;
font-weight:bold;
line-height:25px;
margin-right:1em;
}

/*quotes and contact page formatting*/
/*quick contact form*/
#quoteForm form {
	color: #7C614E;
}
#quoteForm fieldset {
position: relative;
float: left;
clear: left; /*changed from both*/
width: 600px;
margin: 0 0 -1em 0;
padding: 0 0 1em 0;
border-style: none;
font-size: 1.1em;
}
#quoteForm legend span {
position: absolute;
left: 0.74em;
top: 0;
margin-top: 0.5em;
font-size: 135%;
}
#quoteForm legend {
padding: 0;
color: #545351;
font-weight: bold;
}

#quoteForm fieldset ol {
padding:1em 0.4em 0;
list-style: none;
}
#quoteForm fieldset li {
padding-bottom: 1.2em;
}

 form#quoteForm fieldset input.submit {
	background: #FFF url(../gfx/quotes-submit-button.gif) no-repeat -1px -1px;   
	width:428px;
	height:40px;
	float: left;
	margin: 0 0 0 137px;
	padding-bottom:5px;
	cursor:pointer;
	border:none;
	}

form#quoteForm fieldset input  { 
	background: url(../gfx/quote-inputback.gif) no-repeat -1px -1px;   
	border: none;
	font-size:0.9em;
	height:23px;
	line-height:22px;
	padding:1px 4px 5px 2px;
	width:420px;
	color: #7C614E;
	}

form#quoteForm  fieldset textarea { 
width: 420px; 
height: 164px;
background: url(../gfx/quote-textboxback.gif) no-repeat;
padding: 5px; 
border: none;
color: #7C614E;
font-size:0.9em;
 }

#quoteForm label {
	float:left;
	font-size:1.0em;
	line-height:25px;
	margin-right:1em;
	text-align:right;
	width:7.5em;
	color: #616161;
	text-transform:uppercase;
	font-weight:500;
}


#quoteForm fieldset .contact {
color:#3B0000; 
font-size:1.2em;
font-weight:bold;
line-height:25px;
margin-right:1em;
}

.contact-details {
	margin: 0 0 0 75px;
}
.black {
	color:#000;
}
.error {
	text-decoration: underline;
	font-weight:bold;
}
.error-quick {
	margin-top:-20px;
	text-decoration: underline;
	font-weight:bold;
}

/*footer*/
#footer {
	float:left;
	height:50px;
	margin: 0;
	width:100%;
	background:url(../gfx/footer.jpg) no-repeat 0px 0px;
	color:#616161;
	font-size:12px;
	font-weight:bold;
	}
#footer p {
	float: left;
}
.floatr-footer {
	float:right;
	margin: 18px 5px;
	
}


#footer a { 
color:#616161;
padding:4px;
text-decoration:none;	
}


#footer a:hover{
	background-color:#ccc;
	
}
