@charset "utf-8";
/* CSS Document */

#fportcontainer
{
	padding: 0;
	height: 100px;
}

#fportcontainer ul
{
border: 0;
margin-left:8%;
margin-right:8%;
padding: 0;
list-style-type: none;
text-align: center;
}

#fportcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#fportcontainer ul li a
{
width: 200px;
height: 80px;
padding: 0;
margin: 0 0 10px 0;
color: #930;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}


.fportframe {
	height:300px;
	text-align: center;
	margin-bottom:0px;

}
.fport1 {
	width:229px;
	height:294px;
	float:left;
	color:#6281A6;
	text-align: center;
	font-weight:bold;
	text-decoration:underline;
	margin:3px;
	padding-top:5px;
	cursor:pointer;
	border: 0px solid #929da5;
	background-image: url(../portfolio/fport/f1.jpg);
	background-repeat: no-repeat;
	padding-right: 3px;
}
.fport2 {
	width:229px;
	height:294px;
	float:left;
	color:#6281A6;
	text-align: center;
	font-weight:bold;
	text-decoration:underline;
	margin:3px;
	padding-top:5px;
	cursor:pointer;
	border: 0px solid #929da5;
	background-image: url(../portfolio/fport/f2.jpg);
	background-repeat: no-repeat;
	padding-right: 3px;
}
.fport3 {
	width:229px;
	height:294px;
	float:left;
	color:#6281A6;
	text-align: center;
	font-weight:bold;
	text-decoration:underline;
	margin:3px;
	padding-top:5px;
	cursor:pointer;
	border: 0px solid #929da5;
	background-image: url(../portfolio/fport/f3.jpg);
	background-repeat: no-repeat;
}

.fport4 {
	width:229px;
	height:294px;
	float:left;
	color:#6281A6;
	text-align: center;
	font-weight:bold;
	text-decoration:underline;
	margin:3px;
	padding-top:5px;
	cursor:pointer;
	border: 0px solid #929da5;
	background-image: url(../portfolio/fport/f4.jpg);
	background-repeat: no-repeat;
}


.fport:hover{
	width:120px;
	height:20px;
	float:left;
	margin:3px;
	text-align: center;
	cursor:pointer;
	color:#FFF;
	border: 1px solid #929da5;
	background-color: #929da5;
}

