/*
////////////////////////////////////////////////////////////////////////////////

	FOCO-IS - PORTAL
	AUTOR: FELIPE COELHO - felipecrleandro@gmail.com
	CRIADO: 09/01/2009
	MODIFICADO: 12/01/2009
	
////////////////////////////////////////////////////////////////////////////////

////////// ELEMENTOS GENERICOS //////////*/

a, a:hover  {
	color: #645798;
	text-decoration: none;
	overflow: hidden;
	}
	
a:hover { text-decoration: underline; }	

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.nospace { margin: 0; padding: 0; }


/*////////// ESTRUTURA //////////*/
html { 
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto; 
}
body {
	background: #fff url(../imgs/fundo_pagina.gif) repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}
#container {
	display: block;
	width: 723px;
	margin: 0 auto;
	text-align: left;
}
#cabecalho {
	background: url(../imgs/fundo_cabecalho.jpg) top left no-repeat;
	width: 723px;
	height: 290px;
	position: relative;
}
#content {
	display: block;
	background: url(../imgs/fundo_conteudo.jpg) top left no-repeat;
	padding-top: 10px;
}
.logo a {
	display: block;
	background: url(../imgs/logo.gif) bottom right no-repeat;
	width: 178px;
	height: 44px;
	text-indent: -99999px;
	position: absolute;
	top: 39px;
	left: 18px;
}
.txt_empresa {
	display: block;
	background: url(../imgs/txt_empresa.gif) top left no-repeat;
	width: 393px;
	height: 43px;
	text-indent: -99999px;
	position: absolute;
	top: 22px;
	left: 254px;
}
ul#idiomas {
	display: block;
	width: 17px;
	position: absolute;
	top: 55px;
	right: 15px;
}
ul#idiomas li a {
	display: block;
	width: 17px;
	height: 17px;
	text-indent: -99999px;
	margin-bottom: 7px;
} 
ul#idiomas li.portugues a {
	background: url(../imgs/ico_brasil.gif) top left no-repeat;
} 
ul#idiomas li.espanhol a {
	background: url(../imgs/ico_espanha.gif) top left no-repeat;
} 
ul#idiomas li.ingles a {
	background: url(../imgs/ico_usa.gif) top left no-repeat;
}

ul#menu {
	display: block;
	background: url(../imgs/separador_conteudo.gif) top right no-repeat;
	width: 195px;
	padding: 35px 0 10px 1px;
	float: left;
}
ul#menu li, ul#menu li a {
	display: block;
}
ul#menu li.mn_separador {
	text-indent: -99999px;
	background: url(../imgs/separador_menu.gif) top left no-repeat;
	width: 194px;
	height: 8px;
	margin: 0 0 5px 0;
	*margin: 0;
}
ul#menu li.mn_link a {
    vertical-align: bottom;
    font-weight: bold;
	text-indent: 11px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding-top: 2px;
	background: url(../imgs/menu_background.gif) top left no-repeat;
	height: 18px;
}
ul#menu li.mn_link a:hover {
    color: #6d629a;
}
#middle {
	display: block;
	width: 484px;
	float: right;
	padding: 34px 0 0 0;
}
#rodape {
	display: block;
	background: url(../imgs/fundo_rodape.gif) repeat-x;
	height: 50px;
	margin-top: 50px;
	position: relative;
}
#rodape_content {
	display: block;
	background: url(../imgs/rodape.gif) top left no-repeat;
	width: 577px;
	height: 50px;
	margin: 0 350px;
	text-align: left;
}
.copyright {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	position: absolute;
	top: 30px;
	left: 67%;
}
ul#links {
	display: block;
	width: 400px;
}
ul#links li {
	background: url(../imgs/bullet_link.gif) no-repeat;
	background-position: 0 55%;
	padding: 0 0 0 10px;
}
ul#servicos a {
	display: block;
	width: 460px;
	color: #000;
}
ul#servicos li {
	background: url(../imgs/bullet_servicos.gif) no-repeat;
	background-position: 0 55%;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	*margin-bottom: 0;
}
ul#servicos li.vazio {
	background: none !important;
	padding: 0 0 0 20px !important;
}
ul#servicos span {
	display: block;
	background: url(../imgs/bullet_link.gif) no-repeat;
	background-position: 0 55%;
	padding: 0 0 0 10px;
	margin-bottom: 3px;
}
ul#contato {
	display: block;
	width: 337px;
}
ul#contato li {
	margin-bottom: 10px;
}
ul#contato label {
	display: block;
	margin-bottom: 5px;
}

/*////////// FORMULARIOS //////////*/
form {
	margin: 0;
	padding: 0;
}
.form_contato {
	background: #dddae8;
	border: 1px solid #dddae8;
	color: #000;
	height: 19px;
}
.btn_limpar a {
	display: block;
	background: url(../imgs/btn_limpar.gif) top left no-repeat;
	width: 64px;
	height: 17px;
	text-indent: -99999px;
	float: right;
}
.btn_enviar a {
	display: block;
	background: url(../imgs/btn_enviar.gif) top left no-repeat;
	width: 64px;
	height: 17px;
	text-indent: -99999px;
	float: right;
	margin-left: 20px;
}

/*////////// TEXTOS //////////*/
.tt_titulo {
	display: block;
	background: url(../imgs/tt_background.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	margin-bottom: 30px;
}
.tt_titulo span {
    color: #6d629a;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 30px;
    display: inline-block;
    background-color: white;
    margin: 9px 0px 0px 54px;
    padding-right: 15px;
}
.tt_bemvindo {
	display: block;
	background: url(../imgs/tt_bem_vindo.gif) top left no-repeat;
	width: 484px;
	height: 49px;
	text-indent: -99999px;
	margin-bottom: 30px;
}
.tt_espaco {
	padding: 0 20px 0 0;
}

/*////////// PRODUTOS //////////*/
div {
    display: block;
}
h1 {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 18px;
}
h2 {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 17px;
}
h3 {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 16px;
}
.produto {
    text-decoration: none;
    width: 200px;
    height: 241px;
    border: 1px solid #b1abcb;
    padding-bottom: 10px;
    margin: 15px;
    float: left;
}
.produto_no_border {
    text-decoration: none;
    width: 200px;
    height: 241px;
    border: 1px solid transparent;
    padding-bottom: 10px;
    margin: 15px;
    float: left;
}
.produto h2 {
    padding: 5px;
    font-size: 12px;
    /*text-transform: uppercase;*/
}
.produto .imgProduto {
    height: 200px;
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 0px;
}
.produto .detalhesProduto {
    display: block;
    background-color: white;
    color: #645798;
    font-size: 10px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    float: right;
    margin: 5px;
    padding: 0px 5px;
}
.produto .detalhesProduto:hover {
    background-color: #645798;
    color: white;
}
.tt_espaco a.colorbox {
    text-align: center;
    float: left;
    margin-right: 15px;
}
.tt_espaco a.colorbox:hover {
    text-decoration: none;
}

