@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
}

address {
	font-style: normal;
}

img {
	border: none;
}

body {
	font: 12px "Lucida Sans", Arial, Helvetica, sans-serif;
	background: url(images/body-bg.jpg) repeat-x left top;
}

p, li {
	font-size: 12px;
}

.clearer {
	clear: both;
}

#outerWrapper {
	width: 940px;
	margin: 50px auto 0 auto;
}

#leftNav {
	width: 20px;
	height: 500px;
	float: left;
}

#leftNav ul {
	list-style: none;
}

#mainCol {
	width: 730px;
	height: 500px;
	background: #fff url(images/maincol-bg.jpg) no-repeat left top;
	float: left;
	position: relative;
}

#contactBody #mainCol {
	background-image: url(images/maincol-contact-bg.jpg);
}

#mainCol #homeSummary {
	width: 225px;
	left: 464px;
	top: 23px;
	position: absolute;
	color: #900815;
}

#mainCol #servicesWrapper {
	position: relative;
	top: 191px;
	left: 190px;
	width: 500px;
	color: #fff;
}



#mainCol #servicesWrapper h2 {
	padding-bottom: 10px;
}

#mainCol #servicesWrapper p {
	font-size: 10px;
	margin: 1em 0;
}

#mainCol #servicesWrapper ul {
	list-style: disc;
	margin-left: 20px;
}

#mainCol #servicesWrapper li {
	font-size: 10px;
	margin-bottom: 2px;
}

#mainCol #servicesWrapper #content {
	width: 3262px;
	overflow: hidden;
}

#mainCol #servicesWrapper #scroller {
	width: 466px;
	overflow: hidden;
}

#mainCol #servicesWrapper .section {
	width: 466px;
	float: left;
}

#mainCol #servicesWrapper .serviceContentLeft {
	float: left;
	width: 233px;
}

#mainCol #servicesWrapper .serviceContentRight {
	float: right;
	width: 223px;
}

#mainCol #servicesWrapper #contactForm {
	
}

	#mainCol #servicesWrapper #contactForm input,
	#mainCol #servicesWrapper #contactForm textarea {
		padding: 2px;
		margin-bottom: 5px;
	}
	
	#mainCol #servicesWrapper #contactForm input {
		width: 150px;
	}
	
	#mainCol #servicesWrapper #contactForm input.button {
		width: auto;
	}
	
	#mainCol #servicesWrapper #contactForm label {
		padding: 5px 0 0 0;
		width: 150px;
		margin-bottom: 0;
		display: block;
	}
	
	#mainCol #servicesWrapper #contactForm .leftSection {
		float: left;
		width: 245px;
		height: 200px;
		padding: 10px 0 0 0;
	}
	
	#mainCol #servicesWrapper #contactForm .rightSection {
		float: right;
		width: 245px;
		height: 200px;
	}

#rightCol {
	width: 170px;
	height: 500px;
	background: #ba0c1c url(images/rightcol-bg.jpg) no-repeat left top;
	float: left;
	position: relative;
	color: #fff;
}

#rightCol h2.services {
	position: absolute;
	top: 118px;
	left: 12px;
}

#rightCol h2.contactDetails {
	margin: 118px 0 0 12px;
}

#rightCol dl.contactDetails {
	font-size: 10px;
	margin: 20px 0 0 12px;
}

#rightCol dl dt {
	color: #FFFF00;
}

#rightCol dl dd {
	padding-bottom: 10px;
}

#rightCol dl a {
	color: #fff;
}

#rightCol #servicesMenu {
	list-style: none;
	margin-top: 156px;
}

#rightCol #servicesMenu li a {
	display: block;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 6px 0 6px 12px;
	text-decoration: none;
}

#rightCol #servicesMenu li a:hover {
	background: #900815;
}

#rightCol #servicesMenu li.active a {
	background: #380308;
	color: #fff;
	cursor: default;
}

#rightCol p.tel {
	position: absolute;
	width: 136px;
	height: 22px;
	bottom: 11px;
	left: 16px;
}

#rightSpace {
	width: 20px;
	float: right;
	height: 500px;
	background: transparent;
}

#footer {
	width: 900px;
	margin: 10px auto;
	color: #666666;
}

#footer a {
	color: #666666;
}

#footer p {
	font-size: 10px;
}

#footer .copyright {
	float: left;
}

#footer .webDesign {
	float: right;
}