@charset "UTF-8";
a:focus, a:hover, a:active { outline:none } 
* { 
	margin:0;
	padding:0
}

a {
	    color:#8FC2FF;
	    text-decoration: none;
	    outline: none;
}
html { 
	/*overflow-y:scroll;*/
	
		
	}
body {
	height: 100%;
	
	background-color: #141414;

	background-image: url(images/screen-white-40.png);
}

	
#content-wrapper{ 
		width:100%;
		height:100%; 
		position:absolute; 
		top:0; 
		overflow:auto; 
		z-index:4; 
		text-align:center; 
	}


.wrapper {
	
	position:relative;
    min-height:100%;
    height:100%;
	margin-bottom:1px;
	
}

.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{display:block;zoom:1;}

#background {
	z-index:-2;
	

}
#background2  {
	z-index:-1;


}
#background div, #background2 div  {
	width:100%;
	height:100%;
}

/*
.backgroundSlide {
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
}
*/
#greySlide {
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
	
}
#colorSlide {
	/*
display:block;
	width:100%;
*/	
	

	z-index:-1;
	position:absolute;
	top:0;
	left:0;
}

#wrapperText {
	
	margin-left:auto;
	margin-right:auto;
	width:900px;
	padding-left:1px;
	position:relative;
	margin-top:0px;
	margin-bottom:100px; 
	
}
#nextprev {
	font-family:Tahoma, Geneva, sans-serif;
	width:120px;
	text-align:right;
	float:right;
	margin-top:-30px;
	white-space:nowrap;
}
.next {
	font-family:Tahoma, Geneva, sans-serif;
	display:inline-block;
	width:16px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	
}
.next-article {
	font-family:Tahoma, Geneva, sans-serif;
	display:inline-block;
	width:16px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	
}

#teamNames{
	display:none;
	position:absolute;
}
.greyText {
	
	letter-spacing:0.2em;
	font-size:10px;
	color:#999;
	
}
#nextprev a{
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	width:40px;

	
}
#nextprev a:hover{
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	
}


.header {
	display: block;
	z-index:5;
	position:relative;
	height: 25px;
	width: 100%;


	background-image: url(images2/header-ferrari-bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
.headerLink {
	background-image: url(images2/logo-ferrari.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;	

	margin-left: auto;
	margin-right: auto;

	padding-top:7px;
	
	width:881px;
	height:17px;
	
	margin-bottom:7px;
	display:block;
	overflow:hidden;
}
.headerLink:hover {
	background-image: url(images2/logo-ferrari.png);
	background-repeat:no-repeat;
	background-position: 0px -18px;	
}

#footer {
	width:100%;
	height:25px;
	background-image: url(images2/header-ferrari-bg.png);
	position:relative;
	margin-top:-25px;
	
	clear:both;
	
}
.push {
	height: 25px;
	
	
}
.headerShadow {
	display: block;
	height: 206px;
	width: 100%;
	margin-top:-31px;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(images2/shadow-ferrari.png);*/
	background-position: 0px 0px;
	background-repeat: repeat-x;
	
}
/*a.homeHeader:active , a.homeHeader:link, a.homeHeader:visited{
	display: block;
	height: 66px;
	width: 140px;
	background-image: url(images/header.jpg);
	background-position: 0px 0px;
}
a.homeHeader:hover {
	background-position: 0px 66px;
}
.lang {
	margin-left: 380px;
	margin-top: 259px;
	height: 47px;
	width: 240px;
}
.langButt {
	width: 240px;
	height: 47px;
}
a.langButtEn:link , a.langButtEn:visited, a.langButtEn:active{
	background-image: url(images/langEn.png);
	background-repeat: no-repeat;
	background-position: -120px;
	display: block;
	width: 120px;
	height: 47px;
	float: left;
}
a.langButtEn:hover {
	background-position: 0px;
}
a.langButtFr:link , a.langButtFr:visited, a.langButtFr:active{
	background-image: url(images/langFr.png);
	background-repeat: no-repeat;
	background-position: -120px;
	display: block;
	width: 120px;
	height: 47px;
	float: left;
}
a.langButtFr:hover {
	background-position: 0px;
}
*/


#screen {
	z-index: 3;
	position:absolute;
	display:block;

/*	margin: -10px auto 0;*/
	
	background-image: url(images/screen-black-40.png);
	
}

#black {
	z-index: 3;
	position:absolute;
	display:block;

/*	margin: -10px auto 0;*/

	background-image: url(images/background-black-80.png);

  	

	
}

