@charset "utf-8";
/* CSS Document */
@import url('reset.css');

body{
background:#000000; }

#nav
{
width:100%;
height:0px;
}
.headertop {
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	height: 200px;
	background-image: url(top.jpg);
}

#navigation 
{
	margin-left: 400px;
	margin-right: auto;
	text-align: center;
	position: relative;
}



#navigation li
{

float:left;
display:block;
}

#navigation li a
{
background-image:url(images/sprite.jpg);
display: block;
	outline: none;
	position: relative;
	height: 0px;
	text-decoration: none;
	width: auto;

}



	
	#navigation .home 
	{
	background-position:-1px 0px;
	width:78px;
	height:36px;
	
	}
	
	#navigation .services 
	{
	background-position:-79px 0px;
	width:78px;
	height:36px;
	}
	
	#navigation .portfolio 
	{
	background-position:-158px 0px;
	width:78px;
	height:36px;
	}
	
	#navigation .about 
	{
	background-position:-236px 0px;
	width:78px;
	height:36px;
	}
	
	#navigation .contact 
	{
	background-position:-315px 0px;
	width:78px;
	height:36px;
	}
	
	
	
	#navigation a .hover {
	background: transparent  url(images/sprite.jpg) no-repeat;
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	}
	
	#navigation .home .hover {
	background-position: -1px -72px;
	
	}
	#navigation .services .hover{
	background-position: -79px -72px;
	
	}
	#navigation .portfolio .hover {
	background-position: -158px -72px;
	}
	#navigation .about .hover {
	background-position: -236px -72px;
	}
	#navigation .contact .hover {
	background-position: -315px -72px;
	}
	
.headerdown {

	background-color: #000000;
	background-image: url(down.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	height: 78px;
}
.photo {
	color: #000000;
	position: relative;
	width: 250px;
	left: 50px;
	top: 20;
	height: 50px;
}
