@charset "utf-8";
/* CSS Document */

#footer {
	height: 25px;
	width: 560px;
	position: fixed;
	bottom: 0px;
	left: 230px;	
	line-height: 10pt;
	padding: 7px;
}

#logo {
	position:absolute;
	left:726px;
	top:77px;
	width:247px;
	height:186px;
}

#info-table {
	position:absolute;
	left:231px;
	top:61px;
	width:602px;
	height:116px;
}

#menu {
	margin: 0 auto;
	height: 61px;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 232px; 	
}

#menu ul {
display:inline;
margin: 0;
padding: 0;
}

#menu li {
display:inline;
float:left;
margin: 0;
padding: 0;
}

#menu li.home a { 
	background: url(IMG/home_button.png); 
	background-position: 0 0; 
	display: block; 
	width: 71px; 
	height: 61px; 
	text-decoration: none; 
	text-indent: -1000em; 
	}

#menu li.home a:hover { 
	background-position: -71px 0; 
	}

li.about a { 
	background: url(IMG/about_button.png); 
	background-position: 0 0; 
	display: block; 
	width: 89px; 
	height: 61px; 
	text-decoration: none; 
	text-indent: -1000em; 
	}

li.about a:hover { 
	background-position: -89px 0; 
	}

li.partners a { 
	background: url(IMG/partners_button.png); 
	background-position: 0 0; 
	display: block; 
	width: 106px; 
	height: 61px; 
	text-decoration: none; 
	text-indent: -1000em; 
	}

li.partners a:hover { 
	background-position: -106px 0; 
	}
	
li.download a { 
	background: url(IMG/download_button.png); 
	background-position: 0 0; 
	display: block; 
	width: 106px; 
	height: 61px; 
	text-decoration: none; 
	text-indent: -1000em; 
	}

li.download a:hover { 
	background-position: -106px 0; 
	}	
	
li.press a { 
	background: url(IMG/press_button.png); 
	background-position: 0 0; 
	display: block; 
	width: 98px; 
	height: 61px; 
	text-decoration: none; 
	text-indent: -1000em; 
	}

li.press a:hover { 
	background-position: -98px 0; 
	}
	
li.contact a { 
	background: url(IMG/contact_button.png); 
	background-position: 0 0; 
	display: block; 
	width: 89px; 
	height: 61px; 
	text-decoration: none; 
	text-indent: -1000em; 
	}

li.contact a:hover { 
	background-position: -89px 0; 
	}
