#container_top {
	background-image: url(../images/steps_main.jpg);
	background-repeat: no-repeat;
	background-position: 300px center;
	}
#logo {	
	position: relative;
	top: 144px;
	left: 17px;
	}
h4{
	font-size: 15px;
	color: #7389ae;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}
#steps1{
	width: 44.3em;
	height:22.8%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
		}
#steps {
	background: url(../images/steps.gif) no-repeat;
	width: 309px;
	text-indent: -9000em;
	overflow: hidden;
	padding: 15px 0 0px 0;
	}
/*steps javascript styles*/
#sourcelinks {
	padding-top: 7px;
	}
#sourcelinks a{
	color: #555555;
	font-weight: bold;
	height: 47px;
	padding-left: 30px;
	width: 120px;
	}
#sourcelinks li {
	padding: 3px;
	height: 57px;
	background-repeat: no-repeat;
	width: 14.3em;
	}
div.code {
	font-size: 11px;
	padding: 5px 10px 15px;
	margin-bottom: 10px;
	overflow:auto;
	overflow-x: hidden;
	height: 20em;
	width: 27.3em;
}
div.code pre {
	padding: 5px 0 15px;
}

div#docs ol {
	list-style: decimal;
	margin: 2px 30px;
}
#link1{
	background: url(../images/1.gif) left center no-repeat;
	height: 38px;
	}
#link2 {
	background: url(../images/2.gif) left center no-repeat;
	}	
#link3 {
	background: url(../images/3.gif) left center no-repeat;
	}
#link4 {
	background: url(../images/4.gif) left center no-repeat;
	}
#link5 {
	background: url(../images/5.gif) left center no-repeat;
	}
#link6 {
	background: url(../images/clock.jpg) left top no-repeat;
	}
#process.on .sub_off {
	background-position: -204px 0px;
	}

.tabset_tabs	{
	list-style-type:none;
	z-index:2;
	width: 35.8em;
	margin: 15px 0 0 0;
	}
.tabset_tabs li	{
	display:block;
	float: left;
	width: 6.5em;
	height: 3em;
	padding: 0 0 0 2.8em;
	margin: 0 0 .5em 1.5em;
	}
.tabset_tabs a	{
	color: #555555 ! important;
	display: block;
	}
.tabset_tabs a.active {
	color:#ff9933 ! important;
	background-color:white ! important; 
	}

.tabset_content	{
	background-color:white; 
	position:relative; 
	z-index:1; 
	display:none;
	}
.tabset_label {
	display:none;
	}

.tabset_content_active {
	display:block;
	}

@media aural{
	.tabset_content,
	.tabset_label	{
	display:block;
	}
}

#source {
	width: 21.4em;
	height: 15.7em;
	float: right;
	padding: 10px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	}

