@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg.png);
	background-position: center;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	width: 800px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	position: relative;
	margin-top: 25px;
}
#KV_header {
	background-image: url(images/HEADER-BACKGROUND.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 187px;
	width: 831px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	text-align: center;
}
h1 {
	background-image: url(images/LOGO.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 545px;
	float: left;
	margin-left: 15px;
}
h1 a {
	display: block;
	height: 150px;
	width: 545px;
}
strong {
	display: none;
}
#home_link {
	background-image: url(images/HOME-BUTTON.png);
	background-repeat: no-repeat;
	background-position: center, top;
	height: 51px;
	width: 101px;
	left: 16px;
	top: 124px;
	float: left;
	margin-top: 135px;
	margin-left: 15px;
}
#about_us {
	background-image: url(images/ABOUT-US-BUTTON.png);
	background-repeat: no-repeat;
	background-position: center, top;
	height: 51px;
	width: 101px;
	left: 138px;
	top: 124px;
	float: left;
	margin-top: 135px;
}
#residential {
	background-image: url(images/RESIDENTIAL-BUTTON.png);
	background-repeat: no-repeat;
	height: 51px;
	background-position: center, top;
	width: 150px;
	float: left;
	left: 275px;
	top: 125px;
	margin-top: 135px;
}
#commerical_industrial {
	background-image: url(images/COMMERCIAL-BUTTON.png);
	background-repeat: no-repeat;
	background-position: center, top;
	height: 51px;
	width: 184px;
	left: 465px;
	top: 124px;
	float: left;
	margin-top: 135px;
}
#contact {
	background-image: url(images/CONTACT-US-BUTTON.png);
	background-repeat: no-repeat;
	background-position: center, top;
	height: 51px;
	width: 91px;
	left: 684px;
	top: 123px;
	float: left;
	margin-top: 135px;
}
#request {
	background-image: url(images/REQUEST-QUOTE.png);
	background-repeat: no-repeat;
	background-position: center, top;
	height: 51px;
	width: 118px;
	left: 465px;
	top: 124px;
	float: left;
	margin-top: 135px;
}
#main_content {
	background-image: url(images/MAIN-PAGE-BACKGROUND-MIDDLE.png);
	background-repeat: repeat;
	background-position: center;
	width: 777px;
	float: left;
	margin-left: 20px;
	margin-bottom: 25px;
}
#top {
	background-image: url(images/MAIN-PAGE-BACKGROUND-TOP.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 777px;
	float: left;
}
#bottom {
	background-image: url(images/MAIN-PAGE-BACKGROUND-BOTTOM.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 120px;
	width: 777px;
}
#text {
	float: left;
	width: 575px;
	margin-right: auto;
	margin-left: 125px;
	margin-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	padding-left: 25px;
	left: 0px;
	margin-bottom: 40px;
}
#footer_info {
	float: left;
	height: 100px;
	width: 300px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 25px;
	color: #BF1E2D;
}