/*--------------------HTML TAGS---------------------------*/
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}
/*--------------------LAYOUT TAGS-------------------------*/
#container {
	width: 100%;
	border-top: solid 5px #000000;
	min-width:910px;
}
/*--------------------HEADER------------------------------*/
#header {
	background: url(../images/logo.gif) no-repeat left top;
	border-top: solid 7px #F09101;
	height: 125px;
}
#Loader {
    padding: 10px;
    text-align: center;
}
#telephone {
	padding: 70px 10px 0px 0px;
	position: absolute;
	top: 5px;
	right: 0px;
	width:400px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
}
#telephone a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#telephone a:hover {
	color: #F09101;
}
#history {
    padding: 100px 0px 0px 175px;
    font: bold 11px Arial, Helvetica, sans-serif;
    display: none;
}
#loading {
    padding: 100px 0px 0px 175px;
    font: bold 11px Arial, Helvetica, sans-serif;
}
#history a:hover
{
    color: #F09101;
}
/*--------------------CONTENT-----------------------------*/
#content {
}
/*--------------------COL1--------------------------------*/
#col1 {
	padding: 0px 362px 0px 0px;
}
/*--------------------NAV---------------------------------*/
#nav {
	float: left;
	height: 368px;
	width: 161px;
	background: #000000;
	border-right: solid 5px White;
	position: relative;
}
#nav span {
    position: absolute;
	bottom: 0px;
	left: 0px;
}
#mainNav {
	border-bottom: solid 2px White;
}
#search 
{
    position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 0px 10px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: White;
}
#search input {
	width: 120px;
}
/*--------------------MAIN CONTENT--------------------------*/
#mainContent {
	padding: 0px 0px 0px 171px;
	background: #F09101;
	height:368px;
}
#scrollbox {
	height:358px;
	padding: 10px 40px 0px 0px;
	overflow: auto;
}
#colourChart 
{
    height: 358px;
    width: 65px;
    padding: 10px 0px 0px 0px;
    float: right;
}
/*--------------------NEWS---------------------------------*/
#news {
	clear: left;
	height: 70px;
	background: #CCCCCC;
	padding: 7px;
	border-top: solid 5px White;
	font: 12px Arial, Helvetica, sans-serif;
}
#newsImage {
	float: right;
	width: 92px;
	border: solid 5px White;
}
#newsContent {
	padding: 0px 92px 0px 0px;
	height: 30px;
	overflow: auto;
}
#newsContent a {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #000;
	text-decoration: none;
}
#news span, #news a {
	font: bold 12px Arial, Helvetica, sans-serif;
	/*color: #F09101;*/
	color: #000;
	text-decoration: none;
	padding: 5px 10px 0px 0px;
}
#newsPagination {
    height: 10px;
}
/*--------------------CONTACT------------------------------*/
#postcardDiv textarea {
    width: 90%;
    height: 100px;
    background: White url('../images/logocontact.gif') no-repeat right bottom;
    overflow: hidden;
    border: none;
    padding: 10px;
}
#postcardDiv input 
{
    display: block;
    background: #000000;
    float: left;
    width: 80px;
    height: 25px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
.contactWaterMark 
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #999999;
}
/*--------------------COL2---------------------------------*/
#col2 {
	float: right;
	height: 457px;
	width: 362px;
	background: #F09101;
	border-left: solid 5px White;
}

#seasonalImage {
    position:absolute;
    float:right;
    top:360px;
    right:60px;
    height:200px;
    z-index:2;
}
/*--------------------FOOTER------------------------------*/
#footer {
    height: 35px;
}

#logos {
    float: right;
    width: 310px;
}
#address {
    font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
    padding: 20px 330px 20px 20px; 
}
/*--------------------CLASSES-------------------------*/
/*---------------NAVIGATION BAR CLASSES--------------------*/
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 3px 0px 3px 8px;
	color: #FFFFFF;
	border-top: solid 2px White;
	text-decoration: none;
}
.navlink:hover {
	color: #F09101;
}
.navlinksub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 6px 0px 6px 8px;
	color: #FFFFFF;
	text-decoration: none;
}
.navlinksub:hover {
	color: #F09101;
}
.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	padding: 3px 0px 3px 14px;
	font-weight: bold;
	color: #F09101;
	text-decoration: none;
}
.homelink:hover {
	color: #FFFFFF;
}
/*------------------HISTORY CLASSES------------------------*/
.historyMain {
    text-decoration: none;
    color: Black;
}
.historySub {
    text-decoration: none;
    color: White;
}
/*------------------GENERAL CLASSES------------------------*/
.headertext { /* in main content */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.generallink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.generallink:hover {
	color: #FFFFFF;
}
.gosearch {
    background: black;
    color: White;
    padding: 2px;
    border: 1px solid white;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.gosearch:hover {
    background: white;
    color: Black;
    border: 1px solid #F09101;
}
/*--------------------OVER & OUT----------------------------*/