#portfolio{
	width: 960px;
	height: 550px;
	display: none;
	position: relative;
	}
#portfolio .header{
	width: 100%;
	height: 75px;
	margin-top: 5px;
	background: url(../images/portfolio/bg_header.png) no-repeat top left;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	}
#portfolio .header h1{
	position: absolute;
	left: 80px;
	top: 30px;
	}
#portfolio .main{
	width: 710px;
	height: 320px;
	position: relative;
	}
#portfolio .main img{
	}
#portfolio .related{
	position: relative;
	width: 710px;
	height: 140px;
	background: url(../images/portfolio/bg_related.png) no-repeat top left;
	}
#portfolio .related .header{
	position: absolute;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent;
	color: #85763d;
	left: 80px;
	top: -12px;
	}
#portfolio .related img.relation_left{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	}
#portfolio .related img.relation_right{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	}
#portfolio .related .content{
	position: absolute;
	margin-left: 25px;
	right: 20px;
	top: 30px;
	left: 20px;
	bottom: 0;
}
#portfolio .related ul{
	padding-top: 25px;
	list-style: none;
	}
#portfolio .related li{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	}
#portfolio .menu{
	width: 240px;
	height: 470px;
	position: absolute;
	top: 80px;
	right: 0;
	padding: 0 0 0 10px;
	background: url(../images/portfolio/bg_menu.png) repeat-y left top;
}
#portfolio .menu ul{
	list-style: none;
	}
#portfolio .menu ul li{
	line-height: 0.9em;
	margin-bottom: 10px;
	list-style-position: outside;
	}
#portfolio .menu ul li a{
	color: #418ca4;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
	}
#portfolio .menu ul li a.current{
	color: #a6934c;
	}
	
#portfolio #p_main_image{
	width:570px;
	height:255px;
	left:50%;
	top:50%;
	margin-left:-285px;
	margin-top:-127px;
	position:absolute;
	text-align:center;
	}
p.link_to_portfolio{
	color: #275528;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	}
p.link_to_portfolio a{
	color: #275528;
	text-transform: uppercase;
	}
#modalOverlay {
   background-color:#000;
   cursor:wait;
   filter: alpha(opacity=80);
   height: 100%;
	}
#modalContainer {
   height:auto;
   width:924px;
	height:550px;
   left:50%;
   top:50%;
   margin-left:-460px;
   margin-top: -275px;
   background-color:#000000;
/*   border:1px solid #2F2F2F;*/
   padding: 0px;
	}
a.modalCloseImg {
	background: url(../images/portfolio/close_button.png) no-repeat;
	width: 44px;
	height: 10px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 20px;
	right: 40px;
	cursor: pointer;
	}