.backgroundLoader {
	z-index: -2;
	position:absolute;
	display:block;
	margin-top:200px;

	background:  url(images/loading3.gif) no-repeat center center;	

  	

	
}


#nav {
	
	width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -155px;
	padding-left: 1px;
	cursor:pointer;
	z-index: 2;
	position:relative;
	height:68px;
	overflow:hidden;
}
.navMain {
	height: 23px;
	width: 900px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B7;
	margin-bottom:16px;
	
}
a.lang-fr, a.lang-en {
	height: 23px;
	width: 26px;
	display: block;
	float: right;
	text-align:left;	
	padding-bottom:6px;
	text-indent:60px;
	overflow:hidden;
}
a.lang-en {
	background:url(images/menuMain.png) -893px 32px;
}
a.lang-fr {
	background:url(images/menuMain.png) -868px 32px;
}
a.lang-en:hover {
	background:url(images/menuMain.png) -893px 72px;
}
a.lang-fr:hover {
	background:url(images/menuMain.png) -868px 72px;
}
a.lang-en.active-lang {
	background:url(images/menuMain.png) -893px 72px;
}
a.lang-fr.active-lang {
	background:url(images/menuMain.png) -868px 72px;
}


/*************** MAIN NAV ENGLISH ********************************************/

a.practice-en, a.projects-en, a.news-en, a.contact-en  {
	text-indent:160px;
	overflow:hidden;
	height: 23px;
	width: 150px;
	display: block;
	float: left;
	text-align:left;
	color:#B7B7B7;
	font-size:0.8em;
	
	padding-bottom:6px;
	font-family: Tahoma;
	letter-spacing: 0.35em;
	color:#fff;
	
}
a.practice-en  {
	background:url(images/menuMain.png) -15px 32px;
}
a.projects-en  {
	background:url(images/menuMain.png) -165px 32px;
}
a.news-en  {
	background:url(images/menuMain.png) -315px 32px;
}
a.contact-en  {
	background:url(images/menuMain.png) -465px 32px;
	width: 151px;
}
a.practice-en:hover  {
	
	background:url(images/menuMain.png) -15px 72px;
}
a.projects-en:hover  {
	background:url(images/menuMain.png) -165px 72px;
}
a.news-en:hover  {
	background:url(images/menuMain.png) -315px 72px;
}
a.contact-en:hover  {
	background:url(images/menuMain.png) -465px 72px;
	width: 151px;
}


a.practice-en.active , a.projects-en.active , a.news-en.active , a.contact-en.active   {
	text-indent:160px;
	overflow:hidden;
	height: 23px;
	width: 150px;
	display: block;
	float: left;
	text-align:left;
	color:#B7B7B7;
	font-size:0.8em;
	
	padding-bottom:6px;
	font-family: Tahoma;
	letter-spacing: 0.35em;
	color:#fff;
	
}
a.practice-en.active {
	background:url(images/menuMain.png) -15px 112px;
}
a.projects-en.active {
	background:url(images/menuMain.png) -165px 112px;
}
a.news-en.active {
	background:url(images/menuMain.png) -315px 112px;
}
a.contact-en.active  {
	background:url(images/menuMain.png) -465px 112px;
	width: 151px;
}


/*************** MAIN NAV FRENCH ********************************************/

a.practice-fr, a.projects-fr, a.news-fr, a.contact-fr  {
	text-indent:160px;
	overflow:hidden;
	height: 23px;
	width: 150px;
	display: block;
	float: left;
	text-align:left;
	color:#B7B7B7;
	font-size:0.8em;
	
	padding-bottom:6px;
	font-family: Tahoma;
	letter-spacing: 0.35em;
	color:#fff;
	
}
a.practice-fr  {
	background:url(images/menuMain-fr.png) -15px 32px;
}
a.projects-fr  {
	background:url(images/menuMain-fr.png) -165px 32px;
}
a.news-fr  {
	background:url(images/menuMain-fr.png) -315px 32px;
}
a.contact-fr  {
	background:url(images/menuMain-fr.png) -465px 32px;
	width: 151px;
}
a.practice-fr:hover  {
	
	background:url(images/menuMain-fr.png) -15px 72px;
}
a.projects-fr:hover  {
	background:url(images/menuMain-fr.png) -165px 72px;
}
a.news-fr:hover  {
	background:url(images/menuMain-fr.png) -315px 72px;
}
a.contact-fr:hover  {
	background:url(images/menuMain-fr.png) -465px 72px;
	width: 151px;
}


