/* CONTAINER */

#container {
	margin:0 auto;
	width:990px;
}


/* HEADER */

#header {
	height:94px;
	background-image: url(/media/images/header_bg.jpg);
	background-repeat: repeat-x;
	/*background-color:#dbdbdb;*/
}

#header_flags{
	height:94px;
	width: 31px;
	margin-right: 10px;
	background-image: url(/media/images/bandeiras.jpg);
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
}

#pt_flag{
	width: 31px;
	height: 18px;
	margin-top: 22px;
}

#en_flag{
	width: 31px;
	height: 18px;
}

#es_flag{
	width: 31px;
	height: 18px;
}

#header_logo{
	height:94px;
	width: 148px;
	margin-left: 20px;
	background-image: url(/media/images/header_logo.jpg);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

/* CONTENT */

#content {
	width:100%;
	overflow: auto;
	clear:both;
}

#content2 {
	width:100%;
	overflow: auto;
	clear:both;
	margin:0 auto;
	text-align:center;
	padding-top:100px;
}
	
#content_back{
	width: 990px;
	height: 400px;
	background-image: url(/media/images/bg_base.jpg);
	background-repeat: no-repeat;
	margin-top: 60px;
}

#content_back2{
	width: 990px;
	height: 400px;
	background-image: url(/media/images/bg_base2.jpg);
	background-repeat: no-repeat;
	margin-top: 60px;
}

#content_back3{
	width: 990px;
	height: 400px;
	background-image: url(/media/images/bg_base3.jpg);
	background-repeat: no-repeat;
	margin-top: 60px;
}

#content_holder{
	width: 745px;
	height: 350px;
	margin-left:150px;
	position: relative;
}

#content_titulo {
	position: absolute;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	width: 145px;
	height: 20px;
	top: 37px;
	left: 10px;
	color: #d5d5d5;
	/*text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);*/
}

#content_output{
	width: 490px;
	height: 325px;
	position: absolute;
	top: 13px;
	left: 185px;
	overflow: hidden;
}

#content_output2{
	width: 503px;
	height: 333px;
	position: relative;
	top: 10px;
	left: 182px;
	overflow: hidden;
	background-color: #c7c7c5;;
}




#content_holder_detail{
	width: 980px;
	height: 350px;
	margin-left:5px;
	position: relative;
}


#content_output3{
	width: 980px;
	height: 333px;
	position: relative;
	top: 10px;
	left: 0px;
	overflow: hidden;
}





#videos{
	text-align:center;
	padding-top:10px;
}

#prevNext{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 150px;
	left: 690px;
	overflow: hidden;
}

#prev{
	width: 25px;
	height: 50px;
	float: left;
	clear: right;
	cursor: pointer;
}

#next{
	width: 25px;
	height: 50px;
	float: left;
	clear: right;
	cursor: pointer;
}


#prevNext2{
	width: 80px;
	height: 58px;
	position: absolute;
	top: 280px;
	left: 720px;
	overflow: hidden;
}

#prev2{
	width: 40px;
	height: 58px;
	float: left;
	clear: right;
	cursor: pointer;
	background-image: url(/media/images/seta_left.png);
}

#next2{
	width: 40px;
	height: 58px;
	float: left;
	clear: right;
	cursor: pointer;
	background-image: url(/media/images/seta_right.png);
}










#output {
	padding:15px 10px 0 15px;
	width:990px;
}

#content_scroller{
	padding: 20px 20px 20px 30px;	
}
#knobScroll {
	height: 76px;
	width: 8px;
	background-image:url(/media/images/scroll.gif);
	background-repeat:no-repeat;
	cursor: pointer;
}

#areaScroll  {
	height: 310px;
	width: 1px;
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 683px;
}

/* FOOTER */

#footer {
	width: 100%;
	height:34px;
	color:#CCC;
	text-align: center;
	background-image: url(/media/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
}


#footer2{
	margin:0 auto;
	width:990px;
	text-align: left;
	padding-top: 2px;
	overflow: auto;
}

#footer .left {
	float:left;
	padding-top:7px;
	text-align: left;
	padding-left: 40px;
}

#footer .center {
	float:left;

	
}

#footer .right {
	float:right;
	text-align: right;
	padding-top: 3px;
}


#footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#747474;
	text-decoration:none;
	text-transform: uppercase;
	/*text-shadow: 0px 1px 0px #e5e5ee;*/
	/*filter: dropshadow(color=#e5e5ee,offX=0,offY=1);*/
}
#footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#747474;
	text-decoration:none;
	text-transform: uppercase;
	/*text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);*/
}
#footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#747474;
	text-decoration:none;
	text-transform: uppercase;
	/*text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);*/
}
#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#747474;
	text-decoration:underline;
	text-transform: uppercase;
	/*text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);*/
}


/* MENU */

.menu {
	border-right:1px solid #dbdbdb;
	background-color:#FFFFFF;
	width:250px;
}

#menu {
}

/* PESQUISA */

#search {
	float:right;
	width:180px;
	height:100px;
	border-left: 1px dashed #FFFFFF;
	padding:0px 0px 0px 10px;
}

#servicos {
	padding-left:27px;
}

#links {
	padding-left:27px;
}

#links a {
	padding-bottom:5px;
}

#bottom {
	font-family:Arial, Helvetica, sans-serif;
}