/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #000000;
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px;}

/* structure */
.container {
	background: #000000 url(../img/bg.jpg) repeat-x left;
	border: 0px solid #EEE;
	margin: 5px auto;
	padding: 0 10px 10px;
	width: 980px;
	height: 598px;
	overflow: hidden;
}

/* header */
.top {
    border: 0px solid #fff;
    text-align: left;
    padding: 1px 5px 7px;
    position: relative;
    top: 200px;
    margin-left: 15px;
    width: 100px;
    height: 130px;
}

/* navigation */
.navigation1 {	
    border: 0px solid #e7d71f;
    position: relative;
    top:-80px;
    left: -105px;
    margin: 100px;
    padding: 0px;
    width:110px;  
    height:530px;
}
.navigation1 a, .navigation1 a:visited {
    font: bold 1.1em sans-serif;
    padding:0px;
    text-decoration: none;
    text-align:center;	
    color:#fff;
    background: #000000 url('../img/home_home01.jpg') no-repeat center bottom;	
    width:110px;  
    height:530px;	
    display:block;
}
.navigation1 a:hover 
{
    background: #000000 url('../img/home_home02.jpg') no-repeat center bottom;
    color:#d6381d;
}

.navigation2 {	
    border: 0px solid #fe0707;
    position: relative;
    top: -710px;
    left: 10px;
    margin:100px;
    padding:0px;
    width:110px;
    height:530px;
}
.navigation2 a {
    font: bold 1.1em sans-serif;
    padding:0px;
    text-decoration: none;
    text-align:center;	
    color:#fff;
    background: #000000 url('../img/home_produtos01.jpg') no-repeat center bottom;	
    width:110px;  
    height:530px;	
    display:block;
}
.navigation2 a:hover 
{
    background: #000000 url('../img/home_produtos02.jpg') no-repeat center bottom;
    color:#da6600;
}

.navigation3 {	
    border: 0px solid #998c00;
    position: relative;
    top: -1340px;
    left: 125px;
    margin:100px;
    padding:0px;
    width:110px;
    height:530px;
}
.navigation3 a {
    font: bold 1.1em sans-serif;
    padding:0px;
    text-decoration: none;
    text-align:center;	
    color:#fff;
    background: #000000 url('../img/home_empresa01.jpg') no-repeat center bottom;	
    width:110px;  
    height:530px;	
    display:block;
}
.navigation3 a:hover 
{
    background: #000000 url('../img/home_empresa02.jpg') no-repeat center bottom;
    color:#fa9b2f;
}

.navigation4 {	
    border: 0px solid #fff;
    position: relative;
    top: -1970px;
    left: 240px;
    margin:100px;
    padding:0px;
    width:110px;
    height:530px;
}
.navigation4 a {
    font: bold 1.1em sans-serif;
    padding:0px;
    text-decoration: none;
    text-align:center;	
    color:#fff;
    background: #000000 url('../img/home_biblioteca01.jpg') no-repeat center bottom;	
    width:110px;  
    height:530px;	
    display:block;
}
.navigation4 a:hover 
{
    background: #000000 url('../img/home_biblioteca02.jpg') no-repeat center bottom;
    color:#e8b325;
}

.navigation5 {	
    border: 0px solid #753;
    position: relative;
    top: -2600px;
    left: 355px;
    margin:100px;
    padding:0px;
    width:110px;
    height:530px;
}
.navigation5 a {
    font: bold 1.1em sans-serif;
    padding:0px;
    text-decoration: none;
    text-align:center;	
    color:#fff;
    background: #000000 url('../img/home_contato01.jpg') no-repeat center bottom;	
    width:110px;  
    height:530px;	
    display:block;
}
.navigation5 a:hover 
{
    background: #000000 url('../img/home_contato02.jpg') no-repeat center bottom;
    color:#918300;
}

.navigation6 {	
    border: 0px solid #157;
    position: relative;
    top: -3230px;
    left: 470px;
    margin:100px;
    padding:0px;
    width:110px;
    height:530px;
}
.navigation6 a {
    font: bold 1.1em sans-serif;
    padding:0px;
    text-decoration: none;
    text-align:center;	
    color:#fff;
    background: #000000 url('../img/home_ingles01.jpg') no-repeat center bottom;	
    width:110px;
    height:530px;	
    display:block;
}
.navigation6 a:hover 
{
    background: #000000 url('../img/home_ingles02.jpg') no-repeat center bottom;
    color:#5c5c2a;
}

/* main */
.main {
	border: 0px solid #751;
	font-size: 1.2em;
	margin: -100px auto;
	padding: 0 10px 10px;
	width: 682px;
	height: 550px;
    top: 0;
    position: relative;
    overflow: hidden;
}

.maintext {
	/*
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
    */
	border: 0px solid #953;
    color: #FFF;
	font: 12px sans-serif;
	text-align: left;
	padding: 15px 10px 10px;
	width: 669px;
	height: 425px;
	overflow: auto;
	position:relative;
}

