/* ------------------------------------------------- */
/* ---- RELIANT POWERZONE POWERPICS PAGE STYLING ---- */
/* ------------------------------------------------- */

/* Author: Carlos Porto */

/* CONTAINERS
------------------------------ */

#main {
	font-size: 0.75em;
	padding: 144px 0 0 28px;
	overflow: hidden;
}

#main p {
	margin: 0 0 8px;
}

#main .column {
	width: 330px;
}

#retrieve {
	padding-right: 35px;
	border-right: dotted 1px #000;
}

#main #registered {
	padding-left: 35px;
	width: 350px;
}

/* INNER NAV
------------------------------ */
#innernav {
	display: inline;
	float: left;
	width: 214px;
	font-size: 0.6875em; /* 16x0.6875=11 */
	line-height: 2.7272; /* 11x2.7272=30 */
	margin: 175px 0 0 40px;
}

	#innernav a {
		color: #004276;
		text-decoration: none;
	}

	#innernav h2, #innernav h2 a {
		width: 127px;
		height: 17px;
	}

		#innernav h2 span {
			background-image: url(../img/innernav_rpz.png);
		}

	#innernav ul {
		border-top: 1px solid #666;
	}

	#innernav li {
		border-bottom: 1px dotted #666;
	}

	#powersweeps #linkPowersweeps a,
	#kickoff #linkKickoff a,
	#electricDash #linkElectricDash a,
	#scholorships #linkScholorships a,
	#powerPics #linkPowerPics a,
	#coolSavings #linkSavings a {
		color: #d7000f;
		font-weight: bold;
	}

/* Power Pics
------------------------------------------------ */
#powerPics #wrap {
	background: transparent url(../img/bg_banner_powerpics.jpg) no-repeat center 80px;
}

#powerPics h1 {
	font-size: 3.4em;
	color: #003366;
	padding: 19px 0 30px;
	text-transform: uppercase;
}

#powerPics h1 span {
	color: #808080;
	font-size: 0.5em;
}

#powerPics h2 {
	font-size: 1.5em;
	color: #003366;
	margin-bottom: 15px;
}

#powerPics h3 {
	color: #003366;
	margin-bottom: 5px;
}

#tipsTricks li {
	padding: 2px 8px;
	background: url(../img/blt_red_arrow.png) no-repeat 0 center;
}
#tipsTricks li a {
	text-decoration: none;
}

.ad {
	float: left;
	padding: 20px 0;
}

#footer {
	margin:10px 35px 0 283px;
}

#footer ul {
	display: block;
	width: 100%;
}

#footer ul#features {
	margin-bottom: 15px;
}

/* Forms
------------------------------------------------ */
#powerPics fieldset {
	padding: 10px 0 40px;
}

#powerPics fieldset .error {
	position: relative;
	top: -12px;
	margin: 0 0 0 135px; 
	clear: both;
}

#powerPics fieldset label {
	font-weight: bold;
	color: #003366;
	font-size: 1em;
	display: block;
}

#powerPics fieldset input {
	width: 211px;
	margin-right: 10px;
}