
* {margin: 0; padding: 0; outline: none;}
img {border: none;}

.container {
	
	width: 930px;
	margin: 0 auto;
}
#main {


}
a {color: #fff;}

/*--Porfolio Content--*/
.portfolio-text {
float:left;
margin:10px -25px 0px 25px;

}

/*--Main Image Preview--*/
.main_image {
	width: 612px; height: 400px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-left:25px;
	margin-right:-25px;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 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(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;} 

#in-main-page{padding: 0px 20px 10px 20px!important;} 

.image_thumb {
	float: left;
	width: 270px;

}

.image_thumb h1{
margin-top:13px;
margin-bottom:21px;
font-size:18px;
}
.image_thumb h2{
font-size:12px!important;
color:#fff!important;
}

.image_thumb img {
	padding: 0px; 
	float: left;
}
.image_thumb ul {
	margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px;
	list-style: none;
}
.image_thumb ul li{
	margin: 0px 0px 0px 0px; padding: 0px;
	background: url(portfolio-li-bg.png) scroll left top no-repeat;
	height:80px;
	width: 270px;
	float: left;
	overflow:hidden;
	border-bottom:2px solid #888;
	list-style: none;
}
.image_thumb ul li.hover {
	background: url(portfolio-li-bg.png) scroll left center no-repeat;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: url(portfolio-li-bg.png) scroll left bottom no-repeat;
	cursor: default;

}

html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 161px;
}	
.image_thumb ul li p{display: none;}

