@import url("reset.css");
body {
	text-align: center;
	background: #081C36;
	font-family: "Century Gothic", "Trebuchet MS", "Times New Roman", Times, serif;
}

#container {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: #000;
	background: #FFF;
}

h1 {
	text-indent: -99999px;
	background: url(../images/feed-in-tariff.jpg) no-repeat top left;
	height: 255px;
}

h2 {
	height: 112px;
	text-indent: -99999px;
	background: url(../images/generate-your-own-electricity.jpg) no-repeat top left;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
#navigation {
	height: 30px;
	background: #000;
}
#navigation li {
	float: left;
}
#navigation a {
	display: block;
	margin-left: 50px;
	text-align: center;
	color: #FFF;
	padding-top: 6px;
	text-decoration: none;
	font-weight: bold;
}
#content {
	width: 650px;
	margin-right: 50px;
	float: right;
	margin-top: 30px;
	line-height: 1.6em;
}
p {
	margin-bottom: 20px;
}
.clearfix {
	clear: both;
}
strong {
	font-weight: bold;
}
#sidebar {
	margin: 20px;
	width: 250px;
}
h4 {
	background: url("../images/phone.jpg") no-repeat top left;
	padding-left: 100px;
	font-size: 18px;
	height: 98px;
	font-weight: bold;
	line-height: 1.6em;	
}
#request {
	padding: 5px;
	background: #FFC;
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-top: 30px;
}
#request h3 {
	font-size: 15px;
}
#request p {
	margin-bottom: 5px;
}
label {
	font-weight: bold;
	display: block;
}
.inputtext {
	width: 225px;
	font-size: 14px;
}
.calltoaction {
	font-weight: bold;
	font-size: 14px;
}
h5 {
	font-size: 35px !important;
	font-weight: bold;
	text-align: center;
}
#footer {
	background: #000;
	color: #FFF;
	padding: 5px;
	text-align: center;
}
.error {
	font-size: 12px;
	color: #C30;
}
small {
	font-size: 11px;
}
.floatright {
	margin-left: 20px;
	float: right;
}
#footer a {
	color: #FFF;
}
