@import url('reset.css');

/*Vermelho Oficina: #e31e24 ou RGB(227,30,36)*/

body{
	background:#000;
	/*color:#fff;*/
	font-family:'Open Sans Condensed',sans-serif; color:rgb(99,99,100);
	/*text-transform:uppercase;  *Fica nos h1, h2 e links menu (.ac_menu > ul > li a)) só.*/
}
a{
	/*color:#fff;*/
	text-decoration:none;
}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../imgs/pattern.png) repeat top left;
}
.ac_loading{
	position:fixed;
	top:50px; /*10px;*/
	right:50px; /*10px;*/
	background:#000 url(../imgs/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:10;
	opacity:0.7;
	display:none;
}

/********************
* Barra pequena esquerda
*********************/
.ac_content{
	position:fixed;
	height:90px;
    min-width: 400px; /*não deixa "encavalitar" mais - corta!*/
	width:100%;
	top:50%;
	left:0px;
	margin-top:-65px;
}
.ac_content h1{
	background:transparent url(../imgs/bg_menuLEFT.png) repeat top left;
	display:block; float:left; overflow: visible; /*Para se ver o símbolo de fora*/
	width:75px; /*90px;*/ height:30px; /*50px;*/ padding:20px;
	margin-right:1px; /*peq. intervalo a separar as duas barras*/
}
.ac_content h1 span{
	font-weight:normal;
	font-size:14px;
}

/********************
* Barra grande de Menus
*********************/
.ac_menu{
	background:transparent url(../imgs/bg_menuLEFT.png) repeat top left;
	float:left;
	position:relative;
	height:70px; /*90px;*/
	width:0px;
    display: block;
    /*overflow: hidden; /*Qd encolher, pôr links, agora "escondidos", disabled (passou p/ funções JQuery de encolher/esticar...)*/
}
.ac_menu > ul{
	float:right;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:70px; /*90px;*/
}
.ac_menu > ul > li a{
	margin-top:60px;
	opacity:0; /*Não deixa "ver" links <a href...>*/
	display:block;
	height:70px; /*90px;*/
	padding:0px 10px;
	line-height:70px; /*90px;*/
	outline:none;
	text-align:center;
    color:#fff;
	font-size:22px; /*18px;*/
	/*font-weight:bold;*/
    text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
    /*border: 1px solid rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.3),         
                inset 0 -2px 3px rgba(0,0,0,0.3),
                0 1px 1px rgba(255,255,255,0.7);*/
}
.ac_menu > ul > li a:hover{
    /*border:1px dotted white;*/
    text-decoration: underline;
}

/********************
* Janela preta (submenu), ao clicar Menu
*********************/
.ac_subitem{
	width:400px; /*400px;*/
	height:0px; /* animate to 400px */
	top:50%;
	right:2px;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:10;
	overflow:hidden;
	background:transparent url(../imgs/bg_menu.png) repeat top left;
    /*border-radius: 10px;*/ /*It works!!! ;-)*/
}
.ac_subitem h2{
    font-size:22px;
    color:#fff;
	/*font-weight:bold;*/
    text-transform:uppercase;
	padding: 40px 0px 0px 40px;
    text-shadow:0px 0px 1px #000; /* sombra vemelha? (#e31e24) */
}
.ac_subitem ul{
    font-size:18px; /*16px;*/
    /*font-weight:bold;*/
    letter-spacing:-0.5px;
    text-align:justify;
    text-justify:auto;
    padding:0px 40px;
}
.ac_subitem ul span{
	color:#cccccc;
}
.ac_subitem ul li{
	margin:8px 0px;/*10px 0px;*/
}

.ac_subitem ul li:first-child{
	font-size:14px; /*14px;*/
    font-weight:bold;
    letter-spacing: normal;
	text-transform:none;
	border-bottom:1px dotted #333;
	padding-bottom:15px;
	margin-bottom:15px;
}
.ac_subitem ul li:last-child span{
    cursor:pointer;
    color:#e31e24;
    text-decoration: none;
    /*font-weight: bold;*/
    opacity:0.6;
}
.ac_subitem ul li:last-child span:hover{
    opacity:1.0;
    text-decoration: underline;
    
}
/*.ac_subitem ul li a{ 
    display:block;
    text-transform:none;
    color:#fff;
}*/


/********************
* botão link, close e zoom in/out de cada submenu
*********************/
span.ac_close{
	float:right;
	margin:10px;
	width:22px; /*11px;*/
	height:24px; /*12px;*/
	cursor:pointer;
	background:transparent url(../imgs/close.png) no-repeat top left;
	opacity:0.4;
}
span.ac_close:hover{
	opacity:1.0;
}
span.zoomTool{
    background:transparent url(../imgs/zoom_out.png) no-repeat top left;
	position: absolute; float: right;
	margin-top:50%; margin-left: 342px; /*width submenu = 400px*/
	width:48px; height:48px;
	cursor:pointer;
    z-index: 20;
	opacity:0.6;
}
span.zoomTool:hover{
	opacity:1.0;
}
/*--- ---*/

