body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#c1c1c1;
	font-family:Arial;
	font-size:12px;
}

img { border:0; }

label { float:left; width:110px; height:18px; line-height:19px; font-weight:bold; }

input { width:250px; border-left:1px solid #99b4d1; border-top:1px solid #99b4d1; border-right:1px solid #d2dfee; border-bottom:1px solid #d2dfee; margin-bottom:5px; }
textarea { width:250px; border-left:1px solid #99b4d1; border-top:1px solid #99b4d1; border-right:1px solid #d2dfee; border-bottom:1px solid #d2dfee; margin-bottom:5px; }
.botao { width:120px; height:20px; font-size:11px; background-color:#FFFFFF; }

#all {
	position:relative;
	width:780px;
	margin:0 auto;
}

#logo {
	position:relative;
	width:780px;
}

.logo { float:left; margin-left:10px; }
.logonome { float:left; margin-left:15px; }

#login {
	position:absolute;
	width:200px;
	right:5px;
	top:0;
	border:1px solid #999;
	padding:5px;
}

#login h2 { border-bottom:3px solid #666; color:#666; font-size:16px; margin:0; padding:0; }

#login form { padding:0; margin:0; }
#login input { width:178px; border-top:1px solid #666; border-left:1px solid #666; border-bottom:1px solid #DEDEDE; border-right:1px solid #DEDEDE; margin:0; margin-top:6px; }

input.user { background-image:url(images/login_user.gif); background-repeat:no-repeat; background-position:2px 1px; padding-left:20px; }
input.senha { background-image:url(images/login_chave.gif); background-repeat:no-repeat; background-position:2px 1px; padding-left:20px; }

#main { width:780px; margin-top:10px; }

.maintop { width:780px; height:11px; background-image:url(images/main_top.png); background-repeat:no-repeat; }
.mainmiddle { 	width:778px; position:relative; border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd; background-color:#FFFFFF; } 
.mainbottom { width:780px; height:11px; background-image:url(images/main_bottom.png); background-repeat:no-repeat; }

#content { 
	width:760px; /* 778px */ 
	padding-left:9px;
	padding-right:9px;
	margin-top:5px;
	min-height:380px;
	height:auto !important;
	height:380px;
}

	#content p { margin:0; text-indent:25px; padding-bottom:10px; }
	#content h3 { font-size:14px; color:#333333; padding:10px; }

#menu { width:760px; height:33px; background-image:url(images/menu_bg.png); margin-left:9px; }

#nav { list-style-type:none; margin:0; padding:0; margin-left:5px;}

.menuli {
	position: relative;
	float:left;
	width:123px;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
}

.menuli a { width:123px; height:23px; color:#FFFFFF; text-decoration:none; display:block; margin-top:5px; }
.menuli a:hover { color:#666666; background-image:url(images/menu_li_bg.gif); background-repeat:no-repeat; display:block; }
	
.menuli ul {
	position: absolute;
	top: 24px;
	display: none;
	left:0px;
}

.ie .menuli ul {
	position: absolute;
	left:0px;
	display: none;
}	
	
.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 121px;
	background-color:#e0e0e0;
	border-left:1px solid #919191;
	border-right:1px solid #919191;
	border-bottom:1px solid #919191;
}

.ie .submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 121px;
	background-color:#d4d3d3;
	border-left:1px solid #919191;
	border-right:1px solid #919191;
	border-bottom:1px solid #919191;
}

.submenuli a {
	width:115px;
	height:20px;
	display: block;
	text-decoration: none;
	color: #777;
	background-image:url(images/submenu_li.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:left;
	line-height:20px;
	margin:0;
	padding:3px;
}

.submenuli a:hover { background-image:url(images/submenu_li.gif); color:#333333; }
	
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

li:hover ul, li.over ul { display: block; }

#rodape { width:760px; padding-top:10px; margin:0 auto; text-align:center; border-top:1px solid #DEDEDE;  }

.selo { width:765px; /* 760px */ padding-top:10px; margin:0 auto; text-align:right; }

/* Principal */

#galeria { width:540px; margin:0 auto; margin-top:10px; margin-bottom:10px; }
#galeria a { }
#galeria img { border:1px solid #d0d0d0; padding:2px; margin:5px; }

/* Fim Principal */

/* Tabelas Práticas */

caption { font-weight:bold; margin:10px; }

#tabelas_praticas {
	width:700px;
	margin:0 auto;
	margin-top:15px;
}

#tabelas_praticas table {
	width:700px;
}

.trtitulo {
	background-color:#DEDEDE;
}

.tditem {
	border-left:1px solid #EAEAEA;
	border-top:1px solid #EAEAEA;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	font-weight:bold;
	color:#333333;
}

.tditemdesc {
	border-bottom:1px solid #EAEAEA;
	color:#333333;
}

/* Fim Tabelas Práticas */

/* Servicos */

.divservicos {
	
}

.divservicos ul { margin:0; padding:0; list-style-type:disc; margin-left:35px; }
.divservicos ul li { line-height:20px; float:none; }

/* Fim Servicos */
