/* Trabalho: Graphimport Website
Version: 2009
Autor: Ricardo Saavedra
Autor URL: http://ricardosaavedra.com.br/
Email: ricardoasaavedra@gmail.com 
*/

/*INDÍCE

01 - Estrutura Geral (Css Reset, Body etc)
02 - Tipografia
03 - Header (Menu Drop Down, Nav e Logo, Tool tip menu)
04 - Footer
05 - Formulário de Contato Modal
06 - Template Home
07 - Template Página Interna
08 - Template Equipamentos
09 - Template Máquinas
	


/* PALETA DE CORES
links, :hover roxo = #a90056
Texto Quase Branco (footer) : #dfe6e9
Parágrafo : #555

*/

/* -----------------------------------*/
/*		01 - Estrutura Geral		  */
/* -----------------------------------*/

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}

/* CSS RESET */

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;
	height: 100%;
	font-family: trebuchet ms, verdana;
	background-color: #bcdae4;
}

/*
html {
	height: 100%;

*html .nonfooter {
	height: 100%
}

.nonfooter {
	position: relative;
	min-height: 100%;
}

#content {
	padding-bottom: 9em;
}

#footer {
	position: relative;
	margin-top: -7.5em;
}

*/

ol, ul {
	list-style: none;
	
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins, a {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

#tpl-01 {
	
	
}

/*BOTÃO COMUM A TODOS*/
a.button {
    background: transparent url(../images/bg-button-a.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    height: 19px;
    margin:5px 15px 6px 0;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg-button-span.png) no-repeat;
    display: block;
    line-height: 11px;
    padding: 4px 0 4px 10px;
}

a.button:hover {
	background: transparent url(../images/bg-button-a.png) no-repeat scroll -19px right;
}

a.button:hover span {
	background: transparent url(../images/bg-button-span.png) -19px left no-repeat;	
}

a.button:active {
	background: transparent url(../images/bg-button-a.png) no-repeat scroll -38px right;
}

a.button:active span {
	background: transparent url(../images/bg-button-span.png) -38px left no-repeat;	
}

/* -----------------------------------*/
/*			02 - Tipografia 		  */
/* -----------------------------------*/

h3, .destaque-equipamentos dd, .destaque-equipamentos dd a {
	color: #274368;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2, h3.texto-logo {
	font-size: 11px;
	font-weight: normal;
	color: #555;
	text-transform: capitalize;
}

h2.texto-logo, h3.texto-logo {
	text-align: center;
}

.destaque-equipamentos dt, .destaque-equipamentos dt a {
	color:#555;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 15px;
	overflow: hidden;
}

.dest-home p ,#tpl-02 p, #tpl-03 p, #tpl-04 p, #tpl-05 p, #tpl-06 p {
	text-shadow: rgb(231, 244, 248) 0px 1px 0px;
	color:#555;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px
}

p a {
	color: #274368;
	font-weight: bold;
}

p a:hover {
	text-decoration: underline;
}

.bullet-list {
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	list-style-position: inside;
	clear: both;
	}
	
.bullet-list li {
	color:#555;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 5px
}



/* -----------------------------------*/
/*			03 - Header				  */
/* -----------------------------------*/

#header {
	width: 100%;
	height: 125px;
	padding:13px 0 0 0;
	background: url(../images/bg-header.jpg) repeat-x 0 0;
	overflow: hidden;
}

#wrap-header {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

/*#banner-topo {
	width: 300px;
	height: 60px;
	margin: 0px auto 0px auto;
	color: #bcdae4;
}*/

#col1-nav {
	float: left;
	margin-right: 80px;
}

#col2-nav {
	float: left;
	width: 670px;
}

h1.titulo-logo, h2.titulo-logo {
	width: 188px;
	height: 85px;
	overflow: hidden;
	margin: 0px 0 8px 0;
}

h1.titulo-logo a, h2.titulo-logo a  {
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo-graphimport.gif) 0 0 no-repeat;
	display:block;
	width:188px;
	height:85px;
}

/*BOTÃO DE CONTATO*/
.bt-contato {
	margin-left: 604px;
	display: block;
	width: 56px;
	height: 16px;
	background: url(../images/bt-contato.gif) 0 0 no-repeat;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 0 0 10px;
}

