@charset "UTF-8";
/* CSS Document */

body {
background:url(../images/header_bg.jpg) repeat-x;
margin:0;
}
#wrapper{
width:920px;
margin:auto;
}

#logo{
margin-top:10px;
}

#nav{
height:40px;
width:920px;
background:url(../images/nav_bg.jpg);
}

#mainbody{
float:left;
width:800px;
}

#front_left_shadow{
width:10px;
height:270px;
background:url(../images/shadow_left.jpg);
float:left;
}

#front_main_image {
position:relative;
    border: 0px solid #555;
    width: 580px;
    height: 270px;
	float: left;
	z-index:10;
	overflow:hidden;
}

#front_main_floater {
position:absolute;
margin-left:380px;
z-index:10;
}

#front_main_phone {
margin-left:40px;
margin-top:50px;
}


#front_main_text {
width:320px;
height:270px;
background:url(../images/front_left.jpg);
float:left;
z-index:0;
}

#front_main_text ul{
	margin-left:30px;
}

#front_right_shadow{
width:10px;
height:270px;
background:url(../images/shadow_right.jpg);
float:left;
z-index:0;
}

#front_bottom_shadow{
margin-left:10px;
width:900px;
height:10px;
background:url(../images/shadow_bottom.jpg);
}

#front_blog {
width:260px;
height:140px;
margin-left:10px;
margin-top:10px;
float:left;
}

.front_title {
font-family:arial;
font-size:18px;
color:#444f9c;
}

#front_button{
width:300px;
height:140px;
margin-left:20px;
margin-top:10px;
float:left;
}

#front_testimonial{
width:300px;
height:140px;
margin-left:20px;
margin-top:10px;
background:url(../images/testimonial_bg.jpg);
float:left;
font-size:12px;

}

#random_testimonial{
margin:20px;
}

.highlight_text{
color:white;
font-family:arial;
font-size:13px;
line-height:24px;
margin-top:25px;
margin-left:30px;
margin-right:30px;
}

#footer{
width:100%;
margin-top:20px;
background:url(../images/footer_bg.jpg);
height:40px;
}

#footer-text{
width:920px;
padding-left:20px;
margin:auto;
}

.clearer{
clear:both;
}

