/*
VM2 - www.vm2.com.br
Cliente: Ajinomoto
Data: 17/09/2006
Autor: Fernando Sergio - fernando.sergio@vm2.com.br
*/

/*===Arquivos Adicionais===*/
@import url("estrutura.css");
@import url("internas.css");
@import url("teste.css");
@import url("ie6.css");
@import url("ie7.css");

/*===Reset===*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*===Tags Gerais===*/

/*Fonte e Backgrond geral*/
html {font-size: 62.5%; }		
body {font: normal 1em/1.4em Tahoma, Arial, Helvetica, sans-serif; color:#555555; line-height:12px; background:url(../../images/geral/bg_geral_topo.jpg) no-repeat top left; }
body {/*_behavior:url(includes/css/csshover.htc);*/ behavior:url("includes/css/iepngfix.htc");}
strong {font-weight:bold}

/*Reset Links*/
a {text-decoration: none; color:#666;}
a:link, a:visited {text-decoration: none; color:#666}
a:hover {text-decoration: underline; color:#666}

/*floats*/
.img-left      {float: left;}
.img-right     {float: right;}
.img-center    {display: block; margin: 0 auto 0;}
.floatleft     {float: left;}
.floatright    {float: right;}
.noborder      {border: none !important;}
.nomargin	   {margin:0!important}
.nopadding	   {padding:0!important}
.clear         {clear: both;}