a.practice-fr.active , a.projects-fr.active , a.news-fr.active , a.contact-fr.active   {
	text-indent:160px;
	overflow:hidden;
	height: 23px;
	width: 150px;
	display: block;
	float: left;
	text-align:left;
	color:#B7B7B7;
	font-size:0.8em;
	
	padding-bottom:6px;
	font-family: Tahoma;
	letter-spacing: 0.35em;
	color:#fff;
	
}
a.practice-fr.active {
	background:url(images/menuMain-fr.png) -15px 112px;
}
a.projects-fr.active {
	background:url(images/menuMain-fr.png) -165px 112px;
}
a.news-fr.active {
	background:url(images/menuMain-fr.png) -315px 112px;
}
a.contact-fr.active  {
	background:url(images/menuMain-fr.png) -465px 112px;
	width: 151px;
}

/***********************************************************/



.pipe, .pipeR {
	float: left;
	margin-top:13px;
	height: 10px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B7B7B7;
}
.pipeR {
	float: right;
}
#navSub {
	height: 26px;
	width: 900px;
	display: block;
}
#navSubSelection {
	height: 29px;
	width: 900px;
	display: block;	
}

	


#slideshow, #slideshowPractice {
	height: 350px;
	width: 900px;
	/*background-image: url(images/background-white-10.png);*/
		float:left;
	z-index: 3;
	overflow:hidden;
	
	display:block;
	position:relative;
	top:0;
	
}

#slideshowProject, #slideshowNews, #slideshowContact  {
	height: 350px;
	width: 900px;
	/*background-image: url(images/background-white-10.png);*/
		float:left;
	z-index: 2;
	overflow:hidden;
	margin-bottom:25px;
	display:block;
	position:relative;
	top:0;
	background-image: url(images/background-white-20.png);
	/*display:none;*/
}

#slideshowProject {opacity:1;}


#slideshowWrapper, #slideshowWrapperNews {
	height: 350px;
	width: 900px;
	background-image: url(images/background-white-20.png);
		float:left;
	z-index: 1;
	overflow:hidden;
	position:absolute;
	display:none;
	margin-top:0px;
	
	
}

#loadingBox {
	z-index: 100;

	
	
}











#mainImage {
	height: 350px;
	width: 900px;
	margin-top: -350px;
}
#projectSubMenu {
	width:900px;
		float:left;
	height:26px;
	display:none;
	overflow:hidden;
	
}


#projectSubMenu a {
	float:left;
	height:18px;
	display: inline-block;
	
	
}

.projectSubMenuBg {
	height: auto;
	width: 600px;
	margin-top: 0px;
	padding-top: 8px;
	position: relative;
	z-index: 10;
	background-image: url(images/background-white-90.png);
	background-repeat: repeat;
}


#newsSubMenu {
	width:900px;
		float:left;
	height:26px;
	display:none;
	overflow:hidden;
	
}
#newsSubMenu a {
	float:left;
	height:18px;
	display: inline-block;
	
	
}


.newsSubMenuList, .projectSubMenuList {
	height: auto;
	width: 600px;

	padding-top: 18px;

	
	background-image: url(images/background-white-90.png);
	
	z-index: 1;
	
	
	
}

#subMenuText {
	height: 334px;
	width: 520px;
	overflow: auto;
	/*margin-top: -334px;*/
	position: relative;
	z-index: 20;
	font-family: Tahoma;
	color: #999;
	margin-left: 16px;
	font-size: 12px;
}