.bt-contato:hover {
	background: url(../images/bt-contato.gif) 0 -22px no-repeat 
}

/*BANNER HOME*/
#banner {
	overflow: hidden;
	float: right;
	display: block;
}

/*MENU NAVIGATION*/
#top-nav {
	margin: 90px 0 0 0;
	float: right;
}

li.home {
	width: 11px;
	height: 13px;
	overflow: hidden;
}

li.home a {
	display: block;
	background: url(../images/home-icon.gif) left 2px no-repeat;
	width: 11px;
	height: 13px;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
}

li.home a:hover {
	background: url(../images/home-icon.gif) left -11px no-repeat;
}

#top-nav li {
	float: left;
	margin-right:44px;
}

#top-nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #50535c;
	text-transform: uppercase;
}

#top-nav li a:hover {
	color: #a90056;
}

#top-nav li.last-child {
	margin-right: 0px;
}

/*MENU DROP DOWN */
/* Para ativar a seta colocar : class="equipamentos" em li de equipamentos
.equipamentos {
	width: 127px;
	background: url(../images/seta-nav.png) right 4px no-repeat;
}

/*TOOL TIP*/
#tooltip {
    padding: 3px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    font-size: 11px;
	padding:7px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	color: #555;
}

li.tip {
    border-bottom: 1px solid #eee;
}

/* -----------------------------------*/
/*			04 - Footer				  */
/* -----------------------------------*/

#footer {
	background: #274368 url(../images/bg-footer.jpg) no-repeat;
	clear: both;
	width: 100%;
	height: 150px;
}

#wrap-footer {
	width: 940px;
	margin: 0 auto;
}

#footer-col1 {
	float: left;
	width: 290px;
	margin: 50px 30px 0 0;
	
}

.logo-footer {
	display: block;
	width: 62px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#footer p.copyright{
	font-size: 10px;
	color: #dfe6e9;
	text-shadow: none;
	margin:0;
}

.creditos {
	color: #fff;
	font-size: 10px;
	margin-top: 8px;
}

.creditos a {
	color: #fff;
}

.creditos a:hover {
	text-decoration: underline;
}

/*ENDEREÇO*/

.mail {
	color: #0bc3eb;
}

.mail:hover {
	color: #0bc3eb;
	text-decoration: underline;
}

#footer-col2 {
	float: right;
}

dl.endereco {
	width: 180px;
	float: left;
	margin:25px 0px 0 20px;	
}

dl.endereco dt {
	font-size: 18px;
	text-align: right;
	color: #dfe6e9;
	margin-bottom: 15px;
}

dl.endereco dd {
	font-size: 12px;
	text-align: right;
	color: #dfe6e9;
	line-height: 18px;
	padding-bottom: 20px;

}

/* -----------------------------------*/
/*	05 - Formulário Contato Modal     */												
/* -----------------------------------*/

/* FORMULÁRIO DE CONTATO */
body {height:100%; margin:0;}

/* OVERLAY */
#contact-overlay {background-color:#000; cursor:wait;}

/* CONTAINER */
#contact-container {
	width:450px; 
	font-family:'Trebuchet MS', Verdana, Arial; 
	font-size:16px; 
	text-align:left;
}

#contact-container .contact-content {
	background-color:#333; 
	color:#ddd; 
	height:300px;
}

#contact-container h1 {
	color:#dfe6e9; 
	margin:0; 
	padding:0 0 6px 12px; 
	font-size:1.2em; 
	text-align:left;
	height: 20px
}

#contact-container p {
	color:#fff; 
	margin:0; 
	padding:0 0 6px 12px; 
	margin-bottom: 5px; 
	font-size:0.8em; 
	text-align:left;
	height: 20px
}

#contact-container .contact-loading {
	position:absolute; 
	background:url(../images/contact/loading.gif) no-repeat; 
	z-index:8000; 
	height:55px; 
	width:54px; 
	margin:-14px 0 0 170px; 
	padding:0;}

#contact-container .contact-message {
	text-align:center;
}

