body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,img,a,span,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
a img {
	border:none;
	outline:none;
}
sup{
	font-size:11px;
	line-height: 8px;
}
a span{
	font-size:9px;
	line-height:9px;
	text-transform:none;
}
span.heading{
	color:#6f7074;
	margin:6px 0 0 32px;
	display:block;
	font-size:12px;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
#ie6Warning{
	width:100%;
	top:0;
	background:#f1eecc;
}
#warningBox{
	width:800px;
	margin:0 auto;
	background:#f1eecc;
	padding:10px;
	text-align:left;
	font-size:14px;
}
#warningBox h2{
	color:#a63e1e;
	font-size:20px;
	font-weight:bold;
	margin:10px 0;
	
}
#warningBox a{
	color:#a63e1e;
	font-weight:bold;
	border-bottom:1px solid #a63e1e;
}
body{
	font-family:Arial, sans-serif;
	background:#FFF;
	text-align:center;
	color:#6f7074;
	font-size:11px !important;
	line-height:17px;
}
a:focus{
	outline-style:none;
	border-bottom:1px solid #5389ad;
}
a:link, a:visited{
	color:#5389ad;
	text-decoration:none;
	border-bottom:1px solid #5389ad;
}
 a:hover, a:visited:hover{
	color:#5389ad;
	text-decoration:none;
	border-bottom:1px solid #5389ad;
}
#wrapper{
	text-align: left;
	overflow: visible;
	visibility: visible;
	margin: 70px auto;
	display: block;
}
#container{
	border:1px solid #c2c2c2;
	font-family:Arial, sans-serif;
	margin: 0 auto;
	width: 834px;
	height: 529px;
	visibility: visible;
}
.contentList{
	list-style-image:url("../images/bullet.jpg");
	list-style-type:disc;
	list-style-position:inside;
	margin:0 0 0 32px;
	width:200px;
}
.contentList li{
	color:#6f7074;
	letter-spacing:1px;
	padding-left: 1em;
	text-indent: -1em;
}
.contentList li ul{
	list-style-image:url("../images/bullet.jpg");
	list-style-type:disc;
	list-style-position:inside;
	margin:0 0 0 32px;
	
	width:200px;
}
.contentList li ul li{
	color:#6f7074;
}
/******header for logo and tagline*******/
#header{
	height:95px;
}
.feature.news li a img {
	border:none;
}
.feature a{
	border-bottom:1px solid #5389ad;
}
/*********logo**********/
#logo{
	margin:30px 0 0 32px;
	width:280px;
	float:left;
}
.logo a:link, .logo a:visited{
	background:url(../images/Product_Ventures_Logo.jpg) top left no-repeat;
	display:block;
	height:40px;
	width:280px;
	border:none;
}
.logo[class] a:link, .logo[class] a:visited{
	background:url(../images/Product_Ventures_Logo.jpg) top left no-repeat;
	display:block;
	height:40px;
	width:280px;
}
.logo em{
	display:none;
}
/*******tagline********/
#tagline{
	margin:30px 0 0 220px;
	width:280px;
	float:left;
}
#tagline h2.tagline{margin:0;}
.tagline a:link, .tagline a:visited{
	background:url(../images/Product_Ventures_tagline.gif) top left no-repeat;
	display:block;
	height:40px;
	width:280px;
	border:none;
}
.tagline[class] a:link, .tagline[class] a:visited{
	background:url(../images/Product_Ventures_tagline.gif) top left no-repeat;
	display:block;
	height:40px;
	width:280px;
}
.tagline em{
	display:none;
}
/**********navigation************/
#nav ul {
	height:22px;
	list-style-type:none;
	display:block;
}
#nav{
	height:22px;
	width:835px;
	font-family:Arial, sans-serif;
}
#nav .navPortfolio{
	width:100px;
	height:14px;
	color:#fff;
	padding:5px 10px;
	line-height:14px;
	letter-spacing:1px;
	cursor: pointer;
}
#nav .navPortfolio:hover{
	color:#6f7074;
}
#nav li{
	list-style-type: none;
	font-size:10px;
	border:none;
	width:119px;
	text-align:center;
	background:#b7bbbe;
	float:left;
	position:relative;
	letter-spacing:1px;
	display: block;
}
#nav li a:link, #nav li a:visited{
	display:block;
	text-decoration: none;
	color:#fff;
	padding:5px 10px;
	line-height:14px;
	letter-spacing:1px;
	border:none;
}
#nav li a:link.current, #nav li a:visited.current{	
	display: block;
	text-decoration: none;
	color:#FFF;
	padding:5px 10px;
	background:#6f7074;
}
#nav li a:hover{	
	display: block;
	text-decoration: none;
	color:#6f7074;
	background:none;
}
/* Horizontal Menu Drop Down Sub-Menus */
#nav li .subNav{
	display:none;
	position:absolute;
	background:#b7bbbe;
	top:24px;
	left:0;
}
#nav li:hover .subNav, #nav li:focus .subNav{
	display:block;
}
#nav li ul li{	
	width:120px;
	z-index:5000;
	border-bottom:1px solid #e7e7e7;
}
#nav li ul li a:link, #nav li ul li a:visited{
	padding:5px 0 5px 10px;
	background:#8f9095;
	color:#fff;
	width:110px;
	text-align:left;
}
#nav li ul li a:hover{
	background:#fff;
	color: #6f7074;
	border-bottom:none;
}
/* End on Navigation menu   */
/******* content ********/
h3.fastcompany{
	text-indent:120px;
	background: url(/images/fastcompanyTitle.jpg) 10px 11px no-repeat;
}
h3.fastcompany a, h3.fastcompany a:hover {
	text-decoration:none;
	font-size: 12px;
	color:#6f7074;
	border:none;
	font-weight:normal;
}
#content{
	height:410px;
	width:836px;
	color:#6f7074;
	float:left;
	display:inline;
}
.feature{
	width:417px;     	/****  width of left column ****/
	height:410px;
	float:left;
	display:inline;
	position:relative;
	text-align:left;
}
#newspage .feature{
	width:418px;  
	height:356px;
	float:left;
	display:inline;
	position:relative;
	text-align:left;
}
.venturerLink{
	margin: 0 0 0 42px;
	float: left;
}
#rightColFix{
	padding:0 0 0 8px;
}
.featureRightCol{	
	width:418px;      	/****  width of right column ****/
	height:410px;
	float:left;
	position:relative;
	display:inline;
}
#newspage{
	float:left;
	width:836px;
}
#newspage p.bottomLink{
	margin:0 0 4px 32px;
}
#newspage h2{
	font-size:16px;
}
#news .featureRightCol .slider{
	height:320px;
}
#news .contentList{
	list-style:none;
	margin:130px 0 0 32px;
	width:300px;
}
#news .contentList li{
	margin:10px 0 0 0;
}
#news .contentList li a{
	border:none;
	color:#b7bbbe;
	font-size:18px;
	padding:0 0 0 10px;
}
#news .contentList li a.selectedNews{
	color:#5389ad;
	background:url(../images/news/selectedNewsBg.jpg) no-repeat 0 50%;
}
div#load {
	background:url(../images/news/loading.gif) no-repeat;
	position:absolute;
	display:block;
	width:120px;
	height:40px;
	top:160px;
	left:150px;
	text-indent:30px;
	padding:4px 0 0 0;
}
.video .feature{
	width:380px;
}
.video .featureRightCol{
	width:438px;
}
.featureRightCol img{
	padding:0 0 1px 0;
}
.featureRightCol iframe{
	margin: 70px 0 0 0;
}
h3{
	font-family:Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#5389ad;
}
h4{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#5389ad;
	margin:0 0 0 32px;
}
h5{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#666;
	margin:0 0 0 32px;
}
h4.events{
	padding:10px 0 0 0;
}
h3 a {
	display:inline;
	border:none;
}
a.archives, a:visited.archives {
	font-size:12px;
	font-weight:normal;
	color:#aeaeae;
	text-decoration:none;
	float:right;
	margin:0 40px 0 0;
	display:inline;
	border:none;
}
a:hover.archives, a:active.archives {
	color:#828282;
	display:inline;
}
.feature.news p{
	padding: 0 0 12px 0;
}

