
/**** basic ****/

body {
  font-family: times new roman;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

*{
  margin:0;
  padding:0;
}

.hidden{
  display:none;
}

img{
  border:none;
}

a{
  color:#999999;
  text-decoration:none;
}

a.active{
  color:#9e062a;
}

a:hover, a:active{
  color:#a0062c;
}

.linkColor{
  color:#999999;
}

/**** basic ****/

/**** video player ****/

#videoCover{
  position:fixed;
  -position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -height: 1800px;
  background-color:#000000;
  z-index:500;
  opacity: 0.6; 
  filter: alpha(opacity=60);
}

#videoContainer{
  position:fixed;
  -position:absolute;
  width: 100%;
  height: 100%;
  z-index:600;
  text-align:center;
  padding-top:100px;
}

#videoContainerIntro{
  margin-top:10px;
}

#videoContainerInline{
  padding-top:35px;
  -width: 610px;
  -overflow:hidden;
}

#videoContainerInline.highrise{
  margin-left:143px;
  -margin-left:0px;
}

/**** video player ****/

/**** grid ****/
#pageContainer	{
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align:center;
  z-index:400;
}

#pageContent, #pageContentIndex{
  position:relative;
  width:945px;
  margin: auto;
  text-align:left;
}

#pageContentIndex{
  padding-right:17px;
  *padding-right:0px;
}

#topNavigationWrapper{
  position:relative;
  height:42px;
  width:945px;
  margin-top:26px;
  *margin-top:27px;
  border-bottom:solid 1px #363642;
  clear:both;
  overflow:hidden;
}

#topNavigation{
  position:relative;
  height:42px;
  float:left;
  display:block;
}

#mainNavigation{
  position:relative;
  height:180px;
  margin-top:24px;
  border-bottom:solid 1px #363642;
}

#contentWrapper{
  margin-top:29px;
  clear:both;
  overflow:hidden;
}

#contentNavigation{
  position:relative;
  width:300px;
  margin-top:3px;
  float:left;
}

#footerNavigation{
  position:relative;
  height:26px;
  *margin-top:98px;
  -margin-top:0px;
}

/**** grid ****/


/**** top navigation ****/

#topNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topNavigation ul li {
  margin-right:9px;
  float: left;
}

#tignumLogo{
  position:relative;
  margin-top:2px;
  float:right;
}

/**** top navigation ****/


/**** content navigation ****/

#contentNavigation ul.main {
  list-style: none;
  margin: 3px 0 58px 35px;
  *margin: 4px 0 57px 35px;
  padding: 0;
}

#contentNavigation ul.main li {
  margin-bottom:15px;
}

#contentNavigation ul.sub {
  list-style: none;
  margin: 15px 0 45px 20px;
  padding: 0;
  display:none;
}
#contentNavigation ul.active {
  display:block;
}

#contentNavigation ul.sub li {
  margin-bottom:15px;
}

/**** content navigation ****/


/**** navigation teaser ****/

#navigationTeaserContainer{
  border-top:solid 5px #363642;
}

#navigationTeaserContainer #navigationTeaser{
  position:relative;
  *position:absolute;
  margin-top:40px;
  margin-left:35px;
  width:191px;
  padding:11px 20px 0 19px;
  color:#ffffff;
  background-color:#9e062a;
  line-height: 20px;
  display:block;
}

#navigationTeaserContainer #navigationTeaser h2{
  font-size: 15px;
  line-height: 17px;
  margin-bottom:3px;
  *margin-bottom:2px;
}

#navigationTeaserContainer #navigationTeaser p{
  font-size: 15px;
  padding-bottom:14px;
  *padding-bottom:15px;
}

#navigationTeaserContainer #navigationTeaser a{
  padding-bottom:10px;
  color:#ffffff;
  display:block;
}

/**** navigation teaser ****/



/****  main navigation ****/

#mainNavigation a span{
  display:none;
}

#mainNavigation a#company{
  width:400px;
  height:80px;
  margin-bottom:9px;
  background-image: url(/_img/main_navigation_company.gif );
  display:block;
  float:left;
}
#mainNavigation a#company:hover,
#mainNavigation a#company.active{
  background-image: url(/_img/main_navigation_company-a.gif );
}

#mainNavigation a#references{
  width:503px;
  height:80px;
  margin-bottom:9px;
  background-image: url(/_img/main_navigation_references.gif );
  display:block;
  float:right;
}

#mainNavigation a#references:hover,
#mainNavigation a#references.active{
  background-image: url(/_img/main_navigation_references-a.gif );
}

#mainNavigation a#deliverables{
  width:633px;
  height:81px;
  background-image: url(/_img/main_navigation_deliverables.gif );
  display:block;
  float:left;
}

