/* Added by Andrew Fairlie, the most high and awesome. :) 16 February 2010  */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix: {zoom: 1;}

.no-m { margin: 0;}
.no-p { padding: 0;}
.box_container {padding: 10px 0; clear: both;}
.bookings_bg { background: url(../images/thumbnail_contactppl.jpg) no-repeat right bottom;}

.splash_image {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	border: solid 1px silver;
}
.floatleft {
	float: left;
}


a.biglink {
	background: #890011 url(../images/button_redfade.gif) repeat-x top;
	color: white;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0 5px 10px 0;
	line-height: normal;
	text-decoration: none;
	border: solid 1px silver;
	display: block;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;
}
a.biglink:hover {	background: #890011 url(../images/button_redfade_hover.gif) repeat-x top;}

ul.starlist {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
	list-style-image: url(../images/bullet_star.gif);
}
	ul.starlist li {

	}

.menubutton {
	width: 140px;
	float: left;
	border: solid 1px silver;
	margin: 0 10px 10px 0;
}
.menubutton a {
	text-decoration: none;
}
	.menubutton a img {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
		width: 140px;
		height: 90px;
		-moz-opacity:.8; 
		filter:alpha(opacity=80);	
		opacity: .8;
	}
		.menubutton a span {
			display: block;
			background-color: #cc0000;
			color: white;
			text-align: center;
			font-size: 100%;
			padding: 10px 0;		
		}
		
.menubutton a:hover {

}
	.menubutton a:hover img {
		-moz-opacity:1; 
		filter:alpha(opacity=100);	
		opacity: 1;
	
	}
		.menubutton a:hover span {
			background-color: #b30000;
		}		