#contact-container .contact-error {
	width:92%; 
	padding: 10px 0; 
	font-size:.8em; 
	background: #ff0f03; 
	font-size:0.8em; 
	font-weight:bold; 
	margin:0 auto; 
	padding:2px; 
	color: #fff
}

#contact-container br {
	clear:both;
}

#contact-container form {
	padding:0 0 50px 0; margin:0;
}

#contact-container label {
	clear:left; 
	display:block; 
	width:100px; 
	float:left; 
	text-align:right; 
	padding-right:4px; 
	font-weight:bold;
}

#contact-container .contact-input {
	font-family:'Trebuchet MS', Verdana, Arial; 
	float:left; padding:2px; margin:2px; 
	background:#eee; 
	border:1px solid #fff; 
	width:300px;
}

#contact-container textarea {
	height:114px; font-size:.9em;
}

#contact-container .contact-cc {
	font-size:.9em; cursor:default;
}

#contact-container .contact-top {
	height:13px; background:url(../images/contact/form_top.gif) no-repeat; 
	padding:0; margin:0;
}

#contact-container .contact-bottom {
	height:13px; background:url(../images/contact/form_bottom.gif) no-repeat; 
	font-size:.7em; text-align:center;
}

#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 15px 4px; cursor:pointer; height:24px; border:0; font-size:10px; font-weight:bold; color:#274368; text-align:center; vertical-align:middle;}
#contact-container .contact-send {width:50px; background:url(../images/contact/send.png) no-repeat;width:}
#contact-container .contact-cancel {width:65px; background:url(../images/contact/cancel.png) no-repeat; width:}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-4px; right:6px; color:#999;}
#contact-container a.modal-close:hover {color:#9bb3b3;}

/* -----------------------------------*/
/*		  06 - Template Home		  */
/* -----------------------------------*/

/*FAIXA AZUL */
#faixa-azul {
	width: 100%;
	height: 255px;
	background: url(../images/bg-faixa-azul.jpg) repeat-x;
}

#wrap-faixa-azul {
	clear: both;
	width: 940px;
	height: 255px;
	margin: 0 auto;
	position: relative;
}

/* EASY SLIDER */
#wrap-slider {
	width: 435px;
	height: 243px;
	background-color: #fff;
	float: left;
	position: absolute;
	margin: 20px 0 0 25px;
	padding: 10px;
	z-index: 2;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.sombra {
	display: block;
	background: url(../images/sombra-slide.jpg) no-repeat;
	position: absolute;
	top:0px;
	left:0px;
	width: 502px;
	height: 30px;
	z-index:1;
}

#slider{
	overflow: hidden;
}
	
#slider ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:435px;
	height:243px;
	overflow:hidden;
	}
		
#prevBtn, #nextBtn{ 
	display:block;
	width:36px;
	height:36px;
	position:absolute;
	left:-25px;
	top:110px;
	}	
#nextBtn{ 
	left:445px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:36px;
	height:36px;
	background:url(../images/seta-slide.png) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
	}	
#nextBtn a{ 
	background:url(../images/seta-slide.png) no-repeat -37px 0 ;	
	}

#company-info {
	width: 380px;
	float: right;
	margin-top: 40px;
}

#company-info p {
	color: #fff;
	width: 380px;
}

.titulo-info {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-shadow:1px 1px 1px #676767;
}

/* BOTÃO CALL TO ACTION HOME */
.call-action {
	display: block;
	width: 246px;
	height: 39px;
	background: url(../images/bg-call-action.png) no-repeat;
	text-indent: -9999em;
	margin-top: 22px;
}

.call-action:hover {
	background: url(../images/bg-call-action.png) no-repeat -39px left ;
}

/*.call-action:active {
	background: url(../images/bg-call-action.png) no-repeat -78px left ;
}


/* CONTEÚDO */
#content {
	clear: both;
	background:#bddbe6 url(../images/bg-content.jpg) repeat-x 0 0;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}

#wrap-content {
	width: 940px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	position: relative;
	overflow:hidden;
	min-height: 270px;
}

.dest-home{
	float: left;
	width: 220px;
	margin-right: 20px;
}

