html
{
	font: normal 13px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

/* Estrutura */

body{
	padding: 0;
	width: 100%;
	margin: 0 auto;
	background: url(../img/fundo_bg.jpg);
	color: #48251A;
}

body a{
	color: #3F4248;
	text-decoration:none;
	font-weight:bold;
	cursor: pointer;
}

body a:hover,
body a:active
{
	text-decoration:underline;
}

body span{
	font-weight:bold;
}

/* ELEMENTOS HTML */
p{
	text-align:justify;
}

h1{
	border-bottom: 5px solid #564A4A;
}

/* CABECALHO */
#fundo_topo{
	background: url(../img/fundo_topo.jpg) repeat-x;
	z-index:-2;
	width:100%;
	height:91px;
	position:absolute;
	top:0px;
	left:0px;
}

#fundo_topo_2{
	background: url(../img/fundo_topo_2.jpg) repeat-x;
	z-index:-1;
	width:100%;
	height:50px;
	position:absolute;
	top:91px;
	left:0px;
}

#site{
	padding: 0;
	width: 750px;
	margin: 0 auto;
	text-align:left;
	background: transparent;
	min-height: 500px;
}

#topo{
	background: url(../img/topo.gif) no-repeat;
	width:750px;
	height:203px;
	clear:both;
	margin-bottom:20px;
}

#logo{
	background: url(../img/logotipo.gif) no-repeat;
	margin-left:0px;
	margin-top:50px;
	width:143px;
	height:154px;
	float:left;
	cursor: pointer;
}

#menu{
	margin-top:110px;
	margin-left:125px;
	_margin-left:85px;
	width:400px;
	float:left;
}

/* MENU */

#menu ul{
	list-style: none;
	float:left;
	margin-top: 0px;
}

#menu ul li{
	margin-bottom:3px;
	text-align: right;
}

#menu ul li a{
	color: #A13514;
	font-weight: bold;
	font-size: 15px;
}

#menu ul li a:hover{
	text-decoration:none;
	color: #D94214;
}

/* CONTEUDO */
#conteudo{
	width:730px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	overflow: hidden;
}

#conteudo .separador_pagina{
	width:360px;
	float:left;
}

#conteudo .topico{
	width:257px;
	height:67px;
	margin-left: 15px;
	background: url(../img/bg_h.gif) no-repeat;
}

#conteudo .topico .desc_topico{
	width:203px;
	height:30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top:32px;
	clear:both;
}

/* PAGINACAO */
#conteudo .paginacao{
	background: none;
	text-align: center;
	clear:both;
	width:100%;
	margin-bottom:10px;
}

#conteudo .paginacao a{
	color:#1C458A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#conteudo .paginacao a:hover{
	text-decoration: underline;
}

/* EXPOSICAO */
#exposicao .it_exposicao{
	width: 130px;
	height: 170px;
	padding: 10px;
	background-color: #fff;
	border: 4px solid #A98276;
	float:left;
	text-align: center;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	overflow: hidden;
}

#exposicao .it_exposicao img{
	border: 2px solid #564A4A;
}

#exposicao .it_exposicao div{
	text-align: center;
	color:#564A4A;
	font-weight: bold;
	height: 35px;
	padding: 0px;
	overflow: visible;
	margin-top: 5px;
	clear: both;
}

#exposicao .it_exposicao a:hover{
	text-decoration: none;
}

#exposicao .it_exposicao .preco{
	color:#0F83A9;
	margin-top:5px;
	height: 15px;
}

/* NOTICIAS */
#noticia ul{
	list-style-image: url(../img/icone_listagem.gif);
}

#noticia ul li{
	border-bottom: 1px solid #564A4A;
	margin-top:10px;
	padding-left:25px;
}

/* NAVEGACAO PLANTEL */
#conteudo .navegacao_plantel{
	float:left;
	width:200px;
	padding-right: 5px;
}

#conteudo .navegacao_plantel ul{
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}

#conteudo .navegacao_plantel li{
	background: url(../img/bg_categoria.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	color:#1B75BB;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 0px;
}

#conteudo .navegacao_plantel li a{
	color:#fff;
	font-size: 14px;
}

#conteudo .navegacao_plantel li a:hover{
	text-decoration:none;
	color:#FDD056;
}

/* EXIBICAO PLANTEL */
#conteudo .exibicao_plantel{
	float:left;
	width:510px;
	margin-left: 10px;
}

/* VISUALIZACAO DE CAVALO */
#fotos_cavalo{
	clear:both; 
	margin-top:20px; 
	text-align:center; 
	width:100%; 
	margin-bottom:20px;	
}

#proposta form { }

#proposta form fieldset{
	border:0;
	width:340px;
	margin-top:-10px;
}	

#proposta form fieldset dt{
	clear:both;
	float:left;
	color:#2D556E;
	font-size:12px;
	font-weight: bold;
	width:100%;
	margin:0px;
	text-align: left;
}	

#proposta form fieldset dd{
	clear:both;
	float:left;
	width: 100%;
	margin:0px;
	margin-bottom:5px;
}	

#proposta form fieldset dd input,
#proposta form fieldset dd textarea,
#proposta form fieldset dd select{
	color:#2D556E;
	font-size: 12px;
	border:1px solid #2D556E;
	width: 100%;
}	

#proposta form fieldset dd textarea{
	height:170px;
}	

#proposta form fieldset p{
	width: 100%;
}

#proposta form fieldset p input{
	color:#fff;
	cursor: pointer;
	background-color:#2D556E;
	font-size: 11px;
	border:1px solid #000;
	width: auto;
	padding:3px;	
	margin-top:10px;
	margin-right:5px;
}	

/* PROFISSIONAIS */
#profissionais ul{
	height:360px;	
	list-style: none;
}

#profissionais ul li{
	width:300px;
	height:350px;	
	margin:10px;
	float:left;
	text-align:center;
}

#profissionais ul li img{
	clear:both;
}

#profissionais ul li p{
	width:100%;
	text-align:center;
	float: left;
	font-size: 15px;
}

/* RODAPE */
#rodape{
	background-color: transparent;
	text-align: center;
	width:100%;
	position:relative;
	left:0px;
	clear:both;
	margin-top:50px;
}

#fundo_rodape{
	background: url(../img/fundo_rodape.jpg) repeat-x;
	z-index:-1;
	width:100%;
	height:80px;
	position:relative;
	left:0px;
	clear:both;
}

/* ERROS */
label.error { margin-left: auto; color: #FF0000; font-weight: bold; font-size: 12px; display: block; padding: 5px; padding-left: 18px; background:url("../img/unchecked.gif") no-repeat 0px 5px; }
input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
select.error { border: 1px dotted red; }
div.error { border: thin red dotted; display: none; padding: 5px; background: #FFFFE0; margin: 10px;}

/**
 * Overwrite for having a carousel with dynamic width.
 */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 650px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 650px;
}