.tabs{  
	margin:0;
	padding:0;
	width: 240px;
	list-style:none;
	}

.tabs li{ 
	margin-bottom:5px;
	}

.tabs li img{ 
	float:left; 
	margin: 5px 5px  5px 22px;
	border: 1px solid #41200d;
	}

.item a{ 
	display:block;
	height:70px;
	background: url(images/portfolio/btn_portfolio_rust.jpg) no-repeat top left;
	color:#efe0cb; 
	font-weight:bold;
	text-decoration:none;
	line-height:1.3em;
	}

.item a:hover{ 
	display:block; 
	background: url(images/portfolio/btn_portfolio_cranberry.jpg) no-repeat top left;
	color:#efe0cb; 
	font-weight:bold;
	text-decoration:none;
	}

.oneLine{
	display:block;
	padding-top: 27px;
	}

.twoLine{
	display:block;
	padding-top: 18px;
	}

.threeLine {
	display:block;
        padding-top: 10px;
        }
	
.ui-tabs-selected a{ 
	background: url(images/portfolio/btn_portfolio_blue.jpg) no-repeat top left; 
	}

.ui-tabs-selected a:hover{ 
	background: url(images/portfolio/btn_portfolio_blue.jpg) no-repeat top left; 
	}

.panel_container{
	margin-top: 30px;
	}

.panel{
	margin:0;
	}

.panel h2{
	margin-top: 0;
	font-size: 16px;
	color: #783210;
	}
	
.panel_photo{ 
	float:right;
	margin: 10px 0 0 15px;
	width:350px;
	color: #630;
	
	}

.panel_photo img{
	border:0;
	}
	
.panel_photo a, .panel_photo a:visited{
	display:block;
	width: 329px;
	text-align:center;
	}

.panel_quote{
	float:left;
	margin-bottom: 15px;
	padding:0 7px;
	width: 620px;
	background: #efe0cb;
	border: 1px solid #cec0ac;	
	}
	
.ui-tabs-hide{ 
	display:none; 
	}

