div#sumo
{
	width: 100%;
	height: 100%;
	background: url(../images/sumo.png) no-repeat scroll 100% 150px;
	z-index: 48;
}

a#presentation
{
	position: absolute;
	right: 510px;
	top: 170px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1024;
}

a#presentation:hover { border-bottom: 1px dashed #FFFFFF; }

div.allProjects
{
	display: block;
	width: 800px;
	height: 222px;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: -1;
	margin-top: -111px;
}

div#allProjectsGhosts { z-index: 1024; }

div.ghostProject
{
	display: block;
	width: 146px;
	height: 94px;
	padding-right: 18px;
	background-image: none;
}

div.project
{
	display: block;
	width: 146px;
	height: 94px;
	padding-right: 18px;
	background: url(../images/projects/quotetail.png) no-repeat scroll right 17px;
}

div.projects
{
	display: block;
	width: 720px;
	height: 94px;	
	position: absolute;
	overflow: hidden;
}

div#projects1
{
	left: 80px;
	/*top: 190px;	*/
}

div#projects2 { left: 0px; top: 128px; }

div.projectsWrapper { position: absolute; }

div#projectsWrapper1 { left: 0px; }
div#projectsWrapper2 { left: 0px; }

div.projectBackgrIEHack
{
	background-position: right -100px;
}

td.project
{
	padding-right: 16px;
}

td.project img { display: inline; border: 3px solid #00AEEF; }

div.projectsControl { position: absolute; left: 83px; top: 232px; z-index: 1024; }

a.projectsControl { display: block; float: left; width: 39px; height: 41px; text-decoration: none; }

a.projectsControl1 { background: url(../images/projects/arrow_left2.png) no-repeat scroll 0px 0px; }
a.projectsControl2 { background: url(../images/projects/arrow_right2.png) no-repeat scroll 0px 0px; }

/*
a.projectsControl1:hover { background-position: 0px -41px; }
a.projectsControl2:hover { background-position: 0px -41px; }
*/

a.projectsControlHover { background-position: 0px -41px; }

div#bigPortfolio
{
	display: none;
	position: absolute;
	left: 100px;
	top: 140px;
	z-index: 3000;
	color: #696969;
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.6em;
	text-transform: uppercase;	
}

span#bigPortfolioInfoVal span { color: #FFFFFF; }

div#bigPortfolioWrapper
{
	position: relative;
	padding: 40px;
	margin-bottom: 10px;
	background-color: #000000;
	border: 1px solid #383838;
}

div#bigProjectControls
{
	display: block;
	visibility: hidden;
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 5000;
}

img#bigPortfolioImage { display: none; }
img#bigPortfolioPreloader { display: none; position: absolute; left: 50%; top: 50%;  margin-left: -67px; margin-top: -20px; }

a#bigPortfolioEnough
{
	position: absolute;
	right: 10px;
	top: 10px;
}