#navcontainer {
	padding: 0px;
	height: 46px;
	width: 599px;
	float: left;
	margin-top: 127px;
	margin-right: 186px;
	margin-bottom: 0px;
	margin-left: 215px;
}

#navcontainer2 {
	padding: 0px;
	height: 68px;
	width: 1027px;
	z-index: 3;
	top: 135px;
	margin: 0px;
	float: left;
	position: relative;
}

/* Top Navigations */

ul#navigation {
	float: left;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul#navigation2 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 3;
	padding: 0px;
}

#navigation2 li {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	float: left;
}

#navProcess a {
	width: 88px;
	height: 46px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(images/process.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navProcess a:hover {
	width: 88px;
	background-image: url(images/process-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navGallery a {
	width: 63px;
	height: 46px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navGallery a:hover {
	width: 63px;
	background-image: url(images/gallery-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navMission a {
	background: url(images/ourmission.jpg) left top no-repeat;
	width: 93px;
	display: block;
	height: 46px;
	margin: 0px;
	padding: 0px;
}

#navMission a:hover {
	width: 93px;
	background-image: url(images/ourmission-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navAffiliations a {
	background: url(images/affiliations.jpg) left top no-repeat;
	width: 86px;
	display: block;
	height: 46px;
	margin: 0px;
	padding: 0px;
}

#navAffiliations a:hover {
	width: 86px;
	background-image: url(images/affiliations-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navProducts a {
	background: url(images/products.jpg) left top no-repeat;
	width: 73px;
	display: block;
	height: 46px;
	margin: 0px;
	padding: 0px;
}

#navProducts a:hover {
	width: 73px;
	background-image: url(images/products-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navEvents a {
	background: url(images/promotions.jpg) left top no-repeat;
	width: 57px;
	display: block;
	height: 46px;
	margin: 0px;
	padding: 0px;
}

#navEvents a:hover {
	width: 57px;
	background-image: url(images/promotions-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navTeam a {
	background: url(images/team.jpg) left top no-repeat;
	width: 52px;
	display: block;
	height: 46px;
	margin: 0px;
	padding: 0px;
}

#navTeam a:hover {
	width: 52px;
	background-image: url(images/team-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navContact a {
	width: 87px;
	display: block;
	height: 46px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#navContact a:hover {
	width: 87px;
	background-image: url(images/contact-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#navcontainer3 {
	padding: 0px;
	height: 100px;
	width: 200px;
	z-index: 3;
	margin: 0px;
	float: left;
}

ul#navigation3 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 3;
	padding: 0px;
}

#navigation3 li {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	float: left;
}

#footer a {
	color:#ffffff;
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
}

#footer a:hover {
	color:#C29232;
}

