@charset "utf-8";

/*
Agencia Uai 
Por Guilherme Barbosa, http://guibarbosa.com/
*/


/* @grupo Reset */

/* Por Clearleft, http://clearleft.com/ baseado em http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
	background: #000 url(../images/bg.jpg) no-repeat center top;
	}

:focus {
	outline: 0;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end Reset */

/* @grupo Tipografia */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	}

#slide {
  	position: relative;
    width: 700px;
    height: 641px;
  	}		

#contato {
	font-size: 14px;
	color: #242424;
	font-weight: 300;
	}

#contato input,
#contato textarea {
	color: #aaa;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	}

#contato textarea {
	font-size: 14px;
	line-height: 20px;
	}

#depoimento {
	font-style: italic;
	line-height: 16px;
	}

#complementares span {
	color: #333;
	}


/* @end Tipografia */


/* @grupo Links/Botões */
	
a.logo {
	background: url(../images/logo.gif) no-repeat center;
	position: absolute;
	top: 15px;
	left: 100px;
	width: 149px;
	height: 139px;
	text-indent: -9999px;
	display: block;
	z-index: 9;
	}

a.logo:hover {
	opacity: 0.6;
	}
	
/* @end Links/Botões */

/* @grupo Estrutura Geral */

#page {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	
	/*border: 1px solid red;*/
	}

#content {
	float: left;
	position: relative;
	width: 700px;

	height: 650px;
	/*border: 1px solid green;*/
	}
	
	#galeria {
		position: relative;
		float: right;
		width:700px;
		height: 641px;
		
		/*border: 1px solid orange;*/
		}
		
		.loader { position: absolute; top: 70%; right: 50%; }
		.loader img { display: block; }
	
	#contato {
		float: right;
		width: 401px;
		height: 524px;
		background: url(../images/bg_contato.jpg) no-repeat 0 0;
		padding: 12px;
		margin-top: 77px;
		}
		
		#contato form {
			margin-top: 20px;
			}
			
		#contato form label {
			display: block;
			width: 401px;
			margin-top: 10px;
			}
		
		#contato form label input,
		#contato form label textarea {
			width: 100%;
			border: 1px solid #868686;
			}
		
		#contato form label input:focus,
		#contato form label input:hover,
		#contato form label textarea:focus,
		#contato form label textarea:hover {
			border-color: #8cc63f;
			color: #242424;
		}
		#contato form label input {
			height: 30px;
			}
		
		#contato form textarea {
			height: 160px;
			}
		
		.enviar,
		.limpar {
			float: right;
			border: none;
			margin-top: 20px;
			}
		
		.enviar:hover,
		.limpar:hover {
			opacity: 0.9;
			}
				
		.enviar {
			background: url(../images/btn_enviar.jpg) no-repeat 0 0;
			width: 96px;
			height: 25px;
			}
		
		.limpar {
			background: url(../images/btn_limpar.jpg) no-repeat 0 0;
			width: 93px;
			height: 25px;
			}
	
#sidebar {
	float: right;
	position:relative;
	width: 240px;
	height: 650px;
	/*border: 1px solid green;*/
	}
	
	#depoimento {
		position: relative;
		width: 218px;
		padding: 40px 0 20px 20px;
		background: url(../images/quote_top.png) no-repeat;
		}
		
		abbr {
			font-style: normal!important;
			top:  10px;
			position:  relative;
			}
		
		.quote {
			position: absolute;
			bottom: -20px;
			right: -60px;
			width: 100%;
			height: 60px;
			background: url(../images/quote_bottom.gif) no-repeat bottom right;
			}

	#menu {
		position: absolute;
		left: 15px;
		top: 315px;
		}

		#complementares {
			position: absolute;
			height: 90px;
			left: 15px;
			bottom: -90px
		}

#footer {
	clear: both;
	display: block;
}

/* @end Estrutura Geral */


/* @grupo Classes */

.clear {
	clear: both;
	}

/* @end Classes */









