*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2D4970;
}

body{
	text-align:center;
	background:url(img/body.png) repeat-x top
}

#header{ /* HEADER */
	height:350px;
	background:#213858 url(img/header.jpg) no-repeat center top;
}

#branding{
	width:960px;
	height:350px;
	margin:0 auto;
	text-align:left;
	background:#213858 url(img/header.jpg) no-repeat center top;
}

#modulo1{ /* MODULO MENU */
	width:440px;
	height:350px;
	float:left;
	overflow:hidden;
}

#modulo1 h1{
	width:152px;
	height:199px;
	float:left;
	display:inline;
	margin-left:65px;
	background:#E5E5E5 url(img/h1_logo.jpg) no-repeat;
}

#modulo1 h1 a{
	width:118px;
	height:130px;
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	position:relative;
	left:15px;
	top:40px;
	background:url(img/logo.gif) no-repeat;
}

#modulo1 .submenu{
	width:440px;
	height:103px;
	float:left;
}

#modulo1 .submenu ul{
	width:110px;
	height:83px;
	float:left;
	background:#395A87 url(img/menu_top.gif) no-repeat bottom;
	padding:10px 0 13px 0;
	visibility:hidden;
	overflow:hidden;
	position:relative;
	top:13px;
}

#modulo1 .submenu ul li{
	list-style:none;
	float:left;
}

#modulo1 .submenu ul li a{
	width:100px;
	padding:2px 5px 2px 5px;
	color:#FFF;
	text-decoration:none;
	float:left;
	font-size:11px;
	list-style:none;
}

#modulo1 .submenu ul li a:hover{
	background:#45648E
}

#modulo1 .menu{
	width:440px;
	height:48px;
	float:left;
	overflow:hidden;
}

#modulo1 .menu ul li{
	float:left;
	list-style:none;
}

#modulo1 .menu ul li a{
	float:left;
	width:110px;
	height:48px;
	line-height:48px;
	text-align:center;
	letter-spacing:-1px;
	text-decoration:none;
	color:#FFF;
}

#modulo1 .menu ul li a:hover{
	background:url(img/menu_hover.gif) no-repeat center top
}

#modulo2{
	background:url(img/headerbg.jpg) no-repeat;
	float:right;
	width:520px;
	height:350px;
}

#modulo2 ul{ /* MODULO FLASH */
	width:60px;
	float:right;
}

#modulo2 li{
	width:14px;
	height:14px;
	margin:6px 0 6px 0;
	padding:0 6px 0 6px;
	float:left;
	list-style:none;
}

#modulo2 li.icHome{
	border-right:#7A889B 1px solid;
}

#modulo2 li a{
	width:14px;
	height:14px;
	float:left;
	overflow:hidden;
	text-indent:-999px;
	background:url(img/ic_contato.gif) no-repeat center 2px;
}

#modulo2 li.icHome a{
	background:url(img/ic_home.gif) no-repeat center 0;
}

#modulo2 li a:hover{
	background:url(img/ic_contato.gif) no-repeat center -10px;
}

#modulo2 li.icHome a:hover{
	background:url(img/ic_home.gif) no-repeat center -13px;
}

#container{ /* CONTEUDO */
	float:left;
	width:100%;
	padding-bottom:30px;
	background:#EAEAEA url(img/body.png) repeat-x left -350px;
}

#conteudo{ 
	width:960px;
	margin:0 auto;
	padding-top:40px;
	background:url(img/conteudo.jpg) no-repeat center top;
	text-align:left;
}

#footer{ /* RODAPE */
	width:100%;
	height:100px;
	float:left;
	background:#FFF;
}

#rodape{
	width:960px;
	height:90px;
	padding-top:10px;
	margin:0 auto;
	text-align:left;
	border-top:#CCC 4px solid;
	position:relative;
	top:-3px;
	background:#FFF url(img/rodape.jpg) no-repeat center 1px;
}

#rodape .endereco{
	padding-left:10px;
	float:left;
}

#rodape .endereco p{
	font-size:11px;
	margin-bottom:4px;
}

#rodape .endereco address{
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	float:left;
	margin-right:20px;
	background:url(img/ic_telefone.gif) no-repeat left;
	padding:2px 0 2px 20px;
}

#rodape .endereco a{
	font-size:11px;
	float:left;
	background:url(img/ic_mail.gif) no-repeat left;
	padding:2px 0 2px 20px;
}

#rodape h2 a{
	width:62px;
	height:25px;
	overflow:hidden;
	text-indent:-999px;
	background:url(img/webby.gif) no-repeat;
	float:right;
	margin:6px;
}