/*
ETWB Styles
Created by ABA-design

Step by Step Specific Styles
*/

div#pagecontent {
	background-image: url(../assets/stepbystep_bg.gif);
	height: 27em;
}
div#steps {
	float: left;
	width: 660px;
}
div#stepone,
div#steptwo,
div#stepthree,
div#stepfour {
	float: left;
}
div#stepone,
div#steptwo,
div#stepthree {
	width: 200px;
	height: 5.7em;
	margin-right: 20px;
}
div#stepone h1,
div#steptwo h1,
div#stepthree h1 {
	color: #fff;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	background-color: #00b5cc;
	margin: 0;
	border-left: 2px solid #00b5cc;
	border-right: 2px solid #00b5cc;
}
div#stepfour {
	width: 180px;
	margin: 0;
	padding: 0 20px 20px 0;
	background-color: #fff;
	filter: Alpha(Opacity=90);
	opacity: 0.9;
}
div#stepfour h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #00B5CC;
}
div#stepfour p {
	margin: 0;
	font-size: 1.2em;
}
div#stepone a,
div#steptwo a,
div#stepthree a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00B5CC;
	background-color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.5em;
	border-left: 2px solid #00b5cc;
	border-right: 2px solid #00b5cc;
	border-bottom: 2px solid #00b5cc;
}
div#stepone a:hover,
div#steptwo a:hover,
div#stepthree a:hover {
	background-color: #000;
}
div#steptxt1,
div#steptxt2,
div#steptxt3 {
	clear:both;
	padding: 20px 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	background-color:#fff;
}
div#steptwo,
div#stepthree,
div#stepfour,
div#stepfive {
	display: none;
}
