/*----- HOMEPAGE ----*/


#imageBar {
	height: 343px;
	overflow: hidden;
	border-bottom: 2px dotted #cfcfcf;
	background: #dadde3 url(../img/bg-hp-white.gif) repeat-y;
	}

ul#servicesList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #dadde3;
	letter-spacing: .1em;
	}
	
#servicesList li {
	display: inline;
	float: left;
	width: 148px;
	margin: 0;
	padding: 0;
	}
	
#servicesList a {
	display: block;
	margin: 0;
	border-bottom: 0 none;
	padding: 13px 0 2em 0;
	line-height: 1.2em;
	text-transform: lowercase;
	text-align: center;
	font-weight: bold;
	color: #73B91D;
	}
	
#servicesList a:hover {
	background: #81D321 url(../img/bg-services-hover.jpg) repeat-x;
	background-position: left top;
	color: #fff;
	}	
	
#servicesList a IMG {
	display: block;
	margin: 0 auto 6px auto;
	padding: 0 0 0 0;
	}
	
#servicesList a.singleLine IMG {
	margin-bottom: 13px;
	}
	
#contentMain p.intro {
	
	margin: 0 0 1em 0;
	padding: 12px 0 0 0;
	color: #343434;
	background: transparent: none;
	
	}	
	
	
/*--- PORTFOLIO ---*/

#hpShow {
	height: 112px;
	overflow:hidden;
	background: #191628;
	}
	
#hpShow a, #hpShow a:hover {
	border-bottom: 0 none;
	background: transparent none;
	}

#hpShow IMG {
	display: block;
	margin: 0 auto 0 auto;
	}
	
#hpShow span.caption {
	display: block;
	position: relative;
	width: 90%;
	height: 1.6em;
	z-index: 999;
	margin: 0 auto;
	margin-top: -3.2em;
	background: transparent url(../img/bg-caption.png);
	padding: .3em 0 .4em 0;
	text-align: center;
	font-size: .9em;
	color: #fff;
	}
	
.showcaseList .current {
	font-weight: bold;
	}	

.portfolio {
	clear: both;
	height: 100px;
	border-top: 2px dotted #cfcfcf;
	/*background: #dadde3;*/
	}
	
#wrapperFooter {
	/*border-top: 0 none;*/
	}	

	