.TopTabBlock {
width:1034px;
height:500px;
background:url(../images/portfolio-bg.jpg) no-repeat;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:700px; /*width of featured content slider*/
height:500px;
}
.sliderwrapper.Banner {
	height:385px;
}
.sliderwrapper .TabContentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 700px;
padding-top:48px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.Tabs{
width:262px;
height:452px;
padding-top:48px;
padding-left:38px;
float:left;
}
.Tabs ul{
list-style-type:none;
margin:0;
padding:35px 0 0 0;
overflow:hidden;
display:block;
width:262px;
}
.Tabs ul li{
padding:0;
margin:0 0 15px 0;
display:inline;
float:left;
width:216px;
height:40px;
}
.Tabs ul li a{
display:block;
color:#fff;
text-decoration:none;
width:206px;
height:40px;
padding-left:10px;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-weight:normal;
font-size:20px;
line-height:40px;
float:left;
}
.Tabs ul li a:hover, .Tabs ul li a.selected{
	text-decoration:none;
	background:url(../images/portfolio-tabsbg.gif) no-repeat;
}
/*********************** Tabs Inner Content CSS ********************************/
.PortfolioInTab {
	width:686px;
	background:url(../images/portmainbg.gif) top left no-repeat;
}
.PortfolioInTab.Banner {
	background:url(../images/portmainbg1.gif) top left no-repeat;
}
.PortfolioDescription {
	width:634px;
	padding:8px 20px 0 20px;
}
.PortfolioDescription a.lanchsite {
	display:block;
	width:96px;
	height:22px;
	background:url(../images/launch-site.gif) top left no-repeat;
	text-indent:-999999em;
	float:right;
	text-align:left;
}
.PortfolioDescription a.lanchsite:hover {
	background:url(../images/launch-site.gif) 0 -22px no-repeat;
}
.PortfolioDescription a.DownloadPDF {
	display:block;
	width:110px;
	height:22px;
	background:url(../images/download-pdf.gif) top left no-repeat;
	text-indent:-999999em;
	float:right;
	text-align:left;
}
.PortfolioDescription a.DownloadPDF:hover {
	background:url(../images/download-pdf.gif) 0 -22px no-repeat;
}
.PortfolioDescription a.LaunchAd {
	display:block;
	width:96px;
	height:22px;
	background:url(../images/launch-ad.gif) top left no-repeat;
	text-indent:-999999em;
	float:right;
	text-align:left;
}
.PortfolioDescription a.LaunchAd:hover {
	background:url(../images/launch-ad.gif) 0 -22px no-repeat;
}
.PortfolioDescription p{
	font-size:11px;
	padding:0;
	margin:0;
}

