@charset "utf-8";
/* CSS Document */

img
{
	border:none;
	padding:0px;
	margin:0px;
}

.portfolio_container
{
	display:block;
	width:680px;
	margin:0 auto;
	margin-top:10px;	
}

.clear
{
	clear:both;
	display:block;
	width:0px;
	height:0px;
}

.portfolio_content
{
	
	background-image:url(../images/portfolio_bg.jpg);
	background-repeat:repeat-y;
	padding:5px;
}

.portfolio_content_block
{
	display:block;
	height:200px;
	float:left;
	width:220px;
	margin-right:2px;
}

.portfolio_block a
{
	background-image:url(../images/portfolio_bg_main.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	display:block;
	float:left;
	width:199px;
	height:115px;
}

.portfolio_block a:hover
{
	background-image:url(../images/portfolio_bg_hover.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	border:none;
}

.portfolio_link
{
	display:block;
	float:left;
	width:155px;
	height:25px;
	margin-left:30px;
}
.portfolio_text a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#039;
	background-image:url(../images/portfolio_bullet.jpg);
	background-repeat:no-repeat;
	padding-left:0px;
	background-position:left;
	padding-left:30px;
	white-space:nowrap;
	display:block;
	width:120px;
	float:left;
	line-height:23px;
	margin-top:3px;
	text-transform:capitalize;
	text-decoration:none;
	
}



