body {
	background-color: #333333;
}

/*Footer Links*/
/* The dashes in between the links */
.Links {
	font-family: sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
/* The actual links */
.Links a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* The actual links when selected */
.Links a:hover {
	color: #333333;
}
/* The 2008 part text style */
.Copyright {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* Company Box Styles */
.CompanyBoxTitle {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.TelephoneNumber {
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.EmailUsNowLink a {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.EmailUsNowLink a:hover {
	color: #F8931E;
}

/* Menu Button Links */
/* Menu Links Button unselected style*/
.Button a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

/* ####################################################################### */
/* Menu Links Button selected colours*/
/* SET BOTH TO THE SAME VALUE*/
.Button a:hover, .selected {
	color: #EF7D19;
}
/* SET BOTH TO THE SAME VALUE*/
#buttonBOOK:hover {
	color:#EF7D19;
}
/* ####################################################################### */

/*Loading Background Colours*/
/* ####################################################################### */
/* The main content background colour. Set to the last gradient pixel*/
#ContentMainText {
	background-color: #FFFFFF;
}
/* The company information background colour. Set to the last gradient pixel*/
#CompanyInformationText {
	background-color: #FFFFFF;
}
/* The footer background colour. Set to the last gradient pixel*/
#FooterMain #FooterMainText {
	background-color: #965922;
}
/* The button background colour. Set to the overall button colour*/
.Button {
	background-color: #CE7325;
	cursor:hand;
}
/* ####################################################################### */

/* Border Colours: Set to the overall border colour- probably all the same! */
/* ####################################################################### */
/* Loading Content area Border*/
#ContentMainBody {
	background-color: #333333;
}
/* Loading button Menu Border*/
#LeftMenu {
	background-color: #333333;
}
/* Loading Flash Border*/
#ContentFlashMain {
	background-color: #333333;
}
#FooterMain {
	background-color: #333333;
}
/* ####################################################################### */

/* Font Colours */
/* Overall website normal text colour */
#ContentMainText {
	color:#000000;
}
/* Overall website Links colour */
#ContentMainText a{
	color:#3D1E01;
}
/* Overall website Links on hover colour */
#ContentMainText a:hover{
	color:#666666;
}
/* Overall website Heading 1 colour - biggest header */
#ContentMainText h1 {
	color: #000000;
}
/* Overall website Heading 2 colour */
#ContentMainText h2 {
	color:#000000;
}
/* Overall website Heading 3 colour */
#ContentMainText h3 {
	color:#000000;
}
/* Overall website Heading 4 colour */
#ContentMainText h4 {
	color:#000000;
}
/* Overall website Heading 5 colour */
#ContentMainText h5 {
	color:#000000;
}
/* Overall website Heading 6 colour */
#ContentMainText h6 {
	color:#000000;
}
/* Style of the button text - unselected */
#LeftMenu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Style of the button text - selected */
#LeftMenu a:hover {
	color: #EF7D19;
}
/* Telephone header e.g. Telephone/freephone/fax*/
.TelephoneNumber p {
	font-weight:bold;
	color: #000000;
	font-size: 16px;
	margin-top:0px;
	margin-bottom:5px;
}
/* color of the actual telephone number e.g. 0123456789*/
.ColorNumber {
	color:#000000;
}
/* Tooze IT deisgned by in footer style*/
#designedby {
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
/* Tooze IT deisgned by in footer LINKS */
#designedby a {
	color: #000000;
	font-weight: bold;
}
/* Tooze IT deisgned by in footer hover */
#designedby a:hover {
	color: #999999;
}