/* 
	Caio J Ruman - VM2 
	Canon Área Restrita
	22/05/2007
*/

@import "estrutura.css";
@import "internas.css";

/* reset styles: http://meyerweb.com/eric/thoughts/2007/04/14/reworked-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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
/*	line-height: 1;*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

/* end reset styles */

a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

input, select, textarea { font: normal 10px Verdana, Arial, Helvetica; color: #545454; }
legend { display: none; }

/* Clearfix */

.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 */

/***** Global Classes *****/
 
.clear         { clear:both; }
.clearleft     { clear: left; }
.clearright    { clear: right; }
 
.float-left    { float:left; }
.float-right   { float:right; }

 .none         { display: none; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.noborder      { border: none; }
.nobackground {background:none !important;}

/* Base styles */

html { font: normal 10px/1.6 Verdana, Arial, Helvetica, Sans-serif; }

body { background: #fff url(../images/bg_body.gif) repeat-x center top; }

#principal { width: 700px; }

input, textarea { padding: 2px 3px 1px 2px; }

p { color: #777; }