/*=================================*/
/* ========= Slider ================*/
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	color:#333;
	background:#fff;
	background-repeat: inherit;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: "normal Arial", Helvetica, sans-serif;
	font-size: 14px;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}


#bgImageRelva {
	background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
	background-position: bottom;
	background-repeat: repeat-x;
}

#bgWhite {
    position:absolute;
    top:30%;
    background:#FFF;
    width:100%;
    height:1%;
    border:0;
    display:block;
    text-indent:-99px;
}



.theme-default #slider {
    margin:100px auto 0 auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
	margin-top:50px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}




/*====================*/
/*= Main Menu jQUERY =*/
/*====================*/


html {
	overflow-Y: scroll;
}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 903px;
	margin: 0 auto;
}
h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	padding: 20px 0;
	color: #aaa;
}
h1 span { color: #666; }
h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.5em;
	display: block;
	color: #666;
}

h2.acc_trigger {
	padding: 0;	margin: 0 0 1px 0;
	background: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==) no-repeat;
	height: 30px;	line-height: 30px;
	width: 903px;
	font-size: 12pt;
	font-weight: normal;
	float: left;
}
h2.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.acc_trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;
}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 900px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.acc_container .block {
	padding: 20px;
	text-align:justify;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
	text-align:justify;
}
.acc_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
.acc_container .comparticipacoes img {
	float:inherit;
	margin: 10px 15px 15px 0;
	padding: 0px;
	background: #f0f0f0;
	border: 0px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}
.acc_container .comparticipacoes th, td  {
	border: 1px;
	border-color:#999;
	border-style:dotted;
	padding:5px 5px 5px 5px;
	font-size:18px;
	vertical-align:top;
	text-align:center;
}

.acc_container .comparticipacoes table {
	text-align:center;
}

.acc_container .prod_box {
	border:1px dashed #999;
	background-color:#FFF;
	padding:10px 10px 10px 10px;
	height:230px;
}

.prod_box_special {
	border:1px dashed #999;
	background-color:#FFF;
	padding:10px 10px 10px 10px;
	height:450px;
}


.prod_box img.displayed {
	float:left;
	margin: 10px 15px 15px 0;
	padding: 0px;
	background: #f0f0f0;
	border: 0px;
}

/*====================*/
/*= TOP SLIDER PANEL =*/
/*====================*/

#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	top: -15px; /* top do botao */
	
}

hr#header_stripe { /* bar top*/
	height: 12px;
	position: relative;
	top: -7px;
	background-color: #191919;
	border: none;
	color: #191919;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 173px;
	height: 54px;
	background: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
	z-index: 20;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#toppanel {
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 100%;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}




/*====================*/
/*=   GOOGLE MAPS    =*/
/*====================*/


.gmap3{
    border: 1px dashed #C0C0C0;
    width: 300px;
    height: 350px;

		
}
#mapa {
	float: left;
	margin-left:25%;
}

#contactos_info{
	padding-left:15px;
	height: 450px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	float:left;
	line-height:130%;
}


/* .gmap3{
	margin: 100px auto;
	float:left;
	margin-left:20%;
    border: 1px dashed #C0C0C0;
    width: 500px;
    height: 400px;	
}

.contactos_info{
	margin: 100px auto;
	float:right;
	margin-right:35%;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.clear { clear: both;}	  
*/