@charset "utf-8";

/*
 Reset HTML Tags
-----------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, ul{margin:0px; padding:0px;}

body{
	background-image:url("../images/background.jpg");
	background-repeat:repeat-x;
	background-color:#E3DEC8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
	color:#2A391D;
}
h1{
	color:#FF6600;
	padding:10px 0px;
	margin-bottom:4px;
	font-size:22px;
	font-variant:small-caps;
	font-weight:normal;
	border-bottom:1px solid #EFE7D1;
}
#menu_p{
background-color:#999999; width:170px; height:auto; background-image: linear-gradient(to bottom, #B6B6B6, #F6F6F6 130%); float:left;
}
#l{
background-color:#cccccc;
transition:3s;
}
#l:hover{
background-color:#0097E0;
transition:3s;
}
#car_cor{
height:50px; 
width:262px; 
background-image:url(../images/1.png); 
margin-top:10px; 
float:left;

}

#car_cor:hover{
 transition:10s;
 background-image:url(../images/1_1.png);
 
}

#marg{

	margin-bottom:0px;
	padding:10px 0px;
	font-size:22px;
	font-variant:small-caps;
	font-weight:normal;
	border-bottom:1px solid #EFE7D1;
	color: #cccccc;
    font-family: Calibri,Tahoma;
    font-size: 30px;
    letter-spacing: -1px;
    padding: 10px 20px 26px;
}
h2{
	font-weight:normal;
	font-size:18px;
	color:#0099FF;
	padding:6px 0px;
}
h4{
	font-size:14px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p{
	margin-bottom:6px;
}
/*a{
	color:#009ABF;
	text-decoration:none;
	border-bottom:1px solid #999999;
}*/
label{
	display:block;
	width:auto;
	padding:10px 0px;
	border-bottom:1px solid #E5E5E5;
}
input, textarea, select{
	font-size:16px;
	font-family:Calibri, Tahoma;
	padding:6px;
	border:1px solid #CCCCCC;
}
form ul li{list-style-type:none; padding:10px 0px; border-bottom:1px solid #E5E5E5;}
form ul li span{display:block;}


.finalizar_car{ color:#00FF33; border-bottom:0px; border:none; text-decoration:none;}

a:hover{color:#000000; border-color:#000000;}
#container{
	display:block;
	width:866px;
	margin:auto;
}
#nav{text-decoration:none;}
/*---- Top section ----*/
#topbar{display:block; width:auto;}
	#logo{
		display:block;
		width:auto;
		height:124px;
		margin-bottom:10px;
		background-image:url("../images/logo.jpg");
		background-repeat:no-repeat;
		background-position:center 0px;
	}
	#navbar{
		display:block;
		width:auto;
		height:66px;
		background-image:url("../images/navbar.gif");
		background-repeat:no-repeat;
		padding:4px 12px;
		margin-bottom:20px;
	}
	#navbar a{
		font-family:Calibri, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:21px;
		letter-spacing:-1px;
		border:none;
		float:left;
		color:#666666;
		padding:25px 20px;
		border-right:1px solid #F9F9F9;
		border-left:1px solid #D9D9D9;
	}
	#navbar a:hover{color:#000000;}
	
	#car_limpa {color:#FFFFFF;}
	#car_limpa a:hover{color:#999999;}

