/* CSS Document */

#carousel {
	text-align: center;
	position: relative;
	height: 292px;
	margin:0 0 5px 0;
}
#carousel img {
	height:292px;
	left:0;
	position:absolute;
	top:0;
	width:770px;
	z-index:50;
}
.fpTextBox h1 {
	margin: 0 0 5px 0;
}
.fpTextBox h2 {
	margin: 0 0 5px 0;
	color:#990000;
	font-size:16px;
	font-weight:bold;
}

.fpTextBox p {
	margin: 0 0 5px 0;
}

.catBox1 h2, .catBox2 h2 {
	background: url("../images/nav/topBG.jpg") repeat-x scroll 0 0 transparent;
	position: relative;
	font-size: 16px;
}
.catBox1 h2 a, .catBox2 h2 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 12px 0 10px 13px;
}
.catBox1 h2 img, .catBox2 h2 img {
	position: absolute;
	bottom: 0px; 
	right: 0px;
}
.catBoxWrapper {
	background-color: #EEEEEE;
	border: 1px solid #CCC;
	margin: 2px 0 15px 0;
	height: 307px;
	overflow:hidden;
}
.catBox1 ul li {
	background-image:url(../images/frontpage/catBoxBG.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width: 185px;
	height: 294px;
}
.catBoxWrapper li {
	position: relative;
	background: #F2F2F2;
	border: 1px solid #999;
	float: left;
	margin: 4px 0 4px 4px;
}
.catBoxWrapper li img {
	display: block;
}
.catBoxWrapper li h3 a {
	color: #025F8F;
	text-decoration: none;
	display: block;
	margin:  3px 3px 10px 3px;
	height: 48px;
}
.catBoxWrapper li p {
	margin: 3px;
	height: 30px;
}
.catBoxWrapper li .bottomBar {
	clear: both;
	background: url("../images/frontpage/bottombar.gif") repeat-x scroll 0 0 transparent;
	text-align: right;
	padding: 5px 5px 5px 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.catBoxWrapper li .bottomBar a {
	background:url("../images/nav/leftCatDetailsArrow.gif") no-repeat scroll 6px center transparent;
	color:#DDDDDD;
	padding:1px 0 1px 24px;
	text-decoration: none;
	float: left;
	font-weight: normal;
	font-size: 12px;
}
.catBoxWrapper li .bottomBar a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.catBoxWrapper li .add2Cart {
	display: block;
	background: #2B2B2B url(../images/nav/basket.gif) no-repeat 4px;
	color:#FFFFFF;
	padding: 4px 0 3px 24px;
	text-decoration: none;
	float: left;
	font-weight: normal;
	font-size: 12px;
	width:161px;
}
.catBoxWrapper li .add2Cart2 {
	display: block;
	background: #2B2B2B url(../images/nav/basket.gif) no-repeat 4px;
	color:#FFFFFF;
	padding: 4px 0 3px 24px;
	text-decoration: none;
	float: left;
	font-weight: normal;
	font-size: 12px;
	width:116px;
}

.catBox2 .catBoxWrapper  {
	height: 487px;
	
}
.catBox2 ul li {
	width: 140px;
	height: 231px;
	background: #DDD;
	margin: 5px 5px 5px 6px;
	background-image:url(../images/frontpage/catBoxBG.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.catBox2 .catBoxWrapper li h3 a {
	color: #444;
	height: 30px;
}
.catBox2 .catBoxWrapper .add2Cart {
	background-position: 18px 3px;
}
