/*---------------------------------------------------------------
impact area
---------------------------------------------------------------*/
#impact{
	width: 948px;
	padding: 1px;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #D1CAC6;
	background-color: #FFF;
}
#animation-area{
	background-color: #660033;
	border: 3px solid #660033;
	background-image: url(../images/home/slideshow/bg-home-impact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
	border-radius: 5px;
	overflow: hidden;
}

#animation-area .loading {
	margin: 95px 410px;
}

.slide-container{
	overflow: hidden;
	height: 330px;
	display: none;
}
#animation-area .data{
	width: 418px;
	float: left;
	padding: 50px 0 0 41px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
#animation-area .data a:link,
#animation-area .data a:visited{
	color: #FFF4A9;
}
#animation-area .data a:hover,
#animation-area .data a:active{
	color: #FFF;
}
#animation-area .data .header{
	font-size: 24px;
	font-weight: bold;
	color: #FFF4A9;
}
#animation-area .data button{
	width: 167px;
	height: 70px;
	margin: 2em auto 0 auto;
	padding: 0;
	border: none;
	background-image: url(../images/home/slideshow/add-to-cart.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999em;
	overflow: hidden;
}
#animation-area .data button:hover{
	background-position: -168px 0;
	cursor: pointer;
}

#animation-area .img{
	width: 440px;
	float: right;
}

#slide-controls{
	background-image: url(../images/home/slideshow/bg-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 1px 0 0 0;
	padding: 3px 0;
	border-radius: 5px;
	text-align: right;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
}
#slide-controls ul{
	padding-left: 786px;
}
#slide-controls li{
	padding-right: 2px;
	line-height: 20px;
}
#slide-controls .label{
	padding: 2px 8px 0 0 !important;
}
#slide-controls a,
#slide-controls a:link,
#slide-controls a:visited{
	border-radius: 5px;
	box-shadow: 0px 0px 2px #BBBBBB;
	background-image: url(../images/home/slideshow/bg-buttons.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #E9E9E9;
	color: #000;
	text-decoration: none;
	width: 24px;
	text-align: center;
	vertical-align: middle;
	display: block;
	border: 1px solid #D5D5D5;
}
#slide-controls a:hover,
#slide-controls a:active{
	background-color: #D2D2D2;
}
#slide-controls a.selected{
	background-color: #FFF08E;
}
/*---------------------------------------------------------------
Content
---------------------------------------------------------------*/
#primary-content{
	width: 960px;
	padding: 2em 0;
	margin: 0 auto;
	overflow: hidden;
}
#primary-content .banner{
	width: 248px;
	float: left;
	padding: 5px 0 0 10px;
}
#primary-content .data{
	width: 692px;
	float: left;
}
#primary-content .data h1{
	margin: 0 0 .5em 0;
	font-size: 18px;
	font-weight: normal;
	color: #660033;
}
/*---------------------------------------------------------------
Products - cols
---------------------------------------------------------------*/
#home-products{
	width: 960px;
	padding: 2em 0;
	margin: 0 auto;
	overflow: hidden;
}
#home-products .products{
	width: 723px;
	float: left;
}

#home-products .categories{
	width: 220px;
	float: right;
	padding: 0 9px 0 0;
}
