/* CSS Document */

h1 {
	font-size:16px;
	text-align:center;
}

h2 {
	color:#003D74;
	font-size:12px;
	margin-top:20px;
	margin-bottom:5px;
}

a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}

p {
 margin-top:10px;
 margin-bottom:0px;
}

/* chassis */

body {
	color:#000000;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-left:0px;
}

#root {
  	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	margin-top: 2px;
	background-color:#FFFFFF;
}

#top {
	width:900px;
	height:180px;
	background-image:url(../img/bg_top.gif);
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	border-bottom-style:none;
}


#mid {
	padding-left:200px;
	padding-right:10px;
	margin:0px;
	width:690px;
	background-image:url(../img/bg_mid.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border-color:#CCCCCC;
	border-width:1px;
	border-left-style:solid;
	border-right-style:solid;

}

#bottom {
	width:894px;
	padding:3px;
	height:14px;
	background-image:url(../img/bg_bottom.gif);
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
}


#cred {
	font-size:9px;
}
/* menu */

#menu {
	position:absolute;
	top:200px;
	left:5px;
	width:140px;
	z-index:2;
	font-weight:bold;
}

#menu p {
	width:120px;
	height:20px;
	padding-top:8px;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:2px;
	background-image:url(../img/bg_bt.jpg);
}

#menu a:link {
	color:#000000;
	text-decoration:none;
}

#menu a:visited {
	color:#000000;
	text-decoration:none;
}

#menu a:hover {
	color:#0000FF;
	text-decoration:none;
}

/* home */

#home {
	/*width:700px;*/
	height:390px;
}

#home h3 {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#003D74;
	margin-top:0px;
	margin-bottom:0px;
}

#home_menu {
	position:absolute;
	top:180px;
	left:180px;
	width:320px;
	height:270px;
	padding-top:20px;
	background-image:url(../img/home_bgmenu.png);
}

#home_menu th {
	height:29px;
	vertical-align:top;
}
#home_menu td {
	height:33px;
	vertical-align:middle;
}

#home_menu h2 {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:15px;
}

#home_menu a:link {
	color:#000000;
	text-decoration:none;
}

#home_menu a:visited {
	color:#000000;
	text-decoration:none;
}

#home_menu a:hover {
	color:#0000FF;
	text-decoration:none;
}

.home_bar {
	width:290px;
	height:1px;
	margin-top:5px;
	margin-bottom:10px;
}

#home_bar1 {
	position:absolute;
	top:480px;
	left:190px;
}

#home_vbar {
	position:absolute;
	top:180px;
	left:530px;
	width:1px;
	height:350px;
	background-image:url(../img/bg_vbar.gif);
}

#home_contato {
	position:absolute;
	top:510px;
	left:190px;
	width:290px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

#home_empresa {
	position:absolute;
	top:200px;
	left:570px;
	width:290px;
}

#home_destaques {
	position:absolute;
	top:400px;
	left:570px;
	width:290px;
}


/* quemsomos */

#quemsomos {
	height:390px;
}

/* servicos */

#servicos {
	height:530px;
}

/* informativos */

#informativos {
	height:390px;
}

/* clientes */

#clientes {
	height:390px;
}

/* links */

#links {
	height:390px;
}

/* contato */

#contato {
	height:390px;
}

