/**************************************************************************/
/*  Base styles                                                           */
/**************************************************************************/

body html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
/**
 * 	content wraper
 */
#contentWrapper{
	width: 100%;
	height: 100%;
	min-width: 1188px;
	min-height: 650px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}


/**
 * 	background container
 */
#backgroundContainer{
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
	background:url(../images/pattern_overlay_grid.png);
}
/**
 * 	background grid pattern
 */
#overlayGridPatern{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 70;
	background: url('../images/pattern_overlay_grid.png');
	background-repeat: repeat;	
}

/**
 * 	pages content style
 */
#pagesContent{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 75;
	overflow:visible;
}

/**
 * 	START main menu style
 */

#mainMenu{
	width: 290px;
	height: 100%;
	position: fixed;
	left:10px;
	z-index: 100;
}

#logoBackground{
	width: 290px;
	height: 215px;
	background: url('../images/contato.png') center top;
}
#logoBackground div{
	position: relative;
	width: 218px;
	top: 60px;
	margin: auto;
}

#menuDownButton{
	width: 100%;
	height: 124px;
	background: url('../images/menu_down_btn.png');
	cursor: pointer;
	position: absolute;
	top: 130px;
	z-index: 102;
}
#menuExpanded{
	width: 100%;
	height:430px !important;
	position: absolute;
	top: 215px;
	z-index: 101;
}

.menuScrollContent{
	width: 50px;
	height: 100px;
	position: absolute;
	left: -62px;
	z-index: 114;
}

#menuExpandedContent{
	width: 100%;
}
#menuExpandedTop{
	width: 100%;
	height: 65px;	
}
.insideExpandedTopNormal{
	background: url('../images/menu_expanded_top.png');
	display:none;
}
.insideExpandedTopSelected{
	background: url('../images/menu_expanded_top.png');
	display:none;
}

#menuItems{
	width: 100%;
	background: url('../images/menu_expanded_background.png');
	background-repeat:repeat-y;
	overflow: hidden;
	
}
#menuItems ul{
	width: 100%;
	text-align: center;
	position: relative;
	left: 0px;
}
#menuItems ul li a{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;	
}
#menuItems ul li a:hover{
	text-shadow: 0px 0px 8px #fff;
	
}
.menuItemSelected{
}

#closeMainMenu{
	width: 100%;
	height: 62px;
	background:url('../images/menu_rodape.png') center top no-repeat;
	cursor: pointer;
}
#closeMainMenu img{
	display:none;
}
#closeMainMenu div{
	width: 37px;
	position: relative;
	top: 5px;
	margin: auto;
}

/*
 * END main menu style
 */

/**
 * 	show loading
 */
#busyContainer{
	width: 100%;
	height: 100%;
	position: fixed;
	visibility: hidden;
	z-index: 150;
}
.busyContainerOpaque{
	background-color: #000000;
}
#busyContainer div{
	width: 50px;
	height: 50px;
	position: relative;
	margin: auto;
}
/**
 * 	end show loading
 */

/* full screen buttons */
#fullScreenButtons{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 97;
}
#fs_on{
	position: absolute;
	z-index: 98;
	cursor: pointer;
}
#fs_off{
	position: absolute;
	z-index: 99;
	cursor: pointer;
}
/* end full screen buttons */

/**
 * 	start tooltip style
 */
#leftBTooltip{
	background: url('../images/tooltip_left.png');
	float: left;
	width: 8px;
	height: 100%;
}
#middleBTooltip{
	background: url('../images/tooltp_middle.png');
	float: left;
	height: 100%;
}
#rightBTooltip{
	background: url('../images/tooltip_right.png');
	float: left;
	width: 12px;
	height: 100%;	
}
#tooltipText{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFFFFF;	
}

/**
 * 	end tooltip style
 */


/**
 * GLOBAL STYLES	
 */
.yellowButton{
	background: url('../images/yellow_button_background.png') left no-repeat;
	display: block;		
	width: 131px;
	height: 36px;
	text-decoration: none;
	line-height: 36px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: left;
	padding-left:22px;
	float:left;
}

