html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #112130 url('../images/gradient.png') repeat-x;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('../images/background.png') no-repeat top center;
	text-align: center;
}

#wrapper {
	padding-top: 35px;
	width: 760px;
	height: 100%;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

#topCurve {
	width: 760px;
	height: 17px;
	background: url('../images/topCurve.png') no-repeat center center;
}

#animationBack {
	clear: both;
	padding-top: 5px;
	width: 758px;
	height: 263px;
	background-color: #122231;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#borderTop {
	width: 758px;
	height: 4px;
	background: url('../images/border.png');
}

#animation {
	width: 758px;
	height: 239px;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 0;
}

#aggregate {
	width: 758px;
	height: 239px;
	background: url(../images/header_aggregate.jpg) no-repeat right top;
}

#food {
	width: 758px;
	height: 239px;
	background: url(../images/header_food.jpg) no-repeat right top;
}

#hvac {
	width: 758px;
	height: 239px;
	background: url(../images/header_hvac.jpg) no-repeat right top;
}

#institutional {
	width: 758px;
	height: 239px;
	background: url(../images/header_institutional.jpg) no-repeat right top;
}

#laundry {
	width: 758px;
	height: 239px;
	background: url(../images/header_laundry.jpg) no-repeat right top;
}

#manufacturing {
	width: 758px;
	height: 239px;
	background: url(../images/header_manufacturing.jpg) no-repeat right top;
}

#products {
	width: 758px;
	height: 239px;
	background: url(../images/header_products.jpg) no-repeat right top;
}

#services {
	width: 758px;
	height: 239px;
	background: url(../images/header_services.jpg) no-repeat right top;
}

#utilities {
	width: 758px;
	height: 239px;
	background: url(../images/header_utilities.jpg) no-repeat right top;
}

#water {
	width: 758px;
	height: 239px;
	background: url(../images/header_water.jpg) no-repeat right top;
}

#about {
	width: 758px;
	height: 239px;
	background: url(../images/header_about.jpg) no-repeat right top;
}

#borderBottom {
	margin-top: 16px;
	width: 758px;
	height: 4px;
	background: url('../images/border.png');
}

#subMenu {
	width: 758px;
	height: 27px;
	background: #0F3265 no-repeat left top;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 4px solid #C2C1C1;
}

#subMenu p {
	margin: 0px;
	padding: 3px 0px 0px 275px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#subMenu p a, #subMenu p span {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#subMenu p a:hover {
	text-decoration: underline;
}

#main {
	width: 758px;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom: 1px solid #778089;
}

#main h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 35px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background: url('../images/arrows.png') no-repeat;
}

#main h2 {
	margin: 0px 0px -8px 35px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#main h3 {
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#main h4 {
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#main p {
	margin: 10px 0px 0px 35px;
	font-family: Arial;
	font-weight: normal;
	color: #000;
	line-height: 16px;
}

#main table h3 {
	margin: 10px 10px 3px 10px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

#main table h4 {
	margin: 3px 10px 10px 10px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

#main a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#main span {
	color: #E77844;
}

#main ul {
	margin-top: 2px;
}

#main li {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	list-style-type: square;
}

#leftColumn {
	width: 229px;
	float: left;
	padding-top: 32px;
	font-size: 11px;
}


#rightColumn {
	float: right;
	width: 474px;
	padding-top: 32px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}

#border {
	border-left: 2px solid #F3B984;
	border-right: 2px solid #F3B984;
	border-bottom: 2px solid #F3B984;
}

#search {
	margin: 22px 0px 0px 24px;
	width: 212px;
	background: #fff url('../images/searchGradient.png') repeat-x;
}

#search p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 178px;
	position: relative;
	left: 17px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

#search h1 {
	margin: 0px;
	padding: 10px 0px 0px 55px;
	width: 212px;
	height: 41px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url('../images/searchTop.png') no-repeat;
}

#searchBox {
	margin: -12px 0px 0px 0px;
	padding: 0px;
	position: relative;
	left: 17px;
	width: 178px;
	height: 27px;
	background: url('../images/searchBox.png') no-repeat;
}

#searchBox input {
	margin-top: 5px;
	padding-left: 5px;
	float: left;
	width: 134px;
	border: 0px;
	background-color: transparent;
}

#searchBox a div {
	position: relative;
	width: 38px;
	height: 27px;
	float: left;
	background: url('../images/go.png') no-repeat;
	cursor: hand;
}

#searchBox span {
	display: none;
}

#searchOpt {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	width: 178px;
	height: 27px;
	position: relative;
	left: 17px;
	background: url('../images/arrowButton.png') no-repeat;
}

#searchOpt a, #searchOpt a:hover, #custom a, #custom a:hover {
	text-decoration: none;
}

#searchOpt h6, #custom h6 {
	margin: 3px 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 178px;
	height: 22px;
	color: #000;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	cursor: hand;
}

#product, #manufacturer {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 17px;
	width: 178px;
	display: none;
}

#product ul, #manufacturer ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}


#custom {
	margin: 3px 0px 10px 0px;
	padding: 0px;
	width: 178px;
	height: 27px;
	position: relative;
	left: 17px;
	background: url('../images/circleButton.png') no-repeat;
}

#testimonial {
	margin: 0px 0px 42px 19px;
	width: 210px;
}

#mission {
	margin: 49px 0px 30px 0px;
}

#spacer {
	width: 758px;
	height: 11px;
	background-color: #122231;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #7393C6;
}

#contact {
	width: 758px;
	height: 55px;
	background: #01438C url('../images/smallLogos.png') no-repeat 69px center;
	border-bottom: 2px solid #7393C6;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#contact ul {
	margin: 0px;
	padding: 6px 0px;
	position: absolute;
	left: 260px;
	list-style-type: none;
}

#contact ul li {
	margin-left: 15px;
	float: left;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}

#middle {
	width: 0px;
	height: 38px;
	border: 1px solid #fff;
}

#footer {
	width: 758px;
	height: 76px;
	background: #122231 url('../images/logoBottom.png') no-repeat 69px 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#footer div {
	padding: 18px 0px 0px 275px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Arial;
	font-size: 10px;
}

#footer p span {
	color: #E4B504;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#bottomCurve {
	padding-bottom: 35px;
	width: 760px;
	height: 16px;
	background: url('../images/bottomCurve.png') no-repeat;
}
#main #leftColumn li {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#table {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin-left: 35px;
	width: 409px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #01438C;
	border-bottom-color: #01438C;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#table th {
	padding: 5px 5px 5px 15px;
}
#logos {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 35px;
}

#logos ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 450px;
}
#logos li {
	float: left;
	width: 150px;
	height: 66px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#logos h3 {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	background-color: #01438C;
	text-align: left;
	margin: 0px;
	width: 430px;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#logos h4 {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	background-color: #01438C;
	text-align: left;
	margin: 0px;
	width: 430px;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#tagline {
	width: 458px;
	height: 24px;
	background: left top;
	left: 280px;
	top: 145px;
	position: absolute;
}


#tagline p {
	margin: 0px;
	padding: 1px 0px 0px 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #03428D;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
}

#topofpage {
	position: relative;
	float: right;
	cursor: hand;
	height: 30px;
	width: 110px;
}

#contactus {
	width: 758px;
	height: 239px;
	background: url(../images/header_contact.jpg) no-repeat right top;
}

#news {

	width: 758px;
	height: 239px;
	background: url(../images/header_about.jpg) no-repeat right top;
}
