/* HOME COLOUR SCHEME */
#background_image {
	position: relative;
	width: 100%;
}
#headermain {
	background-color: #FFFFFF;
}

.headerbottom 
{
    overflow: hidden;
    width: 768px;
    height: 22px;
    display: block;  
    border-bottom: solid 1px black;
    border-top: solid 1px black; 
}

#mainheader
{
    height: 65px;
    overflow: hidden;
}

.basket
{
    display: block;
    position: absolute;
    bottom: 30px;
    right: 8px;
}

#logo {
	background-image: url(/graphics/layout/angel-blue.gif);
	border-right: solid 1px #000000;
	background-position: left center;
	width: 106px;
	height: 65px;
}
h1 {
	background-image: url(/graphics/layout/earthworks-blue.gif);
	background-position: left center;
	height: 46px;
	width: 318px;
	margin-left: 10px;
}
h2 {
	margin-top: 50px;
}
#homestore {
	background-image: url(/graphics/layout/homestore-blue.gif);
	width: 185px;
	height: 28px;
	background-position: left center;
	float: right;
	margin-top: 4px;
	margin-right: 5px;
}
#mainmenu a {
	/*color: #FFFFFF !important;*/
}
#RHS_left {
  display: inline;
	position: relative;
	float: left;
	width: 436px;
  margin: 6px;
}
#RHS_left p.biggertext {
  font-size: 80%;
  margin: 12px;
  font-weight: bold;
}
#RHS_left .pinktext {
  /*color: #F26F8A;*/
}
#RHS_right {
  display: inline;
	position: relative;
	float: left;
	width: 208px;
  margin: 2px;
}
#RHS_right img {
  margin-top: 2px;
  margin-bottom: 6px;
  margin-left: 0px;
  margin-right: 0px;
}
#headermain a.linkcolour1 {
	color: #D87307;
}
#mainmenu li {
	text-align: right;
	float: left;
	width: 85px;
}

