	html, body { font: 12px/20px "Helvetica", Arial, sans-serif; background: #4c7baf; background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #22538b), color-stop(1, #4c7baf)); color: #eee }
	
	#container { width: 100%; height: 100%; display: table; }
	#position { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }
	#content { text-align:left; height: 580px; }
	a { cursor: pointer; }
	
	#menu ul { position: relative; top: 20px }
	#menu ul li { margin-right: 10px; float:left; }
	#menu ul li a, #view-all { background: url(/images/button.png) no-repeat; height: 35px; width: 102px; float:left; text-decoration:none; font-size: 14px; color: #eee; }
	#menu ul li a b, #view-all b { font-weight:normal; position: relative; top: 7px; left: 24px; }
	#menu ul li a:hover, #view-all:hover { background-position: 0 -35px; }
	#view-all:active { position:relative; top: 2px; }
	#menu ul li a.active { background-position: 0 -70px; }
	
	#view-all { margin-top: 4px }
	
	h2 { font-size: 2em; padding: 10px 0 10px 0; display:block; color: #a6bad0;}
	h3 { font-size: 1.3em; display:block; color: #72a0c7; margin-bottom: 5px; }
	h4{ font-weight:bold; }
	h2 a { display:block; font-size: 28px; line-height: 25px; padding: 25px; color: #eee; text-decoration:none }
	h2 a { background: url(/images/highlight.png) no-repeat; }
	h2 a:hover { background: url(/images/highlight-overlay.png) no-repeat; }
	h2 a.active { background: url(/images/highlight-down.png) no-repeat; }

	p a { text-decoration:underline }
	#services-panel h3 { font-size: 15px; padding: 10px 0 0 0; display:block; }
	#services-panel ul { padding-left: 20px; }
	#services-panel ul li { display:block; padding: 0px 0 }
	#details { display:block; padding: 10px 0;}
	#details img { vertical-align:middle }
	
	.view-project { text-decoration:none; width: 150px; height:40px; display:block; float:left; background: url(/images/viewproject.png) no-repeat; }
	.view-project b { display:none; }
	.view-project:hover { background-position: 0 -40px }
	.view-project:active { background-position: 0 -38px }
	
	#featured-excerpt { padding: 10px 0; }
	
	.social { display:block; height: 48px; margin: 10px 0; clear:both; }
	.social .icon { height: 48px; width: 48px; float:left; background: url(/images/social.png) no-repeat;  }
	.social .icon.twitter { background-position: -56px 0;}
	.social .icon.youtube { background-position: -169px 0;}
	.social a { float:left; padding: 12px; font-size: 1.2em; color: #fff; text-decoration: none; }
	
	#contact-panel span, #contact-panel label { display:block; }
	#contact-panel input[type=text], #contact-panel textarea { padding: 8px 5px; width: 440px; margin-bottom: 10px; font-size: 14px; color: #fff; background: url(/images/textbg.png) repeat-x; border:0; border-bottom: 1px solid #222;}
	#contact-panel textarea { height: 125px }
	#contact-panel input[type=image] { float:right; margin-right: 15px }


#slider, #presentation {

	/* You MUST specify the width and height */
	width:450px;
	height:300px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	/*width:1350px;*/
	overflow:hidden;
}

	#gallery span {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* width should be lesser than #slider width */
	width:450px;
	overflow:hidden;	
	display:block;
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	/*filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	color:#fff;	
	*/
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	/* Set the style */
	width:450px;
	overflow:hidden;
}

	#excerpt span {
		padding:5px 0;
	}
	
	.success, .error { background: #4c7baf; color: #eee; margin: 10px 0; padding: 8px; width: 430px; display:block; }
	.error { background: #c00; color: #fff; }
	
		#slider-nav h3 { float:left; padding: 10px 15px 0 0; }
	.button-icon { float:right; height: 40px; }
	.button-icon b { display: none }
	#btn-prev { width: 117px; background: url(/images/previous.png) no-repeat; }
	#btn-prev:hover { background-position: 0 -40px }
	#btn-prev:active { background-position: 0 -38px }
	#btn-next { width: 110px; background: url(/images/next.png) no-repeat; }
	#btn-next:hover { background-position: 0 -40px }
	#btn-next:active { background-position: 0 -38px }

