/* GERAL */
html, body {
	height: 100%;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	margin:0;
	padding:0;
	font-size: 12px;
	}
	
a {
	color: #118a94;
	text-decoration: none;
	}
	
a:hover {
	color: #118a94;
	text-decoration: underline;
	}
	
* html #all {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}

/* BACKGROUND */

img.bg {
	min-height: 100%;
	min-width: 1300px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



/* DIVS */
#left_char {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 354px;
	height: 676px;
	background: url(images/top_char.png);
	z-index: 3;
}

#all {
	width: 960px;
	margin:0 auto;
	margin-top: 20px;
	margin-left: 250px;
	min-height: 100%;
	display: table;
	}
	
#out {
	min-height: 100%;
	position: relative;
	padding-bottom: 296px;
	z-index:4;
	}

	
#header {
	width: 960px;
	height: 124px;
	}
#logo {
	background: url('images/logo.png') no-repeat;
	width: 332px;
	height: 124px;
	float: left;
	margin-left: 50px;
	}
	
#counter {
	height: 54px;
	width: auto;
	float: right;
	text-align: right;
	padding-top: 70px;
	}
	
#menu {
	background: url('images/menubg.png') no-repeat;
	width: 960px;
	height: 65px;
	}
	
#content {
	margin-top: 5px;
	}
	
#left {
	float: left;
	margin-right: 15px;
	width: 240px;
	}
	
	
	
#right {
	float: left;
	width: 705px;
	}
	
#footer {
	background: url('images/rodapebg.jpg') no-repeat;
	width: 100%;
	height: 296px;
	position: absolute;
	bottom: 0;
	left: 0;
	}
	
/* MENU */

a #m1{
	background: url('images/m1.png') no-repeat;
	width: 112px;
	height: 56px;
	float: left;
	}
	
a:hover #m1 {
	background: url('images/m1.png') no-repeat -0px -56px;
	}
	
a #m2{
	background: url('images/m2.png') no-repeat;
	width: 113px;
	height: 56px;
	float: left;
	}
	
a:hover #m2 {
	background: url('images/m2.png') no-repeat -0px -56px;
	}
	
a #m3{
	background: url('images/m3.png') no-repeat;
	width: 137px;
	height: 56px;
	float: left;
	}
	
a:hover #m3 {
	background: url('images/m3.png') no-repeat -0px -56px;
	}
	
a #m4{
	background: url('images/m4.png') no-repeat;
	width: 137px;
	height: 56px;
	float: left;
	}
	
a:hover #m4 {
	background: url('images/m4.png') no-repeat -0px -56px;
	}
	
a #m5{
	background: url('images/m5.png') no-repeat;
	width: 93px;
	height: 56px;
	float: left;
	}
	
a:hover #m5 {
	background: url('images/m5.png') no-repeat -0px -56px;
	}
	
a #m6 {
	background: url('images/m6.png') no-repeat;
	width: 114px;
	height: 56px;
	float: left;
	}
	
a:hover #m6 {
	background: url('images/m6.png') no-repeat -0px -56px;
	}
	
a #m7{
	background: url('images/m7.png') no-repeat;
	width: 132px;
	height: 56px;
	float: left;
	}
	
a:hover #m7 {
	background: url('images/m7.png') no-repeat -0px -56px;
	}
	
/* BOX */

#box {
	background: url('images/bgbox.png');
	height: 100%;
	border: 1px solid #76b0ae;
	clear: both;
	display: table;
	}
	
#left #box {
	padding: 10px 5px 5px 5px;
	margin-bottom: 15px;
	width: 230px;
	clear: both;
	}

	
#right #box .in{
	margin: 2px 1px 1px 1px;
	}
	
#left #box .in{
	width: 230px;;
	}
	
#right #box {
	padding: 1px 1px 1px 1px;
	margin-bottom: 15px;	
		width: 100%;
	}
	
#left .title {
	color: #128e9a ;
	font-size: 20px;
	}
	
/* SO INDEX */
	
#randomimage {
	background: url('images/random.png') no-repeat;
	width: 519px;
	height: 43px;
	padding-top: 182px;
	}
	
a #down_ro {
	background: url('images/down_ro.png') no-repeat;
	width: 171px;
	height: 108px;
	}
	
a:hover #down_ro {
	background: url('images/down_ro.png') no-repeat -0px -108px;
	}
	
