@charset "utf-8";
/*
	CSS Document
	Autor: Andre Carneiro - Lenoxweb - www.lenoxweb.com.br
*/

/* Definições Gerais */

*{
	color:#000;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Divs */

div#container{
	margin:0 auto;
	width:750px;
	height:auto;
	background:url(imagens/container_fundo.jpg) repeat-y;
}

div#header{
	width:750px;
	height:141px;
	background:url(imagens/header_background.jpg) center center no-repeat;
}

div#left-nav{
	border-top:1px solid #fff;
	float:left;
	width:149px;
	height:auto;
	text-align:center;
}

div#main{
	float:left;
	margin-top:1px;
	padding:10px;
	width:430px;
	height:auto;
}

div#right-nav{
	background-color:#fff;
	border:5px solid #318fcc;
	float:left;
	width:139px;
	height:auto;
	text-align:center;
}

div#footer{
	padding:2px 0 0 0;
	clear:both;
	width:750px;
	height:16px;
	background:url(imagens/footer_background.jpg) repeat-x;
}

/* Especialidades das DIVs */

/* header */

div#header h1{
	text-indent:-2000em;
	width:149px;
	height:141px;
	background:url(imagens/logo_4cantos.jpg) center center no-repeat;
}

div#header h1 a{
	display:block;
	width:149px;
	height:141px;
}

/* left nav */

div#left-nav ul{
	width:149px;
}

ul#menu li{
	list-style:none;
	height:30px;
	border-bottom:1px solid #fff;
}

ul#menu a{
	padding:5px 0;
	display:block;
	color:#fff;
	height:20px;
	background-color:#308fcc;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

ul#menu li a:hover {background:#689c8e;}
ul#menu li.active a {background:#d1271e;}

ul#enfeites{
	width:149px;
}

div#left-nav ul#enfeites li#arvore{
	list-style:none;
	width:149px;
	height:237px;
	background:url(imagens/enfeites.jpg) center center no-repeat;
}

/* main */

h2{
	font-size:18px;
	color:#a02a28;
}

h3{
	margin:10px 0;
	font-size:15px;
	color:#174e49;
}

div#main p{
	text-align:justify;
	margin:10px 0;
}

div#main ul, div#main ol{
	margin-left:25px;
}

div#main ul li, div#main ol li{
	text-align:justify;
	margin-top:10px;
}

div#main table#agenda{
	width:100%;
}

div#main table#agenda thead td{
	background-color:#d2d5dc;
	padding:10px;
	vertical-align:top;
}

div#main table#agenda td{
	background-color:#e6e9f0;
	padding:10px;
	vertical-align:top;
}

div#main a{
	color:#2f625b;
}

div#main dl.galeria-fotos{
	text-align:center;
	margin: 5px;
	height:180px;
	width:200px;
	float:left;
}

div#main dl.galeria-fotos dt img{border:0;}

div#main dl.galeria-fotos dd{
	margin-left:25px;
	width:150px;
}

/* right-nav */

ul#parceiros li{
	margin-bottom:15px;
	list-style:none;
}

ul#parceiros li a img{
	border:0;	
}

/* footer */

div#footer{
	border-top:1px solid #fff;
	text-align:center;
	font-size:10px;
}

div#footer small{
	color:#fff;
}

/* formulario de contato */

fieldset{
	margin:10px;
	border:0;
}

label{
	margin:5px 10px 5px auto;
	width:90px;
	float:left;
	text-align:right;
}

ul#opcoes li{
	margin:5px 10px 5px 60px;
	display:block;
}

input.bot_enviar, input.bot_apagar{
	font-weight:bold;
	height:20px;
}

input {
	height:18px;
}

input, textarea{
	color:#a02a28;
	background-color:#fff;
	border: 2px solid #245953;
	padding:3px 3px 2px 3px;
}

input.bot_enviar{
	height:25px;
	margin-left:80px;
}

input.bot_apagar{
	height:25px;
	margin-left:10px;
}

/* Classes */

.clearboth{
	clear:both;
}

div#main p.center{
	text-align:center;
}

.aesq{
	float:left; padding:2px;
}

.adir{
	float:right;
}

.nobord{border:0;}