@charset "UTF-8";
/* CSS Document */

/* @reset */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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;
	font-style: normal;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
	}
li {
	line-height: 16px;
	}

hr {
	background: #e5e5e5;
	height: 1px;
	border: none;
	}

/* @tipografia*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h2, h3, h4 {
	font-weight: bold;
	}

h3, h4 {
	color: #333;
	}
	

h2 {
	font-size: 18px;
	margin-bottom: 0.7em;
	margin-top: 1.5em;
	color: #111;

	}

h3 {
	font-size: 16px;
	margin-bottom: 0.7em;
	margin-top: 1em;
	}

h4 {
	font-size: 14px;
	margin-bottom: 0.2em;
	}

h2:first-child,
h1:first-child {
	margin-top: 0;
	}

p {
	margin-bottom: 0.7em;
	line-height: 16px;
	text-align: justify;
	color: #111;
	}
	
a {
	color: #474747;
	}

a:hover {
	text-decoration: underline;
	}
	
ul#menu {
	font-size: 14px;
	}


/* @replacements */
a.logo,
a.logoIndex {
	text-indent: -1600px;
	display: block;
	}

a.logoIndex {
	background: url(../images/logo_index.gif) no-repeat 0 0;
	width: 318px;
	height: 79px;
	margin: 38px 0 0 145px;
	float: left;
	}

a.logo {
	background: url(../images/logo.gif) no-repeat 0 0;
	width: 245px;
	height: 62px;
	margin:  38px 0 0 20px;
	float: left;
	}

h1.iso,
h1.pbqp {
	width: 206px;
	text-indent: -1600px;
	}

h1.iso {
	height: 101px;
	background: url(../images/logo_iso.jpg) no-repeat center center;
	}

h1.pbqp {
	height: 134px;
	background: url(../images/logo_pbqp.jpg) no-repeat 0 0;
	}

/* @comportamentoos simples */
#content img {
	float: left;
	margin: 0 5px 5px 0;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;

	padding: 5px;
	}	

/* @strut */
body {
	background-color: #d3d3d3;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(../images/bg_internas.png);
	}

body#index {
	background: #222;
	}

#page {
	width: 904px;
	position: relative;
	margin: 20px 0;
	left: 50%;
	margin-left: -452px;
	background: #fff;
	}

#index #page {
	background: url(../images/bg_content_index.png) repeat-y top center;
	}

#header {
	width: 904px;
	background: url(../images/bg_header.png) no-repeat top center;
	height: 135px;
	}

#index #header {
	background: url(../images/bg_header_index.png) no-repeat top center;
	height: 151px;
	}

#bannerIndex {
	background: url(../images/bg_flash.png) no-repeat left bottom;
	width: 860px;
	padding: 0 0 5px 5px;
	margin-left: 15px;
	}

#container {
	position: relative;
	padding: 10px 20px 20px;
	}

#content {
	width: 600px;
	position: relative;
	padding: 20px;
	border: 1px solid #e5e5e5;
	background: url(../images/bg_boxes.png) repeat-x 0 1px;
	float: right;
	min-height: 359px;
	}