a #down_pack {
	background: url('images/down_pack.png') no-repeat;
	width: 171px;
	height: 108px;
	margin-top: 13px;
	}
	
a:hover #down_pack {
	background: url('images/down_pack.png') no-repeat -0px -108px;
	}
	
#lastnew {
	background: url('images/lastnewbg.png') no-repeat;
	width: 303px;
	height: 139px;
	float: left;
	border: 1px solid #0c5b62;
	padding: 10px 10px 10px 110px;
	text-align: right;
	color: #FFF!important;
	}
	
#lastnew a {
	color: #fff;
	text-decoration: none;
	}	
	
#lastnew a:hover {
	color: #fff;
	text-decoration: underline;
	}	

a #entrar {
	background: url('images/entrar.png') no-repeat;
	width: 49px;
	height: 48px;
	border: 1px solid #0c5b62;
	}
	
a:hover #entrar {
	background: url('images/entrar.png') no-repeat -0px -48px;
	}
	
a #registrar {
	background: url('images/registrar.png') no-repeat;
	width: 216px;
	height: 47px;
	border: 1px solid #a8757f;
	}
	
a:hover #registrar {
	background: url('images/registrar.png') no-repeat -0px -47px;
	}
	
a #buscar {
	background: url('images/buscar.png') no-repeat;
	width: 49px;
	height: 21px;
	border: 1px solid #0c5b62;
	}
	
a:hover #buscar {
	background: url('images/buscar.png') no-repeat -0px -21px;
	}
	
#toporg {
	background: url('images/toporg.jpg') no-repeat;
	width: 241px;
	height: 26px;
	margin-bottom: 15px;
	}
	
#topcombr {
	background: url('images/topcombr.jpg') no-repeat;
	width: 241px;
	height: 26px;
	margin-bottom: 15px;
	}
	
#randomsob {
	background: url('images/randombg.png');
	height: 33px;
	color: #fff;
	padding: 5px 5px 5px 5px;
	}
	

/* TODAS */

.header {
	background: #128e9a;
	width: 695px;
	color: #b4f2f7;
	font-size: 14px;
	position: relative;
	line-height: 24px;
	font-weight: bold;
	padding-left: 10px;

	}
	
.a1 {
	background: #3fadab;
	line-height: 16px;
	color: #fff;
	}
	
.a2 {
	background: #118a94;
	color: #fff;
	line-height: 16px;
	}
	
.form {
	background: #e3ede7;
	border: 1px solid #76b0ae;
	font-size: 11px;
	line-height: 20px;
	padding-left: 10px;
	height: 20px;
	}

#in_content_margin {
	margin: 50px;
}
	
#footer a{
	color: #353535;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
/* NAVIGATION */
li {
list-style: none;
}
ul {
list-style: none;
}
.navigation {
		text-align: left;
		height: 32px;
		list-style: none;
	}

	#template_nav {
		height: 38px;
		padding: 0;
		margin: 0px 0px 0px 0px;
		list-style: none;
	}

	ul.dropdown {
		list-style: none;
		border-right: 1px solid #76b0ae;
		border-left: 1px solid #76b0ae;
		border-bottom: 1px solid #76b0ae;
		position: absolute;
		top: 55px;
		white-space: nowrap;
		padding-left: 0px;
			}

	li.nav_image {
		float: left;
		position: relative;
		list-style: none;
		z-index: 10000;
		font-size: 20px;

	}

	li ul.dropdown {
		/*background: url('images/bgmenu2.png');*/
		background-color:#FFF;
		opacity: 0.85;
		display: none;
		list-style: none;
		z-index: 5;
		font-size: 14px;
		line-height: 32px;
		text-decoration: none;
		width: 250px;
		text-align: left;
		color: #404040;
		font-weight: bold;
			}
	
	li ul.dropdown a {
	color: #404040;
	text-decoration: none;
	width: 150px;
	text-shadow:0px 0px 10px #FFF;
	}
	
	li ul.dropdown a:hover {
		background: #fff;
		color: #128e9a;
		}
	
	#bordas {
	border-bottom: 1px solid #76b0ae;
	padding-left: 30px;
	}
	
	
	.link:hover{
	background: #fff;
	color: #128e9a;
	position:relative;
	} 
	

	li>ul {
		top: auto;
		left: auto;
	}

	LI:hover UL.dropdown, LI.over UL.dropdown {
		display: block;
	}
