/* Contents 

html tags
basic classes
easy clearing
layout
	vote no banner
heading
topnav
content
	main content
		formstack styling
	relinfo
register now
footer
*/

/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; text-align: left; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* html tags */
body {
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	font-size: 76%;
	color: #363636;
	background: #E8E7EE url(../i/bg.png) no-repeat top center scroll;
}
h1,h2,h3,h4,h5,h6 { margin: 0 0 0.5em 0; font-weight: bold; }
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, pre {
	margin: 0 0 1em 0;
	line-height: 1.4em;
}
pre {
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	margin: 1em;
	padding: 1em;
	background: #f6f6f6;
}
a:link {
	color: #FBA81B;
	text-decoration: none;
}
a:visited {
	color: #FBA81B;
	text-decoration: none; 
}
a:hover { 
	color: #06c;
	text-decoration: none;
}
a:active {
	color: #FBA81B;
	text-decoration: none;
}
ul, ol {
	margin: 0 0 0 20px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: 1.4em;
}
form { margin: 0; padding: 0; }
strong { font-weight: bold; }
img, a img { border: none; }
a:link img, a:visited img, a:hover img, a:active img { border-bottom: none; }
table, tr, th, td { margin: 0; padding: 0; border: none; font-size: 1em; }
table { border: 1px solid #ccc; }
th { font-size: 1.1em; }
th, td { padding: 0.2em; border: 1px solid #ccc; text-align: center; }
acronym, abbr { border-bottom: 1px dotted #333; }
sup { line-height: 0; } /* hacked in ie6 */
/* basic classes */
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left { float: left; }
.right { float: right; }
.imgleft {
	float: left;
	padding: 0 20px 20px 0;
}
.imgright {
	float: right;
	padding: 0 0 20px 20px;
}
.imgcentre {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
#container #content .push0, .push0 { margin-bottom: 0; }
#container #content .push1, .push1 { margin-bottom: 1em; }
#container #content .push2, .push2 { margin-bottom: 2em; }
#container #content .push3, .push3 { margin-bottom: 3em; }
#container #content .top0 , .top0 { margin-top: 0; }
#container #content .top1 , .top1 { margin-top: 1em; }
#container #content .top2 , .top2 { margin-top: 2em; }
#container #content .top3 , .top3 { margin-top: 3em; }
.skip {
	position: absolute;
	left: -1000px;
	width: 990px;
	height: 20px;
	margin-bottom: -20px;
}
/* easy clearing */
/* float clearing for IE6 */
* html #vote div.fsIM, 
* html #content, 
* html #footer-inner, 
* html #sponsors ul, 
* html .clearfix
{
 height: 1%;
 overflow: visible;
}
/* float clearing for IE7 */
*+html #vote div.fsIM, 
*+html #content, 
*+html #footer-inner, 
*+html #sponsors ul, 
*+html .clearfix
{
 min-height: 1%;
}
/* float clearing for everyone else */
#vote div.fsIM:after, 
#content:after, 
#footer-inner:after, 
#sponsors ul:after, 
.clearfix:after
{
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
/* Float Clearing - End */

/* layout */
#container-outer {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
#container {
	background: #FFFFFF;
}
#header {
	width: 920px;
	height: 548px;
	position: relative;
}
#heading {
	width: 950px;
	height: 175px;
	position: absolute;
	top: 0;
	left: 0;
}
#nav1, #nav2 {
	width: 920px;
	height: 41px;
	position: absolute;
	top: 175px;
	left: 0;
	background: #000;
}
#nav2 { top: 507px; }
#banner {
	width: 920px;
	height: 291px;
	position: absolute;
	top: 216px;
	left: 0;
}
#content {
	/* easy cleared */
	padding: 20px 25px;
	background: transparent url(../i/bg-content.png) no-repeat 556px 0 scroll;
}
#content.wide { background-position: 866px 0; }
#maincontent {
	float: left;
	width: 550px;
}
.wide #maincontent { width: 850px; }
#relinfo {
	float: right;
	width: 250px;
}
#footer {
	background: #000;
	color: #FFF;
}
#registernow {
	width: 920px;
	height: 81px;
}
#footer-inner {
	/* easycleared */
}
/* 	vote no banner */
#vote #header { height: 257px; }
#vote #nav2 { top: 216px; }
#vote #banner { display: none; }

/* heading */
#heading h1 {
	width: 920px;
	height: 175px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../i/heading.png) no-repeat top left scroll;
}
#heading h1 a { width: 275px; height: 175px; display: block; }

#heading h2 {
	width: 257px;
	height: 85px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 690px;
	background: transparent url(../i/heading-nominations.png) no-repeat top left scroll;
}
#heading h2 a { width: 257px; height: 85px; display: block; }

