@charset "utf-8";
/* Portfolio */

* {margin: 0; padding: 0; outline: none;}
img {border: none;}
.container {
	overflow: hidden;
	width: 945px;
}
#main {
	background: #f0f0f0;
	border: 1px solid #ccc;
}
a {color: #fff;}

#h2 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000;	
}
 
/*--Main Image Preview--*/
.main_image {
	width: 670px;
	height: 450px;
	float: left;
	background: #333;
	position: absolute;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.main_image p {
	font-size: 14px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(../portfolio/webdesign/icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(../portfolio/webdesign/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 
 
 
.image_thumb {
	float: right;
	width: 250px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	overflow-y: auto;
	overflow-x: hidden;
	height: 450px;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	background: #f0f0f0 url(../portfolio/webdesign/nav_a.gif) repeat-x;
	width: 279px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00667F;
	text-decoration: none;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 100px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000;
}	
.image_thumb ul li p{display: none;}