/***** tooltips *****/
#facTooltip{
	position:absolute;
	top:0;
	left:0;
	float:left;
	padding:5px;
	background:url(../images/team/tooltipbg.png) repeat;
	color:#fff;
	width:auto;
	height:auto;
	text-align:center;
}
#facTooltipTail {
	height:20px;
	width:50px;
	top:75px;
	position:absolute;
}
.tailLeft{
	background:url(../images/tooltipTail.png) no-repeat 0 0;
	left:-50px;
}
.tailRight{
	background:url(../images/tooltipTail.png) no-repeat -51px 0;
	left:140px;
}
#facTooltip b{
	display:block;
}
#facTooltip img{
	display:block;
	margin:5px auto 0 auto;
}
#teamTooltip{
	position:absolute;
	top:0;
	left:0;
	float:left;
	padding:10px;
	background:url(../images/team/tooltipbg.png) repeat;
	color:#fff;
	width:200px;
	height:auto;
	text-align:left;
}
#leadTooltip{
	position:absolute;
	top:0;
	left:0;
	float:left;
	padding:5px;
	background:url(../images/team/tooltipbg.png) repeat;
	color:#fff;
	width:100px;
	height:auto;
	text-align:center;
}
/***** homepage content *****/
#homepage ul.contentList{
	list-style-image:url("../images/bullet.jpg");
	list-style-type:disc;
	width:300px;
	margin:0 0 0 42px;
}
#homepage ul.contentList li{
	margin:10px 0 0 0;
	color:#6f7074;
	letter-spacing:1px;
}
#homepage h3{
	margin:0 0 0 32px;
}
ul.peterOverlay{
	float:left;
	margin:20px 0 0 32px;
}
/***** content styles *****/
#homepage .feature{
	padding:40px 0 0 0;
	height:346px;
}
.feature p{
	margin:15px 30px 0 32px;
	font-size:11px;
	letter-spacing:1px;
	line-height:15px;
	text-align:left;
	text-decoration:none;
}
.feature .contactPerson{
	float: left;
	display: block;
	margin: 0 0 30px 32px;
}
.feature .contactPerson img{
	float: left;
	display: block;
	margin: 0 10px 0 0;
	width: 60px;
	height: 60px;
}
.feature .contactPerson p{
	margin: 0;
	display: block;
	float: left;
}
.welcomeSlider{
	position: relative;
}
.welcomeSlider li{
	position: absolute;
	display: block;
}
/********bottom nav**********/
#bottomNav{
	width: 100%;
	height: 24px;
	float: left;
	background: #fff;
	border: 1px solid #b7bbbe;
	margin: 0 0 0 -1px;
}
/********footer**********/
#footer{
	clear:both;
	text-align:center;
	margin:0 0 0 220px;
	font-size:9px;
	color:#999;
	float:left;
	width:400px;
}
#footer p a.footerCareers{
	color:#5389ad;
}
#container #footer p{
	margin:10px 0 0;
}
#footer ul{
	list-style:none;
	width:140px;
	height:16px;
	margin:10px auto 0;
}
#footer ul li{
	display:inline-block;
	margin:0 5px;
	float:left;
}
#footer .socialLinks a{
	height:16px;
	width:16px;
	display:block;
}
#footer a.socialYoutube{background:url(../images/socialMedia.jpg) no-repeat 0 0;}
#footer a.socialFastcompany{background:url(../images/socialMedia.jpg) no-repeat -16px 0;}
#footer a.socialFacebook{background:url(../images/socialMedia.jpg) no-repeat -32px 0;}
#footer a.socialLinkedin{background:url(../images/socialMedia.jpg) no-repeat -48px 0;}
#footer a.socialTwitter{background:url(../images/socialMedia.jpg) no-repeat -64px 0;}
#footer a:link, #footer a:visited{
	color:#999;
	text-decoration:none;
	border:none;
}
#footer a:hover, #footer a:visited:hover{
	text-decoration:none;
	color:#5389ad;
}
/********* testimonials ***********/
#testimonials{
	width:350px;
	position:relative;
	bottom:80px;
	left:30px;
	overflow:hidden;
	float:left;
}
#testimonials blockquote{
	font-size:11px;
	line-height:16px;
	color:#6f7074;
	font-style:italic;
}
#testimonials blockquote p{
	font-size:11px;
	text-align:left;
	color:#5389ad;
	letter-spacing:0;
}
ul.award{
	font-size:9px;
	line-height:16px;
	color:#5389ad;
	text-transform:uppercase;
	float:left;
	margin:5px 0 0 32px;
	width:250px;
}
ul.award li{
	display:block;
	height:38px;
	float:left;
	margin:5px 0 0 0;
	width:100%;
}
ul.award span{
	line-height:38px;
	display:block;
	float:left;
	margin: 0 0 0 20px;
}
ul.award img{
	float:left;
}
p.legal{
	position:absolute;
	bottom:10px;
	font-size:9px;
	line-height:16px;
	color:#cacaca;
}
/********** directions ***********/
#directions, #map{text-align:left;}
form#getDirections{margin:10px;width:310px;}
form#getDirections input{width:200px;}
form#getDirections .getdir{
	width:100px;
	background:#5389AD;
	color:#fff;
	height:20px;
	border:none;
}
/*********news aslider ***********/
/**  Slider **/
.sliderGallery{
    overflow: hidden;
    position: relative;
	height:344px;
	width:385px;
	border:1px solid #e7e7e7;
	margin:32px 32px 32px 0;
}
.slider a:link, .slider a:hover, .slider a:active, .slider a:visited{
	border:1px solid #ccc;
}
#news h3{
	margin:15px 0 0 32px;
}
.sliderGallery ul{
    position: absolute;
    list-style: none;
	overflow:auto;
    padding: 0 5px;
	width:360px;
	height:auto;
}
.sliderGallery ul li{
	list-style-type:none;
	width:340px;
	border-bottom:1px dotted #CCC;
	cursor:pointer;
}
.sliderGallery ul li img, .sliderGalleryWide ul li img{
	display:block;
}
#news .slider{
	border:1px solid #e7e7e7;
	width:8px;
	position: relative;
	float:left;
	display:inline;
}
.sliderGallery ul.items li{
	padding:5px 0;
	width:100%;
	font-size:11px;
	letter-spacing:1px;
	
}
.sliderGallery ul.items li a:link, .featureRightCol .sliderGallery ul.items li a:visited{
	font-size:11px;
	letter-spacing:1px;
	color:#5389ad;
	border-bottom:1px solid #5389ad;
}
/********** sliderGalleryWide **********/
.sliderGalleryWide{
	overflow: hidden;
    position: relative;
	height:336px;
	width:768px;
	border:1px solid #e7e7e7;
	margin: 10px 32px 32px 32px;
}
.sliderGalleryWide ul{
    position: absolute;
    list-style: none;
	overflow:auto;
    padding: 0 5px;
	width:740px;
	height:auto;
}
.sliderGalleryWide ul li{
	list-style-type:none;
	width:724px;
	border-bottom:1px dotted #CCC;
	cursor:pointer;
}