/* NOTÍCIAS */
.bt-noticias {
	width: 15px;
	height: 14px;
	/*background: transparent url(../images/bt-noticias.png) bottom right no-repeat;*/
	float: none;
	margin: 0;
	margin-left: 10px;
} 

#noticias dl {
	margin-bottom: 25px;
	clear: both;
}

#noticias dt a {
	font-size: 11px;
	color: #555;	
}

#noticias dt {
	margin-right: 10px;
	float: left;
}

#noticias dd {
	font-size: 11px;
}

#noticias dd a {
	color: #a90056;
	margin: 0;
	display: block;
	width: 220px;
	height: 20px;
	line-height: 16px;
}

#noticias dd a:hover {
	text-decoration: underline;
}

/* LINHA DIVISÓRIA */
.linha {
	background: url(../images/bg-linha.jpg) 0 0 repeat-x;
	width: 100%;
	height: 2px;
	margin: 45px 0 20px 0;
	clear: both;
	border: none;
}

/* PARCEIROS */
#parceiros {
	clear: both;
}

.titulo-parceiros {
	font-size: 18px;
	margin-rigth: 68px;
	float: left;
}

#parceiros img {
	margin-left: 25px;
}

/* -----------------------------------*/
/*	07 - Template Página Interna
/* -----------------------------------*/

#linha-azul {
	height: 30px;
	width: 100%;
	padding-top: 41px;
	background: #829ab8 url(../images/bg-linha-azul.jpg) repeat-x;
}

#wrap-linha-azul {
	width: 940px;
	margin: 0 auto;
}

#wrap-linha-azul h2 {
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	font-weight:bold;
	text-shadow:1px 1px 1px #676767;
}

/* COLUNA 1 */
#col1-interna {
	width: 250px;
	height:450px;;
	margin-right: 70px;
	float:left;
}

/* BALÃO RESUMO */
#balao-resumo {
	width: 212px;
	height: 222px;
	padding:20px;
	overflow: hidden;
	background: url(../images/balao-resumo.png) no-repeat;
}

/* ASPAS */
#balao-resumo img {
	margin-right: 5px;
}

#balao-resumo h4 {
	font-size: 14px;
	line-height: 19px;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	float:left;
}

/* MENU LATERAL EMPRESA*/
#side-nav-empresa {
	width:200px;
}

#side-nav-empresa li {
}

#side-nav-empresa li, #side-nav-equipamentos .titulo-nav-equipamentos {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	margin-left: 2px;
	text-transform: uppercase;
	background: url(../images/bg-linha.jpg) repeat-x left bottom;
}

#side-nav-empresa li a, #side-nav-equipamentos li a, #side-nav-equipamentos li  {
	color: #274368;
	display: block;
}

#side-nav-empresa li a {
	display: block;
}

#side-nav-empresa li a:hover {
	color: #A90056;
}

/* ESTILO PARA MARCAR SESSÃO ATUAL */
.conteudo01 #side-nav-empresa .side-menu01 a, .conteudo02 #side-nav-empresa .side-menu02 a, .conteudo03 #side-nav-empresa .side-menu03 a {
	margin:0 0 0 15px;	
}

/* COLUNA 2 */
#col2-interna {
	width: 620px;
	float:left;
}

#col2-interna img {
	margin-bottom: 35px;
}

hr {
	margin: 30px 0
}

/* Notícias */

.data {
	font-style: italic;	
	margin-top: -20px;
	font-size: 10px;
}

/* -----------------------------------*/
/*	08 - Template Equipamentos
/* -----------------------------------*/

/* COLUNA 1 */
#col1-equipamentos {
	width: 200px;
	height: 695px;
	margin-right:40px;
	float:left;
}

/* MENU LATERAL */
#side-nav-equipamentos {
	width:200px;
	height: 900px;
    margin-left: 0px;
}

#side-nav-equipamentos li.menu-sessao1 ul { display: none}

#side-nav-equipamentos li.menu-sessao1 {
	font-size:13px;
	font-weight: bold;
	text-transform:none;
	padding:10px 15px 10px 8px;
	margin:5px 0 5px 7px;
	height:12px;
	background: url(../images/seta-menu-lateral.png) right 12px no-repeat;
}

