/* 
	VM2
	Caio J Ruman - caio@vm2.com.br
	TransAuto - 16/04/2007
*/

@import "estrutura.css";
@import "internas.css";

* { margin: 0; padding: 0; }

html { font-size: 125%; }

body { 
	text-align: center; 
	font: normal 10px Arial, Helvetica, sans-serif; /* 1em = 10px */ 
	background: #fff url(../../images/bg.gif) repeat-y center;
}

#principal { text-align: left; margin: 0 auto; width: 772px; background: transparent url(../../images/bg_site.gif) no-repeat center 130px; }

fieldset { border: none; }
legend { display: none; }

ul { list-style-type: none; }

h1 { font-size: 1.4em; }
h2 { font-size: 12px; }
h3 { font-size: 11px; }
h4 { font-size: 11px; }

a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

p { text-align: justify; }

img { border: none; }

input, select, textarea { font: normal 10px Arial, Helvetica, Sans-serif; }
input.no_border { border:none; }

.bold { font-weight: bold; }
.center { text-align: center; }
.none { display: none; }
.clear { clear: both; }


/* Misc */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

