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

#left_column{
             width:638px;
			 float:left;
}

#body_top{
          background:url(../images/body_top.jpg) no-repeat;
		  width:599px;
		  height:37px;
		  font:30px "Impact", Impact5, Charcoal6, sans-serif;
		  color:#cc0000;
		  padding-left:39px;
		  padding-top:10px;
}

#body_repeat{
             background:url(../images/body_repeat.jpg) repeat-y;
			 width:601px;
			 height:auto;
			 padding-left:37px;
			 padding-top:10px;
}

#body_repeat p{
                font:13px Arial, Helvetica, sans-serif;
				color:#999999;
				width:580px;
}

.company{
         color:#FFFFFF;
}

#body_bottom{
             background:url(../images/body_bottom.jpg) no-repeat;
			 width:638px;
			 height:41px;
			 margin-top:-3px;
}

/*----------------------- right column -------------------------------*/

#right_column{
              width:303px;
			  float:right;
}

#services{
          background:url(../images/home_serviceback.jpg) no-repeat;
		  width:303px;
		  height:431px;
}

#services_title{
                font:20px "Impact", Impact5, Charcoal6, sans-serif;
			    color:#999999;
				text-align:center;
				line-height:80px;
}

#services_pic{
              background:url(../images/home_servicestruck.jpg) no-repeat;
			  width:273px;
			  height:124px;
			  margin-left:14px;
			  margin-top:9px;
}

#services_texts{
                width:273px;
				padding-left:20px;
				padding-top:20px; 
                 
}

#services_texts p{
                  font:13px "Arial", Helvetica, sans-serif;
				  color:#999999;
				  line-height:20px;
}

#readmore{
          padding-right:10px;
		  padding-top:20px;
}

#readmore a{
            font:13px Arial, Helvetica, sans-serif;
			color:#ff6600;
			text-decoration:none;
			float:right;
}

#readmore a:hover{
			      color:#FFFF00;
			      text-decoration:underline;
}