/*CSS - 2a1n0d5e2r0l0i9s.com
	Figuracao=WBSP
	modelo= 15
*/
*{/*zerando todas as margens e espaços*/
margin: 0;
padding:0;}

ul{list-style:none;}/*elimina o símbolo das listas*/

/*-------TAGS-------*/
body{
background-color:#E74F05;
font:11px Arial, Helvetica, sans-serif;
text-align:center;}

a{
color:#fff;
text-decoration:none;}

a:hover{text-decoration:underline;}

a img{border:none;}

address{font-style:normal;}

p{margin:7px;}

/*-------CLASSES-------*/
.direita{float:right;}

.esquerda{float:left;}

.nivelador{zoom:1;}/*limpa elementos com float no IE7 ou menor*/

.nivelador:after{/*limpa todos os elementos com float*/
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;}

.title{
font:18px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
padding-left:10px;}

/*-------IDs-------*/
#caixa_esquerda_foto{
	background:url(../imagens/caixa_esquerda_foto.jpg) top no-repeat;
	min-height:183px;
	padding:35px 10px 10px 10px;
	width:336px;
}

#caixa_esquerda_foto .title{margin-bottom:20px;}

#coluna_direita{
background:url(../imagens/coluna_direita.jpg) repeat-y;
float:right;
width:414px;}

#coluna_direita_base{
background:url(../imagens/coluna_direita_base.jpg) bottom no-repeat;
min-height:395px;
padding:14px 160px 10px 10px;
width:244px;}

#coluna_direita_base img{
	display:block;
	padding-left: 10px;
}

#coluna_direita_base .espaco_esq{padding-left:50px;}

#coluna_direita_topo{background:url(../imagens/coluna_direita_topo.jpg) top no-repeat;}

#coluna_esquerda{
color:#fff;
float:left;
width:356px;}

#geral{
background:url(../imagens/geral.jpg) repeat-y;
margin:0 auto;
text-align:left;
width:770px;}

#rodape{
	border:3px solid #502e30;
	font-size:12px;
	padding:10px;
	text-align:center;
	float: left;
	color: #CCCCCC;
	width:745px;
}

#rodape li{display:inline;}

#rodape li a{
	color:#fff;
	font-size: 10px;
}

#rodape li a:hover{text-decoration:underline;}

#topo{
height:209px;
width:770px;}

#topo_esquerda{background:url(../imagens/topo_esquerda.jpg) repeat-y;}

#topo_esquerda_int{
	background:url(../imagens/topo_esquerda_int.jpg) top;
	color:#000;
	min-height:171px;
	padding:10px;
	width:336px;
}








form { 
	width:310px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333;
	text-align:left;
	padding: 0 0.2em 0.2em 0.2em;		  
	}

form fieldset {
	border:0;
	}

form label {
	display:block;
	width:6.5em;
	margin-top:9px;
	float:left;
	}

form input {
	display:block;
	width:15em;
	margin-top:5px;
	border: 1px solid #ccc;
	}

form .limpo{
	background-color:#000;
	width:0;
	margin-top:0;
	border:none;
	}

form input#enviar {
	margin-top:5px;
	width:auto;
	position:relative;
	float:left;
	}

form input#limpar{
	margin-top:5px;
	width:auto;
	float:right;
	}

form textarea {
	border:1px solid #ccc;
	display:block;
	margin-top:5px;
	width:15em;
	}
form select {
	background-color:#333;
	color:#FFF;
	margin-top:1em;
	margin-bottom:1em;
	border:1px solid #ccc;
	}

#contato{
	margin: 0 auto;
	width:310px;
}
