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

.advertisingZone
{
	display: inline;
	float: left;
	
	width: 173px;
	height: 320px;
	
	padding: 0px 25px 0px 25px;
}

.advertisingZone .image
{
	display: block;
	float: left;
	
	width: 172px;
	height:90px;
	
	margin-bottom: 10px;
	margin-top: 10px;
}

.advertisingZone .image#colours
{
	background-image: url(/images/index/colour-wheel.jpg);	
	background-position:top;
	background-repeat: no-repeat;
}

.advertisingZone .image#safe
{
	background-image: url(/images/index/400-degrees.jpg);	
	background-position:top;
	background-repeat: no-repeat;
}

.advertisingZone .image#guarantee
{
	background-image: url(/images/index/green-tick.jpg);	
	background-position:top;
	background-repeat: no-repeat;
}

.border
{
	border-right: 1px solid #c1c4c5;
	width: 172px;
}

.advertisingZone h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	
	text-align:  center;
	
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#mainImage
{
	display: block;
	float: left;
	
	width: 772px;
	height: 390px;
	
	padding-left: 32px;
	
	
	background-image:url(/images/bg_page.gif);
	background-position:center center 24px;
	background-repeat:repeat-y;
	
	padding-bottom: 15px;
}

#mainImage h1 
{
	display: block;
	float: left;
	
	height: 70px;
	width: 550px;
	
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:32px;
	
	color: #f97515;
	
	padding-left: 32px;
	font-weight: normal;
}

#mainImage #mainImageSticker
{
	width: 155px;
	display: block;
	
	float: right;
	height: 50px;
	
	margin-right: 32px;
	
	margin-top: 0px;
	padding-top: 0px;
	
	background-image:url(/images/index/main_pic_full_sticker.jpg);
	background-repeat:no-repeat;
}

#frontPageImage
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
