@font-face {
	font-family: 'EurostileRegular';
	src: url('eurosti-webfont.eot');
	src: local('?'), url('eurosti-webfont.woff') format('woff'), url('eurosti-webfont.ttf') format('truetype'), url('eurosti-webfont.svg#webfontZckaitCn') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #FFF;
	color: #75797b;
	font-family: EurostileRegular;
}

img {
	border: 0px;
}

.maincontainer {
	width: 978px;
	margin:0 auto;
	text-align:center;
	padding-top: 15px;
}

.logo {
	margin: 0 auto;
	width: 978px;
	text-align: center;	
}

/* MENU */

#menu_container {
	margin: 0 auto;
	width: 978px;
	text-align: center;
	}

#main_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#main_nav li {
	float: left;
}
	
#main_nav li a {
	overflow: hidden;
	display: block;
	height: 72px;
} 

#home {
	background: url(../images/navigation/home.gif);
	width: 103px;
}
	
#home:hover {
	background: url(../images/navigation/home.gif) 0 0 !important;
}
	
#home.active {
	background: url../images/navigation/home.gif) -103px 0;
}

#main_nav:hover li a#home {
	background-position: -206px;
}

.indexmainimage {
	float:left;
}

.Heading {
	font-size: 36px;
}

ul{ 
  list-style-type: none;
}

a {
   outline: none;
   text-decoration:none;
}

a:link {
	color: #75797b;
}
a:visited {
	color: #75797b;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #75797b;
}