.sliderGalleryWide ul.items li{
	padding:5px 0;
	width:100%;
	font-size:11px;
	letter-spacing:1px;
	
}
/********** portfolio ***********/
#portfolio ul.contentList{
	list-style-image:url("../images/bullet.jpg");
	list-style-type:disc;
	width:300px;
	margin:0 0 0 32px;
}
#portfolio ul.contentList li{
	margin:10px 0 0 0;
	color:#6f7074;
	letter-spacing:1px;
}
#portfolio h3{
	margin:40px 0 0 32px;
}
ul#portfolioCategories{
	display:block;
	margin:70px 0 0 60px;
}
ul#portfolioCategories li{
	list-style-type:none;
	height:288px;
	float: left;
	width:140px;
	display:block;
	overflow:hidden;
	margin: 0 30px 0 0;
}
ul#portfolioCategories li span{
	font-size: 16px;
	margin: 20px 0 0 0;
	display: block;
	width: 100%;
	text-align: center;
}
ul#portfolioCategories li a{
	width:100%;
	height:auto;
	float:left;
	border:none;
}
ul#portfolioCategories li img{border:none; margin: 0 0 0 14px; display: block;}
#sliderControlsWrap{ 
	position: absolute; 
	width: 100%; 
	height: 24px; 
	bottom: -24px; 
	z-index:50; 
}