.newsTitle {

	margin-left:26px;
	text-align: left;
	float: left;
	cursor: pointer;
	width: 504px;
}
.projectTitle {

	margin-left:26px;
	text-align: left;
	float: left;
	cursor: pointer;
	width: 524px;
}
.newsDate {
	width: 50px;
	float: left;
	text-align: left;
	
	margin-left: 20px;
	cursor: pointer;
}
.projectDate {
	width: 30px;
	float: left;
	text-align: left;
	
	margin-left: 20px;
	cursor: pointer;
}
.newsItem {
	padding-top: 10px;
}
a.newsItemLink {
	color: #666;
	text-decoration: none;
	float: left;
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom: 8px;
	cursor: pointer;
	font-style: italic;
}
a.newsItemLink:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 19px;
}

a.projectItemLink {
	color: #666;
	text-decoration: none;
	float: left;
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom: 8px;
	cursor: pointer;
	font-style: italic;
}
a.projectItemLink:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 19px;
}








a.navButtSubPhilo_fr:link, a.navButtSubPhilo_fr:visited, a.navButtSubPhilo_fr:active {
	background-image: url(images/fr/navPhilo.png);
	height: 36px;
	width: 150px;
	display: block;
	float: left;
	margin-top: 6px;
	background-repeat: no-repeat;
}
a.navButtSubPhilo_fr:hover {
	background-position: 0px -36px;
}
.navButtSubPhiloSelected_fr {
	background-position: 0px -36px;
	height: 36px;
	width: 150px;
	display: block;
	margin-top: 6px;
	float: left;
}

/*a.navButtSub1:link , a.navButtSub1:visited, a.navButtSub1:active {
	background-image: url(images/navSubPracticeOff_studio.jpg);
	height: 36px;
	width: 65px;
	display: block;
	float: left;
}
a.navButtSub2:link , a.navButtSub2:visited, a.navButtSub2:active {
	background-image: url(images/navSubPracticeOff_philosophy.jpg);
	height: 36px;
	width: 98px;
	display: block;
	float: left;
}
a.navButtSub3:link , a.navButtSub3:visited, a.navButtSub3:active {
	background-image: url(images/navSubPracticeOff_urban.jpg);
	height: 36px;
	width: 110px;
	display: block;
	float: left;
}
a.navButtSub4:link , a.navButtSub4:visited, a.navButtSub4:active {
	background-image: url(images/navSubPracticeOff_architecture.jpg);
	height: 36px;
	width: 114px;
	display: block;
	float: left;
}
a.navButtSub5:link , a.navButtSub5:visited, a.navButtSub5:active {
	background-image: url(images/navSubPracticeOff_interiors.jpg);
	height: 36px;
	width: 89px;
	display: block;
	float: left;
}
a.navButtSub1:hover, a.navButtSub2:hover, a.navButtSub3:hover, a.navButtSub4:hover, a.navButtSub5:hover {
	background-position: 0px -36px;
}*/
a.navButtSub:link, a.navButtSub:visited, a.navButtSub:active {
	height: 10px;
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 13px;
	color: #848484;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-left: 11px;
	padding-right: 10px;
	padding-top: 9px;
	text-shadow: none;
}
a.navButtSub:hover {
	background-position: 0px -36px;
	text-shadow: #fff 0.1em 0.1em 0.6em;
	color: #FFC;
}

/*#navSub a:link, #navSub a:visited, #navSub a:active {
	height: 17px;
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 13px;
	color: #848484;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-left: 11px;
	padding-right: 10px;
	padding-top: 9px;
}
#navSub a:hover {
	background-position: 0px -36px;
	text-shadow: #fff 0.1em 0.1em 0.6em;
	color: #FFC;
}*/







a.navButtSubSelected {
	text-shadow: #fff 0.1em 0.1em 0.6em;
	color: #FFC;
	height: 17px;
	display: block;
	float: left;
	
	text-decoration: none;
	
	padding-left: 11px;
	padding-right: 10px;
	padding-top: 9px;
}





a.navButtSubSelect {
	background-image: url(images/background-white-30.png);
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	margin-right:2px;
	margin-bottom:2px;
	font-size:11px;
	font-family: Tahoma;
	color:#000;
	
}
a.navButtSubSelect:hover {
	background-image: url(images/background-white-90.png);
	font-size:11px;
	font-family: Tahoma;
	color:#000;
}

a.navButtSubSelectHighlight {
	background-image: url(images/background-white-90.png);
}









