@charset "utf-8";

/* CSS Document */ /* Propriedades gerais da página */
body {
	min-width: 800px;
	background: #000000 url(images/background_1920.jpg) repeat-x top fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/* Determina que TODOS os elementos padrões da página não terão padding e margin igualmente no IE e no Firefox */
* {
	margin: 0;
	padding: 0;
}

/* Div geral que contém todos os outros divs e informações do site. */
#geral {
	background: none scroll right center;
	width: 800px;
	margin: 30px auto;
	left: 50%;
	text-align: center;
	overflow: hidden;
	color: #666666;
}

#lingua {
	background: url(images/lingua.png) no-repeat 0px 0px;
	width: 760px; /*800*/
	height: 15px;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	font-size: 0.8em;
	color: #FFFFFF;
}

/* Conteúdo, meio, Menu, player, etc */
#top {
	background: url(images/top.png) no-repeat 0px 0px;
	width: 760px; /*800*/
	height: 60px; /*100*/
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	text-align: left;
	color: #ffffff;
}

#menu {
	background: url(images/menu.png) no-repeat 0px 0px;
	width: 760px; /*800*/
	height: 27px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 23px;
	text-align: left;
	color: #ffffff;
}

#rollover {
	text-indent: 10000px;
	overflow: hidden;
	display: inline-block;
}

#rollover :hover {
	background-position: bottom left;
}

.home {
	width: 42px;
	height: 27px;
	background: url(images/home_roll.png) top left no-repeat;
}

.servicos {
	width: 64px;
	height: 27px;
	background: url(images/servicos_roll.png) top left no-repeat;
}

.cases {
	width: 50px;
	height: 27px;
	background: url(images/cases_roll.png) top left no-repeat;
}

.clientes {
	width: 126px;
	height: 27px;
	background: url(images/clientes_roll.png) top left no-repeat;
}

.contato {
	width: 60px;
	height: 27px;
	background: url(images/contato_roll.png) top left no-repeat;
}

.lab {
	width: 100px;
	height: 27px;
	background: url(images/lab_roll.png) top left no-repeat;
}

#textoEsq {
	width: 360px; /*460*/
	background: url(images/side.png) repeat-y;
	float: left;
	margin-left: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}

#textoEsq ul li {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	list-style: inside;
}

#textoDir {
	width: 280px; /*320*/
	background: url(images/side2.png) repeat-y;
	margin-right: 20px;
	float: left;
	padding-left: 0px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}

#player {
	width: 268px;
	height: 293px;
	float: center;
	background: #ffffff;
}

#rodape {
	background: url(images/rodape.png) no-repeat;
	width: 725px; /*800*/
	height: 53px;
	text-align: right;
	font-size: 0.8em;
	color: #ffffff;
	padding-top: 61px;
	padding-right: 75px;
	float: left;
}

/* Propriedade que é colocada no ultimo elemento do div geral (html), e faz com que ele apareça no fim da página, levando o background do div com ele. */
.limpar {
	clear: both;
}

#textoDir,#textoEsq {
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

/* Estilos dos Cases */
.case {
	padding-top: 15px;
}

.casesNome {
	padding-bottom: 10px;
}

.casesHeader {
	width: 360px;
}
	
.casesImagem {
	float: left;
	width: 170px;
}

.casesInfo {
	float: right;
	width: 184px;
	padding-left: 6px;	
}


.casesDescricao {
	padding-top: 10px;
}

.casesPlayer {
	padding-top: 10px;
	text-align: center;	
}

.casesBarra {
	text-align: right;
	border-bottom: 1px solid #d32c00;
	width: 354px;
}

/* Estilos de fontes */
h1 {
	font-size: 1.8em;
	color: #d32c00;
}

h2 {
	font-size: 1.2em;
}

.nota {
	font-style: italic;
}

/* Links */
a:link,a:visited {
	text-decoration: none;
	color: #d32c00;
}

a:hover {
	cursor: pointer;
	color: #FF9A00;
	text-decoration: none;
}

#lingua a:link {
	color: #ffffff;
	text-decoration: none;
}

#lingua a:hover {
	color: #ffffff;
	text-decoration: none;
}

#lingua a:visited {
	color: #ffffff;
	text-decoration: none;
}