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

/*_____PORTFOLIO_PAGE_____*/

#port_leftcol  {
	width: 280px;
	float: left;
	padding: 0;
	margin: 0;
}
#port_rightcol {
	width: 620px;
	float: right;
	padding: 0;
	margin: 0;
}


#port_navbar {
	padding: 0;
	width: 210px;
	float: left;
	margin: 75px 0 0 0;
	list-style: none;
}
#port_navlist, #port_navlist ul {
	padding: 0;
	list-style: none;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-indent: 0;
	display: inline;
	text-decoration: none;
}
#port_navlist a {
	display: block;
	text-decoration: none;
	padding: 0;
	border: 0;
	float: left;
	font-size: .85em;
	color: #989797;
}
#port_navlist li {
	float: left;
	text-decoration: none;
	text-indent: 0;
	list-style: none;
}
#port_navlist a.logos {
	padding: 0;
	margin: 0;
	background-image: url(../images/btn_logos.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 47px;
	text-indent: -5000px;
}
#port_navlist a.logos:hover{
	background-position: 0 -47px;
}
#port_navlist a.websites {
	padding: 0;
	margin: 0;
	background-image: url(../images/btn_websites.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 49px;
	text-indent: -5000px;
}
#port_navlist a.websites:hover{
	background-position: 0 -49px;
}
#port_navlist a.graphic_design {
	padding: 0;
	margin: 0;
	background-image: url(../images/btn_graphic_design.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 51px;
	text-indent: -5000px;
}
#port_navlist a.graphic_design:hover{
	background-position: 0 -51px;
}
#port_navlist a.packaging {
	padding: 0;
	margin: 0;
	background-image: url(../images/btn_packaging.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 51px;
	text-indent: -5000px;
}
#port_navlist a.packaging:hover{
	background-position: 0 -51px;
}

/*_____PORT_THUMBS_____*/

#thumbbar {
	margin-top: 60px;
	padding: 5px;
	list-style: none;
	float: left;
	border: 2px #dd0000 solid;
}
.thumbs, .thumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.thumbs a {
	display: block;
	text-decoration: none;
	padding: 0;
	border: 0;
	font-size: .85em;
	color: #989797;
	width: 50px;
	height: 60px;
}
.thumbs a:hover {
	moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}
.thumbs li {
	float: left;
	width: 50px;
	height: 60px;
}







