#inner_banner{
background:#AA3E3E;
border-bottom:1px solid #8F3434;
}

#inner_banner .content{
background:#BD4747 url(../img/bg_video.jpg) center bottom no-repeat;	
}

.inner_left_column h2{
color:#BD4747;
}

.sub_menu a:hover{
color:#BD4747;
}

a:hover{
color:#BD4747;
}

#opening{
color:#BD4747;
}

strong {
}

.feature_list {
	list-style:none;
}

.feature_list li {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e8e8e8;
	margin-left: 0;
}

h5 {
	color: #BD4747;
	font-weight: normal;
	margin-bottom: 5px;
}

.project{
background:url(../images/project_bg.png) no-repeat;
width:200px;
height:120px;
display:block;
float:left;
margin-right:15px;
margin-bottom:15px;
}
.project img{
margin-left:8px;
margin-top:7px;
}

.open{
width:31px;
height:24px;
float:right;
position:absolute;
margin-left:165px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/open.png');

}

* > .open{
	background:url(../images/open.png) no-repeat;
}

.hide{
padding-top:3px;
padding-left:15px;
position:absolute;
width:180px;
visibility:hidden;
background:#000;
}

.hide h2{
color:#fff;
font-weight:bold;
font-size:15px;
margin-top:5px;

}

 a{
text-decoration:none;
}

.hide p{
color:#AA3E3E;
font-weight:bold;
}

.show{
visibility:visible;
}

.project:hover .hide{
visibility:visible;
cursor:pointer;
width:192;
height:112px;
}


