/* CSS - ETE */
/* Autor: Cláudio Eduardo Vieira */
/* E-mail: claudio@3rstudio.com.br */

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-image:url(../img/bg_main.jpg);
	background-repeat: repeat;
	background-position: left top;
}

p {
	line-height: 16px;
}

#main {
	width: 800px;
	margin: 0px auto;
	background: #e9ecef url(../img/middle_bg.gif) repeat-y center top;
}

/* @group TOP */

#top {
	background-color: #1a3450;
	height: 80px;
	overflow: hidden;
	padding: 0px 25px 0px 35px;
}

#top_brand {
	float: left;
	width: 325px;
	height: 80px;
	padding: 13px 0px;
	overflow: hidden;
}

#top_menu {
	float: right;
	width: 170px;
	height: 80px;
	padding: 55px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 10px;
	color: #7d92a8;
}

#top_menu a {
	color: #7d92a8;
	text-decoration: none;
}

#top_menu a:hover {
	color: #fff;
}



/* @end */

/* @group MIDDLE
 */

#middle {

}

#middle .left {
	float: left;
	width: 601px;	
}

#middle_ani { /* espaço da animação */
	width: 601px;
	height: 255px;
	overflow: hidden;
	background: #e9ecef url(../img/middle_ani_bg.gif) no-repeat center center;
}

#middle_content {
	width: 601px;	
}

#middle_content_left {
	float: left;
	width: 174px;
	color: #fff;
}

#middle_content_right_home{ /* coluna central da home */
	float: left;
	width: 377px;
	_width: 376px;
	padding: 0px 25px 25px 25px;
}

#middle_content_right { /* coluna central interna */
	float: left;
	width: 377px;
	_width: 376px;
	padding: 25px 25px 25px 25px;
	/*background: url(../img/middle_content_right_bg.gif) repeat-x center top;*/
}


#middle .right {
	float: right;
	width: 199px;
}

#middle_menu {
	width: 199px;
}

#middle_plus img {
	margin: 0px 0px 15px 0px;
}

#middle_plus {
	width: 199px;
	text-align: center;
}

/* @end */


/* @group BOTTOM */

#bottom {
	width:730px;
	background-color: #1a3450;
	padding: 5px 35px;
	color: #5c748c;
}

#bottom_left {
	float: left;
	width: 350px;
}

#bottom_right {
	float: right;
	width: 250px;
	text-align:right;
}

#bottom_right a {
	color: #5c748c;
}

#bottom_right a:hover {
	color:#FFFFFF;
}


/* @end */

.pop {
	display: none;
}

.hackfloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a {
	text-decoration: none;
	color:#FFFFFF;
}


a:hover {
	text-decoration:underline;
	color:#B2BECC;
}

img {
	border:0;
}

hr { /* linha das notícias */
      border-top: 1px dotted #5c748c;
      border-bottom: none;
      color: #e9ecef;
      background-color: #e9ecef;
      height: 4px;
    }

.menu_alternativas ul {
	background-color:#5c748c;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.menu_alternativas ul li {
padding:6px;
border-bottom: solid 1px #b2becc;
background: url(../img/bg_menu_.gif) center top repeat-x;
text-align:right;
}

.menu_alternativas a:hover {
color:#FFFFFF;
text-decoration:none;
}


/* galeria do greybox */

#thumb {
	width:55px;
	height:55px;
	float:left;
	text-align:center;
	color:#e23394;
	}

 table.center {margin-left:auto; margin-right:auto;}



/* links */

.detalhe a {
	color:#3399FF; /* azul */

}



/* formulário */

#formulario {
	margin:0px;
	padding:0px;
	}

input {
	border: 1px solid #5C748C;
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
}


#enviar {
	padding: 5px;
	border: 1px solid #5C748C;
	background-color:#5C748C;
	width: 65px;
	color:#FFFFFF;
}



textarea {
	border: 1px solid #5C748C;
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
		
}

  .errFld {border: 1px solid #F00; /*... or any other css properties ... */}
  .errMsg {
	color: #333333; /*... or any other css properties ... */
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 10px;
	text-transform: uppercase;
}
