/* CONTAINER */

#container {
	margin:0 auto;
	width:877px;
}


/* HEADER */

#header {
	height:92px;
	background-image:url(/media/images/background_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


/* CONTENT */

#content {
	width:877px;
	clear:both;
	background-image:url(/media/images/background_content.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:18px;
}

#content_base {
	width:877px;
	clear:both;
	background-image:url(/media/images/background_content.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:10px;
}

.destaques {
	height:247px;
	width:640px;
	background-image:url(/media/images/background_destaques.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.destaques_content {
	padding-top:68px;
	padding-left:35px;
}

.noticias_home {
	height:186px;
	width:201px;
	background-image:url(/media/images/background_noticias.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.output_home {
	padding:50px 0px 0px 25px;
	width:150px;
	text-align:left;
}
	
#output {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:639px;
	text-align:justify;
	
}

.output_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	min-height:260px;
	padding-top:15px;
}

* html .output_content {
	height:260px;
}

.ouput_back {
	background-image:url(/media/images/output_background_m.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

.titulo_base {
	border-bottom:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#133b7c;
	padding-bottom:5px;
	padding-top:10px;
}


/* FOOTER */

#footer {
	clear:both;
	height:48px;
	background-image:url(/media/images/background_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ffffff;
	color:#676767;
}

#footer .left {
	float:left;
	width:250px;
	padding-top:13px;
	padding-left:22px;
}

#footer .right {
	float:right;
	width:250px;
	padding-top:7px;
	padding-right:20px;
}


/* MENU */

.menu {
	padding-left:350px;
	padding-top:25px;
}

.menu_catalogo {
	background-image:url(/media/images/output_background_m.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

/* PESQUISA */

#search {
	float:right;
	width:180px;
	height:100px;
	border-left: 1px dashed #FFFFFF;
	padding:0px 0px 0px 10px;
}

#servicos {
	padding-left:27px;
}

#links {
	padding-left:27px;
}

#links a {
	padding-bottom:5px;
}

#bottom {
	font-family:Arial, Helvetica, sans-serif;
}

