/* CSS Alta Fidelidade - Todos os navegadores, menos o IE6 */

html {
	margin:0px;
	width:100%;
	height:100%;
}

body {
	margin:0px;
	width:100%;
	height:100%;
	background-color:#111111;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color:#ff6600;
}

a:hover {
	text-decoration:none;
}

p {
	font-size:12px;
	line-height:18px;
	margin:0px;
	padding:0px;
}

h3 {
	margin:0px;
	padding:0px 0px 5px 0px;
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#pagecontainer {
	width:955px;
	margin:0px auto 25px auto;
	background: url(../img/bg_top.gif) center top repeat-x #FFFFFF;
	overflow:hidden;
}

#top {
/*	height:120px;*/
	height:127px;	
	overflow:hidden;
	border-bottom:solid 1px #e4e4e4;
}

#marca {
	float:left;
	width:320px;
	height:76px;
/*	padding:16px 0px 0px 30px; */
	padding:9px 0px 0px 30px; 	
}

#endereco {
	float:right;
	width:300px;
	padding:25px 50px 25px 0px;
	text-align:right;
}

/* menu horizontal by micox */
.menu-hh { display: table; }
.menu-hh * { margin: 0; padding: 0;}
.menu-hh a { display: block; }
.menu-hh li { list-style: none; float: left; height: 1%; }
.menu-hh li ul { position: absolute; visibility: hidden; white-space: nowrap;}

/* hack para navegadores que exigem width para elementos pos absolute (Opera) */
html:first-child>body .menu-hh li ul { width: 955px; text-align:center; }
.menu-hh li:hover ul, .menu-hh  li.over ul { visibility: visible;} /* a class  .over eh tecnica pro hover no IE */
.menu-hh li:hover ul li ul, .menu-hh li.over ul li ul{ visibility: hidden;}
.menu-hh li ul li:hover ul, .menu-hh li ul li.over ul{ visibility: visible;}

/* visual */
.menu-hh { background:url(../img/bg_menu.gif) center top repeat-x #ff7c00; width:955px; margin:0px; padding:0px; height: 31px; line-height:31px;}
  .menu-hh a {font-weight:normal; width:118px; text-align:center; border-right:solid 1px #ff7c00; text-decoration:none; color: #000; padding:0px; line-height: 31px;}
  .menu-hh a:hover {color:#FFFFFF; text-decoration: none; background:url(../img/bg_menu_hover.gif) center top repeat-x #ff7c00;}
  .menu-hh ul li ul { background:url(../img/bg_menu.gif) center top repeat-x #ff7c00; font-size: 12px; border: 1px solid #333; opacity:0.8;filter:alpha(opacity:85); }


#abertura {
	width:955px;
	height:450px;
	overflow:hidden;
	}


#middle {
	border-top:solid 1px #CCC;
	background-color:#f3f3f3;
	background:url(../img/bg_middle.gif) center top repeat-y;
}

#middle_left {
	float:left;
	width:727px;
	padding:15px;
	background-color:#ffffff;
}

#middle_right {
	float:right;
	width:168px;
	background-color:#f3f3f3;
	padding:15px;
}

.hackfloat {
	clear:both;
	height:0px;
	overflow:hidden;
}

#bottom {

	background:url(../img/rodape.gif) center top no-repeat;
	height:21px;
	overflow:hidden;
}	

div #texto{
	padding-right:228px;
	padding-left:20px;
	padding-top:10px;
}

form {
	width:400px;
	float:left;
}

#formulario {
	float:left;
}

#end_contato {
	float:left;
	width:300px;
	font-size:12px;
}