*{
	margin: 0px;
}
body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1 {
	color: #017DC3;
	font-size: 14px;
	padding-bottom: 12px;
}
h2 {
	color: #F86909;
	font-size: 12px;
	padding-bottom: 10px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* - - - - -   C L A S S E S   - - - - - */

.img_esquerda {
	padding: 1px;
	border: 1px solid #C9C9C9;
}
.img_fotos {
	padding: 1px;
	border: 1px solid #999999;
}
.img_perfuracao {
	padding: 1px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.txt_clientes {
	padding-left: 10px;
	padding-bottom: 5px;
}
#conteudo_m_m li {
	line-height: 15px;
	margin-left: 30px;
}


/*  - - - - -   D I V ' s   - - - - - */

#wrapper_site {
	background: url(img/site_fundo.jpg) repeat-x top;
	padding-bottom: 5px;
}
#wrapper_rodape {
	background: url(img/rodape_fundo.jpg) repeat-x top;
}

#wrapper {
	margin: 0px auto;
	width: 995px;
}
#topo {
	width: 995px;
	height: 140px;
}
#anime {
	width: 995px;
	height: 355px;
}
#rodape {
	margin: 0px auto;
	width: 995px;
	height: 100px;
}

#conteudo_foto {
	width: 315px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}
#conteudo {
	width: 660px;
	float: left;
}
#conteudo_cima {
	width: 660px;
	height: 15px;
}
#conteudo_c_e {
	width: 20px;
	height: 15px;
	float: left;
}
#conteudo_c_m {
	width: 620px;
	height: 15px;
	background: url(img/borda_cima.jpg) top repeat-x;
	float: left;
}
#conteudo_c_d {
	width: 20px;
	height: 15px;
	float: left;
}
#conteudo_meio {
	width: 660px;
}
#conteudo_m_e {
	width: 20px;
	height: 340px;
	float: left;
}
#conteudo_m_m {
	width: 600px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 335px;
	height: auto !important;
	height: 335px;
	background: url(img/borda_meio.jpg) top repeat-x;
	float: left;
}
#conteudo_m_d {
	width: 20px;
	height: 340px;
	float: left;
}

/*  - -  I N T E R N A S   - - */

#clientes1 {
	width: 270px;
	padding-right: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#clientes2 {
	width: 265px;
	padding-left: 30px;
	float: left;
}
#perfuracao_txt {
	width: 390px;
	padding-right: 10px;
	float: left;
}
#perfuracao {
	text-align: center;
	font-size: 10px;
	width: 200px;
	padding-top: 30px;
	float: left;
}

/*  - -  F O T O S   - - */

#conteudo_f {
	width: 995px;
	float: left;
}
#conteudo_cima_f {
	width: 995px;
	height: 15px;
}
#conteudo_c_m_f {
	width: 955px;
	height: 15px;
	background: url(img/borda_cima.jpg) top repeat-x;
	float: left;
}
#conteudo_meio_f {
	width: 995px;
}
#conteudo_m_m_f {
	width: 935px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 335px;
	height: auto !important;
	height: 335px;
	background: url(img/borda_meio.jpg) top repeat-x;
	float: left;
}
#conteudo_m_m_f h1 {
	color: #017DC3;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#fotos {
	width: 139px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 10px;
	color: #666666;
	text-align: center;
	float: left;
	height: 160px;
}
#foto {
	width: 139px;
	height: 105px;
	padding-bottom: 8px;
}

/*  - - - - -   E X T R A S   - - - - - */

#pontilhado {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
#clear_both {
	height: 0px;
	overflow: hidden;
	clear: both;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#acertos {
	color: #FFFFFF;
	background-color: #006600;
	display: block;
	border: 1px solid #00CC00;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
