/* CSS Document */

#contentTwoLeft {
	width: 855px;
}
#portfolioBody {
	float: right;
	width: 830px;
	margin-right: 0px;
	background: #dadada url(../images/5.jpg) repeat-y top right;
}

#portfolioBodyTop {
	float: right;
	height: 50px;
	width: 830px;
}

#portfolioBodyMain {
	float: left;
	width: 810px;
	margin-left: 15px;
	margin-top: 5px;
}

/* ------------portfolio top ---------------*/

#portfolioTopLeft {
	float:left;
	width: 530px;
	height: 55px;
	
	font-size: 120%;
}



#portfolioTopLeft ul {
		list-style: none;
		width: 480px;
		float: left;
		margin-top: 23px;
}

#portfolioTopLeft ul li {
	float: left;
	
}

#portfolioTopLeft ul li a {
	padding: 3px 10px;
	line-height: 10px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	
	
}



#portfolioTopLeft ul li a:hover {
	background: url(../images/9.gif) no-repeat center bottom;	
}

#portfolioTopLeft ul li .active {
      background: url(../images/9.gif) no-repeat center bottom;
}


#portfolioTopRight {
	float: right;
	width: 280px;
	height: 35px;
	margin-top: 20px;
}
/*----------portfolio Sections -----------*/

.portfolioEach {
	float: left;
	width: 225px;
	height: 365px;
	margin-bottom: 10px;
	padding: 15px;
	background: #FFFFFF;
	margin-right: 10px;
border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #d3dab2;
	border-bottom: 1px solid #d3dab2;
}

.portfolioEach a:hover {
	text-decoration: underline;
}

.portfolioEach img {
	padding: 3px;
	border: 1px solid #191919;

}

#portfolioAlone {
	float: left;
	width: 760px;
	margin-bottom: 10px;
	padding: 15px;
	background: #FFFFFF;
border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #d3dab2;
	border-bottom: 1px solid #d3dab2;
}

#portfolioAloneText {
     float: right;
     width: 170px;
}

#portfolioAlone img {
    padding: 3px;
	border: 1px solid #191919;
    float: left;
}

#portfolioAlone a:hover {
	text-decoration: underline;
}


