/* CSS Document */

body{
background:url(images/fuel-tweet-bg.jpg) repeat-x #fff;

	margin:0;
	padding:0;
}

#container{
	background:url(images/bg.jpg) repeat-y top left #d9edf8;
	width:769px;
	padding: 0px 40px 10px 40px;
	margin:auto;
	margin-top: 10px;
	font:12px Arial, Helvetica, sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;

	

}

#logo {
	position: relative;
		margin:0 auto;
	background:url(images/fuel-tweet.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 89px;
	left: -250px;
}

.headline {
		font:28px Arial, Helvetica, sans-serif;
		font-style: oblique;
		font-weight: bold;
		color: #1b5ea7;
		margin-top: 15px;
		margin-left: 20px;
}



.headlineorange {
	color: #c18300;

}

.headlineorange a{
text-decoration: none;

}

#pump {
	position: relative;
	width: 125px;
	height: 124px;
		background:url(images/fuel-pump.gif);
		
			background-repeat: no-repeat;
	float: right;
	margin-top: -135px;
	margin-right: 20px;
}

#instructions {
	width: 850px;
	height: 243px;
	position: relative;
	background:url(images/instructions.png);
		background-repeat: no-repeat;
	margin-left: -40px;
	margin-top: -20px;

	
}

#instructions table {
	width: 95%;
	margin-left: 60px;
	font-size: 16px;
	padding-top: 78px;
	font:13px Arial, Helvetica, sans-serif;
}

#petrol {
	position: relative;
	width: 350px;
	height: 400px;
	float: left;
	margin-left: 20px;

}

#petrol p {
	font-size: 18px;
	margin-top: 0;
		height: 60px;
}

#petrol p.recent {
	font:24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1b5ea7;
	border-bottom: 5px solid #c18300;
	margin-top: 0;
	margin-bottom: 10px;
	height: 40px;
}


#petrol table{
	width: 100%;
color: #fff;
	font-size: 12px;
	
}

#petrol table td{
	padding: 8px 5px 8px 5px;
	border-bottom: 1px solid #fff;
	
}


#deisel {
	position: relative;
	width: 350px;
	height: 400px;
	float: right;
	left: -23px;

}

#deisel p {
	font-size: 18px;
	margin-top: 0;
	height: 60px;
}



#deisel p.recent {
	font:24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1b5ea7;
	border-bottom: 5px solid #c18300;
	margin-top: 0;
	margin-bottom: 10px;
	height: 40px;


}


#deisel table{
	width: 100%;
color: #fff;
	font-size: 12px;
	
}

#deisel table td{
	padding: 8px 5px 8px 5px;
	border-bottom: 1px solid #fff;
	
}

.top-table {
	background-color: #c18300;
	
}

.second-table {
	background-color: #007ec1;
}

.third-table {
	background-color: #3ba7e1
}

#google-ad {
	padding-left: 20px;
		
}

#credit {
	margin-left: 200px;
	font-size: 12px;
	display: inline;
}

#credit a{
	text-decoration: none;
}