/*
	CSS base
*/	

/* Reset css */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border:0;
	font-size:100%;
	font:inherit;
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:none;
}

/*
	Geral
*/

body{
	background: url(../imagens/site/background.jpg) repeat 0 0;
	width: 100%;
	height: 100%;
	font-family: 'Oxygen', Arial, Helvetica, 'sans-serif';
	color: #222;
}

#all{
	width: 1000px;
	height: 100%;
	margin: auto;
	position: relative;
	display: block;
}
/*
	Header
*/

#header {
	width: 1500px;
	height: 170px;
	float: left;
}

#logo{
	float: left;
	width: 250px;
	height: 121px;
	margin: 20px 10px 20px 0;
}

#nav {
	float: left;
	height: 30px;
	width: 570px;
	margin: 60px 20px;
	font-family: 'Oxygen', Arial, Helvetica, 'sans-serif';
}

#nav ul li{
	float: left;
	border-right: 1px solid #444;
	padding: 0 10px;
	font-size: 30px;
	height: 30px;
	line-height: 24px;
}

#nav ul li:hover a{
	color: #396;
}

#nav ul li:last-child{
	border-right: none;
}

#nav ul li a{	
	text-decoration: none;
	color: #444;
	display: block;
}

#social{
	margin: 12px 0;
}
#social a{
	width: 32px;
	height: 15px;
	float: left;
}

#social a:hover{
	opacity: 0.5;
}
/*
	Content
*/

#content{
	width: 1000px;
	float: left;
	min-height: 545px;
}

#text{
	float: left;
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
}

#header-text{
	height: 37px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	width: 1000px;
	float: left;
	margin: 20px 0 0;
}

#header-text h1{
	font-weight: bold;
	font-size: 25px;
}

#contato-left{
	width: 500px;
	float: left;
	border-right: 1px solid #444;
}

#text h2{
	font-weight: bold;
	margin: 10px 0 0;
	font-size: 18px;
}

/*  contato left */

#text form{
	float: left;
	width: 500px;
}

#text form label{
	float: left;
	width: 500px;
	font-weight: bold;
	margin: 20px 0 5px;
}

#text form input[type="text"]{
	float: left;
	border-radius: 4px;
	width: 280px;
	height: 30px;
	border: 1px solid #DDD;
	opacity: 0.9;
	padding-left: 5px;
}

#text form textarea{
	float: left;
	border-radius: 4px;
	border: 1px solid #DDD;
	opacity: 0.9;
	padding: 5px;
	width: 300px;
	margin-right: 120px;
}

#text form input[type="submit"]{
	float: left;
	border: 1px solid #DDD;
	background: #2AAC73;
	width: 100px;
	height: 40px;
	color: #DDD;
	text-align: center;
	margin: 26px 0 0;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

#text form input[type="submit"]:hover{
	opacity: 0.7;
}

/* contato right*/
#contato-right{
	width: 480px;
	float: right;
}

#contato-right #mapa{
	float: left;
}

#contato-right span.desc{
	float: left;
	width: 480px;
	font-weight: bold;
	margin: 10px 0 5px;
}


/*
	Footer
*/

#back-footer{
	background: url(../imagens/site/rodape.jpg) repeat;
	width: 100%;
	height: 200px;
	float: left;
	margin-top: 50px;
}

#footer {
	width: 1000px;
	margin: auto;
	display: block;
}

#footer span#left, #footer span#right {
	display: block;
	width: 345px;
	color: #DDD;
	font-weight: bold;
	font-size: 15px;
	margin: 91px 0;
	float: left;
}

#footer span#right{
	float: right;
	text-align: right;
	margin: 72px 0 0;
}