@CHARSET "ISO-8859-1";

body {
	background: url('background.jpg') repeat-x top #79A8D2;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

img {
	border: none;
}

#page {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 70px;
	background: url('header.jpg') no-repeat #2E6098;
	overflow: hidden;
}

#header-inner {
	padding: 9px 20px 0 9px;
}

#top-space {
	height: 384px;
	background: url('top-space.jpg') no-repeat;
}

#buttons {
	height: 300px;
	background: url('buttons.jpg') no-repeat;
	overflow: hidden;
}

#buttons-inner {
	padding: 0 0 0 11px;
}

#footer {
	height: 200px;
}

.button {
	width: 217px;
	float: left;
	margin: 0 3px 0 0;
}

.button:hover {
	background: url('button-highlight.jpg') no-repeat;
}

.button-inner {
	padding: 15px;
}

.button h1 {
	font-size: 16px;
	margin: 0;
}

.button p {
	font-size: 12px;
	margin: 10px 0 0 0;
}

.button a {
	text-decoration: none;
	color: #000;
}

.button p a {
	display: block;
	height: 150px;
}

#commercial .button-inner {
	background: url('commercial.jpg') no-repeat;
	background-position: 50% 110px;
}

#residential .button-inner {
	background: url('residential.jpg') no-repeat;
	background-position: 50% 110px;
}

#currentsafe .button-inner {
	background: url('currentsafe.jpg') no-repeat;
	background-position: 50% 110px;
}

#plumbing .button-inner {
	background: url('plumbing.jpg') no-repeat;
	background-position: 50% 110px;
}

#footer p {
	font-size: 11px;
	color: #2E6098;
	text-align: center;
}

#logo {
	float: left;
}

#menu {
	float: right;
	height: 52px;
}

#menu ul {
	margin: 0;
	padding: 45px 0 0 0;
	list-style-type: none;
}

#menu li {
	font-size: 12px;
	margin: 0 0 0 10px;
	float: left;
}

#menu li a {
	color: #000;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}
