a:link, a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

.sub-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.load {
	-moz-opacity: 0.80;
	background: #FFF url(http://static.harmonia.com.br/img/loader.gif) no-repeat 50% 50%;
	filter:alpha(opacity=80);
	height: 100%;
	left: 0;
	opacity: 0.80;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

form .msg {
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}

form .ok {
	background-color: #E1FFE1;
	border-color: #090;
	color: #090;
}

form .error {
	background-color: #FFE8E8;
	border-color: #F00;
	color: #F00;
}

#content {
	margin: 30px auto 0;
	position: relative;
	width: 910px;
}

/*
	HEADER
*/
#header {
	position: relative;
	margin-bottom: 20px;
}

#logo {
	float: left;
	margin-left: 8px;
} 
#logo a {
	background: #FFF url(http://static.harmonia.com.br/img/logo.gif) no-repeat 0 0;
	display: block;
	height: 42px;
	text-indent: -9999px;
	width: 183px;
}

#top-menu {
	float: left;
	padding: 0 21px;
}

#top-menu li {
	float: left;
}

#top-menu li.active {
	background: #FFF url(http://static.harmonia.com.br/img/active-menu.gif) no-repeat 50% 50%;
}

#top-menu li.active a {
	border: none;
	color: #FFF;
	font-weight: bold;
}

#top-menu li a {
	border-right: 1px solid #CCC;
	color: #000;
	font-size: 12px;
	line-height: 42px;
	padding: 0 8px;
	text-decoration: none;
}

#top-menu li a:hover {
	text-decoration: underline;
}

#top-menu li.last a {
	border: none;	
}

/*
	FORMUL�RIO DE BUSCA
*/
#search-form {
	float: right;
	height: 22px;
	margin-top: 18px;
}
#search-form label {
	display: none;
}

#search-form input,
#search-form button {
	font-size: 12px;
}
#search-form input {
	color: #666;
	padding: 2px;
}
/*
	IDIOMAS
*/
#lang-flags {
	left: 100%;
	margin-left: -78px;
	position: absolute;
	top: 0;
	width: 78px;
	
}
#lang-flags .legend {
	display: none;
}

#lang-flags li {
	float: left;
	padding-left: 10px;	
}

#lang-flags li a {
	background: #FFF url(http://static.harmonia.com.br/img/lang-flags.gif) no-repeat 0 0;
	color: #333;
	display: block;
	font-size: 11px;
	height: 11px;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
}

#lang-flags li.espanish a {
	background-position: -16px 0;
}

#lang-flags li.english a {
	background-position: -32px 0;
}

/*
	MENU LATERAL
*/
#box-menu {
	float: left;
	margin-right: 2px;
	width: 200px;
}

/*
	CONSULTA DE APOLICE
*/
#box-login {
	background-color: #20487b;
	color: #FFF;
	height: 105px;
	margin-bottom: 2px;
	padding: 10px;
}

#box-login legend {
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 15px;	
}

#box-login p.field {
	margin-bottom: 8px;
	overflow: hidden;	
}

#box-login label {
	display: block;
	font-size: 11px;
	float: left;
	width: 50px;
}
#box-login input {
	float: left;
	font-size: 11px;
	padding: 0 3px;
	width: 90px;
}

#box-login button {
	background: #FFF;
	border: 1px solid #666;
	color: #000;
	float: right;
	font-size: 11px;
	width: 25px;
}

#box-login .forgot {
	color: #FFF;
	margin-top: 3px;
}

#box-login .forgot a:hover span {
	text-decoration: underline;	
}

#box-login .forgot span {
	color: #FFF;
	display: block;
	font-size: 10px;
}

/*
	CHAT
*/
#chat,
#chat a {
	background: transparent url(http://static.harmonia.com.br/img/bg-chat.gif) no-repeat 0 0;
}

#chat {
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	height: 40px;
	margin-bottom: 12px;
}

#chat a {
	background-position: 5px -48px;
	display: block;
	height: 35px;
	line-height: 12px;
	padding: 5px 0 0 51px;
}

#chat a:hover {
	text-decoration: none;
}

#chat a strong {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#chat a span {
	color: #000;
	font-size: 10px;
}

/*
	MENU LATERAL
*/

#menu {
	margin-bottom: 12px;
}

#menu li {
	background-color: #FFF;
	height: 24px;
	position: relative;
	z-index: 1;
}

#menu li.hover {
	background-color: #F4F4F4;
	z-index: 10;
}

#menu li ul {
	border: 1px solid #E0E0E0;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	display: none;
	left: 100%;
	position: absolute;
	top: -1px;	
}

#menu li ul li {
	background-color: #F4F4F4;
	width: 205px;
}
#menu li ul li a:hover {
	background-color: #FFF;
}

#menu li a {
	border-bottom: 1px solid #E0E0E0;
	color: #000;
	display: block;
	font-size: 12px;
	height: 15px;
	overflow: hidden;
	padding: 4px 5px;
}

#menu li a:hover,
#menu li a.active {
	background-color: #F4F4F4;
}

#menu li a.active {
	font-weight: bold;
}

#menu li a.drop {
	background-image: url(http://static.harmonia.com.br/img/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 190px 3px;
}

#menu li ul li a.drop {
	background-position: 195px 3px;
}

#menu li ul li a.drop:hover {
	background-position: 185px 13px;
}

#menu li a.drop-hover {
	background-position: 180px 13px;
}

#menu li.last a {
	border: none;	
}

/*
	HARMONIA NEWS
*/

#harmonia-news h5 a {
	background: #FFF url(http://static.harmonia.com.br/img/harmonia-news.gif) no-repeat 0 0;
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: -9000px;
	width: 200px;
}

#harmonia-news p {
	font-size: 11px;
	padding: 5px;
}

/*
	PAGE CONTENT
*/

#main-content {
	float: right;
	position: relative;
	width: 698px;
}

/*
	TOP PAGE
*/
#top {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	height: 169px;
	margin-bottom: 20px;
}

#top h1,
#top h2 {
	background-color: #FFF;
	filter: alpha(opacity=80);
	font-size: 16px;
	font-weight: bold;
	left: 100%;
	margin-left: -349px;
	opacity: 0.80;
	padding: 10px;
	position: relative;
	top: 100px;
	width: 349px;
		
	-moz-opacity: 0.80;

}

/*
	FOOTER
*/

#footer {
	border-top: 3px solid #E0E0E0;
	font-size: 11px;
	margin-top: 20px;
	padding-top: 10px;
	width: 100%;
}

#address {
	float: right;
	text-align: right;
}

#copyright {
	float: left;
}

#copyright p {
	float: left;
	margin-right: 10px;
}

#copyright p a {
	background: transparent url(http://static.harmonia.com.br/img/webmail.gif) no-repeat 0 0;
	display: block;
	height: 10px;
	overflow: hidden;
	margin-top: 3px;
	text-indent: -9999px;
	width: 15px;
}

#copyright p strong,
#copyright p span {
	display: block;
	color: #666;	
}
