@charset "iso-8859-1";
/* CSS Document */


/*---------------------------------COMFIGURAÇÃO PARA  TODO O SITE---------------------------------------*/	
*{
	padding:0px;
	margin:0px;
}

body{
	background: #CAE4FF url(../imagens/background.jpg) repeat-y;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{
	font-size:24px;
	padding:5px 0;
	/*color:#0066CC;*/
}
h2{
	font-size:20px;
	padding:5px 0;
}
h3{
	font-size:18px;
	padding:5px 0;
}
h4{
	font-size:16px;
	padding:5px 0;
}
h5{
	font-size:14px;
	padding:5px 0;
}
h6{
	font-size:12px;
	padding:5px 0;
}

p{
	text-indent:20px;
	line-height:25px;
	text-align:justify;
}

select, input, textarea {
	border:1px solid #4FA7FF;
	background:#FFF;
	padding:3px;
}

a{
	color:#06F;
	font-weight:bold;
	text-decoration:none;
}
a:visited{	
	color:#06F;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	color:#06F;
	font-weight:bold;
}
a:active{
	color:#06F;
	font-weight:bold;
	text-decoration:underline;
}
/*---------------------------------COMFIGURAÇÃO PARA  TODO O SITE---------------------------------------*/	
	


/*---------------------------------CARREGA TODO O SITE---------------------------------------*/
#site{
	/*border:1px solid;*/
	margin-left:10px;
	width:780px;
	height:100%;
}
/*---------------------------------CARREGA TODO O SITE---------------------------------------*/


#logo{
	background:url(../imagens/logo.jpg) no-repeat;
	height:180px;
}

#menu{
	margin-top:50px;
	width:200px;
	float:left;
}


#conteudo_top{
	background:url(../imagens/conteudo_top.png) no-repeat;
	margin-top:60px;
	width:580px;
	height:25px;
	float:right;
}
#conteudo_bottom{
	background:url(../imagens/conteudo_bottom.png) no-repeat;
	width:580px;
	height:25px;
	float:right;
}

/*---------------------------------PRINCIPAL CONTEUDO---------------------------------------*/
#conteudo_middle{
	background:url(../imagens/conteudo_middle.png) repeat-y;
	width:530px;
	float:right;
	padding:0 25px 0 25px;
}
/*---------------------------------PRINCIPAL CONTEUDO---------------------------------------*/
#noticias{
	list-style:none;
}
#noticias li{
	margin:0 0 20px 0;
}

#noticias li p a{

}
#pedido_lig{
	display:none;
	background:url(../imagens/fundo_pedido.png);
	border:solid 2px #4FA7FF;
	width:350px;
	position:absolute;
	padding: 0px 10px 10px 10px;
	z-index: 2000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
