/**
  * @author  Brandon Wamboldt
  * @package kats-designs-admin
  * @version 1.1.2
  * @date    October 18th, 2009
  *
  * This file is the intelluctual property of Northern Lights Technology. Any
  * unauthorized use, modifications, or distribution of this code is prohibted.
  *
  * http://northernlightstechnology.ca/legal
  */

		.ptitle {
			color:#7F651F;
			font-size:14px;
			font-weight:bold;
			font-family:Arial,Helvetica,sans-serif;	
		}
		
		.main_title {
			color:#7F651F;font-size:18px;font-weight:bold;font-family:Arial,Helvetica,sans-serif;	
		}
		
		.portfolioContainer {
			border:solid 2px black;width:834px;margin-top:15px;padding-bottom:33px;
		}
		
		.portfolioRow {
			clear:both;	
			padding-left:0px;
			width:2000px;
		}
		
			.portfolioItem {
				width:81px;
				margin-left:19px;
				margin-top:33px;
				border:solid 1px #A48F58;
				height:108px;
				float:left;
				position:relative;
				top:0;
				left:0;
			}
			
				.portfolioItem .pa {
					width:81px;
					height:108px;
					display:block;
					overflow:hidden;
				}
			
				.portfolioItem .portfolioImg {
					width:81px;
					height:108px;
					border:none;
				}
			
			.portfolioInfo {
				width:400px;
				border:solid 1px black;
				background:white;
				position:absolute;
				top:-400px;
				left:-150px;
				display:none;
				text-align:center;
				padding:20px 0;
				z-index:4000;
			}