/* Pollsinello Fuels - CSS Document */

body {
	background:#e7e7d8 url(../images/bg.jpg) repeat-x;
	margin:0;
}

/**** HEADINGS ****/

h1 {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#0b3562;
	line-height:1.5em;
	margin:0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0b3562;
	line-height:1.2em;
	margin:0;
}
h3 {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#121111;
	line-height:1.5em;
	margin:0;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3a3a3a;
	line-height:1.5em;
	margin:0;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#07294e;
	line-height:1.2em;
	margin:0;
}

/**** CONTENT ****/

p,.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	color:#3a3a3a;
	line-height:1.3em;
	margin:0 0 1em 0;
}

.big-red {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#9a0e0d;
}

h5.contest {
	background:url(../images/icon-pencil-carrier.jpg) no-repeat;
	width:273px;
	height:58px;
	margin:10px 0;
	padding:0;
	text-indent:-999em;
}
h5.plans {
	background:url(../images/icon-letter.jpg) no-repeat;
	width:250px;
	height:45px;
	margin:10px 0;
	padding:0;
	text-indent:-999em;
}

a.getStarted {
	background:url(../images/btn-get-started.jpg) no-repeat;
	width:100px;
	height:34px;
	margin:0;
	padding:0;
	display:block;
}

/**** BODY STRUCTURE ****/

.container {
	width:970px;
	margin:0 auto;
	padding:0;
}

.header {
	background:url(../images/headerBg.png) no-repeat;
	width:970px;
	height:168px;
	margin:0;
	padding:0;
}

	/*** HEADER AREA ***/

		a.logo {
			background:url(../images/logo.png) no-repeat;
			width:486px;
			height:124px;
			margin:0;
			padding:0;
			display:block;
			cursor:pointer;
			float:left;
			text-indent:-999em;
		}
		
		.navbar {
			background:url(../images/navBar.png) no-repeat;
			width:970px;
			height:44px;
			margin:0;
			padding:0;
			float:left;
			clear:left;
		}
	
	/*** RIGHT SIDE ***/
	.headerRight {
		float:right;
		margin:48px 0 0 0;
		padding:0;
		width:230px;
	}
		.search {
			width:230px;
			height:30px;
			margin:0;
			padding:0;
			float:right;
			clear:right;
		}

	/*** END HEADER AREA ***/
	
.bodyArea {
	background:url(../images/bodyBg.png) repeat-y;
	width:970px;
	margin:0;
	padding:0;
	clear:both;
}

div.clear {
	clear:both;
	margin:0;
	padding:0;
}

/*** BANNER ***/

	/*** BUTTON 1 ***/
	a.btn-1 {
		background:url(../images/redBar-1.jpg) no-repeat;
		width:238px;
		height:259px;
		margin:0;
		padding:0;
		float:left;
		display:block;
		text-indent:-999em;
		cursor:pointer;
	}
	a.btn-1:hover {
		background:url(../images/redBar-1-over.jpg) no-repeat;
	}
	
	/*** BUTTON 2 ***/
	a.btn-2 {
		background:url(../images/redBar-2.jpg) no-repeat;
		width:238px;
		height:259px;
		margin:0;
		padding:0;
		float:left;
		display:block;
		text-indent:-999em;
		cursor:pointer;
	}
	a.btn-2:hover {
		background:url(../images/redBar-2-over.jpg) no-repeat;
	}
	
	/*** BUTTON 3 ***/
	a.btn-3 {
		background:url(../images/redBar-3.jpg) no-repeat;
		width:237px;
		height:259px;
		margin:0;
		padding:0;
		float:left;
		display:block;
		text-indent:-999em;
		cursor:pointer;
	}
	a.btn-3:hover {
		background:url(../images/redBar-3-over.jpg) no-repeat;
	}
	
	/*** BUTTON 4 ***/
	a.btn-4 {
		background:url(../images/redBar-4.jpg) no-repeat;
		width:238px;
		height:259px;
		margin:0;
		padding:0;
		float:left;
		display:block;
		text-indent:-999em;
		cursor:pointer;
	}
	a.btn-4:hover {
		background:url(../images/redBar-4-over.jpg) no-repeat;
	}
	/*** BODY AREA ***/
	.banner {
		height:259px;
		width:951px;
		margin:0 0 0 10px;
	}
	.pageContent {
		padding:0 20px 1px 20px;
	}
	
	.leftCol {
		width:300px;
		margin:0;
		padding:5px 5px 5px 0;
		float:left;
	}
	
	.midCol {
		background:url(../images/middle-bg.jpg) repeat-y;
		width:295px;
		margin:0;
		padding:5px 10px 10px 5px;
		float:left;
	}
	
	.rightCol {
		width:300px;
		margin:0;
		padding:5px 0 5px 8px;
		float:left;
	}
	
	/*** END BODY AREA ***/
	
.footer {
	background:url(../images/footerBg.png) no-repeat top left;
	padding:10px 20px;
	width:930px;
	height:62px;
	margin:0 auto;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#07294e;
	line-height:1.5em;
}

.footerLeft {
	float:left;
	width:500px;
}

.footerRight {
	float:right;
	text-align:right;
	width:350px;
}

.footer a {
	color:#07294e;
	text-decoration:none;
}

.footer a:visited {
	color:#07294e;
	text-decoration:none;
}
.footer a:hover {
	color:#9A0E0D;
	text-decoration:none;
}
.footer a:active {
	color:#9A0E0D;
	text-decoration:none;
}

/**** LINKS / LIST ITEMS ****/

a {
	color:#aa1e1d;
	text-decoration:none;
}
a:visited {
	color:#aa1e1d;
	text-decoration:none;
}
a:hover {
	color:#aa1e1d;
	text-decoration:underline;
}
a:active {
	color:#aa1e1d;
	text-decoration:none;
}

ul {
	margin:10px;
	padding:5px;
}

ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3a3a3a;
	line-height:1.5em;
}

/*** FORMS ***/

a.search {
background:url(../images/btn-search.jpg) no-repeat;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:27px;
margin:8px 0 0;
text-align:center;
width:59px;
}


.form {
	border:1px solid #DDDDDD;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	height:18px;
	margin:0 5px 0 0;
	padding:3px;
}

.menu {
	border:1px solid #DDDDDD;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:8px 5px 0 0;
	padding:3px;
}

a.blackBtn {
background:url(../images/btn-search.jpg);
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:25px;
margin:0;
text-indent:-999em;
width:55px;
}