/*-----------------------------------------------------------------------------
Modelo:		WebDesign
versao:		2.0
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/


/* ================================================================== ESTRUTURA
-----------------------------------------------------------------------------*/

* {
	font: 11px Helvetica, Arial, Georgia;
	color: #333;	
	margin: 0;
	padding: 0;
	border:none;
}

body {
	background: #542b17 url(../image/bg-all.jpg) center top;
}

/* Tudo */
#wrap { 
	/* Pre-definido */
	display:block;
	width:1010px;
	margin: 0 auto;
}

	#top {
		margin: 0 auto;
		width:950px;
		height:97px;
	}

	#top-photo {
		width:1010px;
		height:473px;
	}

	#content {
		margin: 0 auto;
		width:950px;
		height:143px;
		background: #cab19d url(../image/madeira.jpg) left top no-repeat;
	}

	#footer {
		height:75px;
		background:url(../image/footer-bg.jpg) 30px top no-repeat;
	}

/* ====================================================================== GERAL
-----------------------------------------------------------------------------*/

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 16px;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	font-weight:bold;
}

hr {
	/* Retiramos a borda para colocar 
	novamente logo abaixo, resolvendo o 
	problema de borda dupla no IE */
	border:none; 
	border-bottom:1px solid #CCC;
}

p {
	margin:2px 0;
	padding:2px 0;
}

strong {
	font-weight:bold;
}

iframe {
}

/* link geral */
a { 
}

/* link específico */
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* ===================================================================== LISTAS
-----------------------------------------------------------------------------*/

ul {
}

li {
}

/* ================================================================ FORMULÁRIOS
-----------------------------------------------------------------------------*/

form {
}

/* 
Não recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
	margin: 0;
	padding: 1px 0 0 2px;
	border:0;
	border:none;
	color:#FFF;
	font-weight:bold;
}
#email {
	margin: 14px 0 0 8px;
	width:149px;
	height:16px;
	background: #6f6f6f;
	float:left;
}

#nome {
	margin: 14px 0 0 85px;
	width:149px;
	height:16px;
	background: #6f6f6f;
	float:left;
}
#ok {
	position:absolute;
	margin:6px 0 0 4px;
	float:left;
}

/* ==================================================================== TABELAS 
( Quando houver alguma tabulagem )
-----------------------------------------------------------------------------*/

table {
}

/* LINHA */
tr {
}

/* COLUNA|CÉLULA */
td {
}


/* ==================================================================== ITPACK
-----------------------------------------------------------------------------*/

#itpackNewsletter {
	display:none;
}

table tr td table tr td .age1{
}

table tr td table tr td .age2{
}

/* =========================================================== IDENTIFICADORES
-----------------------------------------------------------------------------*/

#top-photo #photoBig{

}

#top-photo .larg-30 {
	float:left;
	width:30px;
}

#top-photo .larg-950 {
	padding: 17px 0 0 17px;
	float:left;
	width:933px;
	height:456px;
	background: #cab19d url(../image/madeira.jpg) left top no-repeat;
}

#content #column-left {
	width: 615px;
	float: left;
}

#content #column-center {
	width: 330px;
	float: left;
}

#content #column-right {
	width: 200px;
	float: left;
}

#footer #copyright {
	width:550px;
	float:left;
}

#footer #play-stop {
	float:left;
	margin: 20px 0 0 30px; 
}

#footer #cadastro {
	width:427px;
	height:50px;
	float:left;
	background:url(../image/cadastro-novidades.jpg) left 13px no-repeat;
}

#footer #som {
	width:100px;
	height:50px;
	float:left;
}

#footer #by-gNial {
	font: 10px;
}

/* =================================================================== CLASSES
-----------------------------------------------------------------------------*/

.clear {
	clear:both;
}

.icons {
	margin: 10px 0 0 0;
}

.icons img{
	margin: 5px 0 0 0;
}

.padding-10 {
	padding: 10px;
}

.padding-left{
	width:585px;
	padding: 0 0 0 16px;
}

.padding-center{
	width:327px;
	padding: 0 0 0 0;
}

.padding-right{
	width:150px;
	background: #666;
	padding: 10px 0 10px 10px;
}

.box {
	width:240px;
	height:85px;
	float:left;
}

.noticia {
	display:block;
}
#trabalhe {
	position:absolute;
	width:550px;
	height:500px;
	left:50%;
	margin:30px 0 0 -275px;
	text-align:center;
	z-index:103;
	background: #FFF;
	border:1px solid #999;
}

#photo-big {
	position:absolute;
	width:900px;
	height:700px;
	left:50%;
	margin:30px 0 0 -450px;
	text-align:center;
	z-index:100;
}
#photo-big img{
	border:1px solid #999;
}
#maps {
	position:absolute;
	width:425px;
	height:420px;
	margin:114px 0 0 -213px;
	text-align:center;
	z-index:101;
	background:#CCC;
	left:50%;
	border:1px solid #999;
}
#maps .btn-fechar-mapa {
	height:17px;
	display:block;
	background:#000;
	padding: 2px 0 0 0;
}
#maps .btn-fechar-mapa a{
	color:#FFF;
}
.btn-fechar {
	background:#333;
	color:#FFF;
	display:block;
	width:200px;
	padding:5px 7px;
}

.btn-fechar a{
	color:#FFC;
}
