@charset "utf-8";
/* CSS Document */


*{
	padding:0;
	margin:0;
}

body{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	background:url(../imagens/backSite.jpg) no-repeat center top #ef3545;
}

a{ text-decoration:none }
a:hover{ text-decoration:underline }

h1{
	font-size:30px;
	font-weight:bold;
	letter-spacing:-1px;
}

h2{
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}


.site{
	width:932px;
	text-align:center;
	margin:0 auto;
	display:table;
}

#topo{
	float:left;
	width:100%;
	height:250px;
	padding-top:21px;
	text-align:left;
	background:url(../imagens/topoMenu.jpg) no-repeat;
	background-position:15px bottom;
}
#topo img{ float:left }

#conteudo{
	float:left;
	width:902px;
	padding:0 15px 7px 15px;
	margin-bottom:100px;
	background-color:#FFF;
	text-align:left;
}


#colunaL{
	float:left;
	width:219px;
}

#menu{
	float:left;
	width:100%;
	font-family:Georgia;
	font-size:12px;
	position:relative;
	background:url(../imagens/menu_back.jpg) repeat-x #071c22;
	margin-bottom:25px;
	padding:0 0 20px 0;
}
#menu img.btl{ position:absolute; left:0; top:0 }
#menu img.btr{ position:absolute; right:0; top:0 }
#menu img.bbl{ position:absolute; left:0; bottom:0 }
#menu img.bbr{ position:absolute; right:0; bottom:0 }
#menu img.tpc{ float:left; margin:7px 0 30px 30px }
#menu a{
	float:left;
	width:100%;
	padding:0 0 13px 10%;
	display:block;
	color:#c6c6c6;
	text-decoration:none;
}
#menu a.act,#menu a:hover{
	color:#c2a812;/* #FFF */
	font-weight:bold;
}


#work{
	width:623px;
	padding:40px 25px 0 35px;
	float:left;
}
#work h1{ float:left; width:100%; padding-bottom:30px }

.claret{
	float:left;
	width:100%;
	color:#707070;
	font-style:italic;
	line-height:20px;
	padding-bottom:30px;
	background:url(../imagens/border_bottom.jpg) no-repeat bottom center;
	margin-bottom:45px;
}

.texto,.texto p{
	float:left;
	width:100%;
}
.texto p{ padding-bottom:20px; line-height:20px; }

.texto p a{
	text-decoration:none;
	color:#666;
}
.texto p a:hover{
	text-decoration:underline;
	color:#333;
}

.texto h3{font-size:20px; font-weight:bold; padding-bottom:20px; line-height:20px; }


#rodape{
	clear:both;
	display:block;
	float:left;
	width:96%;
	padding:2%;
	margin-top:100px;
	background:#071c22;
	border-bottom:1px solid #6a777a;
}
#rodape img.l{ float:left; }
#rodape img.r{ float:right; margin-top:10px; }

form label{
	float:left;
	width:100px;
	border-bottom:#f5f5f5 1px solid;
}

form input,form textarea{
	padding:2px;
	border-bottom:#666 1px solid;
	border-right:#666 1px solid;
	border-left:#ccc 1px solid;
	border-top:#ccc 1px solid;
	width:450px;
}

button{
	padding:5px;
	width:100px;
}

label.error{
	clear:both;
	float:left;
	width:70% !important;
	color:#990000 !important;
	font-size:12px !important;
	font-weight:normal !important;
	border:none !important;
	margin-left:100px;
}
