/* CSS Document */

.modulesWrapper {
	background: url(../images/intro_modules_bg.gif) center repeat-y;
}

.more {
	background: url(../images/more.gif) bottom left no-repeat;
	height: 12px;
	width: 38px;
	display: block;
}

.more span {
	display: none;
}

.about {
	position: relative;
	top: 0px;
	left: 5px;
	width: 265px;
	float: left;
}


.recentwork {
	position: relative;
	top: 0px;
	left: 50px;
	width: 370px;
	float: left;
}


.recentwork li {
	list-style:none;
	clear: both;
}

.recentwork li p {
	float: right;
	width: 268px;
}

.recentwork li img {
	border: 1px solid #8D8D8A;
	float: left;
	margin-bottom: 14px;
}

.recentwork li img.last {
	margin-bottom: 0px;
}

.downloads {
	position: relative;
	top: 0px;
	left: 70px;
	width: 250px;
	float: left;
}

.downloads ul {
	padding-top: 5px;
}

.downloads ul a {
	color: #009DFA;
	background: url(../images/arrows.gif) right no-repeat;
	padding-right: 15px;
}

.downloads ul a:hover {
	color: #009DFA;
	text-decoration: underline;
}

.downloads li {
	list-style:none;
	padding-top: 3px;
}