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

body {
	margin: 0px;
	padding: 0px;
}

#header {
	background: url(../images/header-tile.jpg) repeat-x;
	height: 29px;
}

#top-image {
	background: url(../images/top-image.jpg);
	height: 152px;
	width: 692px;
	margin-top: 125px;
}

#main-image {
	background: url(../images/main-image.jpg) no-repeat;
	clear: both;
	float: left;
	height: 438px;
	width: 545px;
}

#menu {
	float: left;
	padding-top: 28px;
}

#emailUs
{
	display: block;
	width: 339px;
	height: 23px;
	background: url(../images/button-email.jpg) no-repeat 0 0;
}

#phone
{
	display: block;
	width: 339px;
	height: 23px;
	background: url(../images/button-phone.jpg) no-repeat 0 0;
	margin-top: 7px;
}

#resume
{
	display: block;
	width: 339px;
	height: 23px;
	background: url(../images/button-resume.jpg) no-repeat 0 0;
	margin-top: 7px;
}

#portfolio
{
	display: block;
	width: 339px;
	height: 23px;
	background: url(../images/button-portfolio.jpg) no-repeat 0 0;
	margin-top: 7px;
}


#emailUs:hover, #phone:hover, #resume:hover, #portfolio:hover
{ 
  background-position: 0 -23px;
}

#emailUs span, #phone span, #resume span, #portfolio span
{
  display: none;
}

#facebook
{
	display: block;
	width: 19px;
	height: 16.5px;
	background: url(../images/button-fb.jpg) no-repeat 0 0;
	margin-top: 15px;
	float: left;
}

#twitter
{
	display: block;
	width: 19px;
	height: 16.5px;
	background: url(../images/button-twitter.jpg) no-repeat 0 0;
	margin-top: 15px;
	float: left;
	margin-left: 3px;
}

#linkedin
{
	display: block;
	width: 19px;
	height: 16.5px;
	background: url(../images/button-linked-in.jpg) no-repeat 0 0;
	margin-top: 15px;
	float: left;
	margin-left: 3px;
}


#facebook:hover
{ 
  background-position: 0 -16.5px;
}

#twitter:hover, #linkedin:hover
{ 
  background-position: 0 -17px;
}

#facebook span, #twitter span, #linkedin span
{
  display: none;
}
