@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}

a {
	outline:none;
}

body {
	margin:0;
	background-color: #f7f7f7;
	background-image: url(imgs/bg_top.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
}

#tudo {
	position:relative;
	min-height: 100%;
}

#cont {
	padding-bottom:30px;
}

* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}

#rod {
	position: absolute;
	bottom: 0;
	width:100%;
	height:38px;
	text-align:center;
	background-image: url(imgs/bg_rod.jpg);
	background-repeat: repeat-x;
}

#txtrod {
	color:#A3452F;
	font-weight:bold;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px 0 0 0;
}

/*________________________________________________*/

#nav {
	width:660px;
	height:35px;
	background-image:url(imgs/img_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 auto;
}

#top {
	width:980px;
	height:313px;
	margin:0 auto;
}

#img {
	width:645px;
	height:310px;
	float:right;
	margin:11px 0 0 0;
}

#logo {
	width:236px;
	height:152px;
	float:left;
	margin:64px 0 0 20px;
}

.txtContato {
	width:210px;
	border:1px solid #e6e6e6;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#contatoInfo {
	width:350px; float:right; font-size:14px; font-weight:bold; color:#C1272D;
}

#contatoInfo a {
	text-decoration:none;
	color:#FBB03B;
}

#contatoInfo a:hover {
	text-decoration:underline;
}

.servicosP {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight:bold;
	
}
