/* --- css stylesheet for home page of Cherished Radiators for West Midlands Media by Richard Henry 2009 --- */
#content #main .homecategories {
    clear:both;
    float:left;
    width:612px;
    height:100%;
 	margin:16px 4px 0 0;
	position:relative;
	z-index:1
 }
.homecategories .category {
 	width:144px;
	height:177px;
	clear:none;
	display:inline;
	float:left;
	margin:0 9px 0 0
 }
.homecategories .category .header {
 	width:144px;
	height:30px;
	background-image:url(../pictures/catheader.png);
	background-position:top left;
	background-repeat:no-repeat;
    position:relative
 }
.homecategories .category .header h3 a {
    color:#dadbdd;
    position:absolute;
    bottom:9px;
    left:17px;
    display:inline;
    font-size:90%
}
.homecategories .category .header h3 a:hover {
    color:#ffffff;
}
#functionstrip {
	float:left;
 	width:606px;
	height:152px;
	margin:20px 0 0 0;
	background-image:url(../pictures/functionback.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative
}
#functionstrip.accessorised {
	background-image:url(../pictures/functionbackaccessorised.png);
}
#functionstrip p#homecallback, p#homebtu, p#homecatalogue, p#homeaccessories  {
	position:absolute;
	top:88px;
	left:30px;
	color:#b4b4b4;
	font-size:76%;
	width:167px
}
a img#functioncallback {
	position:absolute;
	top:22px;
	left:21px;
}
a img#functionaccessories {
	position:absolute;
	top:27px;
	left:27px;
}
p#homebtu {
	left:232px;
}
a img#functionbtu {
	position:absolute;
	top:30px;
	left:232px;
}
p#homecatalogue {
	left:430px;
}
a img#functioncatalogue {
	position:absolute;
	top:22px;
	left:422px;
}
#worldwidestrip {
	float:left;
 	width:606px;
	height:152px;
	margin:20px 0 0 0;
	background-image:url(../pictures/worldwidestrip.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative
}
#worldwidestrip p  {
	position:absolute;
	top:60px;
	left:95px;
	color:#b4b4b4;
	font-size:80%;
	width:500px
}
#specialoffersstrip {
	float:left;
    margin:20px 0 0 66px;
 	width:896px;
	height:226px;
 	background-image:url(../pictures/specialoffersback.png);
	background-position:top left;
	background-repeat:no-repeat;
    position:relative
}
* html #specialoffersstrip {
	float:none;
}
#specialoffersstrip #specialofferheading {
	color:#fdfdfd;
    position:absolute;
    top:6px;
    left:17px;
    display:inline;
	z-index:99;
    font-size:103%
}
#specialoffersstrip #catholder {
	clear:none;
	width:auto;
	height:152px;
	float:left;
	display:inline;
	margin:48px 0 0 25px;
}
#specialoffersstrip #catholder .catbox {
	width:144px;
	height:152px;
	clear:none;
	float:left;
	display:inline;
	margin:0 30px 0 0;
	position:relative;
	text-align:center;
	/*background-color:#ffffff;*/
	/*background-color:#340057*/
}
.catbox .hsm {
	width:144px;
	height:96px;
	overflow:hidden;
	background-color:#ffffff
}
.catbox .hsm img {
	margin-left:2px
}
.catbox .sticker {
	position:absolute;
	top:0;
	left:0;
	z-index:2
}
.catbox .catbase {
	width:144px;
	height:56px;
 	background-image:url(../pictures/catbase.png);
	background-position:top left;
	background-repeat:no-repeat;
    position:relative;
	overflow:hidden
}
.catbox .catbase a {
    color:#dadbdd;
    position:absolute;
    bottom:9px;
    left:10px;
    display:inline;
    font-size:86%;
	text-align:left;
}
.catbox .catbase a:hover {
	color:#ffffff	
}
/***jquery tools scrollable---*/
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 860px; 
    height:152px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 
    /*border:1px inset #ccc; 
    background-color:#fff; */
}
/* ---  homepage videos --- */
#homevideostrip {
	clear:both;
	float:left;
	width:611px;
	height:246px;
	margin:13px 0 0 0;
    background-image:url(../pictures/homevideoback.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}
#videobox {
	position:absolute;
	top:23px;
	left:45px;
	width:217px;
	height:207px
}
