* {
border: none;
outline: none;
font-family: Arial;
color: white;
font-size: 12px;
line-height: 16px;
}

h2 {
font-family: Arial;
color: #a6ce39;
font-size: 14px;
font-weight: normal;
margin: 0;
margin-bottom: 14px;
}

span { color: #a6ce39; }

a {
color: #a6ce39;
text-decoration: none;
}

a:hover { text-decoration: underline; }

a.small {
font-size: 10px;
}

hr {
border-top: 1px solid #1c262e;
border-bottom: 1px solid #60717d;

clear: both;
display: block;
}

body {
background: #384d5d url(img/bg.png) top left repeat-x;
margin: 0;
}

.wrapper {
position: relative;
margin: 0 auto;
width: 960px;
border-top: 1px solid #1c262e;



}

.top {
padding: 50px 10px 0 10px;
margin: 0 auto;
width: 960px;
height: 280px;
background: transparent url(img/top_bg.png) top left no-repeat;
}

.top a {
margin-right: 21px;
float: left;
}

.top h2 {
float: left; 
vertical-align: baseline;
margin: 16px 0 0 0;
}

ul.steps {
border-top: 1px solid #60717d;
margin: 0;
padding: 0;
list-style: none;
display: block;
margin-bottom: 6px;
}



ul.steps li {
width: 160px;
padding-top: 10px;
padding-bottom: 2px;
color: white;
font-size: 14px;
float: left;
}

div.details {
margin: 0;
padding: 0;
list-style: none;
display: block;
width: 158px;
margin-right: 2px;
float: left;
color: white;
font-size: 12px;
border-top: 1px solid  #1c262e;
margin-bottom: 18px;
}

div.details ul {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px solid #60717d;
background: transparent url(img/bg.png) top left repeat-x;
width: 118px;
padding: 11px 20px;
height: 80px;	
min-height: 80px;

}
.content {
overflow: hidden;
padding-top: 5px;
margin-bottom: 10px;
}

.main {
background: white;
padding: 12px 20px;
width: 595px;
color: black;
float: left;

margin-bottom: -500px;
padding-bottom: 508px;
}

.sidebar {
float: right;
background: #4c5f6e;
padding: 12px 15px;
width: 290px;
margin-bottom: -500px;
padding-bottom: 508px;
}

.footer {
color: #9ca6ae;
}




.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

