/* CSS Document */

body {
	background:url(../images/bg2.jpg) #fff top center repeat-x;
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

/* formatacao global */

* {
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
}

img {border:none;}

a {
	color:#B03512;
}

a:hover {
	text-decoration:underline;
}

fieldset {border:none;}

.line {
	height:1px;
	background:#a60202;
	margin:0 5px 30px 0;
}

.lineHome {
	height:1px;
	background:#d3d3d3;
	margin:5px 10px 5px 10px;
}

.pontLine {
	width:200px;
	padding:5px 0 0 0;
	border-bottom:1px dashed #999;
	margin:0 0 4px 0;
}

/* formatacao home */

.button {
	background:#f3f3f3;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border:1px solid #a8a8a8;
	padding:2px 5px 2px 5px;
}

/* camada que engloba as demais */

#geral {
	width:780px;
	margin:0 auto;
	color:#444;
}

/* topo */
#topo {
	height:188px;
}

#sindico{
	width:450px;
	height:600px;
	float:left;
	margin: 0 0 0 140px;
	background:#0C3;
	position:absolute;
	z-index:10;
	background:url(../images/managersindico-previa.jpg) no-repeat;
	}
		
	#sindico a{
		background:#900;
		color:#FFF;
		padding:7px;
		float:right;
		margin:15px 20px 0px 0px;
		border-radius:5px;
		}
		
		#sindico a:hover{
		background:#FFF;
		color:#900;
		border:1px #900 solid;
		padding:7px;
		text-transform:none;
		float:right;
		margin:15px 20px 0px 0px;
		border-radius:5px;
		}


h1 {
	float:left;
	padding:24px 0 20px 10px;
	clear:left;
}

/* menu topo */
#topoMenu {
	float:left;
	width:350px;
	height:26px;
	background:#3a3a3a;
	text-align:left;
	padding:8px 10px 0 20px;
	color:#fff;
}

#topoMenu a {
	color:#fff;
	padding:0 3px 0 3px;
}

#topoMenu a:hover {
	color:#dccf00;
}

#topoMenu a strong {
	background:url(../images/icon_home.gif) left no-repeat;
	background-position:0 -14px;
	padding:0 0 0 20px;
}

#topoMenu a:hover strong {
	background:url(../images/icon_home.gif) left no-repeat;
	background-position:0 1px;
	padding:0 0 0 20px;
}

/* Area restrita (cadastro fornecedor e login cliente Manager) */

#acesso {
	float:right;
	width:350px;
	background:url(../images/bg_acesso.png) bottom repeat-x;
}

#acesso h3 {
	padding:9px 10px 9px 27px;
	font-size:1.1em;
	font-weight:normal;
	background:url(../images/icon_lock.png) #000 left top no-repeat;
	background-position:9px 9px;
	color:#fff;
}

#acesso fieldset {
                padding:10px 10px 10px 10px;
}

#acesso fieldset label {
                float:left;
                margin:0 10px 0 0;
}

#acesso fieldset input {
                display:block;
                width:90px;
                margin:3px 0 0 0;
}

#acesso fieldset button {
                width:87px;
                height:23px;
                border:none;
                margin:16px 0 0 0;
                padding:0 0 1px 0;
                background:url(../images/bg_btn_acesso.png) bottom no-repeat;
                background-position:0 -25px;
                color:#dccf00;
                cursor:pointer;
}

#acesso fieldset button:hover {
                background:url(../images/bg_btn_acesso.png) no-repeat;
                color:#7b0a1e;
}

#acesso ul {
                clear:left;
                padding:8px 0 3px 3px;
}

#acesso ul li {
                display:inline;
                margin:0 20px 0 0;
}

#acesso ul li a strong {
                background:url(../images/seta.gif) left no-repeat;
                padding:0 0 0 10px;
}




/* atendimento expresso */

#ae {
	padding:5px 8px 5px 42px;
	background:url(../images/icon_ae.png) .8em .6em #fff no-repeat;
	behavior:url(scripts/iepngfix.htc);
	border:1px solid #ddd;
	}
	
	#ae h4 {
		font-size:1em;
		}

/* chamada proposta cabecalho */

#proposta {
	float:right;
	width:202px;
	height:35px;
	text-align:right;
	margin:6px 0 0 0;
	background:url(../images/bg_btn_proposta.png) top right no-repeat;
	behavior:url(scripts/iepngfix.htc);
	display:block;
	clear:right;	
}

#proposta a {
	float:right;
	font-weight:bold;
	color:#fff;
	padding:10px 15px 0 0;
}

#proposta a:hover {
	color:#dccf00;
	text-decoration:none;
}

#proposta img {
	float:left;
	padding:2px 0 0 13px;
}

