@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  color: #fff;
}

body {
	padding: 0;
	margin: 0 auto;
	font: 13px Arial, Helvetica, Garuda, sans-serif;
	*font-size: small;
	*font: x-small;
	text-align: center;
}
#arrow {
	position: absolute;
	top: 20px;
	left: 6px;
	display: block;
	width: 156px;
	height: 116px;
}
#container {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 815px;
	height: 100%;
}
#contact_link {
	display: block;
	width: 383px;
	height: 62px;
	top: 164px;
	left: 143px;
	position: absolute;
}
#resume_link {
	display: block;
	width: 395px;
	height: 142px;
	top: 154px;
	left: 131px;
	position: absolute;
}
.img {
	color: #fff;
}
.logo {
	background: url(../images/sbeau_logo.png) no-repeat;
	display: block;
	height: 72px;
	margin: 25px 0 0 590px;
	width: 273px;
}
.logo_main {
	background: url(../images/sbeau_logo.png) no-repeat;
	display: block;
	height: 72px;
	margin-left: 689px;
	margin-top: 28px;
	width: 273px;
}
.legend {
	background: url(../images/legend.png) no-repeat;
	display: block;
	height: 59px;
	width: 234px;
	position: absolute;
	top: 60px;
	left: 50px;
}
#projects {
	display: block;
	position: absolute;
	left: 30px;
	top: 170px; 
	width: 278px;
	height: 364px;
}
.client {	
	display: block;
	height: 14px;
	width: 278px;
	position: relative;
	float:left;
}
.clientname {
	display: block;
	height: 14px;
	width: 239px;
	position: relative;
	float:left;
}
.clientname:hover {
	background: url(../images/project_hov.png);
}
.dot {
	display: block;
	position: relative;
	float: left;
	width: 39px;
	height: 14px;
}
#stage {
	display: block;
	width: 600px;
	min-height: 300px;
	position: absolute;
	top: 130px;
	text-align: left;
	left: 360px;
	padding-bottom: 28px;
}
/* MAIN PAGE NAVIGATION */
#nav {
	background: url(../images/nav_bg.png);
	display: block;
	position: absolute;
	top: 28px;
	left: 30px;
	width: 315px;
	height: 15px;
}
#nav a {
	float: left;
	text-decoration: none;
}
#about_main {
	background: url(../images/about_btn.png);
	display: block;
	position: relative;
	float: left;
	width: 130px;
	height: 15px;
	margin-right: 10px;
	margin-left: 2px;
}
#about_main:hover {
	background-position: 0 -15px;
}
#about_main span {
	display: none;
}
#contact_main {
	background: url(../images/contact_btn.png);
	display: block;
	position: relative;
	float: left;
	width: 54px;
	height: 15px;
	margin-right: 10px;
}
#contact_main:hover {
	background-position: 0 -15px;
}
#contact_main span {
	display: none;
}
#resume_main {
	background: url(../images/resume_btn.png);
	display: block;
	position: relative;
	float: left;
	width: 48px;
	height: 15px;
	margin-right: 11px;
}
#resume_main:hover {
	background-position: 0 -15px;
}
#resume_main span {
	display: none;
}
#home_main {
	background: url(../images/home_btn.png);
	display: block;
	position: relative;
	float: left;
	width: 35px;
	height: 15px;
	margin-right: 11px;
}
#home_main:hover {
	background-position: 0 -15px;
}
#home_main span {
	display: none;
}

/* HOME PAGE NAVIGATION */
#nav_home {
	display: block;
	height: 340px;
	margin-top: 85px;
	width: 815px;
}

#about {
	background: url(../images/about.png);
	display: block;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
	width: 387px;
	height: 145px;
}
#about:hover {
	background-position: 0 -145px;
}
#about span{
	display: none;
}

#contact {
	background: url(../images/contact.png);
	display: block;
	float: left;
	margin-bottom: 40px;
	position: relative;
	width: 387px;
	height: 145px;
}
#contact:hover {	
	background-position: 0 -145px;
}
#contact  span{
	display: none;
}

#resume {
	background: url(../images/resume.png);
	display: block;	
	margin-bottom: 40px;	
	float: left;
	position: relative;
	width: 387px;
	height: 145px;
}
#resume:hover {
	background-position: 0 -145px;
}
#resume  span{
	display: none;
}

#work {
	background: url(../images/work.png);
	display: block;
	margin-right: 40px;
	margin-bottom: 40px;	
	float: left;
	position: relative;	
	width: 387px;
	height: 145px;
}
#work:hover {
	background-position: 0 -145px;
}
#work span {
	display: none;
}

