#content {
	padding-bottom: 20px;
	}
#title {
	margin-bottom: 25px;
	}
.projects {
	padding-bottom: 25px;
	}

/* CATEGORY */
.category {
	width: 920px;
	background-image: url(/assets/images/section/portfolio/bg_category.gif);
	background-repeat: repeat-x;
	padding-left: 45px;
	margin-bottom: 25px;
	float: left;
	display: inline; /* IE6 */
	}
.category .info {
	width: 405px;
	margin-right: 35px;
	float: left;
	display: inline; /* IE6 */
	}
.category .info .title {
	width: 405px;
	height: 35px;
	margin-bottom: 25px;
	float: left;
	display: inline; /* IE6 */
	}
.category .info .title h5 {
	width: 320px;
	font-size: 24px;
	padding: 0;
	margin: 0;
	float: left;
	}
.category .info .title div {
	width: 85px;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	float: left;
	}
.category .info .title div a {
	color: #999;
	text-decoration: none;
	}
.category .info .title div a:hover {
	color: #666;
	}
.category .info .title div a div {
	width: 12px;
	height: 12px;
	background-image: url(/assets/images/misc/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 1px 0 0 5px;
	float: right;
	}
.category .info .title div a:hover div {
	background-position: right;
	}
.category .info p {
	width: 405px;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 25px 0;
	float: left;
	}
.category .info p img {
	margin-right: 3px;
	}
.category .info p * {
	vertical-align: middle;
	}
.category .projects {
	width: 480px;
	margin-top: 10px;
	float: left;
	display: inline; /* IE6 */
	}
.category .projects a {
	color: #666;
	width: 230px;
	font-size: 10px;
	line-height: 1.4em;
	margin-right: 5px;
	float: left;
	display: block;
	}
.category .projects a:hover {
	color: #333;
	}
.category .projects a img {
	margin-bottom: 10px;
	}
	
/* SUBCATEGORY */
.subcategory {
	width: 905px;
	background-image: url(/assets/images/section/portfolio/bg_subcategory.gif);
	background-repeat: repeat-x;
	padding: 0 45px 15px 15px;
	margin-bottom: 25px;
	float: left;
	display: inline; /* IE6 */
	}
.subcategory img {
	float: left;
	}
.subcategory div {
	width: 660px;
	margin-left: 15px;
	float: left;
	display: inline; /* IE6 */
	}
.subcategory div h5 {
	width: 660px;
	font-size: 24px;
	margin: 5px 0 25px 0;
	float: left;
	}
.subcategory div h6 {
	width: 660px;
	font-size: 16px;
	margin: 0 0 10px 0;
	float: left;
	}
.subcategory div p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	float: left;
	}
	
/* MORE PROJECTS */
a#btn_moreprojects {
	width: 130px;
	height: 30px;
	background-image: url(/assets/images/section/portfolio/btn_moreprojects.gif);
	background-position: top center;
	margin: 0;
	float: left;
	}
a#btn_moreprojects.on {
	background-position: bottom center;
	}
a#btn_moreprojects span {
	display: none;
	}
#more_projects {
	width: 965px;
	margin: 0 auto;
	display: none;
	}
#more_projects div {
	width: 418px;
	height: 331px;
	background-color: #F0F0F0;
	border: #999 1px solid;
	padding: 32px 20px 0 25px;
	margin: 211px 0 0 485px;
	float: left;
	position: absolute;
	display: inline; /* IE6 */
	}
#more_projects div div {
	width: 418px;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	}
#more_projects div div img {
	margin-right: 15px;
	float: left;
	display: inline; /* IE6 */
	}
#more_projects div div p {
	color: #333;
	font-size: 10px;
	line-height: 1.5em;
	margin: 0;
	}
#more_projects div div p span {
	font-size: 14px;
	line-height: 1.5em;
	}
#more_projects div div p span a {
	color: #333;
	}
#more_projects div div p span a:hover {
	color: #000;
	}

/* PROJECT */
#project_overview {
	width: 965px;
	background-image: url(/assets/images/misc/bg_overview.gif);
	background-repeat: repeat-x;
	padding-bottom: 25px;
	float: left;
	}
#project_overview #column_1 {
	width: 425px;
	margin: 25px 15px 0 45px;
	float: left;
	display: inline; /* IE6 */
	}
#project_overview #column_1 h6 {
	font-size: 15px;
	margin: 10px 0 0 0;
	}
#project_overview #column_1 h3 {
	font-size: 22px;
	}
#project_overview #column_1 p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	}
#project_overview #column_1 p img {
	margin-right: 3px;
	}
#project_overview #column_1 p * {
	vertical-align: middle;
	}
#project_overview #column_1 p#intro {
	font-size: 15px;
	line-height: 1.6em;
	margin: 15px 0 60px 0;
	}
#project_overview #column_1 p#stats {
	line-height: 1.6em;
	margin: 25px 0 60px 0;
	}
#project_overview #column_1 p#stats img {
	margin-right: 15px;
	}
#project_overview #column_2 {
	width: 465px;
	margin-top: 15px;
	float: left;
	}
#project_overview #column_2 img {
	margin-bottom: 5px;
	}
#project_overview #column_2 #menu {
	margin-top: 30px;
	float: left;
	}
#project_overview #column_2 #photo_credits {
	font-size: 10px;
	color: #999;
	}
	
/* DETAILS */
#details {
	width: 920px;
	padding-bottom: 25px;
	margin: 0 0 0 45px;
	float: left;
	display: inline; /* IE6 */
	}
#details .details {
	width: 425px;
	margin-right: 15px;
	float: left;
	display: inline; /* IE6 */
	}
#details .details h4 {
	width: 425px;
	border-bottom: #9D9D9D 1px solid;
	padding: 20px 0;
	margin: 0;
	float: left;
	}
#details .details div {
	color: #333;
	width: 385px;
	background-color: #F0F0F0;
	border-bottom: #CECECE 1px solid;
	font-size: 12px;
	padding: 20px;
	float: left;
	}
#details .details div.name {
	color:#666;
	width: 100px;
	font-size: 10px;
	text-align: right;
	border: 0;
	padding: 0;
	margin-right: 15px;
	}
#details .details div.value {
	width: 240px;
	border: 0;
	padding: 0;
	}
#details .details span.subtitle {
	color:#666;
	font-size: 11px;
	line-height: 1.5em;
	}
