body  {    
	margin: 0;     
	padding: 0;
	font-family: Tahoma;
	font-size: 14px; 
	color:#333333; 
}

#background {
	position:absolute; z-index:1; width:100%; height:100%;
}

#scroller {
	position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;
} 

form {
	padding: 0;
	margin: 0;
}

hr {
	border-bottom: 1px solid #F18406;
	border-top:0;
	border-left:0;
	border-right:0;
	margin: 8px 0 8px 0;
}

h1 {
	margin: 8px 0 8px 0;
	font-family:Tahoma;
	font-size:20px;
	color:#333333;
	font-weight:normal;
}

h2 {
	margin: 8px 0 8px 0;
	font-family:Tahoma;
	font-size:17px;
	color:#BF6605;
	font-weight:bold;
	font-style:italic;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#F18406;
}

a:hover {
	text-decoration:underline;
	color:#F18406;
}

.a_login {
	color:#000000; 
	font-size:11px;
	text-decoration:underline;
}

.a_login:hover {
	color:#000000; 
	font-size:11px;
	text-decoration:none;
}

.a_top {
	color:#000000; 
	font-size:10px;
	text-decoration:none;
}

.a_top:hover {
	color:#000000; 
	font-size:10px;
	text-decoration:underline;
}

#wraper {
	width:924px;
	margin:auto;
	text-align:center;
}

#header {
	margin-top:15px;
	margin-left:25px;
	clear:both;
}

#header_left {
	float:left;
	width:168px;
	padding-left:25px;
}

#header_right {
	float:right;
}

#menu {
		position:absolute;
	z-index:10;
	background:url(../images/menu_fnd.png);
	width:213px;
	height:244px;
	text-align:left;
}

#menubv {
	width: 214px;
	padding: 0;
	margin: 0;
	font: 20px Tahoma;
}

#menubv ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menubv li {
	margin: 0;
}

#menubv li a {
	display: block;
	padding-left: 38px;
	padding-top:4px;
	padding-bottom:18px;
	background: none;
	color: #968D7B;
	text-decoration: none;
}

#menubv li a:hover {
	background:url(../images/menu_hover.png);
	color: #FFFFFF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#menubv  li { float: left; height: 1%; }
* html ul#menubv  li a { height: 1%; }
/* End */

#parceiros {
	background:url(../images/box_parceiros.png);
	width:316px;
	height:275px;
	position:absolute;
	top:427px;
	z-index:5px;
}

#acabamento {
	position:absolute;
	top:182px;
	margin-left:463px;
	z-index:5px;
}

#slide {
	top:182px;
	margin-left:213px;
	width:304px;
	height:519px;
	position:absolute;
	z-index:1px;
}

#content {
	text-align:left;
	padding-right:20px;
}

#footer {
	color:#FFF;
	font-size:14px;
	margin: 25px 0 25px 0;
}

.input_login {
	border:0;
	width:110px;
}

.input_contato {
	border-radius: 6px; /*css3 round corners*/
	-moz-border-radius: 6px; /*css3 round corners*/
	-webkit-border-radius: 6px; /*css3 round corners*/
	background:#EBEADD;
	font-family:Tahoma;
	font-size:12px;
}

.input_contato:focus {
    outline: none;
}

.input_textarea {
	border-radius: 6px; /*css3 round corners*/
	-moz-border-radius: 6px; /*css3 round corners*/
	-webkit-border-radius: 6px; /*css3 round corners*/
	background:#EBEADD;
	font-family:Tahoma;
	font-size:12px;
}
.input_textarea:focus {
    outline: none;
}

.enviar {
	border-radius: 6px; /*css3 round corners*/
	-moz-border-radius: 6px; /*css3 round corners*/
	-webkit-border-radius: 6px; /*css3 round corners*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	background:#ED8000;
}

.obrigatorio {
	color:#CC0000;
	font-size:12px;
}

legend {
	color:#09F;
	font-size:25px;	
}
label {
	display: block;
	margin-top: 10px;
}
label.error {
	float: none;
	color: red;
	margin: 0 .5em 0 0;
	vertical-align: top;
	font-size: 11px
}

.img_shadow {
	border:4px solid #FFF;
	-moz-box-shadow: 3px 3px 2px #000;
	-webkit-box-shadow: 3px 3px 2px #000;
	box-shadow: 3px 3px 2px #000;
	border-radius: 6px; /*css3 round corners*/
	-moz-border-radius: 6px; /*css3 round corners*/
	-webkit-border-radius: 6px; /*css3 round corners*/
}