/**
* www.ghsweb.com.br
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg_body.png) repeat-x;
	color: #000;
	font: 13px Arial, Tahoma, sans-serif;
}

a {
	color: #B00000;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#bg {
	/* --- */
}

#site {
	width: 940px;
	margin: 0 auto;
}

h1 a {
	float: left;
	display: block;
	width: 353px;
	height: 48px;
	background: url(../img/logo.png);
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 19px;
}

#atendimento {
	float: right;
	margin-top: 13px;
	height: 66px;
}

#menu {
	padding: 8px 0 0 75px;
}

#menu dl {
	margin-top: 1px;
	height: 48px;
}

#menu dt {
	padding-top: 2px;
	display: block;
	float: left;
}

#menu a {
	text-align: center;
	display: block;
	color: #FFF;
	font: bold 15px Arial;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 10px;
	padding: 9px 20px 7px 20px;
}

#menu a:hover {
	background: #808080 url(../img/menu_hover.gif) repeat-x;
}

#menu dt#menu_selected a {
	padding: 0;
	background: url(../img/menu_sel_bg.png) no-repeat;
	color: #000;
}

#menu dt#menu_selected a span {
	display: block;
	background: url(../img/menu_sel_right_bg.png) no-repeat right;
	padding: 12px 20px 19px 20px;
}

#desc_page {
	height: 121px;
}

#conteudo {
	margin: 20px 0;
}

#conteudo p {
	margin-bottom: 20px;
}

#final {
	background: url(../img/bg_final.png) repeat-x;
}

#pre_rodape {
	width: 940px;
	margin: 0 auto;
}

.pri {
	float: left;
	width: 180px;
	height: 196px;
	background: url(../img/linha_separadora_pref.gif) right no-repeat;
	padding: 20px 0 0 20px;
}

.pri h4 {
	color: #A70000;
	font: bold 17px Arial;
	text-transform: uppercase;
}

.pri dl {
	margin: 14px 0 0 10px;
}

.pri dt {
	margin-bottom: 3px;
}

.pri a {
	color: #292929;
}

#busca {
	width: 253px;
	height: 168px;
	background: url(../img/bg_busca.gif) no-repeat;
	padding-left: 2px;
}

#busca h4 {
	font-size: 17px;
	padding: 20px 0 0 80px;
}

#busca form {
	margin-top: 30px;
}

#busca_txt {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 6px 10px;
	font-size: 16px;
}

#busca button {
	display: block;
	margin: 10px auto 0 auto;
	padding: 6px 10px;
}

#rodape {
	width: 940px;
	margin: 0 auto;
}

#rodape_l  {
	float: left;
	background: url(../img/logo_rodape.png) 0 25px no-repeat;
	color: #FFF;
	font-size: 12px;
	padding: 14px 0 0 230px;
}

#rodape_l a {
	color: #D0D0D0;
}

a#ghsweb {
	float: right;
	display: block;
	width: 92px;
	height: 78px;
	background: url(../img/ghsweb.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

ul, ol {
	margin-left: 45px;
}

li {
	margin-bottom: 6px;
}

h2 {
	margin-bottom: 20px;
}

fieldset {
	border: 1px solid #D0D0D0;
	margin-bottom: 15px;
	padding: 30px 20px 20px 20px;
}

fieldset legend {
	font-weight: bold;
	color: #A00;
	padding: 0 6px;
}

form fieldset label {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 2px;
}

form fieldset input, form fieldset textarea {
	width: 200px;
	display: block;
	float: left;
	border: 1px solid #D0D0D0;
	margin-bottom: 2px;
	padding: 3px;
}

form fieldset textarea {
	width: 300px;
	height: 100px;
}

form fieldset br {
	clear: both;
}

form fieldset button {
	background: #F9F9F9;
	border: 2px solid #D0D0D0;
	padding: 6px;

}

#form_error {
	background: #F6EFEF;
	border: 1px dashed #A06565;
	margin-bottom: 20px;
	padding: 15px 10px;
}