/* 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* /CSS RESET */

* { padding: 0; margin: 0; }

body {
 font-family:Verdana, Geneva, sans-serif;
 font-size: 13px;
 background:#333 url(../images/background.png) repeat top left;
}
#wrapper { 
 margin: 0 auto;
 margin-top:20px;
 width: 750px;
 border:10px solid #0A0A0A;
}

#header {
 width: 730px;
 color: #333;
 height: 80px;
 padding: 10px;
 border-top: 1px solid #111;
 border-left: 1px solid #111;
 border-right: 1px solid #111;
 margin: 0;
 background: #000;
}

#logo {
	margin-top:20px;
	float:left;
	}


#logo a{
		text-decoration:none;
		border:none;
		margin:0;
		paddin:0;
		}

/* navigation */

#navigation {
	float:left;
 width: 355px;
 height:50px;
 color: #333;
 padding: 10px;
 margin: 25px 0 0 5px;
 background: #000;
}


ul#navlist {
	font-size:13px;
	font-weight:bold;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
margin-left:8px;
}

#navlist a { 
padding: 0px 0 10px 0; }

#navlist a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navlist a:hover {
color: #FFDE00;
text-decoration: none;
border-bottom:2px solid #fff;
}

#navlist li a#current {
color: #FFDE00;
text-decoration: none;
border-bottom:2px solid #fff;
}



/* navigation */

#content { 
 width: 730px;
 color: #333;
 background: #000;
border-left: 1px solid #111;
border-right: 1px solid #111;
margin: 0;
 padding: 10px;
}

#innercontent { 
 width: 730px;
 height:485px;
 background: #000;
margin: 0;
padding:0;
}

#contentholder {
	color:#FFF;
	width:300px;
	height:485px;
	background-image:url(../images/5pxtransparent.png);
background-position:top left;
background-repeat:repeat;
	}



	
#contentholder h2{
color:#FFDE00;
font-size:16px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
margin-bottom:10px;
}
	
#contentholder p{
padding:10px;
font-size:14px;
}

#footer { 
 width: 730px;
 color: #ccc;
 font-size:11px;
 background: #000;
 margin: 0;
 padding: 10px;
 border: 1px solid #111;

}

/* /footernavigation */

#footernav {
 width: 730px;
 background: #000;
}


ul#footernavlist {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#footernavlist li {
display: inline;
list-style-type: none;
margin-left:8px;
text-align:center;
}

#footernavlist a { 
padding: 0px 0 5px 0;
}

#footernavlist a:link, #footernavlist a:visited {
color: #fff;
text-decoration: none;
}

#footernavlist a:hover {
color: #FFDE00;
text-decoration: none;
}

/* /footernavigation */

#footercontent {
	margin-top:10px;
text-align:center;
}

/* backgrounds */

body.historia #innercontent {
background-image:url(../images/historia.jpg);
background-position:top left;
background-repeat:no-repeat;
	}


body.servicos #innercontent {
background-image:url(../images/servicos.jpg);
background-position:top left;
background-repeat:no-repeat;
	}
	
	
body.contactos #innercontent {
background-image:url(../images/contactos.jpg);
background-position:top left;
background-repeat:no-repeat;
	}
