/* ------------------ */
/* ----- Layout ----- */
/* ------------------ */
html {
	background-color: #D7D7D4;
	/*background: #FDFDF8 url(../img/layout/geral/bg_html.png) 0 0 repeat-x;*/
}
body {	
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #444;
	min-width: 760px;
	visibility: visible;
}

#body2 {
	background: #FDFDF8 url(../img/layout/geral/bg_html.png) 0 0 repeat-x;
}

#corpo {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#wrapper {
	background: transparent url(../img/layout/geral/bg_wrapper.png) 0 50px no-repeat;
	width: 760px;
	display: inline;
	float: left;
	clear: both;
	line-height: 150%;
	cursor: default;
	position: relative;
}
#conteudo {
	width: 700px;
	padding: 20px 30px 20px 30px;
}
#conteudo h2 {
	display: block;
	width: 185px;
	height: 44px;
	text-indent: -1000em;
	overflow: hidden;
}


/* ---------------- */
/* ----- Logo ----- */
/* ---------------- */
#topo h1 {
	float: left;
	display: inline;
	margin: 15px 0 0 35px;
}
#topo h1 a {
	background: transparent url(../img/layout/geral/logo.gif) 0 0 no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	width: 212px;
	height: 86px;
}


/* ---------------- */
/* ----- Menu ----- */
/* ---------------- */
#topo ul {
	background: transparent url(../img/layout/geral/bg_menu_ul.gif) 0 0 repeat-x;
	float: right;
	display: inline;
	margin: 55px 15px 0 0;
	/*padding: 2px 5px;*/
}
#topo ul li {
	background: transparent url(../img/layout/geral/bg_menu_li.gif) 0 0 repeat-x;
	display: inline;
	float: left;
	list-style: none;
	margin: 3px 0;
}
#topo ul li.first { margin-left: 12px; }
#topo ul li.last { margin-right: 4px; }
#topo ul li a {
	display: block;
	margin: 8px 5px;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	border-right: 1px solid #BEAC70;
}
#topo ul li a:hover { text-decoration: underline; }
#topo ul li.last a { border: none; }

/* ----------------------- */
/* ----- Formularios ----- */
/* ----------------------- */
#conteudo label {
	display: block;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	margin: 6px 0 2px 0;
	letter-spacing: -1px;
}
#conteudo input,
#conteudo button,
#conteudo textarea,
#conteudo select {
	background: #FFF url(../img/layout/admin/bg_input.gif) top center repeat-x;
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 4px;
	font-size: 14px;
}
#conteudo input:focus,
#conteudo button:focus,
#conteudo textarea:focus,
#conteudo select:focus {
	border-color: #999;
}
#conteudo button {
	background: transparent url(../img/layout/geral/bt_enviar.gif) 0 0 no-repeat;
	position: absolute;
	cursor: pointer;
	display: block;
	width: 77px;
	height: 33px;
	border: none;
	text-indent: -1000em;
	overflow: hidden;
}


/* ------------------ */
/* ----- Rodape ----- */
/* ------------------ */
#rodape {
	background: transparent url(../img/layout/geral/bg_rodape.png) 0 0 repeat-x;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#rodape .wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 15px 0;
	color: #FFF;
	clear: both;
}
#rodape a.epson, #rodape a.epson_ultra {
	margin: 15px 0 18px 0;
	display: inline;
	float: left;
	text-indent: -1000em;
	overflow: hidden;
	height: 40px;
}
#rodape a.epson {
	background: transparent url(../img/layout/geral/logo_epson.gif) 0 0 no-repeat;
	width: 117px;	
	margin-right: 22px;
	margin-left: 28px;
}
#rodape a.epson_ultra {
	background: transparent url(../img/layout/geral/logo_epson_ultra.gif) 0 0 no-repeat;
	width: 98px;		
}
#rodape p {
	float: right;
	display: inline;
	text-align: right;
	color: #444;
	font-size: 11px;
	margin-right: 26px;
	margin-top: 45px;
}
#rodape p a {
	font-weight: bold;
	text-decoration: none;
	color: #767646;
	white-space: nowrap;
}
#rodape p a:hover {
	text-decoration: underline;
}


/* --------------------- */
/* ----- Paginacao ----- */
/* --------------------- */
ul.paging {
	height: 35px;
	text-align: center;
	margin: 10px auto;
	list-style: none;
}
ul.paging li.title {
	display: none;
}
ul.paging li {
	font-size: 14px;
	margin: 0;
	list-style: none;
	display: inline;
}
ul.paging li a {
	background: #FFF;
	border: 1px solid;
	border-color: #EEE #CCC #CCC #EEE;
	color: #069;
	padding: 0 8px;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
ul.paging li a:hover {
	color: #C00;
	border-color: #C00;
}
ul.paging li.numbers span.current {
	color: #C00;
	font-weight: bold;
	padding: 0 8px;
}
div.pagingCounter {
	display: none;
}
