/* Main CSS */
*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #cdc8c8;
	margin-top: -20px;
}
.wrapper {
	background-image: url("../img/top_repeat.jpg");
	background-repeat: repeat-x;
	padding-top: 20px;
}
.content {
	width: 930px;
	margin: 5px Auto 25px;
	background-color: #edecec;
	border-style: solid;
	border-width: 2px;
	border-color: #383838;
}

/* CSS For Header */

.head {
	height: 138px;
	width: 911px;
	margin: 0 Auto;
	background-image: url("../img/header.png");
	border-bottom-style: solid;
	border-width: 3px;
	border-color: #383838;
}
.phone {
	font-family: "Arial Black";
	font-size: 1.0em;
	color: #bc3133;
	margin: 2px 0 10px 12px;
}
.head h3 {
	font-family: "Arial Black";
	font-size: 14px;
	color: #bc3133;
	margin: 4px 5px 0px 12px;
	text-align: right;
}
.head ul {
	font-family: "Arial Black";
	font-size: 15px;
	color: #bc3133;
	list-style-image: url("../img/tank_bullet.png");
	float:right;
	margin-top: 5px;
	margin-bottom: 58px;
}
.head ul li {
	display: inline;
	margin-right: 12px;
}
.head ul li a:link {
color: #bc3133;
text-decoration: none;
}
.head ul li a:visited {
font-family: "Arial Black";
font-size: 15px;
color: #bc3133;
text-decoration: none;
}
.head ul li a:hover {
color: #bc3133;
text-decoration: underline;
}

/* Content Section */

.redbox {
	width:930px;
	height:324px;
	background-image: url("../img/redbox.jpg");
	background-color: #b63b3b;
	margin-bottom: 15px;
}
.commercial {
	padding: 10px 0 0 10px;
	float: left;
}
.commercialcontent {
width: 340px;
float: right;
padding: 10px 10px 0 10px;
}
.commercialcontent h1,h2,h3,h4 {
	font-family: Verdana;
	font-size: 1.1em;
	font-weight:bold;
	color: #edecec;
	margin-bottom: 5px;
	margin-top: 2px;
}
.commercialcontent p {
	font-family: Verdana;
	font-size: .9em;
	color: #edecec;
	margin-bottom: 15px;
}
.commercialcontent p a:link, a:visited {
	font-family: Verdana;
	font-size: .9em;
	color: #edecec;
	margin-bottom: 15px;
}
.commercialcontent p a:hover {
	font-family: Verdana;
	font-size: .9em;
	color: #1479ed;
	margin-bottom: 15px;
}



.leftcontent {
	width: 530px;
	float:left;
}
.leftcontent  h1,h2,h3,h4 {
	font-family: "Arial Black";
	font-size: 1.1em;
	color: #bc3133;
	margin: 8px 0 10px 35px;
	clear:both;
}
.leftcontent h5 {
	font-family: Verdana;
	font-size: 16px;
	color: #383838;
	margin: 8px 0 10px 35px;
}
.leftcontent p {
	font-family: Verdana;
	font-size: .9em;
	color: #383838;
	margin: 8px 0 10px 35px;
}
.leftcontent img {
	margin: 7px 5px 4px 50px;
	float:left;
}
p.lcimgtxt {
	font-family: Verdana;
	font-size: .8em;
	color: #383838;
	width: 150px;
	margin-top: 35px;
	float:left;
}
ul.everglow {
	width: 350px;
	margin-left: 70px;
	margin-bottom: 25px;
	font-family: Verdana;
	font-size: .7em;
	color: #383838;
}


.rightcontent {
	width: 340px;
	float:left;
	padding: 0 5px 0 5px;
}
.rightcontent  h1,h2,h3,h4 {
	font-family: "Arial Black";
	font-size: 1.0em;
	color: #bc3133;
	margin: 8px 0 10px 35px;
	clear:both;
}
.rightcontent h5 {
	font-family: Verdana;
	font-size: 14px;
	color: #383838;
	margin: 8px 0 10px 35px;
}
.rightcontent p {
	font-family: Verdana;
	font-size: .8em;
	color: #383838;
	margin: 8px 0 10px 35px;
}
.rightcontent ul {
	margin-left: 30px;
	color:black;
}
.rightcontent ul li {
	list-style: none;
}
.rightcontent ul li a:link, a:visited {
	font-family: Verdana;
	font-size: .8em;
	color: #383838;
}
.rightcontent ul li a:hover {
	font-family: Verdana;
	font-size: .8em;
	color: #bc3133;
}
.rightcontent img {
	margin: 7px 25px 4px 25px;
	float:left;
}
.rcimgtxt {
	font-family: Verdana;
	font-size: .8em;
	color: #383838;
	width: 150px;
	margin-top: 35px;
	float:left;
}
.tanksurelist {
	font-family: Verdana;
	font-size: 12px;
	color: #383838;
	margin-left:55px;
	
}

.footer {
 width: 920px;
 margin: 0 Auto;
}
.footer ul {
	width: 600px;
	margin: 20px Auto;
}
.footer ul li {
	margin-left: 35px;
	display: inline;
}
.footer p {
	font-family: Verdana;
	font-size: .7em;
	color: #383838;
	text-align: right;
	margin-bottom: 3px;
}
.footer p a:link {
	font-family: Verdana;
	font-size: .9em;
	color: #383838;
}
.creditcards {
	float: right;
	margin-right: 8px;
}
.creditcards li {
	display: inline;
}
.creditcards img {
	width: 40px;
}

.clear {
	clear: both;
}
