/* CSS Document */



/* Case Study DIVs */

#caseStep1 {
	width: 180px;
	height: 30px;
	margin-bottom: 10px;
	float: left;
	display: block;
}

#caseStep2 {
	width: 180px;
	height: 30px;
	
	margin-bottom: 10px;
	float: left;
	display: block;
}

#caseStep3 {
	width: 180px;
	height: 30px;
	margin-bottom: 10px;
	float: left;
	display: block;
}

#case1 {
	width: 541px;
	height: auto;
	float: left;
	display: block;
}

#case2 {
	width: 541px;
	height: auto;
	float: left;
	display: none;
}

#case3 {
	width: 541px;
	height: auto;
	float: left;
	display: none;
}



/* Case Study Leftside Images */

#lsCaseTop {
	width: 200px;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}

#lsCase1 {
	width: 200px;
	height: 34px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}

#lsCase2 {
	width: 200px;
	height: 34px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}

#lsCase3 {
	width: 200px;
	height: 34px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}

#lsCaseBottom {
	width: 200px;
	height: 8px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}



/* Case Study Three Step Images */

#step1 {
	position: relative;
	width: 180px;
	height: 30px;
	display: none;
}

#stepSel1 {
	position: relative;
	width: 180px;
	height: 30px;
	display: block;
}

#step2 {
	position: relative;
	width: 180px;
	height: 30px;
	display: block;
}

#stepSel2 {
	position: relative;
	width: 180px;
	height: 30px;
	display: none;
}

#step3 {
	position: relative;
	width: 180px;
	height: 30px;
	display: block;
}

#stepSel3 {
	position: relative;
	width: 180px;
	height: 30px;
	display: none;
}
