@font-face
		{
		font-family: "Font1";
		src: url('http://www.brandline.com.pt/fotns/Ubuntu.ttf');
		src: url('http://www.brandline.com.pt/fotns/Ubuntu.eot');
		}
		
@font-face
		{
		font-family: Font2;
		src: url('http://www.phiveus.com/fonts/MYRIADAB.TTF');
		}

/*------- header -------*/
#header {
	position: relative;
	width: 1000px;
	height: 300px;
	}
	
#header_left {
	padding-top:40px;
	margin: 20px 0 0 40px;
	width: 30%;
	height: 100px;
	float: left; }
		
#header_right {
	width: 60%;
	height: 300px;
	float: right; }
		
#header_right ul {
	padding-top: 275px;
	width: 100%;
	float: right; }

#header_right li {
	width:100%;
	display: inline;
	list-style: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	padding: 275px 15px 5px 15px; }

#logotype { margin-left: 4px; }
	
/*------- navigation menu -------*/			
#nav_menu li a:link, #nav_menu li a:visited {  }
	
#nav_menu li:hover {
	border-radius: 0 0 5px 5px;
	background-color:#ee303d;
	text-decoration: none;
	color: #fff; }