/*
	Aeroguide - 17/01/2008
	VM2 - www.vm2.com.br
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		IMPORT ADDITIONAL SHEETS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	@import url("reset.css");
	@import url("estrutura.css");
	@import url("pages.css");

/*Config Geral*/

/*Font and Background*/
	html {font-size:65%;}		
	body {font-family:Arial, Helvetica, sans-serif; font-size:1.1em; color:#ffffff; line-height:1.1em;background:url(../../images/estrutura/bg_all.jpg) no-repeat center top;background-color:#161616;}

/*Reset Link*/
	a {text-decoration: none; color:#c3a709;}
	a:link, a:visited {text-decoration: none; color:#eccb7a;}
	a:hover { text-decoration:underline; color:#f5dc6e;}

/*Config paragraph*/
	p{margin:5px 0px 5px 0px; font-size:1em}

/*Config Form*/
	input, select, textarea {font: normal 11px Tahoma; border:1px solid #cdcdcd; color:#666; background-color:#f9f9fb}
	input.button{border:0!important}
	dt {text-align:right; width:auto; float:left; margin-right:10px}
	ul li{ line-height:17px;}

/*All float*/
	.img-left, .left	{float: left;}
	.img-left			{margin-right:10px}
	.img-right, .right	{float: right;}
	.img-right			{margin-left:10px; _margin-right:10px;}
	.img-center    		{display: block; margin: 10px auto 10px;}
	.noborder 	        {border: none !important;}
	.nomargin	  	    {margin:0!important}
	.clear         	    {clear: both}
/*Config Hack PNG for IE6*/

input { background-color:#cfc6c6; border:solid 1px #555232;}

form label { font:bold 11px Arial, Helvetica, sans-serif; display:block; }
textarea { background-color:#cfc6c6; border:solid 1px #555232;}
.w25 { width:25px;}
.w288 { width:288px;}
.w80 { width:80px;}
.b_tel { float:left;}
.b_mail  { float:left; margin-left:15px; display:inline;}
.w164 { width:164px;}