.backButton{
	background: url('../images/back_button_background.png');
	display: block;		
	width: 131px;
	height: 36px;
	text-decoration: none;
	line-height: 36px;
	color: #fff79a;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: center;
	margin-left: 30px;
	margin-top: 8px;
	text-transform: uppercase;	
}


.hspacer{
	height: 20px;
	width: 100%;
}

.clear-fix:after 
{
	height:0;
	clear:both;
	content:" ";
	font-size:0;
	display: block;
	visibility: hidden;
}

.clear-fx{
	clear:both;
}
 
a{
	outline: none;
	text-decoration: none;
}
*::selection {
	background: #000000;
}
*::-moz-selection {
	background: #000000;
}

p::selection {
	background: #000000;
}
p::-moz-selection {
	background: #000000;
}
span::selection {
	background: #000000;
}
span::-moz-selection {
	background: #000000;
}


#bg_riscos{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	float:left;
	background:url(../images/pattern_overlay_grid.png);
}
#ttlo{
	width:100%;
	height:60px;
	margin-bottom:10px;
	float:left;
	text-align:left;
	border-bottom:1px solid #fff;
}
#cont_pg{
	width:100%;
	height:auto;
	float:left;
	text-align:justify;
}
#jScrollbar1{
	width:100%;
	height:auto;
	float:left;
	text-align:justify;
}
h1{
	font-family:'Open Sans Condensed', sans-serif;
	font-size:50px;
	color:#FFF/*1781ff*/;
	font-weight:lighter;
}
h3{
	font-family:'Open Sans Condensed', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:lighter;
	line-height:25px;
	margin-bottom:10px;
}
h2{
	font-family:'Open Sans Condensed', sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:lighter;
	line-height:25px;
}
h2 a{
	color:#fff;
	font-weight:bold;
}
h2 a:hover{
	color:#1781ff;
}
.homeTextContainer{
	width: 92%;
	min-height: 100%;
	overflow:hidden;
	padding:4%;
	position: relative;
	background: url('../images/blackBackground.png');

}
#btn_portflio{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
}
#redes{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin:0px auto;
	padding-top:40px;
}
.redes{
	font-family:'Open Sans Condensed', sans-serif;
	font-size:23px;
	color:#fff;
	font-weight:lighter;

}
#redes img{
	width:43px; 
	height:43px;
	padding:0px 5px;	
	margin-top:5px;
}
#texto_rodape{
	width:90%;
	float:left;
	margin-left:30px;
	text-align:left;
	margin-top:21px;
}
#produto_base_maior{
	width:320px;
	height:auto;
	float:left;
	margin-left:7px;
	margin-right:8px;
	text-align:center;
	margin-bottom:20px;
}
#base_prod{
	width:320px;
	height:220px;
	float:left;
	background:#FFFFFF;
	margin-bottom:5px;
}
#prod_ind{
	width:300px;
	height:200px;
	margin:10px;
	float:left;
	overflow:hidden;
}
#ttlo_prod{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
a.ttlo_prod{
	font-family:'Open Sans Condensed', sans-serif;
	color:#fff;
	font-size:20px;
	font-weight:lighter;
}
a.ttlo_prod:hover{
	color:#1781FF;
}
.ttlo_categ{
	font-family:'Open Sans Condensed', sans-serif;
	color:#fff;
	font-size:23px;
}
#ttlo_categ{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border-bottom:1px solid #fff;
	float:left;
}
#texto_prod{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin-bottom:30px;
}
/*----------------------- CONTATO -------------------------------------------------------------------------------------------*/
#contatoleft{
	width:255px;
	min-height:100px;
	float:left;
	text-align:left;
}
#contatoright{
	width:350px;
	min-height:100px;
	float:right;
	text-align:left;
}
#form_ind{
	width:100%;
	min-height:55px;
	float:left;
	text-align:left;
}
#enviar_contato{
	width:100%;
	height:45px;
	float:left;
	text-align:center;
}
.inputC, .input_contato, .required{
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:lighter;
	margin: 0px auto;
	text-decoration:none;
	width:300px;
	padding:5px;
	background:url(../images/contato.png) center top repeat;
	border-radius: 3px;
	border:1px solid #1781FF;
}
#erroProposta, erroEndereco{
	height:20px;
	width:130px;
	text-align:right;
	display:none;
	color:#FF0000;
	font-size:14px;
   font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-left:-35px;
}
.erro {
	height:20px;
	width:200px;
	text-align:left;
	padding-top:5px;
	display:none;
	float:left;
	padding-left:100px;
}
#erroinformacoesExtras{
	height:20px;
	width:130px;
	text-align:right;
	display:none;
	color:#FF0000;
	font-size:14px;
   font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-left:-35px;
}
#erroMensagem{
	height:20px;
	width:130px;
	text-align:left;
	display:none;
	color:#FF0000;
	font-size:14px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-left:0px;
}
.erroC {
	height:20px;
	width:130px;
	text-align:right;
	display:none;
	color:#FF0000;
	font-size:14px;
	margin-top:-24px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-left:112px;
}

