/*CSS RESET*/
body,div,dl,dt,dd,ul,ol,li{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
pre,form,fieldset,p,blockquote{margin:0;padding:0;}
th,td{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none;}
a{color:#CCC;text-ration:none;}
/*END CSS RESET*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: black;
	background-image:  url(../imgs/body_bg.jpg);
}

.clearDiv {
	clear: both;
	height: 1%;
	width: 1%;
}

#page {
	width: 975px;
	height: 685px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-image: url(../imgs/page_bg22.png);
	background-position: 94% 55%;
	background-repeat: no-repeat;
}

#content {
	position: relative;
	width: 595px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}

#logo {
	margin-left: -5px;
	height: 51px;
}

#logo img {
	width: 380px;
	height: 46px;
}

#navBar {
	width: 602px;
	height: 30px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}
#navBar2 {
	width: 590px;
	height: 15px;
	color:#000000;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	background-color:#333333;
}

#navBar ul,li {
	float: left;
	margin-right: 10px;
}

#navBar a {
	padding: 3px;
}

#menu {
	margin-top: 10px;
	font-size:12px;
}

#menuLink a  {
	color: #CCC;
	text-decoration: none;
}

#menuLink a:hover {
	background-color: #CCC;
	color: black;
}
#menuLink2 a  {
	color:#FFFFFF;
	text-decoration: none;
}

#menuLink2 a:hover {
	background-color:#DDDDDD;
	color:#black;
}

.navMark {
	color: gray !important;
}

#footer {
	float:left;
	color: gray;
	letter-spacing: 0.2em;
	font-size: 0.8em;
}

#footer div{
	margin-bottom: 4px;
}

#conteudo {
	width: 593px;
	margin-bottom: 6px;
	background-image: url(../imgs/conteudo_bg5.png);
	background-repeat: repeat;
	border: 1px solid #666;
}

.upperCase{
	font-size: 1.4em;
}
/*---------------------------------MP3 Player (Contato)---------------------------------*/
#player {
	clear: both;
	color: gray;
	font-size: 0.9em;
	padding-top: 2px;
	text-decoration: italic;
}

#play, #pause {
	cursor: pointer;
	color: #CCC;
}


/*---------------------------------Formulario (Contato)---------------------------------*/
#formulario {
	width: 250px;
	height: auto;
	margin-right: 5px;
	padding: 5px 0px;
	background-color: none;
	}
	
fieldset {
	padding: 4px 19px 16px 19px;
	}

legend {
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	color: #333;
	}
	
label {
	font-size: 0.8em;
	color:  #333;
	}
	
input {
	width: 200px;
	height: 13px;
	font-size: 0.8em;
	background-color: #FFFFFF;
	border: 1px solid #666;
	padding: 3px;
	margin-bottom: 2px;
	}
	
textarea {
	width: 202px;
	height: 85px;
	border: 1px solid #666;
	margin-bottom: 3px;
	padding: 3px;
	}
	
.btn {
	width: 60px;
	height: 23px;
	font-size: 0.8em;
	margin: 6px 0px 0px 28px ;	
	}
	
input:hover, select:hover, textarea:hover {
	background-color: #F2F3F4;
	}
	
input:focus, select:focus, textarea:focus {
	background-color: #FFFFCC;
	}
	

