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, 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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	overflow: -moz-scrollbars-vertical;
}
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;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #ffffff;
	color: #000000;
}

#contact{
	position: absolute;
	z-index: 5;
	bottom: 35px;
	right: 49px;
	font-size: 10px;
}

#container{
	width: 800px;
	margin: auto;
	font-size: 0.92em;
	position: relative;
	z-index: 4;
}

#header{
	background-image: url(../images/head-logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 28px;
}

#header a{
	display: block;
	width: 75px;
	height: 10px;
	padding-top: 15px;
}

#nav{
	float: left;
	margin-right: 65px;
}

#nav ul{
	line-height: 1.2;
	width: 155px;
}

#nav ul li{
	text-transform: uppercase;
	margin-bottom: 18px;
}

#nav ul li a{
	color: black;
	text-decoration: none;
	text-transform:uppercase
}

#nav ul ul{
	margin-bottom: 18px;
}

#nav ul ul li{
	text-transform: none;
	margin-bottom: 0;
	padding-left: 15px;
}

#nav ul ul ul{
	line-height: 1.2;
}
#nav ul ul ul li{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}


#nav ul ul li.hover{	
	background-image:url(../images/link-arrow.jpg);
	background-position: -4px 40%;
	background-repeat: no-repeat;
}

#nav ul ul ul li.hover2{	
	background-image:url(../images/link-arrow.jpg);
	background-position: 4px 40%;
	background-repeat: no-repeat;
}

#nav li.hover2 a{
	color: #000000;
}

#nav ul ul li.hover a{
	color: #333333;
}

#content{
	width: 580px;
	float: left;
	margin-bottom: 15px;
}

.home{
	padding-top: 25px;
}

a.home{
	display: block;
	text-transform:lowercase;
	text-align: right;
	background-color:#FFFFFF;
	color: #333333;
	font-weight: normal;
	width: 147px;
	padding: 10px;
	text-decoration:none;
	margin-top: 15px;
	word-spacing: 4px;
}

#content .staff{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.staff img{
	cursor: pointer;
}

#content #result{
	clear: both;
	border-top: 1px black solid;
	margin: 15px 0;
	padding-top: 15px;
}

#content #result .member p, #content #result .member img{
	display: block;
	float: left;
}

#content #result .member p{
	width: 380px;
	margin-left: 15px;
	line-height: 1.2;
	text-align: justify;
}

#content p{
	line-height: 1.3;
	margin: 10px 0;
}

#content .bigdesc{
	width: 549px;
	text-align:justify;
}

#content h1{
}

#content form{
	margin-top: 10px;
}

#content .article{
	width: 175px;
	height: 65px;
	float: left;
}

#tabs table a{
	display: block;
	background-image:url(../images/pdf.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 4px;	
	padding-left: 18px;
	color: black;
	text-decoration: none;
}

.justify{
	display: block;
	margin-right: 10px;
}

input, select, textarea{
	display: block;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #CCCCCC solid;
	position: relative;
}

.required{
	border: 1px red solid;
}

label{
	float: left;
}

.row{
	clear: both;
	padding: 7px 0;
}

.row .error{
	color: red;
	float: left;
}

#report{
	width: 100%;
	clear: both;
	text-align: center;
	font-weight:bold;
	padding: 15px;
	margin-bottom: 15px;
	display: none;
}

#overit{
	position: absolute;
	top: 80px;
	left: 25px;
	z-index: 4;
}

#flashDiv{
	display: block;
	overflow:visible;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.confirm{
	color: green;
	border: 3px green solid;
	background-color: #AEF3A3;
}

.unconfirm{
	color: red;
	border: 3px red solid;
	background-color:#FFAAAC;
}

.submit{
	background-color:#000000;
	color: white;
	border: 1px #666666 solid;
	padding: 5px 15px;
	cursor: pointer;
}

.images{
	margin: 0 5px 5px 0;
}

.part{
	clear: both;
}

.part img{
	float: left;
	display: block;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px white solid;
	padding: 2px;
}

.clearfix{
	width: 100%;
	height: 1px;
	clear: both;
}

#gallery a{
	display: block;
	float: left;
	margin: 0 21px 21px 0;
}

#supersize{
	position: absolute;
}

body.special{
	/*margin-top: 35px;*/	
	overflow: hidden;
}

body.special #container{
	width: 100%;
	height: 100%;
	border: 30px white solid;
	border-left: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	margin: 0;
}

body.special #content{
	position: relative;
	left: 20px;
	top: 0;
	z-index: 15;
}

#leftpanel, #rightpanel{
	float: left;
}

#rightpanel{
	width: 30%;
	margin-left: 20px;
}

#rightpanel h1{
	margin-bottom: 50px;
	font-size: 14px;
}

#supersize img, #supersize a{
	height:84%;
	width:84%;
	display:none;
}

#supersize .activeslide, #supersize .activeslide img{
	display:inline;
}


#flashContent{
	float: right;
	width: 200px;
	height: 100px;
	clear: both;
}

#getcat{
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#projos{
	font-size: 11px;
	border: 1px #CCCCCC dotted;
	padding:2px;
}

#nav ul ul ul{
	margin-bottom: 5px;
	margin-top: 5px;
}

#nav ul ul ul li a{
	font-size: 9px;
	margin-left: 14px;
	line-height: 1.5;
	color: #555555;
}

#tabs table{
	width: 100%;
	font-size: 10px;
	margin-left: -15px;
}
