﻿#process
{
	margin-left:auto;
	margin-right:auto;
	width:606px;
	height:350px;
}

#process .step
{
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	height:229px;
	position:relative;
}

#process .step span
{
	position:absolute;
	margin-top:229px;
	padding-top:10px;
	width:606px;
	text-align:center;
	
	font-size:1.6em;
	font-weight:bold;

	display:none;
}

#process .step:hover span
{
	display:block;
}

#process h1
{
	white-space:nowrap;
}

/*image-specific formatting*/
#process #step1 span {left:0;}
#process #step2 span {left:-204px;}
#process #step3 span {left:-408px;}

#process #step1
{
	background-image:url("../images/step1.jpg");
	width:204px;
}
#process #step2
{
	background-image:url("../images/step2.jpg");
	width:204px;
}
#process #step3
{
	background-image:url("../images/step3.jpg");
	width:198px;
}

#process #step1:hover{background-image:url("../images/step1-hover.jpg");}
#process #step2:hover{background-image:url("../images/step2-hover.jpg");}
#process #step3:hover{background-image:url("../images/step3-hover.jpg");}