/* showcase header styles*/

.showCaseheader {
	height: 250px;
	width: 900px;
	position: relative;
	clear: both;
}
.showCaseleft {
	position:relative;
	float:left;
	width:380px;
	height:auto;
	left: 30px;
}
.showCaselogo {
	float: left;
	position: relative;
	width: 240px;
	margin-top: 20px;
}
.showCaseinfo {
	position: relative;
	float: left;
	clear: left;
	margin-top: 10px;
	left: 0px;
	width: 380px;
	height: auto;
}
.showCaseimages {
	float: right;
	position: relative;
	width: 470px;
	height: 250px;
	text-align: right;
}
.showCaseheader .showCaseleft .showCaseinfo h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.showCaseheader .showCaseleft .showCaseinfo p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 15px;
}
.showCaseheader .showCaseleft .showCaseinfo a {
	color: #666666;
	text-decoration: none;
}
.showCaseheader .showCaseleft .showCaseinfo a:hover {
	color:#f36b22;
}
.showCaseheader .showCaseleft .showCaseinfo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
