/* ------- structure ------------ */
#left-col {
	float: left;
	width: 718px;
	margin-bottom: 25px;
}
#right-col {
	padding: 0px;
	float: right;
	width: 223px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	background-color: #F2F2F2;
	overflow:hidden;
	margin-top:0px;
}
#main-col {
	width: 715px;
}
#home-banners {
	width:153px;
	height:250px;
	float:right;
	margin-left:10px;
}
#right-col h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	margin: 0px;
}
#right-col h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px;
	text-align: center;
	margin: 0px;
	line-height: 20px;
}
.float-image-left {
	float: left;
	margin-right: 10px;
}
.float-logo-left {
	float: left; width:223px;
	margin-right: 22px;
}
.float-logo-left-alt {
	float: left; width:223px;
	margin-right: 0;
}
.float-logo-left img, .float-logo-left-alt img {margin-bottom:10px;}

/* ------- home nav ------------ */

li#wlp-site a {
	background:url(../images_home/btn_home_wlp.png) no-repeat 0 0;
	width:223px;height:178px;}
li#wlp-site a:hover { background-position:0 -178px;}

li#bh-site a {
	background:url(../images_home/btn_home_bh.png) no-repeat 0 0;
	width:223px;height:178px;}
li#bh-site a:hover { background-position:0 -178px;}

li#catering-site {margin-right:0}
li#catering-site a {
	background:url(../images_home/btn_home_catering.png) no-repeat 0 0;
	width:223px;height:178px; }
li#catering-site a:hover { background-position:0 -178px;}

#availability {
		clear:both;
}
#availability li {
	float:left; margin:0 20px 20px 0;
	border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;
}
#availability li a {
	outline:none; display:block; text-indent:-9009px;
}
li#wlp-check a {
	background:url(../images_home/btn_home_wlp_check.png) no-repeat 0 0;
	width:223px;height:45px;}
li#wlp-check a:hover { background-position:0 -45px;}

li#bh-check a {
	background:url(../images_home/btn_home_bh_check.png) no-repeat 0 0;
	width:223px;height:45px;}
li#bh-check a:hover { background-position:0 -45px;}

li#catering-check {margin-right:0}

li#catering-check a {
	background:url(../images_home/btn_home_catering_enq.png) no-repeat 0 0;
	width:223px;height:45px;}
li#catering-check a:hover { background-position:0 -45px;}

/* ---- misc buttons  ------ */
.btn_download a {
	height: 108px;
	width: 153px;
	background-image: url(../images_home/btn_group-brochure-download.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:0px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-indent: -9000px;
	float: right;
	display:block;
}
.btn_download a:hover {
	background-position: 0px -108px;
}
.btn_competition a {
	height: 108px;
	width: 153px;
	display:block;
	background-image:url(../images_home/btn_group-competition.png);
	background-repeat: no-repeat;
	font-size:0px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-indent: -9000px;
	float: right;
}
.btn_competition a:hover {
	background-position: 0px -108px;
}
/* ---- right-col list items  ------ */

#right-col ul {
	list-style-type:none;
	padding: 0;
}
#right-col li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#666666;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	display:block;
	height:60px;
	padding-top: 10px;
	background-repeat:no-repeat;
	background-position:10px 10px;
	border-bottom: 1px solid #ccc;
}
#right-col li a.bottomlink {
	border-bottom:0;
}
	
#right-col li p  {
	line-height:14px;
}
#right-col li img {
	float:left; margin-right:10px;
}
#right-col li a:hover {
	background-color:#FFFFFF;
	color:#990000;
}
