/* PAGES STYLES SHEET */

@import "../css/styles.css";

.pic { height: 121px }
.pic .holder { height: 105px }

.biFixed .menu {
	text-align: center;
	padding-top: 16px;
	border-bottom: 1px solid #eeeff2;
}
.biFixed .menu a,
.biFixed .menu b {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 0px;
	display: block;
	padding: 4px;
	border-top: 1px solid #eeeff2;
}
.biFixed .menu a:hover {
	color: #606570;
	background: #eeeff2;
}
.biFixed .menu b { color: #606570 }
.biFixed .menu i {
	color: #96a0b5;
	font-style: normal;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.8ex;
}
.margR { margin-right: 16px }
.projList .item {
	font-size: 10px;
	line-height: 11px;
	float: left;
	width: 30%;
	margin-right: 1%;
}
.projList .item b { font-size: 11px }
.projList .item .left { margin: 2px 6px 2px 0px }