#mainNavigation a#deliverables:hover,
#mainNavigation a#deliverables.active{
  background-image: url(/_img/main_navigation_deliverables-a.gif );
}

#mainNavigation a#blog{
  width:271px;
  height:81px;
  background-image: url(/_img/main_navigation_blog.gif );
  display:block;
  float:right;
}

#mainNavigation a#blog:hover,
#mainNavigation a#blog.active{
  background-image: url(/_img/main_navigation_blog-a.gif );
}

/****  main navigation ****/



/**** footer navigation ****/

#footerNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footerNavigation ul li {
  margin-left:12px;
  float: right;
}

#footerDisclaimer{
  position:relative;
  width:650px;
  padding-top:9px;
  margin-left:295px;
  padding-bottom:20px;
  font-size: 12px;
  color:#a0062c;
  text-align:right;
  text-transform: uppercase;
  border-top:solid 1px #363642;
}

/**** footer navigation ****/

/**** index ****/

#videoContainer{
  margin-top:10px;
  margin-left:8px;
  
}

.introCopy{
  margin-top:10px;
}

.indexEnter{
  margin-top:41px;
  *margin-top:40px;
  margin-left:1px;
  display:block;
  width:58px;
  height:20px;
  background-image: url(/_img/button_index_enter.gif );
}
.indexEnter:hover{
  background-image: url(/_img/button_index_enter-a.gif );
}

#topNavigationCover{
  position:absolute;
  height:300px;
  width:945px;
  top:380px;
  *top:407px;
  left:00px;
  clear:both;
  overflow:hidden;
  background-color:#ffffff;
}

#mainNavigation.indexNavigation{
  border-bottom:solid 1px #363642;
}

#mainNavigationAnimation{
  position:absolute;
  top:379px;
  *top:406px;
  left:0px;
  border-top:solid 1px #363642;
  background-color:#ffffff;
  height:300px;
  width:945px;
}

/**** index ****/


/**** text basic ****/

#textBasic{
  position:relative;
  width:612px;
  padding-left:33px;
  padding-bottom:55px;
  border-bottom:solid 5px #363642;
  float:left;
  margin-bottom:98px;
  -margin-bottom:49px;
}

#textBasic h1{
  height: 39px;
  font-size: 26pt;
}

#textBasic h1.second{
  margin-top: -4px
}

#textBasic img.contentImage{
  margin-top: 38px;
  margin-left: 153px;
}

#textBasic .readerLoginButton{
  margin-top: 2px;
  *margin-top: 3px;
}

#textBasic div.textInput{
  margin-top:4px;
  *margin-top:6px;
}

#textBasic input{
  height:20px;
  width:116px;
}

#textBasic .readerLoginButton img{
  margin-left: 2px;
}

#textBasic .readerLoginButton:hover{
  cursor:pointer;
}

#textBasic p{
  margin:17px 0 0 2px;
  line-height: 20px;
  width:570px;
}

#textBasic p.loginError{
  margin:10px 0 20px 0;
  line-height: 20px;
  width:570px;
  display:none;
  color:#9e062a;
}

#textBasic div.copy_dashed_line{
  height: 1px;
  width:570px;
  background-image: url( /_img/dashed_line_red.gif );
  background-repeat:repeat-x;
  margin-top:25px;
  padding-bottom:6px;
}

#textBasic p img.total_integration{
  margin:35px 0 30px 0;
}

#textBasic p.video{
  margin:0 0 0 2px;
}

#textBasic #videoContainer{
  margin-left:2px;
  margin-bottom:40px;
}

/**** text basic ****/

/**** team basic ****/

#teamBasic{
  position:relative;
  border-bottom:solid 5px #363642;
  float:left;
  width:645px;
  margin-bottom:98px;
}

#teamBasic h1{
  height: 39px;
  margin-left:33px;
  padding-bottom:4px;
}

#teamBasic p{
  width:570px;
  margin:17px 0 33px 33px;
  padding-bottom:4px;
}

#teamBasic #imageGallery{
  margin:18px 0 20px 0;
  padding:0;
  overflow:hidden;
  width:605px;
  padding-left:44px;
  -padding-left:40px;
}

#teamBasic .galleryEntry{
  position:relative;
  width:106px;
  height:105px;
  float:left;
  padding-right:45px;
  margin-bottom:40px;
}

#teamBasic .galleryEntry img.portrait,
#teamBasic .galleryEntry img.portraitInvert{
  position:absolute;
  top:0px;
  left:0px;
  width:106px;
  height:105px;
}

#teamBasic .galleryEntry img.portrait{
}

