/********************
GENERAL LAYOUT STYLES
********************/

* {
	margin: 0px;
	padding: 0px;
	outline:none;
}

body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	position:relative;
	background-color: #b2b2b2;

	font-family: helvetica, arial, sans-serif;
}

#copyrightBar {
    	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 110px;

	text-align: right;
	font-size: 12px;
	color: #fff;
	z-index: 1100;
}
#copyrightBar a {
	color: #fff;
	text-decoration: none;
}
#copyrightBar a:hover {
	color: #fff;
	text-decoration: underline;
}

/*
#homeNav {
	margin: 0px;
	padding: 0px;
	width: 607px;
	height: 294px;
	position: absolute;
	top: 290px;
	left: 160px;
}
*/

#homeNav {
	position:absolute;
	top: 50%;
	left: 160px;
	width: 607px;
	height: 294px;
	margin-top: -147px; /*set to a negative number 1/2 of your height*/
}

#homeNavLogo {
	margin: 0px;
	padding: 0px;
	width: 465px;
	height: 294px;
	background: url(../images/home-sprite.png) no-repeat center right;
	float: right;
}

/**************
MAIN NAVIGATION syles here
***************/

#homeNavigationWrapper {
	margin: 60px 0px 0px 0px;
	padding: 0px;
	width: 142px;
	float: left;
}

#homeNavigationList {
	margin: 0px;
	padding: 0px;
	width: 142px;
	list-style-type: none;
	display: inline;
}

#homeNavigationList li {
	margin: 0px;
	padding: 0px;

	display: block;
	float: left;
	width: 142px;
	height: 44px;
	
	text-indent: -9999px;
	overflow: hidden;
}

#homeNavigationList li a {
	display: block;
	height: 44px;
	text-decoration: none;
	background: url(../images/home-sprite.png) no-repeat 0px 0px;
}

#homeNavigationList li#aboutLink a { background-position: -148px -60px; }
#homeNavigationList li#aboutLink a:hover { background-position: 0px -60px; }

#homeNavigationList li#galleryLink a { background-position: -148px -104px; }
#homeNavigationList li#galleryLink a:hover { background-position: 0px -104px; }

#homeNavigationList li#newsLink a { background-position: -148px -148px; }
#homeNavigationList li#newsLink a:hover { background-position: 0px -148px; }

#homeNavigationList li#contactLink a { background-position: -148px -192px; }
#homeNavigationList li#contactLink a:hover { background-position: 0px -192px; }
