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

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
}
#page-wrap {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_bkg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#logo {
	float: left;
	height: 60px;
	width: 830px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 20px;
	padding-top: 26px;
}
#header {
	clear: left;
	height: 207px;
	width: 850px;
}
#nav {
	float: left;
	height: 207px;
	width: 207px;
	background-image: url(images/nav/nav_bkg.jpg);
	background-repeat: repeat-y;
}
.navlist {
	list-style-type: none;
}
.navlist li {
	display: block;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.30em;
	padding-bottom: 21px;
	
}
.navlist li a {
	color: #2B2B2B;
	text-decoration: none;
}
.navlist li a:hover {
	font-weight: normal;
	color: #F00509;
	font-size: 18px;
}
.navlist li a:active {
	font-weight: normal;
	color: #F00509;
}
.servicelist {
	list-style-type: circle;
}
.servicelist li {
	line-height: 2em;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.red-define {
	color: #EE0A07;
}
#banner {
	float: left;
	height: 207px;
	width: 643px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#content-wrap {
	clear: left;
	width: 850px;
}
.service-images {
	float: left;
	height: 109px;
	width: 159px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
	margin-top: 20px;
}
#sidebar {
	float: left;
	width: 177px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/feature_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #831118;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.feature-image {
	float: left;
	height: 109px;
	width: 170px;
	margin-left: 4px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content {
	width: 543px;
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#footer-wrap {
	clear: left;
	width: 829px;
	background-color: #3d3d3d;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.copyright {
	float: left;
	width: 400px;
}
.author_link {
	float: left;
	width: 400px;
	text-align: right;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00509;
	width: 535px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: thin;
	line-height: 1.5em;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
.address-title {
	line-height: 1em;
	width: 75px;
	float: left;
}
.address-details {
	line-height: 1em;
	float: left;
	width: 210px;
}
.phone-red-bold {
	font-size: 16px;
	color: #A6020A;
}
#gallery_wrap {
	height: auto;
	width: 450px;
	margin-left: 50px;
}
.img-thumb {
	float: left;
	height: 76px;
	width: 99px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #A0060D;
}
.white-text {
	color: #FFF;
}

