
/***********************************
*  skinIt Homepage Stylesheet
*  Created on: 09/04/08
*  Rich Rudzinski
***********************************/

.home #flashContent {
	width:959px;
	height:523px;
	overflow:hidden;
	background:url(http://www.skinit.com/images/placeholders/flashContent.jpg) no-repeat top left;
	position:relative;
	z-index:1;
}
.home #tagCloud {
	width:883px;
	min-height:190px;
	height:auto !important;
	height:190px;
	overflow:hidden;
	background:#777 url(http://www.skinit.com/images/backgrounds/tagCloudHome_repeat.jpg) repeat-x top left;
	padding:30px 38px;
}
.home #subContent {
	width:959px;
	height:142px;
	background:url(http://www.skinit.com/images/backgrounds/subContentHome_repeat.jpg) repeat-x bottom left;
}
.home #applySkins {
	width:351px;
	height:142px;
	float:left;
	background:url(http://www.skinit.com/images/backgrounds/subContentHome.jpg) repeat-x bottom left;
	position:relative;
}
.home #applySkins a {
	width:180px;
	height:18px;
	overflow:hidden;
	position:absolute;
	top:86px;
	left:38px;
	font:bold 16px/18px Arial, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
}
.home #slideContainer {
	height:105px;
	width:541px;
	position:relative;
	float:right;
	margin:23px 15px 0 0;
}
.home #slideContainer h2 {
	width:290px;
	height:18px;
	margin:0 0 9px 37px;
	font:bold 16px/18px Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
}
/*.home #slideFrame {
	overflow:hidden;
	height:79px;
	width:470px;
	position:relative;
}*/
.home #itemSlider {
	height:79px;
	width:510px;
	position:absolute;
	z-index:1;
}
.home .slideItem {
	display:block;
	width:75px;
	height:77px;
	float:left;
	padding:2px 11px 0 11px;
	cursor:pointer;
}
.home .slideItem:hover {
	background:url(http://www.skinit.com/images/buttons/slideItemHome_hover.jpg) no-repeat 9px 0;
}
/*.home #slideContainer #arrowLeft {
	margin-right:13px;
}
/*.home #slideContainer #arrowLeft, .home #slideContainer #arrowRight {
	width:15px;
	height:23px;
	background-image:url(http://www.skinit.com/images/buttons/arrowLeft.gif);
	position:relative;
	float:left;
	top:19px;
	z-index:5;
}
.home #slideContainer #arrowRight {
	background-image:url(http://www.skinit.com/images/buttons/arrowRight.gif);
	float:right;
	margin-left:13px;
}*/