body {
	margin: 0;
	background: #8dd8f8 url('../img/back.jpg') repeat-x top; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}


#header {
	position: relative;
	height: 230px;
	background: url('../img/topo.jpg') no-repeat top; 
}

#header h1 {
	position: absolute;
	top: 43px;
	left: 58px;
}

#language_select {
	position: absolute;
	right: 30px;
	bottom: 81px;
	color: #2F4476;
	font-size: .7em;
}

#menu, #menu ul, #menu li{
	margin-top: 179px;
	float: left;
	width: 1000px;
	height: 51px;
	background: url('../img/menu_back.png') repeat-x top;
}

#menu ul {
	margin-top: 0;
	padding-left: 29px;
	width: 971px;
	background: url('../img/menu_left.png') no-repeat top left;
}

#menu li {	
	position: relative;
	margin-top: 0;
	display: block;
	width: auto;
	background: transparent;
	padding-right: 4px;
	background: url('../img/menu_sep.png') no-repeat top right;
}

#menu li:hover ul {
	display: block;
}

#menu li ul {
	position: absolute;
	top: 50px;
	left: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 1020;
	display: none;
}

#menu li ul li {
	background: #1D6AB4;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 220px;
	height: auto;
	border-bottom: #FFF solid 1px;
}

#menu li ul li a {
	padding: 5px 10px;
	height: auto;
}


li#menu_last_item {
	padding-right: 29px;
	background: url('../img/menu_right.png') no-repeat top right;
}

#menu a {
	padding: 0 28px;
	display: block;
	float: left;
}

#main {
	padding: 25px 20px 0;
	margin:  0 10px;
	background: #ffffff;
	min-height: 500px;
}

#side {
	background: #0072bb url('../img/side_back.png') repeat-x;
	float: right;
	margin-right: -20px;
	width: 240px;
}

#side input.bot {
	position: relative;
	top: 5px;
}

#busca_box {
	background: url('../img/side_top.png') no-repeat top left;
	min-height: 50px;
	padding: 27px 30px 30px 27px;
}

#busca_box form {
	margin-left: -15px;
	padding-left: 15px;
}

#busca_box input{
	width: 84%;
}

#busca_box img {
	margin: 6px 0 3px 0px;
}

#login_box, #contact_box, #farmaco_box {
	padding: 20px 30px 10px 30px;
}

#farmaco_box, #login_box {
	padding-bottom: 20px;
}

#farmaco_box p {
	margin-bottom: 5px;
}

#farmaco_box ul {
	list-style: url('../img/marcador.png');
	color: #FFF;
	font-style: italic;
	font-weight: bolder;
	font-size: 0.65em;
	margin-left: 15px;
}

#farmaco_box ul li {
	margin-bottom: 4px;
}

#login_box input {
	width: 97%;
	margin-top: 3px;
}

#login_box a {
	font-size: x-small;
	color: #fff;
	float: left;
	margin-top: 5px;
	
}

#login_box input.bot, #busca_box input.bot {
	float: right;
	width: auto;
	position: static;
}

#login_box p.desc {
	color: #9BC9F1;
	font-size: 0.55em;
	margin: 3px 0px;
}

#restricted_menu li a {
	float:none;
	font-size: 0.75em;
	padding-bottom: 3px;
}

#restricted_menu {
	margin-top: 7px;
}

#side .content {
	background: url('../img/side_foot.png') no-repeat bottom left;
}

#footer {
	clear: both;
	padding: 25px 0 25px;
	color: #A7AAAC;
	font-size: 0.7em;
}

#footer p {
	margin: 0 150px;
	text-align: center;
	clear: both;
	line-height: 1.2em;
}

#footer ul {
	padding-left: 60px;
}

#footer ul li{
	display: block;
	float: left;
	padding: 10px 10px 30px;
}

#footer a {
	color: #0072BC;
	text-decoration: none;
}

hr {
	color: #A7A9AC;
	background: #A7A9AC;
	height: 1px;
	border: none;
}

#content {
	width: 698px;
	float: left;
}

.toppage {
	margin-top: 0;
	margin-left: -15px;
}

/*
 * Splash Home
 */

#splash {
	position: relative;
	margin-left: -20px;
	margin-bottom: 40px;
	width: 720px;
	height: 415px;
	overflow: hidden;
}

#moldura1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

#moldura2 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

#moldura3 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

#splash #bots {
	position: absolute;
	right: 360px;
	bottom: 5px;
	z-index: 1001;
}

#splash #bots a{
	margin-right: 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 1.2em;
}

#splash #bots a.activeSlide{
	color: #00B3F0;
}

/*
 * Noticias
 */

#noticiaFrame {
	width: 458px;
	margin-right: 30px;
	min-height: 200px;
	float: left;
}

#categorias {
	float: left;
}

#categorias h2 {
	margin: 0 0 0.6em;
}

#categorias ul {
	margin-left: 38px;
}

#categorias a {
	color: #58595B;
}

#noticiaFrame .noticia {
	margin-bottom: 40px;
}

.clearfix {
	clear: both;
	height: 1px;
}

#search_l.show {
	background: #fff url(../img/search.gif) 5px center no-repeat
}

#pass_l.show {
	background: #fff url(../img/pass.gif) 5px center no-repeat
}

#user_l.show {
	background: #fff url(../img/user.gif) 5px center no-repeat
}

#side input[type=text], #side input[type=password] {
	border: 1px solid #fff;
}

