@charset "utf-8";
/* CSS Document */

/* feature strap */

#feature {
	position: absolute;
	left: 0px;
	top: 175px;
	width: 930px;
	height: 267px;
	background-image: url(../img/feature_back.png);
	background-position: bottom;
	overflow: hidden;
}

#feature ul#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: 267px;
	margin-left: 0px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

#feature ul#content li {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
}

#feature ul#content #image {	
	width: 930px;
	height: 179px;
	overflow: hidden;
}

#feature ul#content #image img { margin-top: -44px; }

#feature ul#content #info {
	margin: 16px 0px 0px 23px;
	height: 72px;
}

#feature ul#content #info h2, #feature ul#content #info h3 {
	font-weight: bold;
	color: #333;
}

#feature ul#content #info h2 {
	font-size: 18px;
	margin: 0px 0px 3px 0px;
}

#feature ul#content #info h3 {
	font-size: 12px;
	text-decoration: underline;
	margin: 0px 0px 4px 0px;
}

#feature_prev, #feature_next {
	width: 26px;
	height: 70px;
	position: absolute;
	top: 274px;
	cursor: pointer;
}

#feature_prev.disabled, #feature_next.disabled {
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: default;
}

#feature_prev {
	background-image: url(../img/prev.png);
	background-position: top left;
	left: -26px;
}

#feature_next {
	background-image: url(../img/next.png);
	background-position: top right;
	right: -26px;
}

#feature_prev:hover { background-position: top right; }
#feature_next:hover { background-position: top left; }

#feature_prev.disabled:hover {background-position: top left; }
#feature_next.disabled:hover {background-position: top right; }

/* home title */

#home_title {
	position: absolute;
	left: 0px;
	top: 478px;
	width: 930px;
	height: 61px;
	padding-top: 14px;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	color: #333;
}

/* browse filter */

ul#filter {
	position: absolute;
	left: 0px;
	top: 586px;
	width: 930px;
	height: 30px;
}

ul#filter li {
	float: left;
	margin-left: 7px;
	background-image: url(../img/button.png);
	background-position: top right;
	cursor: pointer;
	width: 90px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	position: relative;
}

ul#filter li a, #paging #older a, #paging #newer a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #000;
	opacity: 0;
	filter: alpha (opacity=0);
}

ul#filter li a { height: 30px; }
#paging #older a, #paging #newer a { height: 35px; }

ul#filter li a:hover, #paging #older a:hover, #paging #newer a:hover { border: none; }

ul#filter li:hover, ul#filter li.selected, ul#filter li.longselected {
	background-position: top left;
	color: #FFF;
}

ul#filter li.txt {
	margin-left: 0px !important;
	background-image: none !important;
	padding-top: 6px;
	width: 119px;
	font-size: 14px;
}

ul#filter li.txt:hover { color: #333; cursor: default; }

ul#filter li.long, ul#filter li.longselected {
	width: 148px;
	background-image: url(../img/button_long.png);
}

ul#filter li.minus, ul#filter li.plus {
	width: 18px;
	height: 18px;
	padding-top: 7px;
	background-image: url(../img/filter_minus.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

ul#filter li.minus:hover, ul#filter li.plus:hover { background-position: right bottom; }

ul#filter li.minus { background-image: url(../img/filter_minus.png); margin-left: 35px; }
ul#filter li.plus { background-image: url(../img/filter_plus.png); margin-right: 35px; }

/* content */

#content {
	position: absolute;
	left: 0px;
	top: 652px;
	width: 930px;
	float: left;
}

ul#projects {
	float: left;
}

ul#projects li {
	float: left;
	width: 457px;
	background-image: url(../img/project_back.png);
	background-position: bottom;
	margin-bottom: 20px;
}

ul#projects li.alt { margin-left: 16px; }

ul#projects li div.image {
	float: left;
	width: 457px;
	height: 179px;
	overflow: hidden;
}

ul#projects li div.image img { margin-left: -83px; }

ul#projects li div.projectinfo {
	float: left;
	width: 434px;
	height: 73px;
	padding: 14px 0px 0px 23px;
}

ul#projects li h2 {
	font-size: 18px;
	margin: 0px 0px 3px 0px;
}

ul#projects li h3 {
	font-size: 12px;
	margin: 0px 0px 4px 0px;
}

/* paging */

#paging {
	float: left;
	width: 930px;
	height: 35px;
	color: #FFF;
	margin-bottom: 22px;
}

#paging #older, #paging #newer {
	width: 52px;
	height: 23px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 12px;
}

#paging #older {
	float: left;
	background-image: url(../img/paging_older.png);
	position: relative;
}

#paging #newer {
	float: right;
	background-image: url(../img/paging_newer.png);
	position: relative;
}