@charset "utf-8";
*{
	padding:0;
	margin:0;
	outline:none;
	font-family:Tahoma, Geneva, sans-serif;
}
body{
	background:url(../img/fundo.jpg) repeat-x #26449c;
}
fieldset{
	border:none;
}
legend{
	display:none;
}
h2{
	color:#555;
	padding:10px 30px 5px 30px;
	font-weight:normal;
}
#site{
	margin:0 auto;
	width:900px;
}
#header{
	background:url(../img/logo.jpg) no-repeat;
	height:167px;
}
#menu{
	float:left;
	width:100%;
	height:34px;
	list-style:none;
	padding-left:14px;
	overflow:hidden;
}
#menu li{
	float:left;
}
#menu a:hover img{
	margin-top:-34px;
}
#menu a img{
	border:none;
}
#content{
	clear:both;
	background:url(../img/sombracontent.png) repeat-y;
	height:auto;
	padding:0 14px;
}
#page{
	float:left;
	width:700px;
	padding-bottom:5px;
}
#sidebar{
	float:right;
	width:172px;
	background:url(../img/sombra.jpg) repeat-x;
	height:auto;
	padding:10px 0 0 0;
}
#sidebar .box{
	width:165px;
	border:1px solid #ccc;
	text-align:center;
	margin-bottom:10px;
	font-size:11px;
	color:#555;
	padding-bottom:10px;
}
#sidebar .box ul{
	list-style:none;
}
#sidebar .box li{
	padding:3px 0;
}
#sidebar .box h1{
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#fff;
	background:#ccc;
	padding:5px 0;
	margin-bottom:10px;
}
.title{
	font-weight:normal;
	font-size:25px;
	line-height:95px;
	height:95px;
	padding:0 30px;
	color:#fff;
	background:url(../img/title.jpg) no-repeat;
}
.red{
	color:#c82f16;
}
#footer{
	clear:both;
	padding-top:15px;
	height:57px;
	background:url(../img/footer.jpg) repeat-x;
	text-align:center;
	font-size:11px;
	color:#555;
}
#apresentacao{
	background:url(../img/intro.jpg) no-repeat;
	width:700px;
	height:200px;
	position:relative;
}
#apresentacao h1{
	font-size:12px;
	color:#555;
	position:absolute;
	left:170px;
	width:500px;
	top:60px;
	font-weight:normal;
}
#apresentacao ul{
	position:absolute;
	left:200px;
	top:95px;
	font-size:11px;
	color:#555;
}
#apresentacao li{
	line-height:20px;
}
.texto{
	padding:20px;
}
.texto p{
	font-size:11px;
	color:#555;
	padding:10px 20px;
}
.texto h1{
	color:#555;
	padding:10px;
	font-weight:normal;
}
.texto h2{
	color:#555;
	padding:10px;
	font-weight:normal;
}
.texto ul{
	font-size:11px;
	color:#555;
	padding:0 35px;
}
.texto img{
	background:#fff;
	border:2px solid #ccc;
	padding:10px;
}
.center{
	display:block;
	text-align:center;
}
#promo{
	clear:both;
	padding-top:5px;
}
#promo img{
	float:left;
}
#portfolio{
	text-align:center;
	list-style:none;
	padding-left:10px;
}
#portfolio li{
	float:left;
	padding-right:5px;
}
#portfolio a img{
	border:2px solid #ccc;
	background:#fff;
	padding:5px;
}
#contato{
	position:relative;
}
#contato form{
    left:130px;
	float:left;
	width:500px;
    margin-left:80px;
    _margin-left:30px;
}
#contato form h2{
	text-align:center;
    padding-top:30px;
}
#contato input,#contato textarea,#contato select{
	width:500px;
}
#contato label{
	font-size:12px;
}
#contato span{
	display:block;
	padding-top:10px;
	width:100%;
	text-align:center;
}
#contato #enviar{
	width:100px !important;
}
#contato #vcard{
	float:left;
    text-align:center;
    width:100%;
}