/* topnav */
ul.topnav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.topnav li {
	display: inline;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
ul.topnav li a {
	display: inline-block;
	width: auto;
	height: 41px;
	margin: 0;
	padding: 0 25px;
}
ul.topnav li a:link, 
ul.topnav li a:visited { color: #FBA81B; }
ul.topnav li.selected {
	
}
ul.topnav li a:hover, 
ul.topnav li a:active, 
ul.topnav li.selected a:link, ul.topnav li.selected a:visited {
	color: #000;
	background: transparent url(../i/bg-nav-sel.png) repeat-x top left scroll;
}

/* content */
/* 	maincontent */
#maincontent ul { margin-bottom: 1em; }
#content p, #content li {
	font-size: 1.083em;	
}
#content strong {
	font-size: 1.076em;	
}
#content h2 {
	font-weight: normal;
	font-size: 2.33em;
	line-height: 1.14em;
	color: #FBA81B;
}
#content h4 {
	font-weight: bold;
	font-size: 1.083em;
	color: #FBA81B;
}
#venue {
	width: 100%;
	border: none;
}
#venue td, #venue th {
	padding: 3px;
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	border: none;
}
#venue th {
	background-color: rgb(250,162,32);
	color: #fff;
}
#venue td {
	border-bottom: 1px solid rgb(190,190,190);
}
/*		formstack styling */
/*  from formstack - http://support.formstack.com/index.php?pg=kb.page&id=67 */
	/* remove nearly all margins / padding */
	.fsForm .fsTable { margin: 0 auto; padding: 0; }
	.fsForm .fsCell {padding:2px;}
	.fsSectionRow + .fsFieldRow .fsCell {padding-top:0;}
	.fsFieldRow td { padding-bottom:0px; }
	.fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose { display: none; }
	.fsSectionRow td.fsRowBody { padding:0; }
	/* reduce space at top and bottom of the form */
	.fsForm .fsSectionHeading { line-height: 5px; }
	.fsForm .fsTable { margin: 0 auto; padding: 0 }
	.fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose { display: none; }
	.fsSpacerRow{display:none;}
	.fsPagination {margin-top:0;}
/* my styling */
#vote #content .fsForm {
	font: 1em/1.4 Georgia, Cambria, Times, "Times New Roman", serif;
}
#vote .fsTable, 
#vote .fsTable tbody, 
#vote .fsTable thead, 
#vote .fsTable td, 
#vote .fsTable th 
{
	border: none;
	text-align: left;
}
/* matrix */
#vote .fsForm .fsMatrix, #vote .fsForm .fsMatrix td, #vote .fsForm .fsMatrix th {
	text-align: center;
}
#vote .fsForm .fsMatrix td, #vote .fsForm .fsMatrix th {
	border-bottom: 1px solid #ccc;
}
#vote .fsForm .fsMatrix td.fsMatrixLabel {
	text-align: left;
	padding-left: 3px;
}
/* installers mate */
#vote div.fsIM {
	/* easycleared */
	margin: 0 0 20px 0;
}
#vote div.fsIM .fsRadio {
	float: left;
	width: 20px;
	margin: 15px 10px 0 0;
}
#vote div.fsIM .fsImg {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
}
#vote div.fsIM .fsText {
	float: left;
	width: 710px;
}
#vote div.fsIM .fsText label {
	display: block;
	font-size: 1.25em;
	padding: 0 0 10px 0;
	font-weight: bold;
}
#vote div.fsIM .fsText p {
	font-size: 1em;
}
/* 	relinfo */
#content h3 {
	font-weight: normal;
	font-size: 1.33em;
	line-height: 1.14em;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	color: #FBA81B;
	border-bottom: 1px solid #FBA81B;
}
#sponsors ul {
	/* easycleared */
	margin: 0 0 20px 0;
	padding: 0;
	width: 250px;
	list-style: none;
	background: transparent url(../i/sponsors.gif) repeat top left scroll;
}
#sponsors ul li {
	width: 120px;
	height: 77px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: -9999px;
}
#sponsors ul #blank { background: #fff; float: right; /* a blank one to cover the square if needed */ }
#sponsors ul li a {
	display: block;
	width: 120px;
	height: 77px;
}
#sponsors ul li img {
	display: block;
	margin: 2px auto;
}

/* right hand side */
#sponsors #sp-idealheating, 
#sponsors #sp-shellgas, 
#sponsors #sp-electricheatingcompany, 
#sponsors #sp-bes, 
#sponsors #sp-partscenter, 
#sponsors #sp-pts, 
#sponsors #sp-sentinel, 
#sponsors #sp-adey, 
#sponsors #sp-yell
{ float: right; }
/*
sp-megaflow
sp-idealheating
sp-polypipe
sp-shellgas
sp-spirotech
sp-electricheatingcompany
sp-anton
sp-bes
sp-plumbcenter
sp-partscenter
sp-kinetics
sp-pts
sp-corgiinsuranceservices
sp-sentinel
sp-screwfix
sp-adey
sp-remeha
sp-yell
*/
/* registernow */
#registernow h3 {
	width: 920px;
	height: 81px;
	margin: 0;
	padding: 0;
	background: transparent url(../i/registernow.png) no-repeat top left scroll;
}
#registernow h3 a {
	display: block;
	width: 340px;
	height: 81px;
	margin: 0 0 0 20px;
	text-indent: -9999px;
}
/* footer */
#footer h4 {
	font-weight: normal;
	font-size: 1.33em;
	line-height: 1.14em;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	color: #FBA81B;
	border-bottom: 1px solid #FBA81B;
}
#footer h5 {
	font-size: 1.25em;
	font-weight: normal;
	margin: 0 0 1.5em 0;
}
#footer p {
	font-size: 1.083em;
}
#footer ul {
	margin: 0;
	padding: 0;
	font-size: 1.167em;
	list-style: none;
}
div.footer-col {
	/* hacked in ie6 */
	width: 235px;
	float: left;
	padding: 30px 35px;
}