#sliderControlsWrap a{
	display: block;
	padding: 7px;
	border: none;
	width: 13px;
	position: absolute;
}
#sliderControlsWrap a span{
	background: url(../images/bottomNavButtons.png) no-repeat;
	display: block;
	height: 10px;
}




#sliderControlsWrap a.prevImg {
	left: 110px;
}
#sliderControlsWrap a.prevImg span{
	background-position: -17px -1px;
	width: 13px;
}
#sliderControlsWrap a.prevImg:hover span{ background-position: -17px -16px; }
#sliderControlsWrap a.nextImg {
	right:110px;
}
#sliderControlsWrap a.nextImg span{
	background-position: -33px -1px;
	width: 13px;
}
#sliderControlsWrap a.nextImg:hover span{ background-position: -33px -16px; }



#sliderControlsWrap a.prevPortf {
	left: 80px;
}
#sliderControlsWrap a.prevPortf span{
	background-position: -1px -1px;
	width: 13px;
}
#sliderControlsWrap a.prevPortf:hover span{ background-position: -1px -16px; }
#sliderControlsWrap a.nextPortf {
	right:80px;
}
#sliderControlsWrap a.nextPortf span{
	background-position: -55px -1px;
	width: 13px;
}
#sliderControlsWrap a.nextPortf:hover span{ background-position: -55px -16px; }
#portfolio .featureRightCol{height:410px;}
#portfolio h2{font-size:16px; margin:0 0 0 32px;}
#portfolio p{margin-top:10px;}
.blue{
	color: #5389AD;
}

