/* --- BACKGROUNDS GERAIS --- */
#bg1 {
	background: url(../img/padrao/bg1_index.jpg) repeat-x left top;	
}
	
#bg2 {
	background: url(../img/padrao/bg2_index.jpg) no-repeat center top;	
}

/* --- TOPO --- */
header {
	height: 200px;
}

#apre {
	position: relative;
	width: 940px;
	height: 200px;	
}

#apre li {
	padding: 20px 0 0 20px;	
}

#apre h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -1px;
	font-size: 290%;
	margin-bottom: 0.2em;
	text-shadow: 1px -2px 2px #576c89;
	color: #fff;
}

#apre p {
	width: 380px;
	padding-left: 3px;
	color: #e4f0ff;
}

#apre strong {
	color: #fff;
}

#apre a {
	margin-top: 18px;
	background: url(../img/apre/btn_apre.png) no-repeat;
	width: 162px;
	height: 30px;
	display: block;
	line-height: 26px;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	color: #fff;
}

#apre img {
	position: absolute;
	top: 0;
	right: 0;
}

.maior {
	display: block;
	font-size: 110%;
}

/* --- CONTEÚDO --- */
article #portifolio {
	width: 660px;
	height: 230px;
	padding: 0 20px; 
	margin-bottom: 20px;
	background: url(../img/padrao/bg_portfolio.png) no-repeat;
}

article #slide {
	width: 660px;
	height: 205px;
	position: relative;
	overflow: hidden;
	}

article #portifolio #prev, article #portifolio #next {
	position: absolute;
	width: 85px;
	height: 20px;
	top: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
}

article #portifolio #prev {
	background-image: url(../img/padrao/nav_portifolio1.png);
	right: 175px;
}

article #portifolio #next {
	background-image: url(../img/padrao/nav_portifolio2.png);
	right: 0;
}

article #portifolio #prev:hover, article #portifolio #next:hover {
	background-position: left bottom;
}

article #portifolio li {
	width: 660px;
	height: 154px;
}

article #portifolio h1 {
	font-family: "Lucida Sans", Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 170%;
	color: #c33;
	height: 51px;
	font-variant: small-caps;
}

article #portifolio h2 {	
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 110%;	
	color: #4c6b99;
	margin-bottom: 1.5em;
}

article #portifolio #destaques {
	width: 660px;
}

article #portifolio img {
	width: 220px;
	height: 150px;
	border: 2px solid #fff;
}

article #portifolio h2 em {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #c33;
}

article #portifolio p {
	font-size: 110%;
	display: block;
	margin-bottom: 0.5em;
}

article #portifolio nav {
	position: absolute;
	bottom: 2px;
	left: 395px;
	z-index: 5000;
}

article #portifolio nav a {	
	font-size: 75%;
	background-image: url(../img/padrao/btn_portfolio.png);
	margin: 0 5px;
	width: 125px;
	height: 20px;
	line-height: 20px;
	display: block;	
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#portifolio .btnOrcamento {
	background-color: #cc3333;
}

article #blog {
	padding: 0 100px 0 20px;
	width: 340px;
	float: left;
	background: url(../img/padrao/bg_blog.png) no-repeat;	
}

article #blog strong {
	display: block;
	font-weight: normal;
	color: #4c6b99;
}

article #blog li {
	margin-bottom: 10px;	
	padding: 0 70px 0 15px;
	background: url(../img/padrao/marcador.png) no-repeat left 5px;	
}

article #blog h2, article #newsletter h2 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
	font-size: 140%;
	color: #c33;
	padding-bottom: 15px;
	font-weight: normal;
}

article #newsletter {
	width: 220px;
	float: right;
}

article #newsletter label {
	margin-bottom: 10px;
	display: block;
}

article #newsletter span {
	display: none;
}

article #newsletter input {
	font-size: 80%;	
	border: 0px solid #FFF;
	border-bottom: 1px solid #c8d5e8;
	width: 196px;
	padding: 2px;
	text-transform: lowercase;
}

article #newsletter button {
	font-size: 75%;
	width: 80px;
	height: 20px;
	background-image: url(../img/padrao/btn_newsletter.png);
}

article #newsletter em {
	font-size: 80%;
	margin-left: 15px;
}

/* --- LATERAL --- */
aside h2 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
	font-size: 170%;
	color: #4c6b99;
	text-align: center;
	margin-bottom: 5px;
	font-variant: small-caps;
}

#conteudo aside figure {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#conteudo aside figure a {
	display: block;
	height: 80px;
}
