@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #6C7DA5;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #0066CC;
}
a:hover {
	color: #00CCFF;
}

#container {
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.gif);
	margin: auto;
	width: 800px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#masthead {
	background-image: url(../images/bg_masthead.gif);
	height: 143px;
	width: 800px;
}
#logo {
	float: left;
	width: 361px;
}
#nav {
	font-size: 15px;
	width: 419px;
	float: left;
	padding-left: 20px;
}
.feature {
	width: 264px;
	color: #FFFFFF;
	float: left;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.feature p {
	text-align: center;
	margin-bottom: 0px;
}
.feature h2 {
	font-size: 16px;
}
.feature h2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	padding-left: 30px;
	display: block;
	height: 55px;
	background-image: url(../images/feature_bg.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}
.feature a:hover {
	color: #6C7DA5;
}
#nav ul {
	font-size: 15px;
	width: 400px;
	margin-top: 77px;
}
#nav  li {
	float: left;
	list-style-type: none;
}
#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #525252;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e4e4e4;
	text-decoration: none;
	padding-top: 40px;
	padding-bottom: 5px;
	display: block;
}
#nav a:hover {
	color: #7F1119;
	background-color: #F4E3E4;
}
#subpagetop {
	margin: 0px;
	background-image: url(../images/bg_subpagetop.gif);
	background-repeat: no-repeat;
	padding-top: 42px;
}
#about_gallery {
	float: right;
	height: 235px;
	width: 225px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content {
	margin-right: 75px;
	margin-left: 75px;
	padding-top: 25px;
	font-size: 13px;
}

#content ul {
	margin: 15px 0 15px 30px;
}
h1 {
	font-size: 16px;
	color: #7F1119;
	margin-bottom: 16px;
}
#content h2 {
	font-size: 14px;
	color: #7F1119;
	margin-bottom: 16px;
}
.servicelist li {
	background-image: url(../images/red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 1px;
	float: left;
	width: 275px;
	padding-bottom: 8px;
	padding-left: 20px;
	list-style-type: none;
}
#subnav {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 8px;
}
#subnav a {
	font-weight: bold;
	text-decoration: none;
}
.column {
	float: left;
}
.float_right {
	float: right;
	padding: 5px;
}
.float_left {
	float: left;
	padding: 5px;
}
.img_pad {
	margin: 18px 18px 0 18px;
}
p img.img_pad {
	border: 3px solid #ccc;
}
#new_product {
	text-align: left;
	margin: 0 50px;
	padding: 0;
	border-bottom: 1px dashed #ccc;
}
#new_product_img {
	text-align: center;
	margin: 0 45px;
}
#new_product_img img {
	border: 3px solid #ccc;
}
#pictures {
	text-align: center;
}
#pictures p {
	margin: 0 75px;
	text-align: center;
	font-size: 13px;
	padding: 5px 0 0 0;
}