#teamBasic .galleryEntry span.firstname, 
#teamBasic .galleryEntry span.lastname{
  position:absolute;
  left:0px;
  padding:2px 4px 3px 5px;
  line-height: 13px;
  color:#ffffff;
  background-color:#000000;
}

#teamBasic .galleryEntry span.firstname{
  bottom:19px;
  display:none;
}

#teamBasic .galleryEntry span.lastname{
  bottom:0px;
  display:none;
}

.galleryTooltip{
  position:absolute;
  top:0px;
  left:0px;
  width:250px;
  height:100px;
  color:#ffffff;
  display:none;
}

.galleryTooltip div{
  position:absolute;
  -position:static;
  bottom:30px;
  left:0px;
  width:220px;
  display:none;
  background-color:#990033;
  padding:12px 15px 13px 15px;
}

.galleryTooltip div span.headline{
  display:block;
  font-weight:bold;
  margin-bottom:3px;
}

#teamBasic .galleryTooltip div span.copytext{
  display:block;
  line-height:20px;
}

.galleryTooltip img#tooltip_peak_invert{
  position:absolute;
  bottom:0px;
  right:0px;
  display:none;
  float:right;
}

.galleryTooltip img#tooltip_peak{
  position:absolute;
  bottom:0px;
  left:0px;
  display:none;
  float:right;
}

/**** team basic ****/

/**** leaders ****/

#leaders{
  position:relative;
  width:610px;
  padding-left:33px;
  border-bottom:solid 5px #363642;
  float:left;
  padding-bottom:30px;
  margin-bottom:98px;
}

#leaders h1{
  height: 39px;
  margin-bottom:19px;
}

#leaders p{
  width:570px;
  line-height:20px;
  margin-left:2px;
  margin-bottom:32px;
}

#leaders .leaders_entry{
  width:576px;
  overflow:hidden;
}

#leaders .leaders_entry img{
  float:left;
  margin-top:3px;
  margin-left:2px;
}

#leaders .leaders_entry div.text{
  float:right;
  width:424px;
}

#leaders .leaders_entry div.text h2{
  font-size: 14px;
  line-height: 15px;
  font-weight:bold;
  margin-bottom:5px;
}

#leaders .leaders_entry div.text h3{
  font-size: 14px;
  line-height: 15px;
  font-weight:normal;
  margin-bottom:13px;
}

#leaders .leaders_entry div.text p{
  line-height: 20px;
  margin-bottom:25px;
  min-height: 113px;
  -height: 113px;
  width:auto;
}

#leaders .leaders_entry .dashed_line{
  height: 1px;
  clear:both;
  background-image: url(/_img/dashed_line_red.gif );
  background-repeat:repeat-x;
  margin-left:2px;
  margin-bottom:26px;
  -margin-bottom:11px;
}


/**** leaders ****/

/**** media ****/

#media{
  position:relative;
  width:610px;
  padding-left:33px;
  border-bottom:solid 5px #363642;
  float:left;
  padding-bottom:60px;
  margin-bottom:98px;
}

#media.noPadding{
 padding-bottom:0;
}

#media h1{
  height: 39px;
  margin-bottom:17px;
  font-size: 26pt;
}

#media p{
  width:570px;
  line-height:20px;
  margin-left:2px;
  margin-bottom:19px;
}

#media div.copy_dashed_line{
  height: 1px;
  width:570px;
  background-image: url( /_img/dashed_line_red.gif );
  background-repeat:repeat-x;
  margin-top:25px;
  padding-bottom:24px;
  -padding-bottom:9px;
}

#media img.theBook{
  padding-top:6px;
  margin-left:35px;
  display:block;
}

#media img.iPhone{
  padding-top:6px;
  margin-left:15px;
  display:block;
}

#media .media_entry{
  width:424px;
  margin-left:2px;
  overflow:hidden;
  float:left;
}

#media .media_entry img{
  float:left;
  margin-left:20px;
  margin-top:10px;
  -margin-top:5px;
}

#media .media_entry a img{
  margin-top:0px;
  -margin-top:-5px;
}

#media .media_entry div.text{
  float:right;
  width:334px;
  margin-top:6px;
  -margin-top:1px;
  display:block;
}

#media .media_entry div.text h2{
  font-size: 14px;
  line-height: 15px;
  font-weight:bold;
  margin-bottom:3px;
  color:#363642;
}

#media .media_entry div.text p{
  width:auto;
  margin:0;
}

#media .media_entry div.text a{
  padding-top:12px;
  font-size: 14px;
  line-height: 17px;
  display:block;
}

