/*--Main Image Preview--*/
#main-container {
	background:none repeat scroll 0 0 #F0F0F0;
	border:1px solid #000000;
	padding:10px;
	height: 480px;
	z-index: 1;

}

#main-container p {
	margin: 0;
}

.container {
/* 	margin:0 auto; */
	overflow:hidden;
	width:900px;
	height: 480px;
}
.main_image {
	width: 598px; 
	height: 456px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	z-index: 1;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
/* 	margin: 0 0 5px;	 */
	padding: 10px;
}

.block h3 {
	padding-top: 3px;
}

.main_image p {
	font-size: 1.2em;
	padding: 10px 10px 20px 10px;	
/* 	margin: 0; */
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url('images/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: url('images/bg-blk75.png') repeat;
	border-top: 1px solid #000;
}

.main_image .block img {
	opacity: 1.0 !important;
}
.main_image a.collapse {
	background: url('images/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: left;
	width: 298px;
	background: #E7942D;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	overflow: auto;
	height: 456px;
	margin: 0;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
 	margin: 0 !important;  padding: 0;
	list-style: none;
}
.image_thumb ul li{
/* 	margin: 0; */ padding: 12px 10px;
	background: #F5951F url('images/nav_a.gif') repeat-x;
	z-index: 9999;
	width: 277px;
	float: left;
	border-bottom: 1px solid #ccc; /*ccc */
	border-top: 1px solid #fff; /*fff */
	border-right: 1px solid #ccc; /*ccc */
	color: #333;
}
.image_thumb ul li.hover {
	background: #EFB768;
	cursor: pointer;
	color: #333;
}
.image_thumb ul li.active {
	background: #FFE79F;
	cursor: default;
}

.image_thumb ul li.active h3{
	color: #362E91;
}
.image_thumb ul li h3 {
	color: #362E91;
}

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: 180px;
}

.blends ul li .block {
	width: 250px;
	height: 90px;
}
.espresso ul li .block {
	height: 113px;
	width: 250px;
}

div.espresso {
	background-image: url(/assets/shot.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.main_image p.excerpt {display: none;}
.main_image h3 { margin-bottom: 0px; padding-left: 10px;}
.image_thumb ul li h3 { margin-bottom: 0px;}
.image_thumb ul li p.excerpt{display: block; font-size: 10px;}	
.image_thumb ul li p{display: none;}

#main-container a:link, #main-container a:active, #main-container a:visited { 
color: #FFF;
}
#main-container a:hover {
color:#FFDB00;
}

p.excerpt a:link, p.excerpt a:active, p.excerpt a:visited { 
color: #362E91 !important;
text-decoration: underline;
}
p.excerpt a:hover {
color:#362E91 !important;
text-decoration: none;
}
