/**************************************************************
   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, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
body { line-height: 1; color: #000000; background: #FFFFFF; }
ol, ul { list-style:disc; }
table { border-collapse: separate; }
caption, th { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/**************************************************************
   Layout
**************************************************************/
body {
	background: url(../imagens/bg_simples.jpg) no-repeat center 10px #7F7F7F;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 36px;
}

h1 {
	color: #FA6F3A;
	font: 30px "Times New Roman";
	font-weight: bold;
	letter-spacing: 5px;
	padding: 50px 0 19px 41px;
	float: left;
	width: 550px;}

h1:first-letter { font: bold 35px "Times New Roman"; }
p { margin: 19px 0 19px 0; }

a:link { color: #666666; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

#Layout { margin: 0 auto; width: 980px; }

#Base {
	float: left;
	height: 688px;
	margin: 0 0 10px 4px;
	padding: 0 0 15px 0;
	text-align: left;
	width: 966px;
}

* > #Base { margin: 0 0 10px 7px; min-height: 688px; }

/**************************************************************
   Lateral esquerda
**************************************************************/
#LateralEsquerda { float: left; width: 255px; }

.logo { float: left; padding: 35px 0 25px 18px; }

#Menu {float: right;}
#Menu ul{margin:0;padding: 0;list-style:none;}
#Menu ul li a { float: right; padding: 0 50px 10px 0; text-align: right; width: 200px; }

/**************************************************************
   Conteúdo
**************************************************************/
#Content {
	color: #B6B6B6;
	font-size: 14px;
	height: 550px;
	line-height: 19px;
	padding-left: 41px;
	float: left;
	left: 41px;
	width: 290px;
}
	
.action { float: left; padding: 24px 0 0 79px; }
#trabahos ul{list-style:disc; float:normal;}

.action img { margin: 7px; }

#Content2 { color: #FFFFFF; float: left; margin: -7px 0 0 -8px; }
#Content2 a { color: #FFFFFF; font-weight: bold; }
* > #Content2 { margin: -8px 0 0 -8px; }

/**************************************************************
   Final (footer, rodapé)
**************************************************************/
#Footer {
	color: #3F3F3F;
	float: left;
	font-size: 10px;
	padding: 13px 0 60px 0;
	text-align: right;
	width: 970px;
}

#Footer a { color: #3F3F3F; font-size: 10px; margin: 0 7px; }

#Footer .creditos {
	float: right;
	margin-top: 2px;
	text-align: right;
	width: 100%;
}

#Footer .creditos a { margin: 0; }
#Footer .last { margin-right: 0; }

/**********************************************************************************
   Info
     Última alteração: #Content em 12-01-2009 por Apici Marketing e Comunicação
**********************************************************************************/