#media .media_entry .dashed_line{
  height: 1px;
  background-image: url(/_img/dashed_line_red.gif );
  background-repeat:repeat-x;
  margin-top:16px;
  margin-bottom:10px;
  -margin-bottom:0px;
}

#media .dashed_line_end{
  width:424px;
  height: 17px;
  margin-left:2px;
  background-image: url(/_img/dashed_line_red.gif );
  background-position:0 16px;
  background-repeat:repeat-x;
  float:left;
}

/**** media ****/

/**** text list ****/

#textList{
  position:relative;
  width:612px;
  padding-left:33px;
  border-bottom:solid 5px #363642;
  float:left;
  padding-bottom:55px;
  margin-bottom:98px;
}

#textList h1{
  height: 39px;
}

#textList p{
  margin:17px 0 35px 2px;
  *margin:17px 0 11px 2px;
  line-height: 20px;
  width:565px;
}

#textList ul {
  list-style: none;
  padding: 0 0 7px 2px;
}

#textList ul li {
  margin-bottom:5px;
}

#textList .text_list_entry{
  width:574px;
  margin-left:2px;
}

#textList .text_list_entry h2{
  font-size: 14px;
  line-height: 15px;
  font-weight:bold;
  margin-bottom:0px;
  color:#363642;
}

#textList .text_list_entry p{
  margin: 13px 0 12px 0;
  *margin: 13px 0 11px 0;
  width:auto;
}

#textList .text_list_entry p.italic{
  margin: 18px 0 0 0;
  -margin: 10px 0 0 0;
  font-style:italic;
}

#textList .text_list_entry p.name{
  margin: 10px 0 0 0;
}

#textList .text_list_entry a{
  font-size: 14px;
  line-height: 17px;
}

#textList .text_list_entry .dashed_line{
  height: 1px;
  clear:both;
  background-image: url(/_img/dashed_line_red.gif );
  background-repeat:repeat-x;
  margin-top:24px;
  margin-bottom:25px;
  -margin-bottom:10px;
}

/**** text list ****/

/**** contact ****/

#contact{
  position:relative;
  width:610px;
  padding-left:33px;
  border-bottom:solid 5px #363642;
  float:left;
  padding-bottom:31px;
  -padding-bottom:33px;
  margin-bottom:98px;
}

#contact h1{
  height: 39px;
  margin-bottom:17px;
}

#contact p{
  width:570px;
  line-height:20px;
  margin-left:2px;
  margin-bottom:9px;
  -margin-bottom:8px;
}

#contact .contact_entry{
  width:574px;
  margin-left:2px;
  overflow:hidden;
}

#contact .contact_entry p{
  margin:0;
  padding-top:1px;
  padding-bottom:9px;
}

#contact .contact_entry img{
  float:left;
  margin-top:13px;
  -margin-top:14px;
}

#contact .contact_entry div.text{
  float:right;
  width:424px;
  margin-top:13px;
  padding-bottom:25px;
  -padding-bottom:23px;
  display:block;
  overflow:hidden;
}

#contact .contact_entry div.text h2{
  font-size: 14px;
  line-height: 15px;
  font-weight:bold;
  margin-bottom:13px;
  color:#363642;
}

#contact .contact_entry div.text p{
  margin:0 0 12px 0;
  padding:0;
  width:auto;
}

#contact .contact_entry div.text a{
  font-size: 14px;
  line-height: 18px;
}

#contact .contact_entry .dashed_line{
  height: 1px;
  background-image: url(/_img/dashed_line_red.gif );
  background-repeat:repeat-x;
  margin-bottom:20px;
  -margin-bottom:0px;
  clear:both;
}

/**** contact ****/

/**** clientBasic ****/

#clientBasic{
  position:relative;
  width:610px;
  padding-left:33px;
  border-bottom:solid 5px #363642;
  float:left;
  padding-bottom:33px;
  *padding-bottom:32px;
  margin-bottom:98px;
}

#clientBasic h1{
  height: 39px;
  margin-bottom:17px;
}

#clientBasic table{
  width:610px;
  height:500px;
}

#clientBasic td{
  vertical-align:middle;
  text-align:center;
}

/**** clientBasic ****/

/**** blog ****/

#blogContainer{
  position:relative;
  width:610px;
  padding-left:33px;
  border-bottom:solid 5px #363642;
  float:left;
  padding-bottom:56px;
  *padding-bottom:46px;
  -padding-bottom:56px;
  margin-bottom:98px;
}

#blogContainer h1{
  height: 39px;
  margin-bottom:17px;
}

#blogiframe #siloDialogIFrame{
  margin-left:-10px;
  -margin-left:-20px;
}

/**** blog ****/