* html body {
	height: 100%;
	}


* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

body {
	text-align: center;
	margin: 0px;
	font-family: Arial;
	font-size: 8pt;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
	color: rgb(219, 45, 34);
	margin-bottom: 10px;
}


h5 {
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	color: #DA251C;
	margin-top: 4px;
	margin-bottom: 3px;
}
	
h5 a {
	color: #DA251C;
}

p, .content {
	color: #666666;
}

p {
	margin: 5px;
	margin-bottom: 10px;
}


blockquote {
	margin: 10px;
	font-size: 13px;
	color: #666666;
	font-family: Georgia;
	font-style: italic;
}

#main_container {
	margin: auto;
	text-align: left;
	width: 800px;
}


#header {
	width: 800px;
	height: 94px;
	background: url(../images/header/background.jpg) no-repeat;
}

#header .logo {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#header_menu {
	list-style: none;
	display: block;
	padding-top: 32px;
	margin-left: 374px;
}

#header_menu li {
	float: left;
	margin-right: 3px;
}

#footer {
	background-color: #D74C2B;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
}

#main {
	margin: 10px;
}

.content {
	background: url(../images/general/fundo_texto.jpg) no-repeat;
	float: left;
	width: 520px;
	height: 510px;
	background-position: top right;
	margin: 0;
	padding: 0;
	margin-left: 3px;
	font-size: 12px;
}

.content p a,.content li a, .content .vcard a {
	color: #DA251C;
	font-weight: normal;
}

.content p a:hover,.content li a:hover, .content .vcard a:hover {
	text-decoration: underline;
}

.content li {
	margin-left: 20px;
	list-style: square;
}

.inner_content {
	margin: 20px;
	overflow: auto;
	height: 480px;
	width: 490px;
}

.menu {
	width: 256px;
	float: left;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 5px;
}

.menu li {
	margin-top: 2px;
}

.menu li .icon {
	margin-right: 3px;
}

.home {
	margin-top: 10px;
}


.home .item {
	float: left;
	width: 256px;
	height: 110px;
	background: url(../images/home/item_background.gif) no-repeat;
	margin-right: 4px;
	margin-bottom: 5px;
	cursor: pointer;
}

.home .item .icon {
	margin-left: 2px;
	margin-top: 16px;
	width: 64px;
	height: 79px;
	float: left;
}

.home .item .link {
	float: left;
	margin-top: 45px;
	margin-left: 10px;
	width:150px;
}

.home .item a {
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}

.home .item a:hover, .home .item:hover a {
	color: #D74C2B;
}


.downloads {
	padding: 20px;
	margin: 20px;
	list-style-image: url(../images/general/bullet.jpg);
}


.parceiros {
	margin: 20px;
	padding: 20px;
}

.parceiros li {
	padding: 4px;
}

.contactos {
	width: 60%;
	margin: auto;
	margin-top: 40px;
	font-size: 9pt;
}

.contactos div {
	margin: 10px;
}

.topmenu li {
	display: inline;
	list-style: none;
}

.topmenu a {
	font-weight: normal;
}

.topmenu a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.backtotop {
	text-align:center;
}

.backtotop a {
	font-weight: bold;
	color: #000000;
}

