/* override */
.container {
 	width: auto;    			 
}
   		
.top {    		
	background-color: black;
	color: #ffffff;
	padding: 15px 60px 15px 60px;
}
   		
.top p {
	margin: 0;
}
   		
.main {
	background-color: #ededed;
}

.hero-unit {
	padding: 20px 60px 20px 60px;
	margin: 0;
}
   	
.header h1 {
 	color: #ffffff;
 	text-shadow: 2px 2px 2px #ffffff;
	filter: dropshadow(color=#ffffff, offx=2, offy=2);					
}
   	
.header {
	background: #003E61 url(../img/app/showcase_bg.png) repeat-x center top;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
   		
.header img {
	max-width: 240px;
	float: right;
}
   		
.shadow {
	background: url(../img/app/shadow_center.png) no-repeat center 0px;
	z-index: 1;
	padding: 10px 0px;				
}
   		
.item {
	/*
	-webkit-box-shadow: 5px 1px 50px 10px #c0c0c0;
	box-shadow: 5px 1px 50px 10px #c0c0c0;
	*/
}
   		
.carousel-caption {
	background: inherit;
	position: relative;
	/*
	position: absolute;
	margin-left: 320px;
	top: 0;
	*/    			
}
   		
.carousel-caption p {
	color: #fff;    			
}
   		
.carousel-control {
	top: inherit;
	left: inherit;
	margin-top: 10px;
}
   		
.content {
	background-color: #ededed;
	margin-top: -30px;
	/*text-align: center;*/
	padding: 0px 60px 0px 60px;
	/* shadow */
	/*
	-webkit-box-shadow: inset 5px 0px 5px 5px rgba(00, 00, 00, .2);
	box-shadow: inset 5px 0px 5px 5px rgba(00, 00, 00, .2);
	*/
}
   		
.content > div {
	width: 31.5%
	/*margin: 0px 10px 0px 10px;*/
}