#homepage {
	background:url(images/homepage-bg.gif) no-repeat top center;
}
#homepage .inner {
	height:430px;
	position:relative;
}

#homepage .offer a {
	position:absolute;
	top:11px;
	right:40px;
	display:block;
	width:120px;
	height:62px;
}

#homepage .intro {
	width:625px;
	text-align:center;
	position:absolute;
	left:70px;
	top:210px;
}

#homepage .intro p {
	margin:0;
	padding:0;
}

#homepage ul {
	position:absolute;
	left:260px;
	top:300px;
	list-style-type:disc;
	list-style-position:inside;
}

#homepage strong {
	color:#ff7e06;
}

#homepage .text {
	font-weight:bold;
	font-size:12pt;
}

#homepage .including {
	position:absolute;
	top:420px;
	left:20px;
	width:730px;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#homepage .examples li,
#homepage .including li {
	list-style-type:none;
	display:inline;
}
#homepage .including a {
	color:#011852;
	text-transform:uppercase;
	font-size:125%;
	font-weight:bold;
	letter-spacing:-1px;
	padding:0 10px 0 2px;
	background:url(images/orange-dot.gif) no-repeat center right;
}
#homepage .including a.last {
	background:none;
	padding-right:2px;
}

#homepage .examples {
	position:absolute;
	top:85px;
	left:70px;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#homepage .examples a {
	display:block;
	float:left;
	width:120px;
	height:120px;
	background:url(images/circles.gif) no-repeat top;
}
#homepage .examples a:hover {
	background-position:bottom;
}
