/* layout */
#header {
	background: none;
	height: 40px;
}

#header {
	z-index: 2;
}

#navMain {
	z-index: 3;
}

#main {
	width: 1010px;
	height: 712px;
	margin: 0;
	background: url(../images/homeBg.jpg) no-repeat;
}



/* styles */
#main ul {
	margin: 150px 0 0 19px;
}

#main ul li {
	width: 184px;
	margin-bottom: 17px;
	padding: 2px 2px 2px 160px;
	background: #f60;
	line-height: 1.3;
	min-height: 1px;
}

#main ul li:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#main ul li.i2 {
	background: #6bbeea;
}

#main ul li.i3 {
	background: #27a42c;
}

#main li img {
	float: left;
	margin-left: -158px;
}

#main h2 {
	margin-top: .3em;
	margin-bottom: .2em;
	color: #fff;
	font-size: 1.2em;
}

#main p {
	margin-bottom: .2em;
}

#main a {
	color: #fff;
}