/**
* Top of the cue   
* Homepage CSS				
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Stuart Bamforth
*/



/* ---------------------------------- */
/* HOME PAGE STYLES				      */   
/* ---------------------------------- */
#categories{
	float:left;
	width:332px;
	margin:0 11px 0 0;
	}
	#categories h2.welcome{
	width:322px;
	height:24px;
	background-image:url(../images/hdr-welcome.gif);
	background-repeat:no-repeat;
	text-indent:-4000px;
	margin:0 0 6px -3px;
	display:block;
	}
	#categories h3.ourproducts{
	width:322px;
	height:23px;
	background-image:url(../images/hdr-ourproducts.gif);
	background-repeat:no-repeat;
	text-indent:-4000px;
	margin:10px 0 4px 0;
	display:block;
	}
	#categories p.ourproducts{
	width:322px;
	height:23px;
	background-image:url(../images/hdr-ourproducts.gif);
	background-repeat:no-repeat;
	text-indent:-4000px;
	margin:10px 0 4px 0;
	display:block;
	}
	#categories p{
	font-size:70%;
	color:#333;
	margin:0;
	}
	
	
	#categories a{
	color:#db0623;
	text-decoration:none;
	}
	#categories a:hover{
	text-decoration:underline;
	}
	.categoriesbox{
	background-image:url(../images/bg-home-categories-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:332px;
	margin-bottom:10px;
	}
	.categoriesboxtop{
	background-image:url(../images/bg-home-categories-top.gif);
	background-repeat:no-repeat;
	width:332px;
	height:7px;
	margin:0;
	padding:0;
	}
	.categoriesbox h2{
	width:209px;
	color:#333;
	font-size:70%;
	font-weight:bold;
	padding:0 10px 0px 10px;
	margin:0;
	}
	.categoriesbox p{
	width:229px;
	color:#333;
	font-size:70%;
	padding:0 10px 10px 10px;
	}
	.categoriesbox img.product{
	float:right;
	margin:0  5px 0 0;
	}
	
	
	
#specialoffers{
	width:327px;
	float:left;
	}
	#specialoffers h2.specialoffershdr{
	width:322px;
	height:46px;
	background-image:url(../images/hdr-specialoffers.gif);
	background-repeat:no-repeat;
	text-indent:-4000px;
	margin:0 0 6px -3px;
	display:block;
	}
	.specialoffersbox{
	background-image:url(../images/bg-home-offers-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:327px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	float:left;
	}
	.specialoffersboxtop{
	background-image:url(../images/bg-home-offers-top.gif);
	background-repeat:no-repeat;
	width:327px;
	height:5px;
	margin:0;
	padding:0;
	}
	.specialoffersbox a.productlink{
	width:220px;
	color:#9f0106;
	font-size:125%;
	font-weight:bold;
	text-decoration:none;
	font-weight:bold;
	}
	.specialoffersbox a.productlink:hover{
	text-decoration:underline;
	}
	.specialoffersbox p{
	width:220px;
	color:#333;
	font-size:70%;
	padding:0 10px .8em 10px;
	}
	.specialoffersbox p.price strong{
	font-size:160%;
	color:#db0623;
	font-weight:bold;
	}
	.specialoffersbox p.price em{
	font-size:100%;
	color:#333;
	font-weight:normal;
	font-style:normal;
	padding-left:5px;
	}
	.specialoffersbox img{
	margin:none;
	padding:none;
	}
	.specialoffersbox img.product{
	float:right;
	margin:5px 10px 0 0;
	}
	a.buynow{
	background-image:url(../images/bg-bttn-buynow.gif);
	width:69px;
	height:17px;
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding-top:3px;
	float:left;
	margin:0 10px 10px 0;
	}
	a.buynow:hover{
	text-decoration:underline;
	}
	a.moreinfo{
	background-image:url(../images/bg-bttn-moreinfo.gif);
	width:69px;
	height:17px;
	display:block;
	text-align:center;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	padding-top:3px;
	float:left;
	}
	a.moreinfo:hover{
	text-decoration:underline;
	}



/* ---------------------------------- */
/*  Added by  CHANDAN		      */   
/* ---------------------------------- */


#categories  a {
	color:#333333;
	text-decoration:none;
	}
	#categories a:hover{
	color:#db0623;
	text-decoration:underline;
	}
	
	#footertxt p{
	font-size:70%;
	color:#333;
	margin:0;
	}
	
	
