/* -------------- Header ------------------- */
.carousel-caption a{
	color: #fff;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
}

/* -------------- Menu ------------------- */
#menu{
	background: #fff;
	margin-bottom: 20px;
}
#menu .navbar{
	background: #222;
	margin-bottom: 0;
	border-right: none;
	border-left: none;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#menu .dropdown-menu{
	background: #000;
}
#menu .dropdown-menu a{
	color: #888;
	padding: 18px;
}
#menu .dropdown-menu a:hover{
	background: #222;
	color: #fff;
}
#menu .search{
	margin: 10px -20px 10px 0;
}
.carousel-caption{
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	padding: 20px;
}
/* -------------- Sidebar ------------------- */

.nav-tabs{
	background: #ddd;
	padding-top: 5px;
	padding-left: 5px;
}
.tab-content{
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 20px;
}
.tab-content ul{
	padding: 0;
}
.tab-content li{
	list-style: none;
	border-bottom: 1px solid #eee;
	padding: 10px;
	overflow: hidden;
}
.tab-content img{
	width: 80px;
	height: 60px;
	float: left;
	margin-right: 10px;
}
/* -------------- Footer ------------------- */
#footer{
	background: #222;
	padding: 10px;
	margin-top: 20px;
	color: #555;	
}