body {
	color:#666;
}

#site_title {
	position:absolute;
	top:-20px;
	left:-30px;
}

#rhn a,
#article_title,
#rhn h2,
#rhn h3,
#article_body h2, 
#article_body h3,
#article_body h4,
#article_body h5,
#article_body a {
	color:#007700;
	border-color:#007700;
}

#footer {
	background-color:#005500;
}

#rock_bottom {
	background-color:#229922;
}

/* Calculator */

#calculator {
	position:relative;
	margin:10px 0;
	padding:10px;
	background:#005500;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#article_body #calculator h2 {
	border-color:#fff;
	color:#fff;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:10px;
}

#calculator label, #calculator div.label {
	width:95%;
	height:30px;
	line-height:25px;
	position:relative;
	display:block;
	clear:both;
}

#calculator label.checks {
	text-align:right;
	text-indent:40px;
}

#calculator label.checks input {
	position:relative;
}

#calculator label input,
#calculator div.label input {
	position:absolute;
	right:0;
}

#calculator #calc_submit {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	border:1px solid #fff;
	background:#005500;
	color:#fff;
	font-size:0.9em;
	height:30px;
	line-height:25px;	
	display:block;
	width:155px;
	font-weight:bold;
	cursor:pointer;
}

#calculator #calc_submit:hover {
	background:#fff;
	color:#005500;
}

#calculator #calc_error {
	color:#fd8a00;
	font-weight:bold;
	margin:5px 0;
}

#calculator #savings {
	position:absolute;
	bottom:0px;
	left:10px;
}

#calculator #savings #percent,
#calculator #savings #pounds {
	color:#fd8a00;
	font-weight:bold;
	font-size:2.2em;	
}

.hp_promo {
	width:46%;
	margin:10px 1%;
	float:left;
}

.hp_promo h2 {
	margin-top:0px;
}