/*-----------------------------------------------------------------------------

version:   1.0
date:	   24/107/08
author:    chris finney
email:     chris@1choice.co.uk
website:   http://www.1choice.co.uk/
-----------------------------------------------------------------------------*/

/* =General Set Up
-----------------------------------------------------------------------------*/

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
}


p { text-align: left;
}	

form { display:inline;
}

.clear {
  clear: both;
}


/* Remove border around linked images */

img {
	border: 0;
}


/* =Page Position
-----------------------------------------------------------------------------*/

/* Center design with body id="wrapper" */

#mainWrapper {
	width: 90%;
	text-align: left;
	position: relative;
}


/* =Masthead
-----------------------------------------------------------------------------*/

#Masthead {
	width: 950px;
	text-align: left;
	display: inline;
	float: left;
	height: 164px;
	background-image: url(../image_01/spacer.gif);
	background-repeat: repeat-x;
	background-position: top;
}



#Logo {
	display: inline;
	float: left;
	margin-left: 17px;
	margin-top: 20px;
}

#TopNav {
	display: none;
}


/* =MainSection
-----------------------------------------------------------------------------*/

#MainSection {
	width: 90%;
	min-height: 511px;
	display: inline;
	float: left;
	padding-bottom: 20px;
	background-image: url(../image_01/spacer.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}




/* =Left Section
-----------------------------------------------------------------------------*/

#MainLeftSection {
	display: none;
}




/* =Right Section
-----------------------------------------------------------------------------*/

#MainRightSection {
	width: 100%;
	display: inline;
	position: absolute;
	top: 170px;
	left: 20px;
}

.MainRightSection H1 {
	font-size: 26px;
	margin: 0px;
	color: #000000;
}

#TextBox {
	width: 90%;
	display: inline;
	float: left;
}

/* =Footer
-----------------------------------------------------------------------------*/

#Footer {
	width: 90%;
	display: inline;
	float: left;
	background-color: #FFFFFF;
	font-size: 12px;
	height: 28px;
}

#Copyright{
	color: #000000;
	height: 32px;
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

#Copyright a{
	color: #000000;
}


/* =FunkyTableWide
-----------------------------------------------------------------------------*/

.FunkyTableWrap {
	width: 860px;
}

.FunkyTable {
	width: 860px;
	font-size: 16px;
}

.FunkyTableTL {
	width: 860px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.FunkyTableBL {
	width: 860px;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 24px;
	padding-left: 0px;
	margin: 0px;
}

.FunkyTableBR {
	background-color: #FFFFFF;
	background-image: url(../image_01/spacer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 34px;
}


/* =FunkyTableNarrow
-----------------------------------------------------------------------------*/

.NarrowFunkyTableWrap {
	width: 860px;
}

.NarrowFunkyTable {
	width: 860px;
}

.NarrowFunkyTableTL {
	width: 860px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.NarrowFunkyTableBL {
	width: 860px;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 24px;
	padding-left: 0px;
	margin: 0px;
}

.NarrowFunkyTableBR {
	background-color: #FFFFFF;
	background-image: url(../image_01/spacer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 34px;
}

/* =Other
-----------------------------------------------------------------------------*/

.FunkyCorner {
	display: none;
	background-image: url(../image_01/spacer.gif);
}

.FunkyShadow {
	display: none;
	background-image: url(../image_01/spacer.gif);
}

.FunkyShadowNarrow {
	display: none;
	background-image: url(../image_01/spacer.gif);
}

.NavigatorTable {
	display: none;
}

.NavigatorTableShadow {
	display: none;
}