#index #content {
	width: 870px;
	margin: 0;
	padding: 20px 20px 0 35px;
	border: none;
	background: none;
	float: none;
	min-height: inherit;	
	}

	/* menu da Index */
	#menuIndex {
		padding: 0 5px;
		background: #232323;
		width: 210px;
		margin-right: 20px;
		float: left;
		}
	
		#menuIndex li {
			height: 24px;
			position: relative;
			line-height: 24px;
			border-top: 1px solid #383838;
			border-bottom: 1px solid #111;
			}
		
		#menuIndex a {
			width: 100%;
			text-decoration: none;
			color: #fff;
			z-index: 2;
			left: 10px;
			}
		
		#menuIndex a:hover {
			color: #ccc;
			}
		
		#menuIndex a, 
		#menuIndex span {
			text-transform: uppercase;
			position: absolute;
			}
		
		#menuIndex span {
			left: 11px;
			bottom: -1px;
			z-index: 1;
			}
		
	/* menu das internas */
	ul#menu {
		background: url(../images/bg_menu.png) repeat-x 0 0;
		position: relative;
		width: 865px;
		height: 41px;
		padding: 0 20px;
		margin-bottom: 10px;
		}
		
		ul#menu li {
			display: block;
			float: left;
			position: relative;
			height: 41px;
			line-height: 41px;
			padding: 0 0.92em;
			text-transform: uppercase;
			color: #bb0000;
			}
		
		ul#menu li.current {
			background: url(../images/bg_menu_over.png) repeat-x left top;
			color: #000;
			}
			
		ul#menu li a {
			position: absolute;
			left: 12px;
			bottom: 2px;
			color: #fff;
			z-index: 2;
			}
		
		ul#menu a:hover {
			border-bottom: 1px #b50000 solid;
			text-decoration: none;
			}
		
		ul#menu li.current a:hover {
			border-bottom: 1px #000 solid;
			}
		
	/* formulario */
	form {
		width: 350px;
		}
	
	form label {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		}
	
	label input,
	label textarea {
		display: block;
		width: 100%;
		background: #f9f9f9;
		border-bottom: 1px solid #e4e4e4;
		border-right: 1px solid #e4e4e4;
		border-top: 1px solid #fafafa;
		border-left: 1px solid #fafafa;
		padding: 5px;
		font-size: 14px;
		}
	
	label input:focus,
	label textarea:focus {
		background: #f4f4f4;
		border-bottom: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		}
	
	label textarea {
		font-size: 12px;
		height: 150px;
		}
	
address {
	margin: 20px 3px 3px;
	padding: 5px;
	background: #e9e9e9;
	line-height: 14px;
	}				

#index address {
	background: none;
	margin: 20px 0 20px 160px;
	}

#sidebar {
	width: 210px;
	border: 1px solid #e5e5e5;
	background: url(../images/bg_boxes.png) repeat-x 0 1px;
	float: right;
	float: left;
	min-height: 300px;
	padding: 20px 0 0;
	}
	
#extra {
	width: 206px;
	padding-left: 4px;
	margin-top: 20px;
	float: left;
	clear: left;
	}

#footer {
	width: 858px;
	border: 3px solid #fff;
	background: #e9e9e9;
	padding: 10px 20px;
	position: relative;
	clear: both;
	}

#index #footer {
	width: 738px;
	margin-left: 118px;
	}

#footer dfn {
	position: absolute;
	right: 20px;
	} 

/* @classes */
.box {
	position: relative;
	background-color: #f9f9f9;
	width: 590px;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	cursor: pointer;
	}

.box h3,
.box img {
	margin-top: 0!important;
	}

/*.box img {
	position: absolute;
	bottom: 70%;
	border-bottom-color: #aaa!important;
	right: 5px;
	}*/

.box:hover {
	background:#f4f4f4;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	}

.wide {
	width: 570px;
	height: 220px;
	}

.box p {
	text-align: left;
	}

a.topo {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e9e9e9;
	padding: 5px;
	display: block;
	
	}

.center {
	width: 190px;
	margin: 0 auto;
	}

.invalid {
	background-color: #faa;
	border-bottom: 1px solid #f77;
	border-right: 1px solid #f77;
	border-top: 1px solid #f99;
	border-left: 1px solid #f99;
	}

.valid {
	}

.clear {
	clear: both;
	}

.btnEnviar {
	background: #f4f4f4;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #fafafa;
	border-left: 1px solid #fafafa;
	padding: 5px;
	font-size: 14px;
	}

.btnEnviar:hover {
	background: #e4e4e4;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	}

.float {
	float: left;
	width: 100%;
	color: #c00;
	}

.clique {
	background: url(../images/clique.gif) no-repeat top right;
	width: 258px;
	height: 27px;
	position: absolute;
	right: 0;
	top: 0;
	}