#newsContent {
	width: 900px;
	
	font-family: Tahoma;
	float:left;

	z-index: 1;
	display: none;
	height: 150px;
}
.newsContentTitle {
	display: block;
	width:880px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-image: url(images/background-black-70.png);
	font-size: 12px;
	float:left;
	top:375px;
	color: #CCC;
	z-index:5;
	font-family: Tahoma;
	padding:10px;
	margin-top:2px;
	
}
#newsContentImg {
	height: 350px;
	width: 900px;
	display: block;
}


#newsContentBody {
	width:880px;
	color: #CCC;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 2em;
	float:left;

	padding:10px;
	background-image: url(images/background-black-70.png);
}

#projectContent {
	width: 900px;
	
	font-family: Tahoma;
	float:left;
	z-index: 1;
	display: none;
}
.projectContentTitle {
	display: block;
	width:880px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-image: url(images/background-black-70.png);
	font-size: 12px;
	float:left;
	top:375px;
	color: #CCC;
	z-index:5;
	font-family: Tahoma;
	padding:10px;
	margin-top:2px;
	
}
#mainImageArea {
	height: 350px;
	width: 900px;
	display: block;
	overflow: hidden;
}

#projectContentBody {
	width:880px;
	color: #CCC;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 2em;
	float:left;

	padding:10px;
	background-image: url(images/background-black-70.png);
}
.blackframeTop {
	height: 20px;
	width: 900px;
	background-image: url(images/background-black-30.png);
	display:block;
	
	position: relative;
	z-index: 20;
}
.blackframeBott {
	height: 20px;
	width: 900px;
	background-image: url(images/background-black-30.png);
	display:block;
	margin-top: 310px;
	position: relative;
	z-index: 20;
}


.blackframeBottContact {
	height: 100px;
	width: 900px;
	/* for IE */
 	filter:alpha(opacity=80);
	/* CSS3 standard */
  	opacity:0.8;
	background-color: #000;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.blackframeBottContactDetails {
	font-family: Tahoma;
	font-size: 12px;
	color: #CCC;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 20px;
	line-height: 20px;
	text-align:left;
	height: 76px;
	width: 878px;
	background-image: url(images/background-black-70.png);
	display:block;
	margin-top: 234px;
	position: relative;
	z-index: 20;
}
.linkIntext {
	font-family: Tahoma;
	font-size: 12px;
	color: #CCC;

	text-align:center;
	}
.zoom {
	font-family: Tahoma;
	font-size: 11px;
	color: #848484;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	margin-top: 350px;
	text-align: center;
}
a.navButtZoom:link, a.navButtZoom:visited, a.navButtZoom:active {
	font-family: Tahoma;
	font-size: 15px;
	color: #848484;
	text-decoration: none;
	letter-spacing: 0.1em;
}
a.navButtZoom:hover {
	background-position: 0px -36px;
	text-shadow: #fff 0.1em 0.1em 0.6em;
	color: #FFC;
}
a.linkIntext:link, a.linkIntext:visited, a.linkIntext:active {
	font-family: Tahoma;
	color: #999;
	text-decoration: none;	
}
a.linkIntext:hover {
	text-shadow: #fff 0.1em 0.1em 0.6em;
	color: #FFC;
}

#thumbnailAreaNews, #thumbnailArea, #thumbnailAreaPractice {
	float:left;
	margin-top:-25px;
	width: 900px;
	height: 25px;
	display: block;
	background-image: url(images/background-black-40.png);
}
.thumbnailArea {
	float:left;
	margin-top:-25px;
	width: 900px;
	height: 25px;
	display: block;
	background-image: url(images/background-black-40.png);
}


