﻿
		/* --------- GLOBAL ----------- */
		
html 
{
    margin: 0px;
    padding: 0px;
}
body 
{ 
height: auto;
width:800px;   
font: normal 12px Trebuchet,Arial, sans serif;
background: #fff;
padding: 50px 0px;
margin-left:-400px;
position:absolute;
left:50%;
}
		
		/* ------- STRUCTURE ----------- */

#top 
{
background:url('images/top.png') no-repeat;
height: 47px;
width: 800px;
margin: 0px;
padding: 0px;
}

#wrap {
background-color: #fff;
width:800px;
height:auto;
margin: 0px;
padding: 0px;
}

	#wrap ul{
	padding-bottom:25px;}

		#wrap ul li{
		list-style:none inside url('images/bullet.gif');
		font-size:1.2em;
		line-height: 1.8em;
		}
 

#bottom {
background:url('images/bottom.png') no-repeat;
height:44px;
width:800px;
margin: 0px;
padding: 0px;
}
#footer 
{
margin:20px 0px;
padding:0px 10px;
height: auto;
width: 675px;
}
 

#footer .nav
{
	float:right;
	color:#bfbfbf;
	text-decoration:none;
	margin-top:-20px;
}   		
#q-container 
{
height:120px;
width:650px;
display:block;
clear:both;
margin-top: 20px;
margin-left: 0px;}

.questions
{ 
   float: left;
	width: 215px;
height:auto;

}

.questions p{
	font: normal 11px/18px Verdana, Geneva, Arial, sans serif;
	color: #777;
	padding: 0px 15px;
	}
	
/* -------- REQUEST QUOTE BUTTON ------- */

	#contact {
        width: 293px;
	height: 66px;
padding: 0px;
display:block;
background: url('images/quote.png') no-repeat;
position:relative;
top:0px;
left: 180px;
}

#contact a{
position:relative;
top:25px;
left: 75px;
font: bold 18px/1.2em Arial, sans serif;
color:#FFF;
text-decoration:none;
}

#contact a:hover{
	color:#777;
}