/* Styles that apply to all colours */

#homeBanners {
	position: relative;
	height: 415px;
}

.banner {
	position: absolute;
	width: 180px;
	background-color: #fffaef;
	/* height: 30 header + 74 image + 66 (61 body + 5 padding-top) 
	+ 30 (29 footer + 1 border-bottom) = 200 */
}

.boxHeader {
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
}

.boxHeader .boxTopLeft {
	position: absolute;
	top: 0px;
	left: 0px;
}

.boxHeader .boxTopRight {
	position: absolute;
	top: 0px;
	right: 0px;
}

.boxBody {
	height: 61px; /* 61 + 5 padding = 66 */
	border-style: none solid none solid;
	border-width: 1px;
	text-align: left;
	padding: 5px 0px 0px 5px;
	background-color: #fffaef;
}

.boxBody span {
	font-weight: bold;
}

.boxFooter {
	height: 29px;
	line-height: 29px;
	border-style: none solid solid solid;
	border-width: 1px;
	text-align: right;
	padding-right: 5px;
	vertical-align: bottom;
	background-color: #fffaef;
}

.boxFooter span {
	font-size: 14px;
	background-color: inherit;
	color: #ff0000;
	font-weight: bold;
}

.twoBanners {
	position: absolute;
	background-color: #fffaef;
}

.twoBannersBody {
	height: 164px; /* 164 + 5 padding + 1 border-bottom = 170 */
	border-style: none solid solid solid;
	border-width: 1px;
	text-align: left;
	padding: 5px 5px 0px 5px;
	background-color: #fffaef;
}

.twoBannersBody span.item {
	line-height: 20px;
	padding-left: 20px;
	background-image: url('../img/icons/tick_15x13.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.twoBannersBody span.note {
	font-size: 80%;
}

.twoBannersBody table {
	border-collapse: collapse;
	width: 100%;
}

.twoBannersBody sup {
	font-size: 80%;
}

/* Side banner */

#sideBanner {
	position: absolute;
	top: 0px;
	left: 820px;
	width: 180px;
	height: 502px;
}

#sideBanner .box {
	background-color: #fffaef;
}

#sideBanner .header {
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	background-color: #7dbccc;
}

#sideBanner .topLeft {
	position: absolute;
	top: 0px;
	left: 0px;
}

#sideBanner .topRight {
	position: absolute;
	top: 0px;
	right: 0px;
}

#sideBanner .body {
	border: solid 1px #7dbccc;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

#sideBanner span.title {
	font-weight: bold;
}

#seal {
	position: absolute;
	bottom: 0px;
	left: 4px;
}

/* Bottom banner */

#bottomBanner {
	position: absolute;
	top: 580px;
	left: 0px;
	width: 800px;
	height: 30px;
	text-align: center;
}

#bottomBanner img {
	margin-left: 2px;
	margin-right: 2px;
}