#thumbnailArea a,#thumbnailAreaPractice a, #thumbnailAreaNews a, a.thumbnailLink, .thumbnailArea a {
	height: 25px;
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	color: #848484;
	text-decoration: none;
	letter-spacing: 0em;
	padding-left: 11px;
	padding-top: 4px;
	padding-right: 2px;
	position:relative;
	z-index:6;
}
#thumbnailArea a:hover , #thumbnailArea a.activeSlide, a.thumbnailLink:hover, .thumbnailArea a:hover, .thumbnailArea a.activeSlide {
	background-position: 0px -36px;
	text-shadow: #fff 0.1em 0.1em 0.6em;
	color: #FFC;
}
#thumbnailAreaPractice a:hover , #thumbnailAreaPractice a.activeSlide {
	background-position: 0px -36px;
	text-shadow: #fff 0.1em 0.1em 0.6em;
	color: #FFC;
}
#thumbnailAreaNews a:hover , #thumbnailAreaNews a.activeSlide {
	background-position: 0px -36px;
	text-shadow: #fff 0.1em 0.1em 0.6em;
	color: #FFC;
}
.closeProjectInfo {
	width:900px;
	float:left;
	z-index:21;
	height:30px;

	background-image: url(images/projectFooter.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.closeNewsList {
	width:600px;
	float:left;
	z-index:21;
	height:30px;
	margin-bottom:70px;
	background-image: url(images/listNewsFooter-90.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.closeProjectList {
	width:600px;
	float:left;
	z-index:21;
	height:30px;
	margin-bottom:70px;
	background-image: url(images/listNewsFooter-90.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.closePracticeList {
	width:900px;
	float:left;
	z-index:21;
	margin-bottom:70px;
	
	background-image: url(images/listNewsFooter-90.png);
	background-position: right top;
	background-repeat: no-repeat;
}
a.close {
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 16px;
	margin-top:16px;
	width: 16px;
	float:right;
	z-index:22;
	overflow:hidden;
	
}
a.close:hover {
	background-image: url(images/close.png);
	background-position: 0px -18px;
}

/*.closeNewsArticle {
	margin-top: 65px;
	float:left;
	top:324px;
	left:872px;
	z-index:21;
	margin-right: 10px;
}*/
.closeNewsInfo {
	width:900px;
	float:left;
	z-index:21;
	height:30px;

	background-image: url(images/projectFooter.png);
	background-position: right top;
	background-repeat: no-repeat;
	}

#articleFiller {
	height:375px;
}





#loader {
	height: 350px;
	width: 900px;
	position:absolute;
	display:none;
	z-index: 104;
	
	
	
	
}

#loader2 {
	height: 350px;
	width: 900px;
	position:absolute;
	display:block;
	z-index: 100;
	background:  url(images/loading.gif) no-repeat center center;	
		
		

	
}
#loader3 {
	height: 350px;
	width: 900px;
	position:absolute;
	display:block;
	z-index: 99;
	background-image: url(images/background-white-20.png);

	
}
.loading {
	
	
	
	
	
}


#loadingBg {
	height: 50px;
	width: 900px;
	position:absolute;
	top:400px;
	display:block;
	z-index: 100;
	background:  url(images/loading.gif) no-repeat center center;	
		
	
	
	
	
}
.notloading {

	z-index: 1;
	
	
	
}

.hide {
	display: none;
}
.show {
	display: inline;
}
#newsContent2 {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	font-family: Tahoma;
	
	z-index: 1;
	
	height: 1px;
}


#practiceSubMenu {
	width:900px;
	display:none;
	float:left;
	
	overflow:hidden;
}
	
#practiceSubMenu a {
	float:left;
	height:18px;
	display: inline-block;
}
.nonActiveTab {
	background-image: url(images/background-white-30.png);
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	margin-right:2px;
	margin-bottom:2px;
	font-size:11px;
	font-family: Tahoma;
	color:#000;
}
a.nonActiveTab:hover {
	background-image: url(images/background-white-90.png);
	font-size:11px;
	font-family: Tahoma;
	color:#000;
}
a.activeTab {
	background-image: url(images/background-white-90.png);
	
}
	

.practiceContent {
	background-image: url(images/background-white-90.png);
	text-align:left;
	width:900px;
	float:left;
	z-index: 2;
	position:relative;
	
}
.practiceText {
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 2em;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 16px;
	margin-top:2px;
	background-image: url(images/background-white-90.png);
	float:left;
	width:856px;
	position:relative;
	
}


.practiceContentWide {
	margin-top:-350px;
	position:relative;
	z-index:3;
	text-align:left;
	width:900px;
	float:left;
	overflow:hidden;
	
	
}
.practiceContentWidePhilo {
	margin-top:0px;
	position:relative;
	z-index:3;
	text-align:left;
	width:900px;
	float:left;
	overflow:hidden;
	
	
}
.practiceImage {
	
	height: 350px;
	width: 900px;
	background-image: url(images/background-white-10.png);
	float:left;
	z-index: 2;
	overflow:hidden;
	position: relative;
	display:block;
}
.practiceImageNone {
	
	height: 350px;
	width: 900px;

	float:left;
	z-index: 1;
	
	position: relative;
	display:block;
}
#team {
	height: 350px;
	width: 900px;
	background-image: url(images/background-white-10.png);
	float:left;
	z-index: 2;
	overflow:hidden;
	position: relative;
	display:block;
	

}