#erroNome {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px ;
	font-weight:lighter;
	margin: 0px auto;
	text-align:left;
	color:#FF0000;
	height:auto;
	width:auto;
}
#erroEmail {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px ;
	font-weight:lighter;
	margin: 0px auto;
	text-align:left;
	height:auto;
	width:auto;
	color:#FF0000;
}
#erroTelefone {
	float: left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px ;
	font-weight:lighter;
	margin: 0px auto;
	text-align:left;
	color:#FF0000;
	height:auto;
	width:auto
}
#erroEstado {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px ;
	font-weight:lighter;
	margin: 0px auto;
	text-align:left;
	color:#FF0000;
	height:auto;
	width:auto;
}
.envia {
    cursor: pointer !important;
    float: left !important;
    height: 25px !important;
    margin-top: 10px !important;
    width: 80px !important;
	color:#333;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px ;
	text-transform:lowercase
	background:url(../images/contato.png) center top repeat;
	border-radius: 3px;
	border:1px solid #1781FF;
	
}
.envia:hover{
	color:#ccc;
}




.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:300px;
	height:200px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#111;
}

.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
}
.circle .mosaic-overlay {
	background:#000000;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
	display:list-item !important;
}
img.lupa{
	margin-top:50px;
}

/* SCROOL PERSONALIZADO */
.scroll-pane{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only{
	height: auto;
	max-height: 200px;
}
#msgerro{
	width:auto;
	float:left;
	text-align:left;
	height:auto;
	margin-left:103px;
}
#prod_texto{
	width:100%;
	height:	auto;
	float:left;
	text-align:left
}
#prod_cont{
	width:100%;
	height:auto;
	float:left;
}
#img_prod{
	width:215px;
	height:170px;
	float:left;
	background:#fff;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:10px;
}
#img_prod_base{
	width:205px;
	height:160px;
	float:left;
	overflow:hidden;
	margin:5px;
}
#img_prod_base img{
	min-height:160px;
	min-width:205px;
	max-width:270px;
}
#img_second_base{
	width:420px;
	height:auto;
	float:left;
	text-align:left;
}
#base_img_second{
	width:130px;
	height:80px;
	float:left;
	background:#fff;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}
#img_second{
	width:120px;
	height:70px;
	margin:5px;
	float:left;
	overflow:hidden;
}
#noticia_ind{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:30px;
}
#img_noticia_ind{
	width:200px; 
	height:auto;
	float:left;
	margin-right:25px;
}
#texto_noticia_ind{
	width:440px;
	height:auto;
	float:left;
}

.menu-ativo {
	background: url('../images/selectedMenuItemBackground.png');
	text-shadow: 0px 0px 8px #fff;
	cursor: default;
}
#bannerSuperior{
	width:100% !important;
	height:0px !important;
	z-index:-1 !important;
	position:fixed;
}
img.logo{
	width:260px;
}
#artweb{
	width:100%;
	height:auto;
	float:left;
	text-align:right;
	margin-bottom:20px;
}
#artweb img{
	cursor:pointer;
}