#portfolio h2 {
font-size:18px;
font-weight:normal;
font-family: Arial, Helvetica, Sans-serif;
color:#FF8800;
padding-left:20px;
padding-bottom:12px;
}


#portfoliowrap {
width:800px;
overflow:hidden; 
position: relative;
margin: 10px 0 0 0;
}

#portfolio {
width:800px;
height:260px;
position: relative;
background-color: #fff;
}

a.portfolioarrow {
position: relative;
width:35px;
margin: 0 0 0 35px;
float:right;
height:280px;
background-image:url(../images/parrow_off.gif);
}

a.portfolioarrow:hover {
background-image:url(../images/parrow_on.gif);
}



.box {
width:760px;
height:335px;
float:left;
left:950px;
position:absolute;
margin-right:35px;
}

.box .top {
height:285px;
}

.box .top .left {
width:300px;
padding-right:10px;
float:left;
}

.box .top .right {
width:400px;
height: 250px;
float:right;

}

.box .top .right .top {
height:135px;
}

.box .top .right .bottom {
height:135px;
padding-left:1px;

}

.box .top .right .bottom p {
width:370px;
text-align:left;
color:#000;
}


#portfolio p {
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
padding-left:20px;
}

#portfolio .industry {
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


a.visit {
color:#F80;
font: bold Arial, Helvetica, sans-serif;
text-decoration: none;
}

a.visit:hover {
color:#F80;
font: bold Arial, Helvetica, sans-serif;
text-decoration: underline;
}

