@charset "UTF-8";

/*GRID*/
#wrapper {
	margin: 0px auto;
	width: 1000px;
	overflow: visible;
}

#header {
	padding-right: 10px;
	padding-left: 10px;
}

#hero {
	width:980px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	width:980px;
	position: relative;
	float: left;
}

.col1-left {
	float: left;
	width: 600px;
	overflow: visible;
	margin-top: 20px;
	margin-bottom: 20px;
}

.col1-right {
	float: right;
	width: 600px;
	overflow: visible;
	margin-top: 20px;
	margin-bottom: 20px;
}

.col2-left {
	float: left;
	width: 220px;
	overflow: visible;
}

.col2-right {
	float: right;
	width: 220px;
	overflow: visible;
}

.sidebar-right {
	width:380px;
	float:right;
	margin-top:20px;
	margin-bottom: 20px;
}

.sidebar-left {
	width:380px;
	float:left;
	margin-top:20px;
	margin-bottom: 20px;
}

.col {
	clear: both;
	overflow: visible;
}

.container {
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	width: 980px;
}

.steps {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.steps img { float: left; }

