/*****
   main.css
   * Sets up the specificd main site style.
 ***/

body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

.floatleft { float: left; }
.floatright { float: right; }
.nao_exibir { display: none; }

#container {
	width:974px;
	margin:0 auto;
	padding: 0;
	text-align: left;
	border-right: 3px solid;
	border-left: 3px solid;
}

#header {
	padding: 10px 30px;
}

.logo {
	margin: 0;
}
.logo a {
	text-indent: -999em;
	overflow: hidden;
	display: block;
	background-image: url(../images/logo_dd.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 500px;
}

.lang_menu {
	display: block;
	margin: 0;
}
.lang_menu li {
	display: inline;
	margin: 0;
	padding-left: .7em;
}
.lang_menu li a {
	color: #333333;
}

.main_menu {
	display: block;
	font-size: 150%;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	margin: 40px 0 0 0;
	.margin: 30px 0 0 0; /* IE 6 hack*/
}
.main_menu li {
	display: inline;
	margin: 0;
}
.main_menu li a {
	text-decoration: none;
	color: #333333;
}
.main_menu a.menu_sel {
	color: #EE3D37;
}
.left100px {
	padding-left: 100px;
}

.prod_menu {
	margin: 0;
	padding: 10px 0;
	.padding: 0; /* IE 6 hack */
	clear: both;
	text-align: center;
	height: 62px;
	list-style-type: none;
	display: block;
}
.prod_menu li {
	display: block;
	width: 100px;
	float: left;
	height: 70px;
}
.prod_menu li img {
	display: block;
}
.prod_menu li a {
	text-decoration: none
}
.left102px {
	margin-left: 102px;
}

#content {
	clear: both;
	margin: 0;
}
#content .imagem_principal {
	background-image: url(../images/imagem_principal.jpg);
	background-repeat: no-repeat;
	height: 517px;
	width: 686px;
	text-align: center;
	margin: 0 auto;
}
.home_desc_pt, .home_desc_es, .techinfo, .contato {
	padding: 0 30px;
}
.home_desc_pt, .home_desc_es {
	padding-top: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	display: block;
	text-indent: -999em;
}
.home_desc_pt { background-image: url(../images/frase_pt_img.gif); }
.home_desc_es { background-image: url(../images/frase_es_img.gif); }

.techinfo h2, .contato h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E03030;
	display: block;
}
.techinfo h4 {
	font-weight: bold;
}
.contato {
	padding-bottom: 20px;
}

#footer {
	border-top: 1px solid;
	border-bottom: 3px solid;
	padding: 15px 30px 0;
}
.logo_mr7 {
	margin: 3px 5px auto auto;
}
.limpa { clear: both }
.poweredby {
	font-size: 75%;
	/*clear: both;*/
	display: block;
	text-align: right;
}
