/* home.css */

#banner-container{
	width: 782px;
	height: 334px;
	margin-left: 1px;
	background: #343434;
}

#banner-container #banner{
	width: 678px;
	height: 293px;
	float: left;
	display: inline;
	background: #cdcccc;
	margin-left: 13px;
	margin-top: 10px;
	padding: 8px 14px 8px 8px;
    visibility: hidden;
}

#banner-container #banner img {
    margin-left: 10px;
    margin-top: 8px;
}

#banner-container #nav-banner{
	width: 59px;
	float: left;
	display: inline;
	margin-top: 10px;
}

#banner-container #nav-banner a{
	display: block;
	width: 59px;
	height: 49px;
	background: url(../images/home/ico-banner.jpg) no-repeat;
	margin-bottom: 3px;
	text-align: center;
	font-size: 30px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#banner-container #nav-banner a:hover{
	text-decoration: none;
	background: url(../images/home/ico-banner.jpg) no-repeat 0% 100%;
	color: #cdcccc;
}

#banner-container #nav-banner .activeSlide{
	text-decoration: none;
	background: url(../images/home/ico-banner.jpg) no-repeat 0% 100%;
	color: #cdcccc;
}

#divisao{
	width: 783px;
	height: 35px;
	background: url(../images/home/divisao.jpg) no-repeat;
	margin-top: 4px;
}

#lancamentos{
	float: left;	
	width: 333px;
	min-height: 501px;
	background: url(../images/home/lancamentos-bg.png) no-repeat 100% 0%;
	padding-top: 14px;
	padding-left: 13px;
	color: #757575;
	padding-right: 50px;
	font-size: 13px;
    position: relative;
    display: inline-block;
}
/*-------- inicio carrosel lançamentos ----------------*/
#lancamentos #banners_lancamentos{
    margin-left:12px;
    border:0px solid green;
    width:343px;
    height:300px;
}
#lancamentos #banners_lancamentos #img{
	height: 300px;
    margin-left:11px;
}
#lancamentos #banners_lancamentos li{
	float: left;
	width: 343px;
	height: 300px;
}
#lancamentos #banners_lancamentos li a{
	display: block;
	color: #008aff;
	letter-spacing: -1px;
	padding: 8px 17px 11px;
}
#lancamentos #banners_lancamentos li a:hover{
	text-decoration: none;
	color: #fff;
}
#lancamentos .previous,
#lancamentos .next{
	position: absolute;
	width: 15px;
	height: 24px;
	top: 128px;
    z-index: 300;
}
#lancamentos .previous{
	background: url(../images/home/nav-banner.png) 0 100%;
	left: 7px;
    top:250px;
}
#lancamentos .next{
	background: url(../images/home/nav-banner.png) 0 0;
	right: 7px;
    top:250px;
}

/*------------------------*/
#lancamentos p a {
    color: #757575;
}

#lancamentos .veja{
	float: right;
	display: inline;
	font-size: 12px;
	color: #0905c6;	
}

#lancamentos .veja a{
	color: #0905c6;
}

#lancamentos .veja a:hover{
	text-decoration: none;
}

#lancamentos .veja img{
	vertical-align: middle;
	margin-left: 5px;
}

.tit{
	font-size: 24px;
	background: url(../images/home/titulo-bg.png) no-repeat 0% 100%;
	color: #707070;
	padding-bottom: 11px;
}

#parceiros{
	width: 312px;
	min-height: 501px;
	float: left;
	display: inline;
	padding-top: 14px;
	padding-left: 22px;
	padding-right: 13px;
}

#parceiros table{
	margin-top: 15px;
}

#parceiros table td{
	text-align: center;
	width: 175px;
	height: 100px;
}

#parceiros .primeiro{
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
}

#parceiros .segundo{
	border-bottom: 2px solid #cdcdcd;
}

#parceiros .ultimo{
	border-right: 2px solid #cdcdcd;
}

#parceiros .veja{
	float: right;
	display: inline;
	font-size: 12px;
	color: #0905c6;	
	margin-top: 7px;
}

#parceiros .veja a{
	color: #0905c6;
}

#parceiros .veja a:hover{
	text-decoration: none;
}

#parceiros .veja img{
	vertical-align: middle;
	margin-left: 5px;
}

#produtos{
	width: 771px;
	background: url(../images/home/produtos-bg.png) no-repeat;
	padding-left: 12px;
	padding-top: 34px;
	color: #757575;
}

#produtos .prod-thumb{
	width: 181px;
	height: 220px;
	background: url(../images/home/moldura-prod.png) no-repeat;
	margin-right: 11px;
	color: #0e346b;
	font-size: 11px;
	float: left;
	display: inline;
}

#produtos .prod-thumb p{
	padding: 0px 5px 0px 13px;
}

#produtos .prod-thumb .prod-foto{
	width: 164px;
	height: 136px;
	margin-left: 8px;
	margin-top: 6px;
	float: left;
	display: inline;
	margin-bottom: 8px;
}

#produtos .prod-thumb .prod-foto .imagem{
	width: 164px;
	height: 136px;
	position:absolute;
	z-index: -1;
    text-align: center;
}
/*------------------------------------------*/
/*#produtos .prod-thumb a:hover{
	background: url(../images/produtos/moldura-prod-thumb.png) no-repeat 0 100%;
     border:1px solid red;
}*/
/*------------------------------------------*/

#produtos a.imagem:hover {
    text-decoration: none;
}

#produtos .prod-thumb .nome{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
    text-align: center;
}

#produtos .prod-thumb .nome a {
    color:#0E346B;
}

#produtos .veja{
	float: right;
	display: inline;
	font-size: 12px;
	color: #0905c6;
	margin-top: 18px;
}

#produtos .veja a{
	color: #0905c6;
}

#produtos .veja a:hover{
	text-decoration: none;
}

#produtos .veja img{
	vertical-align: middle;
	margin-left: 5px;
}
