@charset "utf-8";
/* CSS Document */
.container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width:1000px;
}  
 #featured {
    background-color: #969384;
    height: 446px;
    position: relative;
}
 
.slide {
    height: 446px;
    position: relative;
    width: 100%;
}
#featured .container {
    height:446px;
}
.slide .description {
    top:40px;
    height:315px;
    padding:0;
    position: absolute;
    left: 0;
    width:622px;
    z-index: 15;
}
.slide .description h2.title {
    color: #969595;
    font-size: 36px;
    text-transform: lowercase;
}
.slide .description h2.title a {
    color: #969595;
}
.slide .description h2.title a:hover {
    text-decoration: none;
}
 
#featured .description {
    font-style: normal !important;
}
.description .product {
    position: relative;
    height:315px;
}
 
.description .product span.tag span {
     display: block;
    height: 50px;
    padding-left: 10px;
    padding-top: 10px;
}
#controllers {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#switcher {
    position: absolute;
    left:460px;
    bottom: 30px;
	width:100px;
}
#switcher .item{
	width:20px;
	float:left;	
}

#switcher a.product {
    display: block;
    position: relative;
	width:17px;
	height:16px;
	background:url(../Images/control_nav.png) no-repeat top left;
	text-indent:-9999px;
}
#switcher .active a.product{
	background:url(../Images/control_nav.png) no-repeat top right;

} 
#featured .slider_heading1
{
	font-size:32px;
	color:#ffffff;
	font-family: 'ProximaNovaBold';
	padding-bottom:6px;
} 
#featured .slider_heading2
{
	font-size:29px;
	color:#ffffff;
	font-family: 'ProximaNovaRegular';
	padding-bottom:22px;
} 
#featured p
{
	font-size:18px;
	color:#ffffff;
	font-family: 'ProximaNovaLight';
	padding-bottom:22px;
} 
.black
{
	color:#444444 !important;
}
.brown
{
	color:#582e00 !important;
}

.btn_signup
{
	position:absolute;
	bottom:5px;
	left:0px;
		
}