#side-nav-equipamentos li.menu-sessao1 a {
	color: #4f585d;
	
}

#side-nav-equipamentos li.menu-sessao1:hover {
	background-color:#f3f7f8;
	background-image: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#side-nav-equipamentos li.menu-sessao2 {
	width:140px;
	font-size:12px;
	padding:10px 0;
	text-transform: none;
	background-image:none;
	background-color:#f3f7f8;
	height: 12px;
}

#side-nav-equipamentos li.menu-sessao2 a {
	margin-left:10px;
	color: #a90056;
}

#side-nav-equipamentos .menu-sessao2 a:hover {
	text-decoration: underline;
}

/* BORDAS ARREDONDADAS PARA MENU */
.border {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.border1 {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.border2 {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/* ESTILO PARA TIRAR PADDING DA LINHA DO MENU */
#side-nav-equipamentos .last-menu {
	padding: 0px;
	height: 2px;
	font-size: 2px;
	margin: 0;
}

/* COLUNA 2 */
#col2-equipamentos {
	width:700px;
	float:left;	
}

/* BREADCRUMB */
#breadcrumb {
	margin: 0px 0 20px 0;
}

#breadcrumb li {
	float:left;
	font-size: 10px;
}

.sessao1 {
	text-decoration: underline;
	color: #a90056;
}

.sessao0 {
	text-decoration: none;
	color: #a90056;
}

.sessao-atual {
	font-weight: bold;
	color: #274368;
}

.seta-breadcrumb {
	text-decoration: none;
	margin:0 3px;
}

/* BANNER */
#banner-equipamentos {
	width:700px;
	height: 190px;
	clear:both;
	background:#777777;
	margin-bottom:20px;
}

/* DESTAQUE EQUIPAMENTOS */
.destaque-equipamentos {
	float:left;
	margin:0 20px 40px 0;
}

dt.dest-img {
	width:210px;
	height:230px;
	background:#c4dfe8;
	padding:5px;
}

.destaque-equipamentos dd {
	margin-bottom:5px;
	width: 210px;
}

.texto-dest-equipamentos {
	width: 220px;
	text-shadow: rgb(231, 244, 248) 0px 1px 0px;
}

/* -----------------------------------*/
/*		09 - Template Máquinas
/* -----------------------------------*/
/* COLUNA 1 */
#col1-maquinas {
	float: left;
	width: 370px;
	margin:0 30px 140px 0;
}

#col1-maquinas h2 {
	font-size: 24px;
	color: #274368;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#col1-maquinas img {
	border: 5px solid #e7f0f3;
}

a.bt-maquinas {
	display: block;
	font-size: 11px;
	color: #274368;
	height: 20px;
	float: left;
	margin:13px 20px 20px 0;
	cursor: pointer;
}

a.bt-maquinas:hover {
	text-decoration: underline;
}

a.bt-maquinas span {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-top: -5px;
}

a.ficha-tecnica span {
	background: url(../images/icones-maquinas.png) top left no-repeat;
}

a.download span {
	background: url(../images/icones-maquinas.png) -20px left no-repeat;
}

#col1-maquinas .ftecnica li {
	font-size: 11px;
}

/* COLUNA 2 */
#col2-maquinas {
	float: left;
	width: 300px;
}

/* H3 ROSA */
#col2-maquinas h3 {
	font-size: 16px;
	color: #a90056;
	text-transform: none;
}

#col2-maquinas p {
	margin-bottom: 16px;
	font-size: 13px;
}

#col2-maquinas .bullet-list li {
	font-size: 13px;
}

/* MODAL YOUTUBE */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:auto; width:auto; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url("../images/x.png") no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

/* LAST CHILD */
.last-child {
	margin-right:0px;
	padding:0px;
}

/* FIRST CHILD */
#side-nav-equipamentos .titulo-nav-equipamentos.first-child {
	margin-top:0px;
	padding-top:0px;
}

/* BANNER TOPO */
#banner-topo {
	position: absolute;
	top: 15px;
	left: 250px;
	width: 460;
	height: 74px;
}

#banner-topo2 {
	position: absolute;
	top: 15px;
	left: 729px;
	height: 74px;
	width: 244px;
}

