@charset "utf-8";
/* CSS Document */

ul.tabs {
	height: 27px;
	list-style-type: none;
	background: url(../images/menuBack.png) repeat-x 0% 0%;
	display: block;
}
ul.tabs li {
	display: block;
	height: 27px;
	list-style-type: none;
	float: left;
	line-height: 27px;
	text-align: center;
}
ul.tabs li a {
	display: block;
	height: 27px;
	list-style-type: none;
	line-height: 27px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	width:154px;
}
ul.tabs li.active, ul.tabs li a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: url(../images/menuBack_Selected.png) repeat-x 0% 0%; 
	height: 27px;
}
 
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}

#wrapper #slideshow .container_12 .grid_4.alpha.omega .projTab div .tab_container .projectContent {
	padding: 10px;
}
#wrapper #slideshow .container_12 .grid_4.alpha.omega .projTab div .tab_container .projectContent img {
	float: left;
	padding-right: 10px;
}
#wrapper #slideshow .container_12 .grid_4.alpha.omega .projTab div .tab_container .projectContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#wrapper #slideshow .container_12 .grid_4.alpha.omega .projTab div .tab_container .projectContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 14px;
	margin: 0px;
}
#wrapper #slideshow .container_12 .grid_4.alpha.omega .projTab div .tab_container .projectContent .more {
	display: block;
	list-style-type: none;
	margin-left: 126px;
}
#wrapper #slideshow .container_12 .grid_4.alpha.omega .projTab div .tab_container .projectContent .more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#wrapper #slideshow .container_12 .grid_4.alpha.omega .projTab div .tab_container .proSeperator {
	background: url(../images/seperator-project.png) no-repeat top center;
	height:1px;
}
