.clear {
clear : both;
height : 0;
font-size : 0;
line-height : 0;
}
#steps{
	width: 710px;
	height:101px;
	margin-top:5px;
	background: url('../interface/steps_bg.jpg') no-repeat;
}
#steps ul{
	margin: 0px;
	padding: 0px;
	margin-left:60px;
}
#steps ul li{
	list-style: none;
	float: left;
	margin-left:9px;
}
#steps ul li a.step1{
	position: relative;
	display: block;
	margin-top:3px;
	width:176px;
	height:56px;
	background: url('../interface/step_1.png') no-repeat;
	outline: none;
	cursor: pointer;
	z-index:100;
}
#steps ul li a.step1:hover{
	background: url('../interface/step_1_hover.png') no-repeat;
}
#steps ul li a.step2{
	position: relative;
	display: block;
	margin-top:3px;
	width:176px;
	height:56px;
	background: url('../interface/step_2.png') no-repeat;
	outline: none;
	cursor: pointer;
	z-index:100;
}
#steps ul li a.step2:hover{
	background: url('../interface/step_2_hover.png') no-repeat;
}
#steps ul li a.step3{
	position: relative;
	display: block;
	margin-top:3px;
	width:176px;
	height:56px;
	background: url('../interface/step_3.png') no-repeat;
	outline: none;
	cursor: pointer;
	z-index:100;
}
#steps ul li a.step3:hover{
	background: url('../interface/step_3_hover.png') no-repeat;
}
#steps .step_text1, .step_text2, .step_text3{
	display: none;
	margin-left:65px;
	margin-top:5px;
	font-size:12px;
	font-family: Arial, sans-serif;
	color:#aaaaaa;
}
#steps .step_text_default{
	width:600px;
	margin-left:65px;
	margin-top:5px;
	font-size:12px;
	font-family: Arial, sans-serif;
	color:#aaaaaa;
}
#steps h3{
	color:#d00710;
	font-size:13px;
	font-family: Arial, sans-serif;
}
#steps a.close{
	display: block;
	float: right;
	width:32px;
	height:20px;
	background: url('../interface/steps_close.jpg') no-repeat;
	outline: none;
}
#steps a.close:hover{
	background: url('../interface/steps_close_hover.jpg') no-repeat;
}