/*----------------------------------------------------------------
Specialty Comfort Solutions Public Website Stylesheet 
Version:	1.0
Author:		Marcos Acosta
email:		mmaacosta@gmail.com
Updated:	Updated:	1/20/09 3:30 PM by Josh Southern (jzsouthern@gmail.com)
----------------------------------------------------------------*/

#twosteps {
	margin-top: 20px;
	height: 156px;
	background: #fff url(../images/insulation-header-bg.gif) no-repeat;
	clear: both;
}

#twosteps ul {
	float: left;
	width: 100%;
	/*height: 101px;*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 200%;
}

#twosteps li {
	float: left;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid red;*/
}

#twosteps li a {
	display: block;
	height: 101px;
	width: 264px;
	margin-top: 55px;
	text-indent: -9999px;
}

#twosteps li#one a {
	background: transparent url(../images/peek.gif) no-repeat;
}

#twosteps li#two a {
	background: transparent url(../images/pink.gif) no-repeat;
}

#twosteps li#one a:hover, #twosteps li#two a:hover, 
#twosteps li#one a.active, #twosteps li#two a.active {
	background-position: right top;
}