/*-----------------------------------------------------------------------------
	cristiane harttman
	autor: wagner brahm (wbrahm@cadastra.com.br)
	
	laranja: #dfa726
	verde-escuro: #649619
	verde-claro: #acd373
	cinza-escuro: #9b9b9b
	cinza-claro: #ebebeb
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	global
	usado para setar todos os navegadores em uma
	posio similar. ajuda muito 	se todos iniciarem no
	mesmo lugar.
------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------
   estilos dos elementos HTML
------------------------------------------------------------------------------*/

body {
	background: #649619;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
}

img {
	border: none;
}

h2 {
	color: #dfa726;
	padding: 10px 0px 0px 12px;
	font-size: 14px;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------
   elementos do layout
------------------------------------------------------------------------------*/

#header-cover {
	display: none;
}

#box {
	width: 800px;
	top: 50%; 
	margin-left: auto;
	margin-right: auto;
	background: #649619;
	overflow: hidden;
}

#wrapper {
	width: 800px;
	min-height: 700px;
	top: 50%; 
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg-wrapper.gif) #649619 top no-repeat;
	overflow: hidden;
}

#header {
	width: 100%;
	height: 123px;
}
#header a, a:hover, a:active, a:focus {
	color: #fff;
	font-weight: bold;
}
#header .logo {
	float: left;
	padding-left: 67px;
}
#header > div.flash {
	float: right;
	padding: 2px;
	margin-top: 105px;
	margin-right: 197px;
	background: #80B238;
}
#header .flash {
	float: right;
	padding: 2px;
	margin-top: 105px;
	margin-right: 98px;
	background: #80B238;
}

#content {
	float: right;
	width: 420px;
	padding-right: 196px;
	margin-left: 15px;
	background: url(../img/bg-content.gif) no-repeat left top;
}
#content h1 {
	width: 190px;
	height: 36px;
	margin: 10px 0px 0px 12px;
}
#content span {
	display: none;
}
#content p {
	padding: 0px 10px 0px 10px;
	margin: 5px;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
}
#content a {
	color: #649619;
	font-weight: bold;
}
#content a:hover, a:focus {
	color: #dfa726;
	font-weight: bold;
}

#content-cover {
	float: right;
	width: 420px;
	padding-right: 196px;
	margin-left: 15px;
	background: url(../img/bg-content-cover.gif) no-repeat left top;
}
#content-cover h1.apresentacao {
	width: 190px;
	height: 36px;
	margin: 10px 0px 0px 12px;
	background: url(../img/bg-chamada-apresentacao.gif) no-repeat left top;
}
#content-cover span {
	display: none;
}
#content-cover p {
	padding: 0px 10px 0px 10px;
	margin: 5px;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
}
#content-cover img.capa {
	display: block;
	margin: 20px 20px 50px 85px;
}

strong.quota {
	margin: 0px 0px 0px 40px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

#menu {
	float: right;
	width: 100px;
}

#nav {
	padding-left: 0;
	margin-left: 0;
	width: 100px;
	font-weight: bold;
}
#nav li {
	height: 23px;
	list-style: none;
	padding: 0.5em;
	text-align: right;
}
#nav li a {
	text-decoration: none;
	color:#fff;
}
#nav li a:hover {
	text-decoration: none;
	color: #dfa726;
}
#nav li a:active {
	text-decoration: none;
	color: #acd373;
}
#nav li.apresentacao {
	margin-top: 30px;
	padding-top: 5px;
	padding-right: 30px;
	background: url(../img/bg-menu-apresentacao.gif) no-repeat top right;
}
#nav li.fotos {
	padding-top: 5px;
	padding-right: 30px;
	background: url(../img/bg-menu-fotos.gif) no-repeat top right;
}
#nav li.servicos {
	padding-top: 5px;
	padding-right: 30px;
	background: url(../img/bg-menu-servicos.gif) no-repeat top right;
}
#nav li.sobre {
	padding-top: 5px;
	padding-right: 30px;
	background: url(../img/bg-menu-sobre.gif) no-repeat top right;
}
#nav li.contato {
	padding-top: 5px;
	padding-right: 30px;
	background: url(../img/bg-menu-contato.gif) no-repeat top right;
}

#photos {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#big {
	float: left;
	padding: 5px 10px 10px 10px;
}

#footer {
	clear: both;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	padding: 5px;
	text-align: center;
	color: #fff
}
#footer a, a:hover, a:active, a:focus {
	color: #fff;
	font-weight: bold;
}
#footer a:hover, a:focus {
	color: #dfa726;
	font-weight: bold;
}

/* class elements */

.apresentacao {
	background: url(../img/bg-chamada-apresentacao.gif) no-repeat left top;
}

.fotos {
	background: url(../img/bg-chamada-fotos.gif) no-repeat left top;
}

.servicos {
	background: url(../img/bg-chamada-servicos.gif) no-repeat left top;
}

.sobre {
	background: url(../img/bg-chamada-sobre.gif) no-repeat left top;
}

.contato {
	background: url(../img/bg-chamada-contato.gif) no-repeat left top;
}

.right {
	float: right;
}

.icon {
	float: right;
	padding: 5px 10px 10px 0px;
	border: 1px #acd373;
}