#absintheBottles{
	width: 417px;
	height: 410px;
	background: url(../images/portfolio_big/absinthe.jpg) no-repeat;
	display: block;
	position: relative;
}

#absintheBottles li a{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	text-decoration: none;
}

#absintheBottles .tartsDandies{
	position: absolute;
	display: block;
	width: 55px;
	height: 140px;
	bottom: 88px;
	left: 15px;
}

#absintheBottles .mortierPilon{
	position: absolute;
	display: block;
	width: 55px;
	height: 160px;
	bottom: 88px;
	left: 80px;
}

#absintheBottles .sarabithia{
	position: absolute;
	display: block;
	width: 55px;
	height: 200px;
	bottom: 88px;
	left: 150px;
}

#absintheBottles .paradox{
	position: absolute;
	display: block;
	width: 55px;
	height: 190px;
	bottom: 88px;
	left: 216px;
}

#absintheBottles .lor{
	position: absolute;
	display: block;
	width: 66px;
	height: 194px;
	bottom: 88px;
	left: 280px;
}

#absintheBottles .enchant{
	position: absolute;
	display: block;
	width: 44px;
	height: 190px;
	bottom: 88px;
	left: 357px;
}

#portfolio .feature a.viewIn360{
	background: #bed641;
	display: block;
	position: absolute;
	padding: 6px 8px;
	color: #fff;
	font-size:13px;
	top:40px;
	right:32px;
	border: none;
}

