@charset "utf-8";
/* CSS Document */

/*font*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu);


*{
	margin:0px auto;
	padding:0px 0px;	
}
body{
    
}

h2 {
    font-family: "Ubuntu", serif;
    font-weight: normal;
    font-size: 20px;
    background: url(../images/menu-hover.png) no-repeat 0 0;
    height: 44px;
    color: #0099cb;
}

/*///////////////////////////////////////////////////////////////////////////*/

.conteudo{
	width: 1100px;
	height: 100%;
    margin: 0 auto;
}


/*///////////////////////////////////////////////////////////////////////////*/

#topo{
	width: 100%;
	height: 130px;
	position: relative;
	float: left;
}


#logo{
	width: 150px;
	height: 130px;
	position: relative;
	float: left;
}

#menu ul{
    float: right;
    list-style: none;
}

#menu ul li {
    float: left;
    margin: 60px 10px 0 10px;

}

#menu ul li a {
    font-family: "Ubuntu" serif;
    font-size: 18px;
    width: 88px;
    height: 44px;
    display: block;
    color: #007ac0;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #0099cb;
    background: url(../images/menu-hover.png) no-repeat 0 0;
}

/*///////////////////////////////////////////////////////////////////////////*/
	
#banner{
	width: 100%;
	height: 231px;
	position: relative;
	float: left;
    background-color: #8ebbd8;
    margin: 30px 0;
	}

	
/*///////////////////////////////////////////////////////////////////////////*/
	


/*///////////////////////////////////////////////////////////////////////////*/


#destaques{
	width: 100%;
	height: 705px;
	position: relative;
	float: left;
	color: #CCC;
}

/*///////////////////////////////////////////////////////////////////////////*/


#rodape{
	width: 100%;
	height: 35px;
	position: relative;
	float: left;
    background-color: #373737;
    padding-top: 15px;
}

#rodape p {
    color: #fff;
    font-family: "Tahoma";
    font-size: 14px;
}

#subRodape {
    width: 100%;
    background-color: #f6f6f6;
    height: 105px;
    position: relative;
	float: left;
    padding-top: 20px;
    font-family: "Tahoma";
    font-size: 14px;
    color:  #373737;
}

#subRodape a {
    color: #5c5c5c;
}

#subRodape a:hover {
    text-decoration: underline;
}

#fornecedores {
    width: 100%;
    height: 110px;
    position: relative;
	float: left;
}

#fornecedores .conteudo {
    border-top: 1px solid #ccc;
}




/*PRODUTOS + SIDEBAR*/

#produtos {
    float: left;
    width: 810px;
    background-color: #fff;
    height: 100%;
    text-align: center;
}

#sidebar {
    float: left;
    width: 290px;
    background-color: #fff;
    height: 100%;
    text-align: right;
}

.descr {
    padding: 0 10px;
}

.descr h4 {
    color: #0099cb;
    font-family: "Tahoma";
    font-size: 15px;
    text-align: center;
}

.descr p {
    color: #535353;
    font-family: "Tahoma";
    font-size: 13px;
}

ul.itens {
    list-style: none;
    padding-left: 48px;
}

ul.itens li {
    float: left;
    border: 2px solid #ccc;
    width: 230px;
    height: 290px;    
    margin: 10px;
}

ul.itens li img {
    margin: 10px 0;
}

#noticias {
    background: url(../images/bg-noticias.jpg) no-repeat 0 0;
    height: 169px;
    float: right !important;
    padding-top: 60px;
    padding-left: 15px;
    text-align: left;
}

#box img {
    margin: 10px 0;
}

#cartoes {
    float: left;
    width: 535px;
}

#newsletter {
    float: left;
    width: 300px;
    margin: 0 25px;
    text-align: center;
}

#telHome {
    float: left;
    text-align: center;
}


/*paginas*/

.boxContent {
    margin-top: 30px;
    width: 100%;
    height: 500px;
    float: left;
    position: relative;
}

/*contato*/

#localizacao{
    width: 550px;
    float: left;
    font-family: "Ubuntu" serif;
    font-size: 14px;
}

/*empresa*/

#empresa {
    width: 810px;
    float: left;
    font-family: "Ubuntu" serif;
    font-size: 14px;
}