/* left column */

.leftcolumn {
	width: 170px;
	padding: 0 0 0 6px;
}
.leftcolumn h1 {
	width: 130px;
	height: 26px;
	margin: 10px 0 0 25px;
	background: url(../images/projects_h.jpg) left top no-repeat;
	text-indent: -5000px;
}

/* categories */

.categories {
	padding: 25px 0 1px;
	background: url(../images/projects_nav.jpg) right bottom no-repeat;
	list-style: none;
	width: 170px;
	display: block;
	float: left;
	position: relative;
	left: 7px;
}
html>body .categories {
	left: 6px;
}
.categories li {
	display: block;
	float: left;
	height: 35px;
	width: 170px;
	background: url(../images/projects_cat.jpg) right top no-repeat;
}
.categories a {
	display: block;
	float: left;
	width: 130px;
	margin: 1px 0 0;
	padding: 0 0 0 40px;
	height: 34px;
	text-decoration: none;
	text-align: left;
	font: normal 17px/34px Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	color: #867346;
	border-right: 7px solid #892942;
}
html>body .categories a {
	line-height: 35px;
	width: 135px;
	padding: 0 0 0 35px;
}
.categories a:hover {
	color: black;
}
#currentcategory {
	background-position: right bottom;
}
#currentcategory a {
	border-color: white;
	color: black;
}

/* right column */

.rightcolumn {
	width: 750px;
	padding: 0 13px 0 0;
}
html>body .rightcolumn {
	padding: 0 21px 0 6px;
}

.projects {
	z-index: 1;
	width: 750px;
	list-style: none;
	padding: 0 0 0 7px;
	float: left;
	background: url(../images/projectsnav_bg.jpg) left bottom repeat-x;
}
.projects li {
	display: block;
	line-height: 13px;
	float: left;
}
.projects a {
	padding: 4px 0;
	margin: 0 4px 0 0;
	display: block;
	color: #867346;
	text-decoration: none;
/*	width: 121px;	*/
	width: 85px;
	height: 45px;
	background: url(../images/projects_pro.jpg) left top no-repeat;
}
.projects a:hover {
	color: black;
}
#currentproject a {
	color: black;
	background-position: left bottom;
}

/* content */

.content {
	position:relative;
	width: 750px;
	height:499px;
	background: white;
	border: 1px solid #892942;
	border-width: 0 0 0 7px;
	color: #010101;
}
.contenttopbg {
	height: 13px;
	background: url(../images/projects_contenttopbg.jpg) left top no-repeat;
}
.contentbottombg {
	height: 13px;
	position:absolute;
	bottom:0px;
	left:0px;
	background: url(../images/projects_contentbottombg.jpg) left top no-repeat;
}

.content h1 {
	line-height: 21px;
	font-size: 18px;
	padding: 10px 20px 5px 340px;
	text-transform: uppercase;
	color: #010101;
}
.content p {
	padding: 0 20px 10px 340px;
	line-height: 20px;
}
.content ul {
	padding: 0 30px 15px 350px;
}
.content ul ul {
	padding: 15px 10px 5px;
}
.content li {
	list-style: none;
	padding: 0 0 10px 15px;
	background: url(../images/bullet.gif) left 5px no-repeat;
}
.content ul ul li {
	padding: 0 0 5px 15px;
}

#main {
	float: left;
	margin: 10px 20px;
	border: 1px solid #892942;
}
*:lang(en) #main {
	margin-bottom: 80px;
}

#projectdetails {
	padding: 0 20px 10px 340px;
	line-height: 15px;
	color: #867f79;
}
#projectdetails strong {
	color: black;
	padding: 0 0 5px;
	display: block;
}
#projectdetails span, #projectvalue span {
	float: left;
/*	width: 60px;*/
	width: 100px;
	display: block;
}
#projectvalue {
	color: #892942;
	padding: 0 20px 10px 340px;
	font-weight: bold;
}

#morephotos {
	color: #8b8b8b;
	padding: 0 20px;
	float: left;
	clear: both;
	margin: 0 0 20px;
}
*:lang(en) #morephotos {
	position: absolute;
	margin: 295px 0 0;
}
#morephotos a {
	color: #8b8b8b;
	padding: 0 0 0 10px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
#morephotos #image_01 {
	text-decoration: none;
	color: black;
}
