/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/gradient_background.jpg);
	background-repeat: repeat-x;
	background-color: #FFEFD8;
}
.top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 100%;
	background-color: #FFFFFF;
}
.logo {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	margin-top: 4px;
}
.navigation_banner {
	position: absolute;
	top: 75px;
	height: 75px;
	width: 100%;
	background-image: url(images/navigation_banner_background.jpg);
	background-repeat: repeat-x;
	border: 0 solid #fff;
	text-align: center;
}
.header_animation {
	margin-left: -161px;
}
.main {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -325px;
	width: 600px;
	background-color: #FFEFD8;
	padding: 0px 10px 10px;
}
.top_fire {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 149px;
	z-index: 1;
}
.product_link_images {
	margin: 5px 0px 5px 0px;
}

.service_map {
	border: medium solid #32312C;
}
.standards_logos {
	margin: 0 5px 0 5px;
}
.small_text_link {
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}
.small_credit_link {
	font-size: 10px;
	text-decoration: none;
	color: #537DA5;
	font-weight: bold;
}
.table_top_border {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}
.table_left_border {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}
.image_border {
	border: thin solid #333333;
}
p {
	font-size: 14px;
	margin-left: 5px;
}
ul,ol {
	font-size: 14px;
}
h1 {
	font-style: italic;
	color: #722723;
}
h2 {
	font-size: 18px;
	color: #32312C;
	font-weight: bold;
	margin-left: 5px;
}
.bold {
	font-weight: bold;
}
#gasSafe {
	font-size: 10px;
}