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

	#images { border-top: 2px solid #1e1e1e; position: relative; height: 318px; width: 718px; overflow: hidden; }
		#images ul { list-style-type: none; margin: 0; padding: 0; }
		.pika_main{width:718px;height:318px;display:block;position:relative;}
		.pika_main_img{position:absolute;top:0;left:0;}
		.pika_back_img{position:relative;top:0px;}
		.pika_subdiv{position:relative; height: 318px; width: 718px;}
		.pika_caption,
		.pika_navigation,		
		.pika_play{display:none;}
		.pika_prev_hover,
		.pika_next_hover{cursor:pointer;position:absolute;bottom:0;left:0;height:318px;width:100px;background:url(images/icon-arrow-left.png) 50% 50% no-repeat;background-color: rgba(0,0,0,.4);}
		.pika_next_hover{background-image:url(images/icon-arrow-right.png);right:0;left:auto;}

#portfolioDetails { clear: both; float: left; width: 328px; margin-bottom: 20px; margin-top: 20px; }
#portfolioServices { float: right; width: 328px; margin-bottom: 20px; margin-top: 20px; }
	#portfolioDetails h3, 
	#portfolioServices h3 { margin-top: 0; }
	#portfolioServices ul { margin-left: 0; }
		#portfolioServices ul li { margin-bottom: 0; }
#portfolioLink { clear: both; }
	#portfolioLink a { background: url(images/img-link-bg.gif) 0 50% no-repeat; padding: 3px 0 3px 23px; text-transform: uppercase; font-size: 11px; font-weight: bold; text-decoration: none; }

.portfolioBack { float: right; text-align: right; position: relative; top: -28px; margin-bottom: 0; }
	.portfolioBack a:link, .portfolioBack a:visited { color: #999; font-size: 11px; text-decoration: none; text-transform: uppercase; }
	.portfolioBack a:hover, .portfolioBack a:active { color: #666; }
	
.resultsTable { background: #e8e8e8 url(images/img-resultstable-bg.gif) 0 0 no-repeat; display: inline; float: right; width: 210px; margin-left: 10px; padding: 5px; }
	.resultsTable table { border: none; border-collapse: collapse; width: 210px; }
		.resultsTable table caption { color: #999; font-size: 10px; text-align: center; text-transform: uppercase; line-height: 20px; padding: 2px 0 5px; }
		.resultsTable table td { border-top: 1px solid #fff; color: #11a7eb; text-align: right; padding: 4px; }
			.resultsTable table td.increase { background: url(images/img-increase.gif) 100% 50% no-repeat; padding-right: 12px; }
			.resultsTable table td.decrease { background: url(images/img-decrease.gif) 100% 50% no-repeat; padding-right: 12px; }
		.resultsTable table th { border-top: 1px solid #fff; color: #444; text-align: left; font-weight: bold; padding: 4px; }




