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

#content { 

}

#content #left {
	background:url(../images/welcome.jpg) no-repeat;
	width:417px;
	height:217px;
	float:left;
	padding: 35px 10px 10px 10px;
	margin: 20px 10px 10px 42px;
	color:#000000;
}

#content #right {
	background:url(../images/testimonials.jpg) no-repeat;
	width:305px;
	height:217px;
	float:left;	
	padding: 35px 10px 10px 10px;
	margin: 20px 10px 10px 5px;
}

#headerImage {
	background:url(../images/home/header.jpg) no-repeat;
	width:773px;
	height:188px;
	margin-top:32px;
	padding:10px;
}

#servicesBTN a{
	display:block;
	width:329px;
	height:63px;
	text-indent:-9999px;
	background:url(../images/home/ServicesBTN.png) no-repeat;
}

#servicesBTN a:hover {
	width:329px;
	height:63px;
	text-indent:-9999px;
	background:url(../images/home/ServicesBTN_r.png) no-repeat;
}

#salesBTN a{
	display:block;
	width:329px;
	height:63px;
	text-indent:-9999px;
	background:url(../images/home/SalesBTN.png) no-repeat;
}

#salesBTN a:hover {
	width:329px;
	height:63px;
	text-indent:-9999px;
	background:url(../images/home/SalesBTN_r.png) no-repeat;
}

#installBTN a{
	display:block;
	width:329px;
	height:63px;
	text-indent:-9999px;
	background:url(../images/home/InstallationBTN.png) no-repeat;
}

#installBTN a:hover {
	width:329px;
	height:63px;
	text-indent:-9999px;
	background:url(../images/home/InstallationBTN_r.png) no-repeat;
}




