#headerPanel {
	background-repeat: no-repeat;
	background-image: url('header-background.png');
	position: relative;
	height: 484px;
	width: 1126px;
	margin: 10px auto 0;
}

body {
	background-image: url('background.png');
	background-color: #44c4f4;
	background-repeat: repeat-x;
	position: relative;
	font-family: Arial,tahoma,verdana,sans-serif;
	font-size: 12px;
}

#container {
	background-image: url("container-background.png");
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 10px 73px 10px 49px;
	width: 967px;
}

#logo {
	position: absolute;
	bottom: 8px;
	left: 0px;
}

#phoneNumber {
	position: absolute;
	bottom: 9px;
	right: 242px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	padding: 124px 364px 0px 0px;
	background-repeat: no-repeat;
}

	#phoneNumber.PhoneClick {
		background-image: url('click-to-call.png');
		background-position: top right;
	}

#headerLink {
	display: block;
	height: 0;
	left: 48px;
	overflow: hidden;
	padding: 191px 228px 0 0;
	position: absolute;
	top: 0px;
	width: 0;
}

#facebookLink, #twitterLink {
	display: block;
	width: 82px;
	height: 28px;
	position: absolute;
	top: 145px;
}

#facebookLink {
	right: 10px;
}

#twitterLink {
	right: 100px;
}

#topLinks {
	font-weight: bold;
	left: 281px;
	position: absolute;
	top: 150px;
	width: 540px;
	height: 39px;
}

	#topLinks a {
		color: #FFFFFF;
		font-size: 12px;
		height: 12px;
		padding: 12px;
		float: left;
	}

		#topLinks a:hover, #topLinks a.active {
			color: #fffc00;
			text-decoration: underline;
		}

#bannerArea {
	height: 233px;
	position: relative;
	margin: 10px 0;
}

#banner {
	bottom: 58px;
	position: absolute;
	display: block;
	right: 93px;
}

#weatherForecast {
	position: absolute;
	top: 0;
	left: 0;
}

#homepageListingsHeader {
	background-image: url('homepage-title.png');
	width: 0;
	height: 0;
	display: block;
	padding: 41px 744px 0 0;
	overflow: hidden;
}

#extraAssets {
	background-color: #DBE8F9;
	border: 1px solid #333333;
	margin-bottom: 6px;
	overflow: auto;
	padding: 10px;
}

#leftBar {
	width: 208px;
	float: left;
}

#leftCategories a {
	display: block;
	background-image: url('category-background.png');
	background-repeat: no-repeat;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	margin: 0 auto 5px;
	color: #000;
	height: 14px;
	width: 192px;
}

	#leftCategories a:hover {
		font-weight: bold;
	}

#leftBlock {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}

#deliveryAreasRight {
	font-size: 11px;
}

	#deliveryAreasRight strong {
		color: #cd0000;
	}

#leftLogo {
	margin-left: -10px;
}

input.textfield:focus, .contactdetails #pCode2:focus, .contactdetails textarea:focus, .textareafield:focus {
	background-color: #DBE8F9;
}

.product h2 {
	background-color: #f5821c;
	color: #FFF;
	padding: 5px 10px;
	font-size: 18px;
	margin: 0;
	-webkit-border-radius: 5px 10px 10px 0;
	-moz-border-radius: 5px 10px 10px 0;
	border-radius: 5px 10px 10px 0;
	background-image: -moz-linear-gradient(left, #f5821c, #fdbf14);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, #f5821c), color-stop(1.0, #fdbf14));
}

.MainImageLinkPanel {
	border: 5px solid #f5821c;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
}

.castlePanel .castleCheckBook {
	color: #ffdb00;
	background-color: #000;
	text-decoration: underline;
}

.castlePanel {
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	margin: 5px;
}

.leftLinks a, .leftLinks img {
	display: block;
	margin: 10px auto;
}

.rightBar h1 {
	font-size: 14px;
	color: #cd0000;
}

#footerLinks {
	padding: 20px 0;
	text-align: center;
}

	#footerLinks a {
		color: #666;
		margin: 0 10px;
		text-decoration: none;
	}

		#footerLinks a:hover {
			color: #000;
			text-decoration: underline;
		}

#footer {
	padding: 20px 0;
	border-top: 2px solid #666;
}

	#footer a#BCNLink {
		float: right;
		text-decoration: underline;
		border: 0;
		color: #000;
		text-decoration: none;
	}

		#footer a#BCNLink:hover {
			text-decoration: underline;
		}

#separator1 {
	color: white;
	top: 210px;
	position: absolute;
	left: 85px;
	width: 170px;
}

#separator2 {
	color: white;
	top: 359px;
	position: absolute;
	left: 85px;
	width: 170px;
	line-height: 140%;
}

	#separator1 strong, #separator2 strong {
		color: #fff600;
		font-size: 16px;
		display: block;
	}

#facebookLink {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	background-image: url('facebook-link.png');
	padding: 37px 82px 0 0;
	position: absolute;
	top: 113px;
	right: 90px;
}

	#facebookLink:hover {
		background-position: 0 -37px;
	}
