/* */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	line-height: 1.6; 
	background: #000 url(../images/bg_geral.jpg) repeat-y top left; 
	font-family: helvetica, arial, sans-serif; 
	font-size: 8px; 
	line-height: 14px; 
	color: #404040;
	text-transform: uppercase;
	}
	
ul {
	list-style: none;
	margin-bottom: 1em;
}
	ul li { line-height: 2em;	}

p {
	margin-bottom: 1.3em;
}
	
a, a:visited { 
	color: #4f7a74; 
	text-decoration: none; 
	}
		
	a img { border: none; }

h1, h2, h3, h4, h5, h6, label { 
	text-transform: uppercase; 
	color: #404040;
	font-size: 36px;
	line-height: 1em;
	}

h1 {
	font-size: 48px;
	line-height: 1.3em;
}

h2, h4 {
	font-size: 10px;
	margin-bottom: 1em;
}
	
/* wrapper */

#wrapper {
	width: 575px;
	padding: 0px 30px;
	float: none;
	margin: 60px auto 0;
}

input { 
	font-size: 20px;
	padding: 10px;
	border: none;
	margin-top: -10px;
	margin-bottom: 20px;
	}

	.field-list input { margin-bottom: 5px; }

input.button {
	background-color: #404040;
	color: #fff;
}

/* header */
#header { margin-bottom: 18px;}
#header #main-nav {
	float: right;
}

#brand {
	float: left;
	border-right: 1px solid #1a1a1a;
	padding: 0 0 60px 0;
	width: 52%;
}
	#brand h2 { border-bottom: 1px solid #1a1a1a; line-height: 0px; }
		#brand h2 span { background-color: #000; padding: 0px 5px;}

#main-nav { padding-left: 30px; margin-top: -15px;}
	#main-nav a { font-size: 36px; line-height: 1.1em; color: #404040; }
		#main-nav a:hover, #main-nav a.current { color: #4f7a74;}

/* content */

.text { background: url(../images/border_text_top.png) no-repeat top center; margin: 0px -35px 40px -35px; padding: 5px 35px 33px; }
	.text .border-bottom { background: url(../images/border_text_bottom.png) no-repeat bottom center; height: 33px; margin: 0 -35px -33px -35px; }

/* download */

#download-form {
	background: url(../images/cd_cover.jpg) no-repeat right;
}

/* clearfix */
.clearfix { display: inline-block; }   
.clearfix:after, #wrapper:after, #content:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix { display: block; }
