body {
	margin: 0px;
	padding: 0px;
	background: url('images/tile.jpg') repeat-x;
	background-color: #002347;
}

p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 12px;
}

.kicker {
	clear: both;
}

#container {
	width: 950px;
	text-align: left;
}

#header {
	height: 121px;
	background: url('images/toptile.jpg') repeat-x;
}

#logo {
	float: left;
}

#utility {
	background: url('images/utility.jpg') no-repeat;
	width: 340px;
	height: 39px;
	float: right;
}

.utilitylinks {
	line-height: 30px;
	padding-left: 20px;
}


.utilitylinks * {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.utilitylinks form * {
	vertical-align: middle;
}
.search_field {
	width: 135px;
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
	padding: 2px;
	height: 13px;
}

.utilitylinks a, .utilitylinks span {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 5px;
}
.utilitylinks a:hover {
	color: #333;
}


/* NAVIGATION */

	#nav { width: 950px; height: 47px; margin: 0px auto; position: relative; }
	#nav ul { margin: 0px; padding-left: 0px; }
	#nav ul li { display: inline; }
	#nav ul li a { float: left; height: 47px; text-indent: -9999px; overflow: hidden; }
	#nav ul li a { background-image: url('images/nav.jpg'); background-repeat: no-repeat; }

	/* BUTTONS */
	#nav_about a { width: 129px; background-position: 0 0; }
	#nav_why a { width: 176px; background-position: -129px 0; }
	#nav_showcase a { width: 157px; background-position: -305px 0; }
	#nav_products a { width: 190px; background-position: -462px 0; }
	#nav_service a { width: 95px; background-position: -652px 0; }
	#nav_call a { width: 203px; background-position: -747px 0; }

	/* OVER STATES */
	#nav_about a:hover { background-position: 0px -47px; }
	#nav_why a:hover { background-position: -129px -47px; }
	#nav_showcase a:hover { background-position: -305px -47px; }
	#nav_products a:hover { background-position: -462px -47px; }
	#nav_service a:hover { background-position: -652px -47px; }
	#nav_call a:hover { background-position: -747px -47px; }

	/* OVER STATES */
	#nav_about.active a, #nav_about.active a:hover { background-position: 0px -94px; }
	#nav_why.active a, #nav_why.active a:hover { background-position: -129px -94px; }
	#nav_showcase.active a, #nav_showcase.active a:hover { background-position: -305px -94px; }
	#nav_products.active a, #nav_products.active a:hover { background-position: -462px -94px; }
	#nav_service.active a, #nav_service.active a:hover { background-position: -652px -94px; }
	#nav_call.active a, #nav_call.active a:hover { background-position: -747px -94px; }

/* END NAVIGATION */

#subnav {
	background: url('images/subnav.jpg') no-repeat;
	height: 43px;
	line-height: 48px;
	padding-left: 20px;
}

#subnav .limiter {
	width: 915px;
	height: 43px;
	overflow: hidden;
}
#subnav a {
	color: #FFF;
	text-decoration: none;
	padding-right: 25px;
	font-size: 12px;
}
#subnav a:hover {
	color: #C1C4AF;
}

#maintile {
	background: url('images/maintile.jpg') repeat-y;
}

#main {
	background: url('images/mainback.jpg') no-repeat;
	padding: 30px 35px 0px 35px;
}
#home_content {
	color: #FFFFFF;
	padding: 20px;
}
#home_content a, #home_content .PageTitle {
	color: #FFFFFF;
}

/* Photo Gallery (Showcase) */
	#viewer {
		float: left;
		background: #0D3C72;
		width: 620px;
	}
	#viewer #padder {
		padding: 16px;
	}
	#viewer #limiter {
		width: 584px;
		height: 385px;
		overflow: hidden;
		border: 1px #FFF solid;
	}
	#get_quote {
		float: left;
		margin-left: 50px;
	}
	#gallery_thumbs {
		padding-top: 16px;
	}
	.gallery_thumb {
		margin: 6px;
		border: 1px #FFF solid;
	}

	.gallery_thumb_over {
		margin: 6px;
		border: 1px #4A6E90 solid;
	}
/* END: Photo Gallery (Showcase) */

#tail {
	background: url('images/tail.jpg') no-repeat;
	height: 50px;
}

#footer {
	padding: 25px 10px 0px 10px;
}
