body{
	/*background-image: url("../images/bg.gif");
	background-position: bottom;
	background-repeat: repeat-x;*/
	font-family: "Arial";
	font-size: 13px;
	background-color: #fff;
}

table, tr, td{
	font-family: "Arial";
	font-size: 13px;
}

h2{
	display: block;
	clear: both;
	width: 100%;
}

a{
	color: green;
}

a:hover{
	color: #000;
}

img{
	border: 0;
}

.fRight{
	float: right;
	padding: 5px;
}

.fLeft{
	float: left;
	padding: 5px;
}

.fCenter{
	display: block;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}

#container
{
	padding: 0;
	position: absolute;
	left: 50%;
	width: 780px;
	margin: 0 0 0 -390px;
	text-align: center;
}

#header{
	width: 780px;
}

#header img{
	padding: 0;
	margin: 0;
	float: left;
}

#header #header_nav{
	margin: 5px 0 auto 0;
	width: 550px;
	float: right;
	text-align: center;
	font-weight: bold;
}


#header #header_nav a{
	color: green;
}

#header #header_nav a:hover{
	color: #434643;
}

#banner{
	clear: both;
	width: 779px;
	height: 139px;
	background-image: url("../images/banner.jpg");
	text-indent: -5000px;
}

.banner_home{
	float: right;
	width: 558px;
	height: 113px;
	text-indent: -5000px;
	background-image: url("../images/banner_home.gif");
}

.banner_showroom{
	float: right;
	width: 558px;
	height: 113px;
	text-indent: -5000px;
	background-image: url("../images/banner_showroom.gif");
}

.banner_residential{
	float: right;
	width: 558px;
	height: 113px;
	text-indent: -5000px;
	background-image: url("../images/banner_residential.gif");
}

.banner_commercial{
	float: right;
	width: 558px;
	height: 113px;
	text-indent: -5000px;
	background-image: url("../images/banner_commercial.gif");
}

.banner_tank{
	float: right;
	width: 558px;
	height: 113px;
	text-indent: -5000px;
	background-image: url("../images/banner_tank.gif");
}

.banner_cylinder{
	float: right;
	width: 558px;
	height: 113px;
	text-indent: -5000px;
	background-image: url("../images/banner_cylinder.gif");
}

.banner_safety{
	float: right;
	width: 558px;
	height: 113px;
	text-indent: -5000px;
	background-image: url("../images/banner_safety.gif");
}

.banner_location{
	float: right;
	width: 558px;
	height: 113px;
	text-indent: -5000px;
	background-image: url("../images/banner_location.gif");
}

.banner_customer{
	float: right;
	width: 558px;
	height: 113px;
	text-indent: -5000px;
	background-image: url("../images/banner_customer.gif");
}

#sideNav{
	text-align: left;
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
}

#sideNav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sideNav li{
	margin: 0;
	padding: 0;
}

#sideNav a{
	background-image: url("../images/bg_button.gif");
	background-repeat: repeat-x;
	border: 1px solid #434643;
	width: 150px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-top: 10px;
	display: block;
}

#sideNav a:hover{
	color: #434643;
}

#sideNav a img {
	border: 0;
}

.showroom_pic{
	padding: 0;
	text-align: center;
	margin: auto;
	width: 250px;
	height: 275px;
	float: left;
}

.showroom_pic_end{
	padding: 0;
	text-align: center;
	margin: auto;
	width: 100%;
	height: 275px;
	float: left;
}

.pic{
	width: 30%;
	float: left;
	text-align: center;
	margin: auto;
	min-height: 100px;
}

.pic_end{
	width: 100%;
	float: left;
	text-align: center;
	margin: auto;
	min-height: 100px;
}

#footer{
	clear: both;
	display: block;
	background-image: url("../images/bg_button.gif");
	background-repeat: repeat-x;
	font-size: 11px;
}