/* CSS RESET */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}w
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Site definitions */

html, body {width:100%; height:100%; min-height:100%; height:auto !important;}
body {background:#ccc url(../imagens/page-bg.jpg) repeat-x center top;}

/* HEADER */

div#master {
	width:740px;
	margin:50px auto 0 auto;
}

div#header {
	width:100%;
	height:250px;
}

div#header div#logo a {
	width:166px;
	height:77px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	background:url(../imagens/logo.png) no-repeat;
}

div#header div#banner {
	margin-top:10px;
	width:100%;
	height:150px;
	background:#fff;
}

/* MIDDLE */

div#middle div#site-nav {
	float:left;
	width:200px;
}

div#middle div#site-nav div#menu ul li {
}

div#middle div#site-nav div#menu ul li a {
	width:220px;
	_width:220px;
	height:26px;
	display:block;
	font:22px Arial;
	color:#620005;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	padding:5px 20px 5px 0;
	
}

div#middle div#site-nav div#menu ul li a:hover {
	background:url(../imagens/menu-bg.png) no-repeat center;
	color:#be000a;
}

div#middle div#pics ul {
	width:190px;
	background:#ccc;
	margin:30px 0 0 10px;
}

div#middle div#pics ul li {
	float:left;
	width:90px;
	height:90px;
	background:url(../imagens/thumb-bg.png) no-repeat center;
	margin:0 0 0 5px;
}

div#middle div#pics ul li img {margin:10px 9px;}

/* Content */

div#content {
	width:520px;
	height:464px;
	background:url(../imagens/content-bg.png) no-repeat center;
	float:right;
	margin-top:-10px;
	_margin-top:-153px;
}

div#breadcrumb {
	margin-left:40px;
}

div#tabela {
	margin-left:20px;
	margin-top:10px;
}

div#text {
	margin-left:50px;
}

div#content h1 {
	font:38px Tahoma;
	color:#be000a;
	margin:30px 40px;
}

div#content h3 {
	font:22px Tahoma;
	color:#be000a;
	text-align:center;

}

div#content p {
	font:12px Arial;
	color:#000;
	line-height:18px;
	margin:30px 40px;
}

/* Footer */

div#footer {
	clear:both;
	text-align:center;
	padding:10px;
	font:10px Arial;
	color:#999;
}

/* Form */

.input {
	border:#000000 1px solid;
}

.label {
	font:10px Arial;
	color:#000;
	line-height:18px;
	margin:30px 40px;
}

div#links {
	float: left;
	margin-right: 4px;
}

/* Link */

a:link {
	color:#620005;
}

a:visited {
	color:#620005;
}

a:hover {
	color:#BE000A;
}

a:active {
	color:#620005;
}