@charset "utf-8";
/* CSS Document */
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #04311C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #900;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #04311c;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #04311c;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #04311c;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #04311c;
}
.bigTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #060;
}
.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
}.float-right {
	float: right;
	padding: 10px;
}
.float-left {
	padding: 10px;
	float: left;
}


#pump-price {
	width:310px;
	height:516px;
	float:right;
	margin:0px 0px 0px 10px;
	background-image:url(images/home-left-tower-2.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	position:relative;
}
.hundred {
	position:absolute;
	width:25px;
	height:30px;
	top:137px;
	left:75px;
}
.ten {
	position:absolute;
	width:26px;
	height:32px;
	top:137px;
	left:124px;
}
.one {
	position:absolute;
	width:28px;
	height:31px;
	top:137px;
	left:148px;
}
.pprice {
	padding-top:3px;
	font-size:28px;
	color:#FFF;
	text-align:center;
}

