/* CSS Document */

body {
	margin: 0;
	background-image: url(images/slices/tile_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
}

#container {
	position: absolute;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	padding: 0;
	background-image: url(images/slices/tile_container.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/slices/header.jpg);
	width: 770px;
	height: 105px;
}

#navigation {
	vertical-align: top;
	width: 235px;
}

#imgBanner {
	height: 240px;
	width: 535px;
}

#underNav {
	background-image: url(images/slices/design_underNav.jpg);
	background-repeat: no-repeat;	
}

/* -- CONTENT STYLES --- */

#content {
	background-image: url(images/slices/bg_content.jpg);
	background-repeat: no-repeat;
}

#content p {
	line-height: 20px;
	margin: 0;
	padding: 5px 40px 10px 25px;
	font-size: 12px;
	color: #323232;
}

#content strong, em {
	color: #27355A;
}

#content a {
	color: #C84527;
}

#content a:hover {
	color: #F3722A;
}

#content ul {
	color: #323232;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 15px;
}

#content li {
	margin-left: 20px;
}

#content h3 {
	margin: 0;
	padding: 10px 40px 0 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #27355A;
	text-transform: uppercase;
}

#content blockquote {
	margin-right: 75px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	border: 1px dashed #999;
}

#facilityList {
	margin: 5px 40px 10px 25px;
	width: 400px;
}

#facilityList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#facilityList li {
	padding: 5px 0 10px 20px;
	margin: 0;
}

#facilityList p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#facilityList strong {
	color: #F3722A;
}

#facilityList em {
	font-size: 14px;
	font-weight: bold;
}

#partsGallery {
	margin: 0 30px 0 35px;
}

#partsGallery img {
	border: 1px solid #27355A;
	padding: 5px;
	margin: 0 20px 0 0;
	cursor: pointer;
}

#imgLabel {
	float: left;
	font-size: 12px;
	width: 220px;
	margin: 0 20px 20px 0;
	color: #666666;
	text-align: center;
}

#contactInfo {
	margin: 0 0 0 40px;
	background-color: #FFFFFF;
	width: 225px;
	border: 1px solid #999;
	padding: 10px;
	list-style-type: none;
}

label {
	font-weight: bold;
}

.sm {
	font-size: 11px;
	color: #666666;
}

/* --- FOOTER STYLES --- */

#footer {
	clear: both;
	padding-top: 10px;
	background-image: url(images/slices/hr.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	margin: 25px 40px 10px 25px;
}

#footer a {
	color: #C84527;
	font-size: 9px;
}

#footer a:hover {
	color: #FF9900;
}

#footer p {
	color: #27355A;
	padding: 0;
	margin: 0;
}

#footer p a {
	font-size: 11px;
}