body {
	margin: 0px;
	padding: 0px;
	background:url(../img/body-background.png) repeat;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #FFFFFF;
}

img {text-decoration: none; border: 0px}

#header {
	height:100px;
	width:100%;
	background:url(../img/header-background.png) repeat;
}

#header-container {
	margin: 0 auto;
	width:1000px;
	height:100%;
}

#logo {
	padding-top:26px;
	padding-left:45px;
}

#logo a {
	color:#CCCCCC;
	text-decoration:none;
}

#background {
	position:absolute;
	width:100%;
	height:457px;
	background: #999 url(../img/backgrounds/background1.jpg) top center;
}

#arrow-container {
	margin: 0 auto;
	width:1000px;
	height:100%;
	overflow:visible;
}

#main-container {
	position:absolute;
	height:457px;
	width:100%;
	top: 100px;
}

#dr_who {
	margin: 0 auto;
	height:457px;
	width:1000px;
	background:url(../img/raul.png) no-repeat right bottom;
}

#sub-menu-bar {
	position:absolute;
	bottom:56px;
	height:105px;
	width:1000px;
	left:50%;
	margin-left: -500px;

}

#menu-bar {
	position:absolute;
	bottom:0px;
	height:56px;
	width:100%;
	background:url(../img/menu-background.png) repeat;
}

#menu {
	margin: 0 auto;
	width:1000px;
	height:100%;
}


.main_menu_link {
	height:10px; 
	padding:24px 17px 24px 17px;
	float:left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	cursor:default;
}

.link {
	cursor:pointer !important;
}

.link:hover {
	color:#F00;
}

#menu ul { 
	margin:0px;
	padding:19px 0px 0px 0px;
}

#menu ul li { 
	display: inline; 
	padding:19px 17px 19px 17px;
	height:19px;
}

#menu ul li a {
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

.menu_selected {
	color:#F00 !important;
}

.sub-menu {
	/*
	position:relative;
	float:left;
	padding:5px;
	height:95px;
	width:190px; 
	background:url(../img/menu-background.png) repeat;
	line-height:25px;
	color:#FFF;
	font-size:10px;
	text-transform: uppercase;
	cursor:pointer;
	display:none;
	*/
	display:none;
	position:absolute;
	background:url(../img/menu-background.png) repeat;
	line-height:25px;
	color:#FFF;
	width:300px;
	font-size:10px;
	text-transform: uppercase;
	cursor:pointer;
	border-bottom: 2px solid #FFF;
	padding-top:5px;
	overflow:hidden;
}

.sub-menu-option {
	border-top: 2px solid #FFF;
	height:23px;
}

#text_content {
	position:relative;
	top:450px;
	width:1000px;
	min-height:400px;
	margin: 0 auto;
	color:#FFFFFF;
	font-size:30px;
	font-weight:normal !important;
}

#text_content_loader {
	margin:40px 0px 0px 20px;
	width:670px;
	height:100%;
	
}

#text_content_loader table {
	border:none;
	border-spacing: 0px;
	border-color: transparent !important;
	font-size: 12px;
}

#text_content_loader td {
	padding-bottom:20px;
}

#text_content_loader td:nth-child(2) {
	padding-left:30px;
}

.intro_text {
	line-height:32px;
}

.normal_text {
	font-size:12px;	
	font-weight:normal;
	margin-bottom:30px;
	text-align:left;
}

.normal_text a {
	color:#FFFFFF;
	text-decoration:none;	
}

.normal_text a:hover {
	text-decoration:underline;
}

.big_text {
	/*
	line-height:22px;
	font-size:18px !important;	
	*/
	text-transform:uppercase;
}

.div_2_columns {
	font-size:12px;	
	font-weight:normal;
	float:left; 
	width:318px;
	text-align:left;
}

.content {
	display:none;
}

.content_large {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.content_title {
	display:block;
	margin-top:10px;
	font-weight:bold;
	font-size:11px;
}
.right_side {
	position:absolute;
	right:0px;
	top:-59px;
	width:234px;
	border-top:2px solid #FFF;
}

.right_side_pannel {
	position:absolute;
	padding:10px;
	left:7px;
	top:0px;
	width:200px;
	height:315px;	
	background:url(../img/right_side_back.png);
}

.right_side_title {
	font-size:16px;
	margin-bottom:10px;
	font-variant:small-caps;
}

.right_side_pannel hr {
	padding:0px;
	margin-bottom:1px;
	margin-top:1px;
}
	
.right_side_white_news {
	width:100%;
	min-height:50px;
	background-color:#FFFFFF;
}

.right_side_white {
	width:100%;
	height:200px;
	background-color:#FFFFFF;
}

.right_side_full {
	height:200px;
}

.right_side_normal_text {
	margin-top:5px;
	font-size:10px;	
}

#noticias {
	position:absolute;
	top:0px;	
}



.noticia_block {
	display:none;
}

.contato_block {
	display:none;
}

.right_side_text {
	font-size:12px;
	line-height:12px;
}

.buttons_container {
	position:absolute; 
	bottom:0px; 
	height:35px; 
	width:200px; 
	text-align:center;
}

.buttons_container a{
	cursor:pointer;
}


.styled-select {
   height: 22px;
   overflow: hidden;
   width: 700px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 22px;
   padding: 0px;
   width: 728px;
   color:#FFFFFF;
}

.styled-select.slate {
   background: url(/img/buttons/select.jpg) no-repeat right center;
   height: 22px;
   width: 700px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 14px;
   height: 22px;
   width: 728px;
}

.styled-select.slate option {
	background-color:#222222;
	color:#FFFFFF;
	height:25px;
}

.right_side_white img {
	display: none;
}

.right_side_white span {
	display: none;
}

.photo_show img {
	display:block !important;
}