/****** capabilities *******/
#capabilities h3{
	padding: 50px 0 0 32px;
}
#capabilities .contentList li h4{
	font-size:14px;
	margin:0;
	padding:0;
}
#capabilities .contentList{
	width:350px;
	margin:20px 0 0 32px;
	list-style:none;
	height:100%;
}
#capabilities .contentList li{
	margin:10px 0 0 0;
	padding-left:0;
	text-indent:0;
}
#capabilitiesSub h3{
	margin: 20px 0 0 32px;
}
#capabilitiesSub h4{
	color:#6f7074;
}
#capabilitiesSub .contentList{
	width:350px;
	margin-top:20px;
}
/*** facilities menu ***/
#facilities .feature h3, #facilities .facilitiesFeature h3{margin:30px 0 0 32px;}
#facilities .facilitiesFeature{
	width:230px;
	height:386px;
	float:left;
	display:inline;
	position:relative;
	text-align:left;
}
#facilities .facilitiesRightCol{
	width:603px;
	height:410px;
	float:left;
	position:relative;
	display:inline;
}
.fac{
	width:603px;
	height:410px;
	background:#fff url(../images/facilities.jpg) no-repeat 0 40px;
	position:relative;
}
#facCta{
	position:absolute;
	top:170px;
	left:200px;
	background:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#5389ad;
	z-index:400;
	padding:10px;
}
#facilities .contentList {
	list-style-image:url("../images/bullet.jpg");
	list-style-type:disc;
	width:190px;
	margin:10px 0 0 32px;

}
#facilities .contentList li {
	letter-spacing:1px;
}
#facilities ul.contentList li a{
	border:none;
	color:#6f7074;
}
.fac li{ 
	list-style: none; 
	display: block; 
	position: absolute;
}
.fac a:hover, .fac a:visited:hover,
.fac li a{
	text-decoration: none;
	display: block;
	border: none;
	text-indent:-9999px;
	width:100%;
	height:100%;
	overflow:hidden;
}
.fac li.creativeS {left: 350px; top: 110px; width:140px; height:100px;}
.fac li.plotterC {left: 320px; top: 240px; width:40px; height:40px;}
.fac li.rapidP {right: 30px; top: 240px; width:210px; height:90px;}
.fac li.thermoform {left: 150px; top: 106px; width:30px; height:30px;}
.fac li.mimaki {left: 245px; top: 230px; width:30px; height:30px;}
.fac li.cnc {right: 26px; top: 260px; width:40px; height:30px;}
.fac li.cllEast {left: 290px; top: 70px; width:70px; height:40px;}
.fac li.mre {left: 230px; top: 90px; width:60px; height:30px;}
.fac li.sampleL {left: 306px; top: 90px; width:56px; height:30px;}
.fac li.cllWest {left: 40px; top: 260px; width:110px; height:90px;}
.fac li.cbCenter {left: 10px; top: 230px; width:80px; height:30px;}
.fac li.mue {left: 140px; top: 240px; width:90px; height:90px;}
.fac li.clientBc {left: 10px; top: 230px; width:100px; height:40px;}
.fac li.painting{left: 48px; top: 118px; width:140px; height:60px;}
.fac li.objet {left: 360px; top: 280px; width:30px; height:30px;}
.fac li.sla {left: 374px; top: 310px; width:30px; height:30px;}
.fac li.reception {left: 190px; top: 110px; width:70px; height:30px;}
.fac li.displayCase {left: 260px; top: 115px; width:60px; height:20px;}
.fac li.compingT {left: 264px; top: 230px; width:50px; height:50px;}
.fac li.modelmaking {left: 40px; top: 110px; width:60px; height:60px;}

.facVideo{
	position: absolute;
	top: 30px;
	left: 20px;
}

/** Leadership **/
.imageNav{float:right;margin:0 20px 0 0;}
.feature.leadership h4{margin:0 0 25px 0;}
#leadership .feature h3{margin: 70px 0 0 32px;}
#leadership h3.higher {margin: 40px 0 0 32px;}
#leadership ul.contentList{
	width:300px;
	list-style:none;
	margin:0 0 0 32px;
}
#leadership ul.contentList li{
	margin:10px 0 0 0;
	color:#6f7074;
	padding-left:0;
	text-indent:0;
}
#leadership ul.contentList li a{
	text-decoration:none;
}
#leadershipSub .feature h3{margin: 70px 0 0 32px;}
#leadershipSub h3.higher {margin: 40px 0 0 32px;}
#leadershipSub ul.contentList{
	width:300px;
	margin:0 0 0 32px;
}
#leadershipSub ul.contentList li{
	margin:10px 0 0 0;
	color:#6f7074;
}
#leadershipSub ul.contentList li a{
	text-decoration:none;
}
.leadT{
	position:absolute;
}
.leadT li{
	text-indent:-9999px;
}
.leadT li a:link, .leadT li a:hover, .leadT li a:visited, .leadT li a:active{
	width:100%;
	height:100%;
	display:block;
	border:none;
}
.jvT{
	position:absolute;
	display:block;
	width:70px;
	height:270px;
	top:60px;
	left:64px;
}
.grT{
	position:absolute;
	display:block;
	width:60px;
	height:130px;
	top:50px;
	left:136px;
}
.pcT{
	position:absolute;
	display:block;
	width:90px;
	height:270px;
	top:110px;
	left:160px;
}
.ehT{
	position:absolute;
	display:block;
	width:70px;
	height:230px;
	top:40px;
	left:224px;
}
.wcT{
	position:absolute;
	display:block;
	width:70px;
	height:230px;
	top:90px;
	left:280px;
}
/****** team *********/
#team h3{
	margin:110px 0 0 32px;
}
#team h3 span{
	font-size:12px;
	color:#6f7074;
	font-weight:normal;
}
ul.teamPage{
	width:100%;
	height:100%;
	margin:5px 0 0 11px;
}
ul.teamPage li{
	display:block;
	width:68px;
	height:68px;
	float:left;
	text-indent:-9999px;
}
ul.teamPage img{
	float:left;
}

