﻿.cabecalho {
	margin-right:auto;
	margin-left: auto;
	height:160px;
	font-family: Arial, Helvetica, sans-serif;
	width: 1024px;
	font-size:14px;

}
.cabecalho ul {
	padding:0;
	list-style:none;
	width: 1024px;
}
.cabecalho ul li,
.cabecalho ul li.last,
.cabecalho ul li:hover.last {
	display:inline-block;
	position: relative;
	padding:0;
}



.titulos {
	color: #0084D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
 	text-decoration: none;
}
.imagem {
	width:150px;
	height:200px;
}
.texto {
	width:350px;
}


.conteudos {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
	z-index: 2;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	width: 1024px;
	font-size: 11px;
	color:#949EA5
}
.conteudos ul {
	list-style-type: square; 
	margin-left: -26px;
	margin-top: 0px;
}
.rodape {
	margin-right:auto;
	margin-left: auto;
	height:auto;
	position: relative;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	width: 1024px;
	font-size:14px;

}
.rodape ul {
	margin-right:auto;
	margin-left: auto;
	padding:0;
	list-style:none;
	width: 1024px;
}

.rodape ul li,
.rodape ul li.last,
.rodape ul li:hover.last {
	margin-top:10px;
	display:inline-block;
	float:left;
	font-size:14px;
	position: relative;
	padding:0;
}

.powered {
	color: #949FA5;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9px;
	line-height: 13px;
}

.link_texto {
	color: #949EA5;
	text-decoration: none;
}
.link_texto:hover {
	color: #F58220;
	text-decoration: none;
}
.link_destaque {
	color: #F58220;
	text-decoration: none;
}
.link_destaque:hover {
	color: #F58220;
	text-decoration: none;
	font-weight:bold;
}
.caixas {
background-image:url('../imgs/works/caixa.jpg');
background-repeat:no-repeat;
vertical-align:top;
height: 121px;
width:122px;
}

.clientes {
	color: #959EA5;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
}

.works_tabela td {
	width: 102px;
	height: 102px;
	vertical-align:middle;
	text-align:center
}
#mycustomscroll {
	width: 625px;
	height: 390px;
	overflow: auto;
	position: relative;
	margin-left: 0px;
	padding: 0px;
}
#mygaleria {
	width: 625px;
	height: 390px;
	overflow: auto;
	position: relative;
	margin-left: 65px;
	padding: 0px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:9px;
}
.vscrollerbar {
background-image: url(../imgs/scroll.jpg);
width: 9px;
/* following is the bit that allows us fixed height scrollbars */
height: 38px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(../imgs/scroll.jpg);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scroll.jpg');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 0px;}
.hscrollerbar {height: 0px; background-color: #FFFFFF;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 0px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}

a
{
                 outline:none;
}

a:focus
{
                 -moz-outline-style:none;
}