/* BANNER HOME */
#banner-home{
	width:100%;
	height:360px;
	
}

#cont-slide{
    width: 960px;
	height:360px;    
	position:relative;
	z-index:1;	
}

#cont-slide ul{
    overflow:hidden;
    width: 960px;
    height: 365px;
	margin-top: 30px;
}

#cont-slide ul li{
    display: block;
    width: 960px;
    height: 365px;
	position:relative;
    float: left;	
}

#cont-slide ul li .txt_slide{
	width:400px;
	float:left;	
}

#cont-slide ul li .txt_slide h2{
	font-size:40px;
	float:left;	
	margin-top: 50px;
}

#cont-slide ul li .txt_slide p{
	width:350px;
	font-size:12px;
	color:#18191d;
	float:left;
	margin-top:20px;	
}

#cont-slide ul li .txt_slide a.bt_veja_slide{
	margin-top:30px;
	float: left;
}

#cont-slide ul li .txt_slide a:hover.bt_veja_slide{
	background-position:0 -70px;
}

#cont-slide ul li img{
	float:right;
        margin-top:15px;
}

#nav-thumbs{
    position: absolute;
    top: 300px;
    left: 10px;
	z-index:2;
}

#nav-thumbs #btn-thumbs li{
    width: 50px;
    height: 50px;
    float: left;
    margin: 5px;
    overflow: hidden;	
}

#nav-thumbs #btn-thumbs img{
    width: 36px;
    height: 36px;
	margin:4px 0 0 4px;
	border: solid 2px #616163;
}

#nav-thumbs #btn-thumbs li:hover{   
    background:url(../images/backgrounds/bt_slide.png) top left no-repeat;
}

#nav-thumbs #btn-thumbs li:hover img{
	margin:6px 0 0 6px;   
    border: 0;
}

#nav-thumbs #btn-thumbs li.activeSlide{
    background:url(../images/backgrounds/bt_slide.png) top left no-repeat;
}

#nav-thumbs #btn-thumbs li.activeSlide img{
	margin:6px 0 0 6px;
    border:0;
}

/* END BANNER HOME */

/* MAIN HOME */

.main_home{
	width:960px;
	float:left;
	background:#fff;
	margin-top: 40px;
	background:url(../images/backgrounds/bg_sidebar.jpg) 760px 0px repeat-y #fff;
}

.main_home #box_home_gersey{
	width:760px;
	height:270px;
}

.main_home #box_home_gersey p{
	width:90%;
	margin:20px;
	
}

.main_home #box_home_gersey #img_dest{
	position:relative;
	width:189px;
	height:144px;
	overflow:hidden;
	float:right;
	margin:20px 20px 0 0;
	border:solid 2px #177468;
}

.main_home #box_home_gersey #img_dest img{
	width:195px;
	
}


.main_home #box_home_lancamentos{
	width:760px;
	height:250px;
	position:relative;
	
}

.main_home #box_home_lancamentos #carousel_lancamentos{
	width:650px;
	height:200px;
	margin:20px auto;
}

.main_home #box_home_lancamentos #carousel_lancamentos img{
    width: 150px;
    height: 120px;
}

.main_home #box_home_lancamentos #bt-carousel-prev{
    width: 16px;
    height: 78px;
    background: url(../images/buttons/bts.png) -2px -210px no-repeat; 
    position: absolute;
    top: 105px;
    left: 20px;
}

.main_home #box_home_lancamentos #bt-carousel-next{
    width: 16px;
    height: 78px;
    background:url(../images/buttons/bts.png) -43px -210px no-repeat; 
    position: absolute;
    top: 105px;
    right: 20px;
}


#sidebar_home{
	width:200px;
	height:500px;
	float:right;
	
}

#sidebar_home .tt_padrao{
	width:180px;
	background-position:-265px 0px;
}

#sidebar_home ul{
	margin:12px 0 10px 12px;
}

#sidebar_home ul li{
    width: 175px;
    height: 100px;
    margin:0 0 10px 0;
    overflow: hidden;
}

#sidebar_home ul li img{
    width: 175px;
    
}



/* END MAIN HOME */