#team .featureRightCol{
	width:486px;
}

#team .feature{
	width:349px;
}
/****** Wrap Rage *********/
#wrapRage h3{
	margin: 20px 0 0 32px;
}

#wrapRage ul.contentList {
	width: 370px;
	margin: 20px 0 0 32px;
	float:left;
}

#wrapRage .peterOverlay {
	margin: 20px 0 0 32px;
}
/****** privacy policy *********/
#privacypolicy #content{height:410px;width:816px;overflow:auto;}
#privacypolicy #content p{margin:15px 15px 0 32px;}
/*** Contact ***/
#contact h3 {margin: 30px 0 0 32px;}
#contact ul.contentList{
	list-style:none;
	margin:30px 0 0 32px;
}
#contact ul.contentList li{
	margin-top:5px;
}
address{
	margin:20px 0 30px 32px;
	font-size:11px;
	letter-spacing:1px;
	line-height:17px;
	text-align:left;
	text-decoration:none;
}
span.initialHilite{color:#5389ad;}
span.fax{padding:0 0 0 10px;}
/*** Content Photo ***/
#photo {
	list-style:none;
	z-index:0;
	border:none;
	height:100%;
	width:100%;
}
#photo a {
	border:none;
}
#photo li {
	position:absolute;
}
/*** Photo Array ***/
#photoArray{
	position:absolute;
	display:block;
	height:16px;
	width:150px;
	z-index:300;
}
#photoArray li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:3px;
	background-color:red;
}
/*** Map ***/
#map{
	width:418px;
	height:410px;
}
#map a{
	border:none;
}
#directions{
	height:294px;
	overflow:auto;
}

/*** Absinthe Portfolio ***/
.absintheNav {
	position: absolute;
	bottom:-24px;
	float: left;
	width: 100%;
	display: block;
	color: #fff;
}

.absintheNav li {
	float: left;
	display: block;
	width: 50%;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.absintheNav li.current {
	text-decoration: none;
}

.absintheNav li.current a{
	color: #6f7074;
}

.absintheNav li.current a:hover {
	text-decoration: none;
	color: #6f7074;
}

.absintheNav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #959595;
	text-decoration: none;
	border: none;
}

.absintheNav li a:hover {
	color: #6f7074;
}

.blackBg{
	background: #000;
	width: 100%;
	height: 100%;
}

/*** Slider ***/

.sliderCrumbs{
	position:absolute;
	width: auto;
	height:20px;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	display: block;
	bottom: -27px;
	padding:10px 10px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 100;
}

.sliderCrumbs li{
	width:10px;
	height:10px;
	float: left;
	display: block;
	background: #d7dbde;
	text-indent:-9999px;
	cursor: pointer;
	margin:0 0 0 10px;
	color: #fff;
	font-size:8px;
	line-height:10px;
	text-align: center;
}

.sliderCrumbs li.current, .sliderCrumbs li:hover{
	background: #a9abad;
}

#fancybox-wrap a{
	border: none;
}

.portfolioBubble{
	position: absolute;
	width: 120px;
	padding: 8px 10px;
	background: url(../images/team/tooltipbg.png) repeat;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 99;
	text-align: center;
}

#portfolio .portfolioBubble p{
	margin:0;
}

