html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#fff url(img/guia/bg_guia.jpg) repeat-x center 50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
body a {
text-decoration:none;
}	
h1,h2,h3,h4,h5,h6 {
color:#304e62;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrapper {
width:900px;
position:relative;
margin:0 auto;
}
#head {
width:900px;
height:183px;
position:relative;
}
#head h1 {
position:absolute;
top:130px;
left:16px;
}
#head h2 {
font-weight:normal;
font-size:175%;
position:absolute;
top:137px;
left:365px;
}
#head .superbanner {
	width:728px;
	height:90px;
	position:absolute;
	background:#fff;
	border:1px solid #ccc;
	left: 84px;
	top: 13px;
}
#conteudo {
margin-top:15px;
width:900px;
position:relative;
}
#left-content {
background:url(img/guia/bg_left_content.jpg) no-repeat;
float:left;
width:178px;
padding:10px 15px 0 12px;
}
#left-content h4 {
color:#fff;
background:#304e62 url(img/guia/bg_h4_left_cont.jpg) repeat-x;
padding:7px 0 13px 13px;
font-size:95%;
}
#left-content ul {
margin-top:5px;
}
#left-content ul li {
border-bottom:1px solid #ccc;

}
#left-content ul li a {
color:#666666;
display:block;
padding:7px 0 7px 13px;
font-size:90%;
}
#left-content ul li a:hover {
background: #006699;
color:#fff;
}
#right-content {
float:left;
width:695px;
position:relative;
}
/**** especifico da HOME ****/
#hometicker {
width:695px;
height:220px;
position:relative;
}
/***** SETUP DO ROTATIVO DA PAGINA DE LISTAGEM ************************/

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#hometicker  .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 585px;
	height:200px;
	border:1px solid #ccc;
	margin-left:55px;
	}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:585px;
}


/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/************ naveacao *************************************/

/* prev, next, prevPage and nextPage buttons */
#hometicker  a.browse {
	background:url(img/guia/bt_ticker.jpg) no-repeat;
	width:38px;
	height:78px;	
	cursor:pointer;
	font-size:1px;
}

/* right */
#hometicker  a.right 				{ background-position: -90px -78px; margin-right: 0px; position:absolute; top:60px; left:642px;}
#hometicker  a.right:hover 		{ background-position:-49px -78px; }
#hometicker  a.right:active 	{ background-position:-9px -78px; } 


/* left */
#hometicker a.left				{ background-position: 0 0; margin-right: 0px; position:absolute; top:60px; left:15px; } 
#hometicker a.left:hover  		{ background-position:-41px 0; }
#hometicker a.left:active  	{ background-position:-82px 0; }

/*** home e lista de categorias *******/
#center-list {
float:left;
width:507px;
}
#center-list h5.titdestak {
background:url(img/guia/bg_titdestak.jpg) repeat-x 0 15px;
width:100%;
padding-bottom:20px;
text-transform:uppercase;
}
#center-list h5.titdestak span { color:#a5c861; }

.modulo-lista {
margin-bottom:10px;
}
.modulo-lista h3 a {
background:#304e62 url(img/guia/bg_h3_lista.jpg) repeat-x;
color:#fff;
padding:5px;
width:497px;
display:block;
margin-bottom:7px;
font-size:76%;
}
.modulo-lista h3 a:hover {
background:#779d2e url(img/guia/bg_h3_lista.jpg) repeat-x 0 -21px;
}
.modulo-lista p, .modulo-lista address {
color:#333;
font-size:72%;
padding-left:5px;
width:272px;
line-height:115%;
}
.modulo-lista address {
color:#999;
margin-top:7px;
}
.modulo-lista img {
float:right;
}
.modulo-lista address span {
color:#666666;
display:block;
}
.modulo-lista .maisinfo {
width:507px;
border-bottom:1px solid #ccc; border-top:1px solid #ccc;
background:#f6f6f6;
margin-top:10px;
}
.modulo-lista .maisinfo p {
width:491px;
padding:8px;
color:#999;
}
.modulo-lista .maisinfo p span {
color:#333;
} 
.modulo-lista .maisinfo p a {
color:#304e62;
}
.modulo-lista .maisinfo p a:hover {
color:#a5c861;
}
/** Googla nav artigos**/
#google-nav-hold {
height:40px;
padding-left:10px;
width:90%;
margin-bottom:10px;
}
#google-nav-hold ul li{
list-style: none;
}
#google-nav {
display: inline;
height: 1%;
}
.google-nav-nolink {
color:#666;
float: left;
padding: 5px 5px;
margin: 7px 0 0 0;
height:20px;
text-decoration:none;
font-size:small;
}
.google-nav-link  {
background:none;
color:#999;
float: left;
padding: 5px 5px;
margin:7px 0 0 0;
height:20px;
text-decoration:none;
font-size:small;
}
.google-nav-link  a:link, .google-nav-link  a:visited  {
background:none;
color:#304e62;
text-decoration:none;
padding: 5px 10px;
border-bottom:4px solid #304e62;
}
.google-nav-link  a:hover {
background:#304e62;
color:#fff;
border-bottom:4px solid #a5c861;
}
#right-right {
float:right;
width:172px;
color:#666666;
}
#right-right h4 {
background:url(img/guia/bg_titdestak.jpg) repeat-x 0 15px;
width:100%;
padding-bottom:20px;
text-transform:uppercase;
}
#right-right p {
font-size:75%;
line-height:125%;
margin-bottom:5px;
}
#right-right p span {
font-weight:bold;
}
#right-right form {
margin:10px 0;
font-size:75%;
font-weight:bold;
}
#right-right form legend {
display:none;
}
#right-right .zemText, #right-right .zemTextarea {
width:170px;
margin-bottom:5px;
}
#right-right input, #right-right textarea {
background:#f6f6f6;
border:1px solid #ccc;
margin:5px 0;
}
#right-right .zemSubmit {
float:right;
margin:5px;
}
/*** this is cliente unico ***/
#cliente-unico {
width:695px;
color:#666;
margin-bottom:20px;
}

#cliente-unico h3  {
color:#304e62;
border-bottom:1px solid #ccc;
padding:5px;
padding-bottom:15px;
margin-bottom:5px;
width:685px;
display:block;
font-size:115%;
}
#cliente-unico p {
font-size:85%;
line-height:125%;
}
#cliente-unico ul {
margin:15px;
}
#cliente-unico li {
list-style-type:disc;
list-style-position:inside;
margin-bottom:10px;
}
#infos-adicionais {
width:180px;
margin:0 0 10px 10px;
float:right;
display:inline;
border:1px solid #ccc;
padding:10px;
font-size:85%;
}
#infos-adicionais p.fone, #infos-adicionais p.site {
font-weight:bold;
padding-top:10px;
border-top:1px dashed #304e62;
}
#infos-adicionais p.site {
margin-top:10px;
font-weight:normal;
}
#infos-adicionais p.site a {
color:#304e62;
}
#infos-adicionais p.site a:hover {
text-decoration:underline;
}
#infos-adicionais address {
margin:5px 0;
}
#image-hold {
border:1px solid #ccc;
border-left:none; border-right:none;
background:#f6f6f6;
float:left:
display:inline;
width:455px;
padding:10px;
margin-bottom:10px;
}
#image-hold p {
font-size:70%;
}
#image-hold img {
border:3px solid #666;
margin:5px;
}

#footer {
background:#304e62 url(img/guia/bg_footer.jpg) repeat-x;
height:49px;
font-size:70%;
text-align:center;
padding-top:25px;
color:#FFFFFF;
width:100%;
}


