#projects .inner-wrap{ padding: 20px; }
#projects h1{
	color: #fff;
	font-size: 2em;
}

.tabs{
	width: 940px;
	float: left;
	font-size: 1em;
	margin-top: 20px;
	}

.tabs a{
	font-size:  1.4em;
	margin-right: 6px;
	border: 1px solid silver;
	padding: 1em;
	float:  left;
	background: #51a1ea;
	margin-bottom: -1px;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #fff;
}

.tabs a.active{
	background: transparent url(http://www.bilbymarketing.co.uk/img/trans-bg1.png) repeat;
	border-bottom: 1px dotted #35273f;
	
}

.tab_content{
	clear: left;
	padding: 1.5em;
	border: 1px solid silver;
	/*background: #35273f;*/
	background: transparent url(http://www.bilbymarketing.co.uk/img/trans-bg1.png) repeat;
	padding-left: 150px;
	padding-right: 100px;
	padding-bottom: 30px;
	}
.tab_content p{
	color: #fff;
	text-align: justify;
	font-size: 1.4em;
	padding: 8px 20px;
}

.tab_content h2{
	font-size: 2em;
	color: #fff;
	margin-top: 30px;
	margin-left: 20px;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.tab_content span.block{ display: block; }

.tab_content li{
	font-size: 1.3em;
	list-style: disc;
	margin-left: 50px;
	margin-bottom: 1.2em;
	color: #fff;
}
/*for lightbox gallery display within tabs*/
ul.gallery{ float: left; width: 750px; list-style: none; padding: 0; margin: 0;}
ul.gallery li { float: left; list-style: none; padding: 0; margin: 5px; padding: 2px; text-align: center;}
ul.gallery li img { padding: 2px; border: 1px solid #fff; display: block;}
ul.gallery li a img { list-style: none; }


