/* ---- General ---- */
body {
	margin: 0;
	padding: 0;
}
body, div {
	font: normal 11px/14px Helvetica,Arial,sans-serif;;
	word-wrap: break-word;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #2640AA;
	text-decoration: none;
}
ul {
	margin: 0;
}
li {
	margin: 0;
}
.error {
	color: #CC0000;
}

/* ---- Layout ---- */
#header, #menu, #sidebar, #pageImgs, #pageNums {
	display: none;
}
#content {
	margin: 7px auto 7px auto;
	height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}
#main {
	float: left;
	clear: left;
	margin: 0;
	margin-bottom: 5px;
}
#footer {
	margin-bottom: 5px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}

#main .item1, #main .item2 {
	margin-bottom: 20px;
}

/* ---- Main Spacific ---- */
#main .main_header {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#main .main {
	height: 65px;
	clear: both;
	display: block;
}
#main .main_news {
	clear: both;
	display: inline;
}
#main .main_headerLeft {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	float: left;
	width: 50%;
}
#main .main_headerRight {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	float: right;
	width: 49.9%;
	text-align: right;
	font-style: italic;
}
#main div.tabs {
	background-color: #232222;
	font-size: 0;
	border: 0;
	height: 19px;
	line-height: 19px;
}
#main div.hr {
	font-size: 0;
	border: 0;
	height: 3px;
	line-height: 3px;
	background-image: url('http://www.frd.co.uk/images/layout/line_background.png');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;
	margin: 0;
	display: block;
}

/* ---- FAQ Spacific ---- */
.faq_question {
	margin: 0px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
}
.faq_question a {
	color: #000000;
}
.faq_answer {
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 30px;
}

/* ---- Poll Spacific ---- */
.poll_votes {
	padding: 0;
	height: 15px;
	background: #204086 url('http://www.frd.co.uk/images/layout/menu_background.png');
}
.poll_voteAnswer {
	clear: both;
	font-weight: bold;
}
.poll_voteSurround {
	padding: 0;
	height: 15px;
	background-color: #EEEEEE;
	float: left;
	clear: left;
	background: url('http://www.frd.co.uk/images/layout/pollSurround.gif') repeat-x right center;
}
.poll_voteBottom {
	padding: 0;
	padding-bottom: 10px;
	height: 16px;
	float: left;
	clear: both;
	background: url('http://www.frd.co.uk/images/layout/pollMeter.gif') no-repeat right center;
}
.poll_votePercent {
	clear: right;
	float: right;
	font-size: 20px;
	line-height: 20px;
	color: #5F5E5E;
}
.poll_voteWinner {
	clear: right;
	float: right;
	font-size: 20px;
	line-height: 20px;
	color: #183DA7;
}
.poll_bottom {
	text-align: right;
}
.poll_main {
	width: 100%;
}

/* ---- PollBit Spacific ---- */
.pollBit_votes {
	padding: 0;
	height: 7px;
	line-height: 7px;
	font-size: 0;
	background: #204086 url('http://www.frd.co.uk/images/layout/menu_background.png');
}
.pollBit_voteAnswer {
	clear: both;
	font-weight: bold;
}
.pollBit_voteSurround {
	padding: 0;
	height: 7px;
	background-color: #EEEEEE;
	float: left;
	clear: left;
	background: url('http://www.frd.co.uk/images/layout/pollBitSurround.gif') repeat-x right center;
}
.pollBit_votePercent {
	clear: right;
	float: right;
	font-size: 10px;
	line-height: 10px;
	color: #5F5E5E;
}
.pollBit_voteWinner {
	clear: right;
	float: right;
	font-size: 10px;
	line-height: 10px;
	color: #183DA7;
}
.pollBit_bottom {
	text-align: right;
}
.pollBit_main {
	width: 100%;
}

/* ---- Download Spacific ---- */
.download_item {
	clear: none;
	border: 1px solid black;
	height: 74px;
	width: 49%;
	float: left;
	margin: 1px;
}
.download_item img {
	border: 1px solid #000000;
	float: left;
	margin: 5px;
}