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

html {
	background-color: #B0B0AF;
}

#home-container {
	width: 1000px;
	height: 800px;
	background: #B0B0AF url(../_img/homebg.jpg) no-repeat;
	margin: 0 auto 0 auto;
}

#homenav-container {
	padding: 102px 0 0 344px;
	height: 351px;
	width: 130px;
}

ul#homenav li {
	display: block;
}

ul#homenav li a {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 29px;
	padding-bottom: 17px;
}

ul#homenav #menu-welcome {
	width: 124px;
	background: url(../_img/menu-welcome.jpg) top left no-repeat;
}

ul#homenav #menu-commercial {
	width: 124px;
	background: url(../_img/menu-commercial.jpg) top left no-repeat;
}

ul#homenav #menu-promotional {
	width: 124px;
	background: url(../_img/menu-promotional.jpg) top left no-repeat;
}

ul#homenav #menu-training {
	width: 86px;
	background: url(../_img/menu-training.jpg) top left no-repeat;
}

ul#homenav #menu-events {
	width: 86px;
	background: url(../_img/menu-events.jpg) top left no-repeat;
}

ul#homenav #menu-blog {
	width: 50px;
	background: url(../_img/menu-blog.jpg) top left no-repeat;
}

ul#homenav #menu-contact {
	width: 86px;
	background: url(../_img/menu-contact.jpg) top left no-repeat;
}

h1#homelogo {
	width: 499px;
	height:223px;
	padding: 104px 0 0 70px;
	text-indent: -9999px;
	background: url(../_img/homelogo.jpg) bottom right no-repeat;
	visibility: visible;
}

h2#homeh2 {
	text-indent: -9999px;
	visibility: visible;
}
