/* CSS Document */

.homeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
  color: #808080; 
  font-weight: bold; 
  text-align: left;
}
img{
 border:0;
}

/*New Design Styles*/
.homeHeader{
 /*background:url(images/banner-sales/homeheader.jpg);
 background-repeat: no-repeat;
 background-position: top;*/
 width: 750px;
 height: 275px;
 }
.boxHolder-left{
 padding:10px 4px 10px 10px;
 background:#c7c4c5;
 display:block;
 float:right;
}

.boxHolder a{
 background:#c7c4c5;
 display:block;
 padding:10px 4px 10px 4px;
 float:right;
}
.boxHolder-right a{
 padding:10px 10px 10px 4px;
 background:#c7c4c5;
 display:block;
 float:right;
}

/*bottom cat box*/
.catHolderBox{
	width: 730px;
	height: 145px;
	margin:0 0px 0 10px;
	padding:0px;
	background-image:url(images/home-images/homecatbox-bkg.gif);
	background-repeat:no-repeat;
}
.catHolderBox ul{
	padding:0;
	margin:0;
}
.catHolderBox li{
	list-style:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 12px;
	text-decoration: none;
	text-align:center;
	padding: 18px 0 10px 10px;
}
.catHolderBox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
.catHolderBox a:hover{
	color: #71a001;
}
.branddrop {
	height:90px;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #808080;
	text-align:center;
	margin:45px 0 0 22px;
	float:right;
}

