@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/unti5_bg.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #bookingcontainer {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/unti5_bookingbg.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	padding: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 258px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 157px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
#sidebar2 img {
	margin-top: 248px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 157px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
#sidebar3 img {
	margin-top: 148px;
}
.CENTRElist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	color: #333333;
	font-size: 95%;
	letter-spacing: 0.5px;
	padding-right: 5px;
}
.CENTRElist li {
	background-image: url(images/listimage_PURPLE.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 30px;
	background-position: 4px 7px;
	list-style-type: none;
}
.PRICElist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	color: #333333;
	font-size: 95%;
	letter-spacing: 0.5px;
	padding-right: 5px;
}
.PRICElist li {
	background-image: url(images/listimage_PURPLE.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 4px 1px;
	list-style-type: none;
}
.RIGHTlist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 4px;
	color: #000000;
	font-size: 90%;
	letter-spacing: 0.5px;
	padding-right: 5px;
}
.map {
	margin-left: 6px;
}
.RIGHTlist li {
	background-image: url(images/listimage_WHITE.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 4px 0px;
}
.thrColFixHdr #mainContent {
	margin-top: -8px;
	margin-right: 167px;
	margin-bottom: 0;
	margin-left: 266px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #bookingmainContent {
	margin-top: -8px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 266px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.sidebar1_text {
	font-size: 75%;
	color: #9095B7;
	padding-right: 6px;
	padding-left: 12px;
	line-height: 17px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}td img {display: block;}td img {display: block;}
h1 {
	font-size: 125%;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 25px;
}
h2 {
	font-size: 95%;
	color: #707CB8;
	font-weight: normal;
	padding-left: 6px;
}
.indent {
	padding-left: 25px;
}
h3 {
	font-size: 95%;
	color: #000000;
	font-weight: normal;
	padding-left: 25px;
}
h4 {
	font-size: 130%;
	color: #C2001F;
	font-weight: normal;
	padding-left: 6px;
}
a:link {
	text-decoration: none;
	color: #9095B7;
}
.sidebar1para {
	color: #9095B7;
	padding-right: 4px;
	padding-left: 6px;
	line-height: 22px;
}
a:visited {
	text-decoration: none;
	color: #9095B7;
}
a:hover {
	color: #FFFFFF;
	background-color: #9095B7;
	padding-left: 2px;
	margin-left: 2px;
}
a.email:hover {
	color: #FFFFFF;
	background-color: #9095B7;
	padding: 2px;
}
a:active {
	text-decoration: none;
	color: #9095B7;
}
.out_of_hours {
	color: #E6152F;
	font-size: 95%;
}
hr {
	color: #718EBC;
	height: 2px;
	width: 100%;
	background-color: #718EBC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h5 {
	color: #000000;
	font-size: 100%;
	font-weight: normal;
}
h6 {
	color: #C2001F;
	font-size: 90%;
	font-weight: normal;
	display: inline;
}
.out_of_hoursBIG {
	color: #C2001F;
	line-height: 22px;
	padding-right: 4px;
	padding-left: 6px;
}
#mainContent p {
	font-size: 90%;
	padding-left: 6px;
	padding-right: 5px;
}
table {
	border-collapse: collapse;
}
.PRICElistINDENT {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 25px;
	color: #333333;
	font-size: 95%;
	letter-spacing: 0.5px;
}
.priceVAT  {
	color: #9095B7;
	margin-left: 20px;
}
.PriceGREYindent {
	font-size: 90%;
	color: #666666;
	padding-left: 25px;
}
#sorry {
	color: #FF0000;
	font-size: 80%;
}
.error {
	color: #FF0000;
	font-size: 80%;
}
/* NEWS section */
.thrColFixHdr #sidebar1news {
	float: left; /* since this element is floated, a width must be given */
	width: 258px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	clear: left;
}
.thrColFixHdr #newscontainer {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/unti5_newsbg.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #headerNEWS {
	padding: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 258px;
	float: left;
} 
.thrColFixHdr #NewsColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 510px;
	padding: 0;
	margin: 0px;
}
.thrColFixHdr #NewsColumn img {
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #NewsContent {
	width: 490px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
.NEWSlist ul {
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.NEWSlist li {
	background-image: url(images/red_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 1em;
	background-position: 0px .5em;
	list-style-type: none;
	font-size: 90%;
	line-height: 20px;
}.NEWSlistblue ul {
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.NEWSlistblue li {
	background-image: url(images/blue_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 1em;
	background-position: 0px .5em;
	list-style-type: none;
	font-size: 90%;
	line-height: 20px;
}
#NewsContent p {
	font-size: 90%;
	padding-left: 0px;
	padding-right: 5px;
}
