/* 
Theme Name: Lenivam
Theme URL: http://lenivam.com.br/
Description: Website Lenivam.
Author: Marco Riesco
Author URI: http://marcoriesco.com
Version: 1.0

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/* Ínicio CSS */

body {
	background-color: #052b5d;
	margin-top:10px;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
a, a:visited {
	color:#004679;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2 {
	font-size:20px;
	color:#002B4C;
	margin-bottom:10px;
	text-transform:uppercase;
}
#header {
	background:url(img/bg-header.png) repeat-x;
	height:135px;
	margin:0;
	padding:0;
}
#header-wrap {
	background:url(img/bg-header-wraper.png) no-repeat;
	width:990px;
	height:135px;
	margin:0 auto;
	padding:0;
}
.logo {
	width:247px;
	margin-left:18px;
	padding-top:10px;
}
.menu {
	width:673px;
	height:40px;
	padding-top:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-1px;
}

#conteudo {
	background-color:#FFF;
	margin:0;
	padding-bottom:40px;
	}
#conteudo p { margin-bottom:15px; }
#conteudo-wrap {
	background-color:#fafdff;
	width:950px;
	min-height:400px;
	padding:0 20px;
	margin:0 auto;
}
#banner {
	padding-bottom:20px;
}
#footer {
	background:url('img/bg-footer.png') repeat-x top;
	margin:0;
	padding-bottom:30px;
}
.footer-cima {
	width:100%;
	height:250px;
	padding-bottom:20px;
}
#footer-wrap {
	background:#052b5d url('img/bg-footer-wrapper.png') no-repeat top;
	width:990px;
	height:295px;
	margin:0 auto;
	color:#FFF;
	font-size:10px;
}
#footer-wrap .noticias, #footer-wrap .legislacao {
	width:305px;
	padding:53px 0 0 38px;
	font-size:12px;
}
#footer-wrap .noticias ul, #footer-wrap .legislacao ul {
	margin:0;
}

#footer-wrap .noticias li, #footer-wrap .legislacao li {
	width:100%;
	list-style-image: url('img/ul.png');
	height:18px;
}
#footer-wrap .noticias li a, #footer-wrap .legislacao li a {
	text-decoration:none;
	color: #002b4c;
	overflow:hidden;
	line-height:18px;
	height:18px;
}
#footer-wrap .noticias li a:hover, #footer-wrap .legislacao li a:hover {
	color:#FFF;
}
#footer-wrap .cotacao {
	width:183px;
	padding:38px 10px 0 90px;
	font-size:10px;
	text-align:right;	
	}


/*CSS*/
.esquerda { float:left; }
.direita { float:right; }
.clear { clear:both; }