/* 
Title: Home specific styles
Author: Arif Hidayat
Author URI: http://primitip.com
Last Update: Apr 15, 2010
*/

/* Header
----------------------------------------------- */

#header {
	padding-bottom: 30px;
	background-image: url('../images/bg-header-home.jpg');
	background-position: 50% 0;
	background-repeat: repeat;
	}

#banner {
	padding: 50px 0 0;
	position: relative;
	color: #4f545e;
	line-height: 1.4em;
	}
#banner .illo {
	right: -145px;
	bottom: -67px;
	_bottom: -7px;
	position: absolute;
	}
#banner .inside {
	margin: 0 400px 0 0;
	position: relative;
	z-index: 1;
	}
#banner h2 {
	width: 502px;
	height: 111px;
	margin: 0 0 20px;
	color: #ee8039;
	font-size: 2.4em;
	line-height: 1.1em;
	text-indent: -9999px;
	background: url('../images/bg-banner-h2.png') no-repeat;
	}
#banner p {
	margin: 0 0 30px;
	}
#banner a.getstarted {
	background-image: url('../images/btn-getstarted-1.png');
	}
#banner a.getstarted:hover {
	background-position: 0 100%;
	}

/* steps */

#steps {
	padding: 40px 0 30px;
	background: url('../images/bg-step-arrow.png') no-repeat 50% 0;
	}
#steps li {
	float: left;
	width: 158px;
	margin: 0 20px 0 0;
	}
#steps li.step4 {
	margin: 0;
	}
