/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end */

body {
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
}	

#head {
	width:100%;
	height:20px;
	background:#2D1E12;
}

#head .contato{
	color: #FFFFFF;
    font-size: 11px;
    height: 20px;
    margin: 0 auto;
    text-align: right;
    width: 960px;
}

#head .contato table{
	float: right;
}

#head .contato table td {
	padding-top: 4px;
}

.icnmail{
	background:url(../img/icnMail.png) no-repeat;
}

.icntel {
	background:url(../img/icnTel.png) no-repeat;
}

#header {
    background: none repeat scroll 0 0 #41B98C;
    box-shadow: 1px 1px 2px #333333;
    height: 170px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 10;
	}
	
#header .brand {
    height: 170px;
    margin: 0 auto;
    width: 960px;
	}
	
#header .brand img {
	float: left;
    margin-right: 20px;
    margin-top: 36px;
	}

#header .text {
	color: #FFFFFF;
    float: right;
    margin-right: 20px;
    margin-top: 25px;
    width: 550px;
	}

#header .text p {
	color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #565656;
}

#header .text h4 {
	color: #2D1E12;
    font-size: 16px;
}


#content {
	background: url("../img/BkgFoto.jpg") no-repeat scroll 0 0 transparent;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

#footer {
	background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    box-shadow: 1px 1px 5px #000000;
    height: 105px;
    position: fixed;
    width: 100%;
}
#footer table{
	margin: 20px auto 0;
    width: 960px;
}