/*******************
	Imagem Home
*******************/

#dvImagemHome {
	float:left;
	width:780px;
	height:212px;
	margin:0 0 0 -2px;
	border-bottom:2px solid #fff;
}

.link_nor {
	position:relative;
	float:left;
	display:none;
	margin:-50px 3px 0 0;
	font-size:1.1em;
	background:#333;
	padding:3px 6px 3px 6px;
	color:#fff;
}
.link_act {
	position:relative;
	float:left;
	display: none;
	margin:-50px 3px 0 0;
	background:#7e091b;
	padding:3px 6px 3px 6px;
	color:#dccf00;
	font-weight:bold;
}

#dvImagemHome span{background:#09C; display:none;}

.mytitle {
	display:none;
}

/*****************
 conteudo home
*****************/

#conteudoHome {
	padding:20px 0 10px 0;
	background:#fff;
}
	
	#conteudoHome h4 {
		width:450px;
		padding:5px 10px 5px 25px;
		margin:0 0 10px 0;
		font-size:1.2em;
		font-weight:normal;
		display:block;
		background:url(../images/seta-video.gif) 0.4em 0.4em no-repeat;
		border:1px dotted #acacac;
		color:#555;
	}
	
	#conteudoHome #conteudoHomePrincipal {
		float:left;
		width:510px;
	}
		
		#conteudoHome #conteudoHomePrincipal #bgVideos {
		}
		
		#conteudoHome #conteudoHomePrincipal .videoBox {
		}
		
		#conteudoHome #conteudoHomePrincipal .videoBox .videobox-interno {
			padding:5px 20px 5px 10px;
		}
		
	/* projetos sociais */
	
	#projetoSocial {
		background:url(../images/projeto.jpg) top left no-repeat;
		margin:40px 0 20px 0;
		padding:18px 10px 18px 190px;
		border:1px solid #ddd;
	}
	
		#projetoSocial strong {
			display:block;
		}
		
	#banner-fornecedor{
		width:254px;
		float:right;
		margin:0 2px 10px 0 ;
		border:solid 1px #CCC;
	}
	
	#banner-fornecedor iframe{
		float:left;
		margin:60px 0 0 10px;
	}
	
		#banner-fornecedor p{
		width:250px;
		font-size:13px;
		margin:5px 0 10px 8px;
			}
	
	
	#fb-root {		
		margin:0px 0 20px 0;
		}
	
			
	/* twitter */

	#twitterArea {
		float:right;
	}
	
	h3.tituloTwitter {
		width:252px;
		height:69px;		
	}
	
	iframe#twitterAPI {
		width:270px;
		height:210px;
		border:none;
		overflow:hidden;
	}
	
	/* areaDados*/
	
	#areaDados {
		width:252px;
		margin:14px 0 10px 0;
	}
	
	
	.tel-end {padding:10px;}

/* Titulo e Box destaque home */

.tituloHome {
	font-size:1.1em;
	padding:6px 10px 6px 10px;
	margin:0 0 15px 0;
	background:url(../images/bg_tituloP.gif) bottom repeat-x;
	border-bottom:2px solid #d5d5d5;
}

.boxDestaqueHome {
	float:left;
	width:249px;
	height:270px;
	margin:0 4px 20px 5px;
	background:url(../images/bg_tituloP.gif) bottom repeat-x;
	border:1px solid #d5d5d5;
}

.boxDestaqueHomeEnd {
	float:left;
	width:249px;
	height:270px;
	margin:0 4px 20px 5px;
	background:url(../images/bg_tituloP.gif) bottom repeat-x;
	border:1px solid #d5d5d5;
}

.boxDestaqueHome p, .boxDestaqueHomeEnd p {
	padding:6px;
	margin:0 0 5px 0;
	text-align:left;
}

.boxDestaqueHome strong {
	display:block;
	font-size:1.1em;
	padding:5px 0 10px 0;
}

.boxDestaqueHomeEnd strong {
	display:block;
	font-size:1.1em;
	padding:8px 6px 5px 6px;
}

address {font-style:normal;}

.boxDestaqueHome a {
	font-weight:bold;
}

/* rodape */

#rodape {	
	color:#fff;
	padding:10px 5px 5px 5px;
	text-align:right;
	background:#535353;
	clear:both;
}

#rodape p {
	padding:0 10px 0 0;
	color:#999;
}

#rodape a {
	color:#fff;
	padding:0 2px 0 2px;
}

#rodape a:hover {text-decoration:underline;}

#copyright p {	
	color:#fff;
	border:1px solid #969696;
	margin:15px 0 0 0;
	padding:5px 10px 5px 10px;
	text-align:left;
	background:#696969;
}
