/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

body {
background-color:#333;
width:960px;
text-align:center;
margin:0 auto; 
}

div#wrapper {
text-align:left;
width:960px;
}

#headerarea{
width:960px;
height:120px;
float:left;
background: #333 url('../images/headerbg.png') no-repeat;
}

#logo{
padding-top:5px;
float:left;
}

#headertext{
float:right;
padding:5px 20px 0px 0px;
}

#headernumber{
clear:right;
float:right;
padding:40px 20px 0px 0px;
}

#banner{
float:right;
width:711px;
height:216px;
}
#navigation{
clear:both;
float:left;
width:240px;
height:216px;
}

#navigation li{
display:block;
height:33px;
border-bottom:1px solid #222;
border-top:1px solid #999;
line-height:33px;
}

#secondnav{
clear:both;
float:left;
width:960px;
height:99px;
overflow:hidden;
margin-bottom:10px;
}

#download{
height:99px;
overflow:hidden;
margin-left:-8px;
}

a.rollover1{background: url('../images/button-apply.png');}
a.rollover2{background: url('../images/button-finance.png');}
a.rollover3{background: url('../images/button-sale.png');}
a.rollover4{background: url('../images/button-testimonials.png');}
a.rollover5{background: url('../images/button-download.png');}
a.rollover1,a.rollover2,a.rollover3,a.rollover4 {
float:left;
margin:3px;
display: block;
width: 234px;
height: 198px;
text-decoration: none;
}

a.rollover5{
float:left;
margin:3px;
display: block;
width: 234px;
height: 198px;
text-decoration: none;
}

a.rollover1:hover,a.rollover2:hover,a.rollover3:hover,a.rollover4:hover,a.rollover5:hover {
background-position: 0px -99px;
}
.displace {
position: absolute;
left: -5000px;
}

#contentarea{
clear:both;
float:left;
width:960px;
border-bottom:1px solid #222;
}

#contentleft{
float:left;
width:228px;
padding:5px;
}

#contentright{
float:right;
width:710px;
padding:5px;
border-left:1px solid #999;
}

#footerarea{
clear:both;
float:left;
width:960px;
border-top:1px solid #999;
padding-top:10px;
text-align:right;
}

/* fonts stylesheet */

/*headers*/
h1 {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;  
	font-weight: bold;  
}
h2 {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;  
	font-weight: bold;  
}
h3 {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;  
	font-weight: normal;  
}
h4 {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: normal;  
}
h5 {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;  
	font-weight: normal; 
	font-style:italic; 
}
h6 {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: normal;  
	font-style:italic;
}

/* body */

p {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: normal;  
	line-height:22px;
	padding-bottom:20px;
}
.sidelbl{
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: normal;  
}

a {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: normal;  
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

li {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: normal;  
}

ul {  
	color: #fff; font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: normal;  
}

#footerarea p,#footerarea a{
	font-size: 10px;  
	font-weight: normal;  
line-height:14px;
}

.floatright{
float:right;
background:#fff;
padding:3px;
border:2px solid #666;
}