#teamNames {
	height:210px;
	width:900px;
	margin-top:130px;
	padding-left:46px;
	padding-top:10px;
	background-image: url(images/background-white-90.png);
	
}
#teamLink {
	height:170px;
	width:14px;
	overflow:hidden;
	display:inline-block;
	
}



.pressThumbs {
	padding-top:20px;
	z-index:4;
	position:relative;
	
}
.pressThumbs img {
	height:260px;
	margin-right:20px;
	
}


	
	
#projectInfo {
	width: 900px;
	float:left;
	position:relative;
	display:none;
	margin-top:0px;
	
	font-family: Tahoma;
	text-align:left;
	z-index: 5;
	
	
}	
#newsInfo {
	width: 900px;
	float:left;
	position:relative;
	
	margin-top:0px;

	font-family: Tahoma;
	text-align:left;
	z-index: 5;
	
}	
#projectListWrapper {

	width: 900px;
	display:none;
	float:left;
	position: relative;
	z-index: 4;
	
	clear:none;
}
#projectListHolder {
	height: auto;
	width: 900px;
	display:block;
	position: absolute;
	z-index: 5;
	clear:none;
}
#articleListWrapper {

	width: 900px;
	display:none;
	float:left;
	position: relative;
	z-index: 4;
	
	clear:none;
}

#articleListHolder {
	height: auto;
	width: 900px;
	display:block;
	position: absolute;
	z-index: 5;

	clear:none;
}
#practiceHolder {
	
	height:350px;
	
	float:right;
	padding-top:0;
	width:900px;
	position:relative;
	z-index:1;

}


#practiceContent {

	position:relative;
	margin-top:0px;
	width:900px;
	
	z-index:1;
	display:none;
	
	
}
#contactHolder {
	float:left;
	z-index:5;
	padding-top:0;
	width:900px;
	top:0px;
	margin-top:0px;
	/*background-image: url(images/background-white-20.png);*/
	
}

#bwslide {
	display:block;
	
	top:0;
	left:0;
	z-index:3;
	position: fixed;
	
	}

#practiceContent #pageButtonHolder {
	position:absolute;
	top:350px;
	left:0px;
	margin-right:30px;
	margin-bottom:20px;
	

}


#practiceContent a.pageButton {
	font-family: Tahoma;
	font-size:11px;
	color:#000;
	padding:4px;
	padding-left:7px;
	padding-right:7px;
	margin:2px;
	margin-left:0px;
	display:block;
	background-image: url(images/background-white-90.png);
	float:left;
	

}

#practiceContent a.pageButton:hover, #practiceContent .pageButton {
	font-family: Tahoma;
	font-size:11px;
	color:#000;
	padding:4px;
	padding-left:7px;
	padding-right:7px;
	margin:2px;
	margin-left:0px;
	display:block;
	background-image: url(images/background-white-30.png);
	float:left;
	

}


#articleListHolder #pageButtonHolder {
	float:left;
	clear:both;
	margin-top: -68px;
	margin-bottom: 70px;
	

}


#articleListHolder a.pageButton {
	font-family: Tahoma;
	font-size:11px;
	color:#000;
	padding:4px;
	padding-left:7px;
	padding-right:7px;
	margin:0px;
	margin-right:2px;
	
	display:block;
	background-image: url(images/background-white-90.png);
	float:left;
	

}

#articleListHolder a.pageButton:hover, #articleListHolder .pageButton {
	font-family: Tahoma;
	font-size:11px;
	color:#000;
	padding:4px;
	padding-left:7px;
	padding-right:7px;
	margin:0px;
	margin-right:2px;
	background-image: url(images/background-white-30.png);
	display:block;
	
	float:left;
	

}

#tempHolder {
		display:none;

}

#navBlocker {
	
	top:0px;
	position:absolute;
	z-index:200;
	height:68px;
	width:900px;
	display:none;
	cursor:default;
}