/*---- Main ----*/
/*#menu{...}*/
#main{
	display:block;
	width:99.3%;
	margin:auto;
	background-color:#F1F1F1;
}
	#main-header{
		display:block;
		width:auto;
		height:16px;
		background-image:url("../images/main_header.gif");
		background-repeat:no-repeat;
		background-position:center;
		background-color:#E3DEC8;
		 position: absolute;
   
	}
	#main-footer{
		display:block;
		width:auto;
		height:16px;
		background-image:url("../images/main_footer.gif");
		background-repeat:no-repeat;
		background-position:center;
		background-color:#E3DEC8;
	}
	#main .textbox{line-height:22px;}
	#main .textbox img{border:1px solid #999999; padding:2px; margin-right:20px; margin-top:6px;}
	
	#colleft{
		width:540px;
		float:left;
		margin-right:24px;
		padding:20px;
	}
		#header_flash{
			/*display:block;*/
			width:auto;
			background-color:#000000;
			height:300px;
			padding-bottom:14px;
			 width: 400px;
  		    display: none;
			
		}
		#header_flash #flashcontent{
			width:auto;
			display:none;
			height:100%;
		}
		#list_products{
			width:648px;
			display:block;
			
			margin-left:20px;
			margin-right:20px;
			float:left;
		}
		#list_products ul{float:left; width:100%;}
		#list_products li{
			height:455px;
			border:3px solid #E3DEC8;
			background-color:#F9F9F9;
			list-style-type:none;
			float:left;
			margin-right:16px;
			margin-bottom:16px;
			width:180px;
			padding:6px 6px 10px;
			font-size:10px;
			font-family:Verdana;
			color:#666666;
			line-height:12px;
			
		}
		#list_products li a{
			/*border:3px solid #E3DEC8;*/
			width:158px;
			display:block;
			float:left;
			padding:6px 6px 10px 6px;
		
			
			font-size:10px;
			font-family:Verdana;
			color:#666666;
			line-height:12px;
		}
		#list_products li a h4{
			color:#009ABF;
		}
		#list_products li:hover{border-color:#000000;}
		/*#list_products li a img{
			border:1px solid #EFECE0;
			background-color:#FFFFFF;
			padding:4px;
			margin-bottom:4px;
		}*/
		#orcamento{
			width:auto;
			display:block;
			margin-bottom:16px;
			border:1px solid #9FEFFF;
			background-color:#DFF9FF;
			padding:16px;
			color:#666666;
		}
		#orcamento_images{
			border:1px solid #999999;
			background-color:#FFFFFF;
			width:auto;
			display:block;
		}
		#orcamento_images li{
			list-style-type:none;
		}
		
	#colright{
		width:220px;
		float:left;
		padding:10px;
	}
		#img_produto{
			border:1px solid #999999;
		}
		#phones{
			letter-spacing:1px;
			font-size:18px;
			line-height:24px;
		}
		/*#colright #opacity{
			width:100%;
			height:100%;
			position:absolute;
			background-color:#000000;
			z-index:3;
		}*/

/*---- Footer ----*/
#footer{padding:10px 20px; font-size:11px;}
	#footer a{margin-right:8px;}

/* Classes
--------------------*/
div.space{display:block; width:auto; clear:both;}
.hrule{
	width:auto;
	display:block;
	height:1px;
	margin:10px 0px;
	border-bottom:1px solid #EFE7D1;
}
.title-page{
	background-color:#000000;
}
.title-page h1{
	font-family:Calibri, Tahoma;
	font-size:30px;
	letter-spacing:-1px;
	padding:10px 20px;
	padding-bottom:26px;
	color:#CCCCCC;
}
.selected{border-color:#00CC00!important;}
.unselected{border-color:#E3DEC8!important;}

/*#menuflutuante{
	width:860px;
	height:80px;
	text-align:center;
	margin:0 auto;
	left:17.2%;
	margin-top:17%;
	_margin-top:58.5%;
	margin-left:-100px;
	position:fixed;
	position:absolute;
	top:expression( ( 0+( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}*/
#menuflutuante .content{
	display:block;
	width:auto;
	height:40px;
	position:relative;
	top:-88px;
	text-align:left;
	padding:20px;
	color:#FFFFFF;
	font-size:22px;
}
/*#menuflutuante .opacity{
	background-image:url("../images/menu_flutuante.gif");
	display:block;
	width:auto;
	height:88px;
	filter:opacity(alpha=40); /* para o IE
	-moz-opacity:0.4; /* para o FireFox 
	opacity:0.4; /* para o outros Navegadores
}*/



#floatdiv{
	
    width:46px;
	height:41px;
	
	border:1px solid #66CCFF;
	background-color:#EFFAFF;
}
#floatdiv #content{
	color:#000000;
	padding:16px;
	
	height:50px;
}

#car_img{
border:none;
background-image:url(../images/car3.png);
background-repeat:no-repeat;
width:5px;
height:01px;


}

#floatdiv #content #nis{font-size:30px; float:left; margin-right:4px;}
#floatdiv #content span{line-height:24px; float:left;}


#images_result{
	border:1px solid #999999;
	background-color:#FFFFFF;
	padding:16px;
	width:96%!important;
	float:left;
	margin-bottom:0px;
}
#images_result li{
	list-style-type:none;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	width:145px;
	border:solid 1px #999999;
	height:235px;
}
#images_result li .image{
	border:none;
	background:none;
	padding:4px;
	background:none;
	width:66px;
}
#images_result li span{
	float:left;
	width:34px;
}


#images_result li a{
	text-decoration:none;
}