@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
}

.MainPage {
	background-color:#EEEEEE;
	text-align:center;
	color: #666666;
}

.MainPage #container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	height: auto;
} 
.MainPage #header {
	height: 117px;
	width: 990px;
	background-color: #000000;
	padding: 0px;
	text-align: right;
}
.MainPage #Content  {
	height: auto;
	width: 490px;
	background-color: #ffffff;
	color: #333333;
	padding-left: 250px;
	float:left;
}
.ListItem  {
	padding: 10px 5px 5px 5px;
	height: 140px;
	width: 470px;
	margin: 1px 10px 1px 10px;
	background-color: #ffffff;
	border-top: thin solid #EEEEEE;

}

.ItemTitle {
	
	font-size: 17px;
	color: #BF0000;
	text-decoration: none;
	height: 20px;
}
.ItemTitle a{
	
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ItemTitle:hover{
	color: #666666;
	text-decoration: none;
}
.ItemTitle a:hover{
	color: #666666;
	text-decoration: none;
}
.MainPage #ListPrice {
	float: right;
	height: 140px;
	width: 100px;
	text-align: right;
	vertical-align: bottom;
}

.MainPage #ukmap {
	height: 500px;
	width: 950px;
	margin-left:20px;
	border: thin solid #CCCCCC;
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.MainPage #ListAvail {
	height: 25px;
	
	font-size: 12px;
	color: #333333;
}
.MainPage #ListDesc {
	font-size: 12px;
	color: #333333;
	height: 85px;
}
.MainPage #ListGlobe {
	height: 95px;
	width: 100px;
	float:right;
}
.MainPage #WasPrice {
	
	font-size: 12px;
	color: #333333;
	text-decoration: line-through;
}

.MainPage #RightColumn {
	width: 240px;
	float: right;
	color: #666666;
	font-size:18px;
	margin-top: 10px;
	text-align:center;
}


.MainPage #CentreColumn {
	width: 380px;
	
	font-size: 11px;
	color: #666666;
	text-align:left;
	float: left;
	margin: 7px;
}

.MainPage #CentreColumn a{

	text-decoration:none;
	color:#333333;
}

.MainPage #CentreColumn a:hover {

	text-decoration:underline;
	color:#BF0000;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Stuff for calendar */

table#calendartable {
	background-color: white;
}

table#calendartable .heading {
	font-weight: bold;
	color: #555555;
	font-size: 10px;
}

table#calendartable td.dayhead {
        background-color: #eeeeee;
        text-align: center;
		font-weight:bold;
		color: #555555;
		font-size: 12px;
}

table#calendartable td.days {
        background-color: #FFFFFF;
        text-align: right;
        width: 14%;
		font-size: 14px;
}
table#calendartable td.eventdays {
        background-color: #CCCCCC;
        text-align: right;
        width: 14%;
		font-size: 16px;
}

table#calendartable td.eventdays a {
		color:#FFFFFF;
		text-decoration:none;
}
table#calendartable td.eventdays a:hover {
		text-decoration:underline;
}
.footer {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	color: #666666;
}	



.ListImage {
	height: 140px;
	width: 140px;
	float: left;
	background-color: #FFFFFF;
}


.ListPrice {
	float: right;
	height: 140px;
	width: 60px;
	text-align: right;
	vertical-align: bottom;
}
.ListSpec {
	height: 140px;
	width: 225px;
	float: left;
	padding-left: 5px;
}
.ukmap {
	height: 500px;
	width: 790px;
	border: thin solid #CCCCCC;
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ListAvail {
	height: 25px;
	
	font-size: 12px;
	color: #333333;
}
.ListDesc {
	
	font-size: 12px;
	color: #333333;
	height: 85px;
}
.ListGlobe {
	height: 95px;
	width: 100px;
	float:right;
}
.WasPrice {
	
	font-size: 12px;
	color: #333333;
	text-decoration: line-through;
}

.FooterText {
	
	font-size: 9px;
	color: #666666;
	text-align:left;
	}

.FooterText a{
	
	font-size: 9px;
	color: #666666;
	text-align:left;
	text-decoration:none;
	}


.FooterText a:hover{
	
	font-size: 9px;
	color: #BF0000;
	text-decoration:underline;
	}