/* footer */
.footer {
	/* background: url(img/bgfooter.gif) repeat-x; */
	border: 0px solid #e7d71f;    
    position: relative;
    bottom: 25px;
    color: #FFF;
	font: bold 1em sans-serif;
	text-align: center;
	width: 600px; left: 50%; margin-left: -300px;
	padding:1px;
}
.footer a,.footer a:hover {color: #FFF;}

#preloadImagens {
    width: 0;
    height: 0;
    padding: 0;
    display: none;
    background: url('../img/home_home02.jpg');
    background: url('../img/home_produtos02.jpg');
    background: url('../img/home_empresa02.jpg');
    background: url('../img/home_antisinais02.jpg');
    background: url('../img/home_contato02.jpg');
    background: url('../img/home_ingles02.jpg');
}

.productstitle {
	position:relative;
	width:650px;
	height:120px;
	z-index:1;
	overflow:hidden;
	border:#e4e4e4 solid 0px;
}

.productsnameD {
	position: absolute;
	left:448px;
	top:45px;
	width:195px;
	height:20px;
	font: bold 12px sans-serif;
	text-align: center;
	text-decoration: none;
	border:#e4e4e4 solid 0px;
}

.productsnameE {
	position: absolute;
	left:-197px;
	top:45px;
	width:195px;
	height:20px;
	font: bold 12px sans-serif;
	text-align: center;
	text-decoration: none;
	border:#e4e4e4 solid 0px;
}

.productstitleE
{
	left:0px;
	position:absolute;
	border:0 !important;
	top:7px;
}

.productstitleD 
{
	left:202px;
	position:absolute;
	border:0 !important;
	top:7px;
}

.produto_main
{
	border: 0px solid #fff;
	padding: 10px 10px 10px;
	width: 660px;
	height: 500px;
	overflow: auto;
	position: relative;
}

.produto_desc
{
	border: 0px solid #368;
    color: #FFF;
	font: 12px sans-serif;
	text-align: left;
	width:630px;
	position:relative;
}

.produto_desc_pics_position
{
	border: 0px solid #fff;
	text-align: center;
	padding: 10px 10px 10px;
	width: 340px;
	height: 350px;
	overflow: hidden;
	float:left;
	margin:0 5px 5px 0;
}

.produto_desc_pics_position_prod
{
	border: 0px solid #fff;
	text-align: center;
	padding: 10px 10px 10px;
	width: 320px;
	height: 240px;
	overflow: hidden;
	float:left;
	margin:0 5px 5px 0;
}

.produto_desc_pics_grd 
{
	border: 1px solid #953;
	padding:5px 5px 5px;
	width:307px;
	height:227px;
	position:relative;
	float:left;	
}

.produto_desc_pics_peq
{
	border: 1px solid #953;
	padding:7px 7px 7px 7px;
	margin:10px 15px 10px 0;
	position:relative;
	float:left;
	width:80px;
	height:63px;
	display:block;
	z-index:1;
	overflow:hidden;	
}

.produto_desc_pics_peq a
{
	text-decoration:none;
	float:left;
}

.produtos_categ
{
	border: 1px solid #953;
    color: #FFF;
	font: bold 14px sans-serif;
	position:relative;
	padding:5px 5px 5px;
	float:left;
	text-align: center;
	width: 488px;
	left: 50%;
	margin-left: -280px;	
}

.produtos_categ_prod
{
	border: 1px solid #953;
	padding: 7px 7px 7px 7px;
	margin: 3px 3px 3px 3px;
	position:relative;
	float: left;
	width: 100px;
	display: block;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}

.produtos_categ_prod a, .produtos_categ_prod a:visited
{
    font: 12px sans-serif;
    padding:0px;
    text-decoration: none;
    color:#fff;
    display:block;
}

.biblioteca
{
	border: 0px solid #368;
    color: #FFF;
	font: 12px sans-serif;
	text-align: center;
	width:630px;
	position:relative;
}

.biblioteca_video_position
{
	border: 0px solid #fff;
	text-align: center;
	padding: 10px 10px 10px;
	width: 480px;
	height: 320px;
	overflow: hidden;
	margin:0 5px 5px 0;
}

.biblioteca_texto_position
{
	border: 0px solid #368;
    color: #FFF;
	font: 12px sans-serif;
	text-align: left;
	width:630px;
	position:relative;
}

.livro {
	background: #000 url(../img/bg.jpg) repeat-x left;
	border: 0px solid #EEE;
	margin: 5px auto;
	padding: 0 10px 10px;
	width: 100%;
	height: 100%;
	overflow: hidden;
    font: bold 1.1em sans-serif;
    padding:0px;
    text-decoration: none;
    text-align:center;	
    color:#fff;
}