/********************
* Barrinha preta informativa (top ou bottom!)
*********************/
.ac_footer{
	position:fixed;
	/*bottom:0px; *Afinal, pomos a barra em cima...*/
	top:0px; left:0px;
	width:100%;
    min-width: 400px; /*não deixa "encavalitar" mais - corta!*/
	font-size:13px;
    letter-spacing:1px;
	background:#000;
    opacity:0.8;
	height:20px;
    padding-bottom:5px;
}
.ac_footer a{
	padding:5px 10px;
    /*text-shadow:1px 1px 1px #000; /* sombra vemelha? (#e31e24) */
	color:#ddd;
}
.ac_footer a:hover{
	color:#fff;
    opacity:1.0;
}

.ac_footer a span{
	font-weight:bold;
}


.ac_footer a.ac_left{
	float:left;
}
.ac_footer a.ac_right{
	float:right;
}

/********************
* Contact form
*********************/
#contact{
    /*background:transparent url(../imgs/formbg.png) no-repeat bottom center;*/
    /*width:680px;
    height:540px;
    margin:20px auto 0px auto;*/
}
 /*#contact h1{
   color:#e73c00;
    text-shadow:2px 1px 2px #f9f9f9;
    margin-left:10px;
}
#contact form{
    width:680px;
    height:460px;
    margin:0px auto;
    padding:40px 0px 0px 0px;
    clear:both;
}*/
#contact p{
    clear:both;
    width:100%;
    float:left;
    position:relative;
    padding:5px 0px;
}
#contact label{
    font-weight:bold;
    float:left;
    width:100px; /*210px; identação texto+inputs*/
    text-align:right;
    margin:10px 0px 5px 0px;
    padding-right:10px;
    /*text-shadow:1px 1px 1px #f0f0f0;*/
    /*line-height:20px;*/
}
#contact label span{
    font-size:12px;
    line-height:20px;
    float:right;
    margin-left:3px;
    font-weight:bold;
    color:#ffffff;
    text-shadow:1px 0px 1px #000;
}

#contact input[type="text"],
#contact textarea{
    font-family:'Open Sans Condensed',sans-serif;
    font-size: 16px;
    font-weight:bold;
    color:#e31e24; /*obriga a por as bordas "pretas" a seguir; a border da textarea "segue" a cor da fonte... */
    float:left;
    margin:5px 0px 5px 0px;
    border:1px solid #ddd;
    /*text-shadow:-1px 1px 1px #aaa;*/
    /*font-weight: normal;*/
    /*font-style: italic;*/
    /*letter-spacing:-1px; /*normal;*/
    padding:4px 4px 6px 4px;
    width:240px; /*398px;*/
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#contact textarea{
    overflow-x:hidden;
}
#contact input[type="text"]:focus,
#contact textarea:focus{
    -moz-box-shadow:0px 0px 40px #ffffff;
    -webkit-box-shadow:0px 0px 40px #ffffff;
    box-shadow:0px 0px 40px #ffffff;
}
#contact input[type="button"]{
    background:transparent url(../imgs/submit.png) no-repeat bottom center;
    font-family:'Open Sans Condensed',sans-serif;
    color:#e31e24;
    font-size:22px;
    text-decoration: underline; 
    opacity:0.6;    
    width:177px;
    height:83px;
    float:right;
    border:none;
    outline: none;
    padding-left:15px;
    cursor:pointer;
    margin:5px -10px 0px 0px;
}
#contact input[type="button"]:hover{
    opacity:1.0;
    text-decoration: none;
}
#contact p.submitForm{
    height:40px;
}

/********************
* Contact form MSGS/ERRORS
*********************/
.error{
    background:transparent url(../imgs/errormsg.png) no-repeat top left;
    width:60px;
    height:43px; /*dim da pic "balão"*/
    position:absolute;
    top:-15px;
    right:5px;
    font-size:11px;
    color:#fff;
    font-weight: bold;
}
.error span{
    margin-left:21px;
    line-height:40px;
    text-shadow:1px 1px 1px #555;
}
.loader{
    background:transparent url(../imgs/loader.gif) no-repeat top left;
    width:31px;
    height:31px;
    float:right;
    margin-top:35px;

}
.success{
    /*height:10px; /*31px;*/
    /*border:1px solid #fff;*/
    color:#cccccc;
	float:right;
	margin:35px 10px 0px 0px;
}
.envelope img{
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-88px;
    margin-left:-123px;
}