﻿/**** TSP Colors ****/
.teal{ color: #22bcb9; }
.red{ color: #f26649; }
.yellow{ color: #ffc425; }
.purple{ color: #9c0059; }
.gray{ color: #c9c1b8; }

.tealbg{ background-color: #22bcb9; }
.redbg{ background-color: #f26649; }
.yellowbg{ background-color: #ffc425; }
.purplebg{ background-color: #9c0059; }
.graybg{ background-color: #c9c1b8; }

html { overflow: hidden; }
body{	font-family: Arial, san-serif; font-size: 13px; color:#666666; overflow: hidden; }

h1,h2,h3,h4,h5{ font-weight: normal; }

hr, .hr { width: 960px; color: #333333; background-color: #333333; height: 1px; margin: 0; border: 0; padding: 0; clear: both; }

a:link, a:visited { text-decoration: none; color: #4e84c4; }
a:hover, a:active { text-decoration: underline; color: #4e84c4; }

.left { float: left; }
.right { float: right; }
.clear{	clear:both; }

#fallback { height: 406px; width: 720px; position: absolute; z-index: 1; }
#player { height: 406px; width: 720px; position: absolute; z-index: 2; }
#player_api { position: absolute; z-index: 2; }
#absolutecontent { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; background: transparent url('../images/bg.png') top left repeat; overflow-y: auto; overflow-x: hidden; z-index: 3; }

#container{ width: 960px; margin: 50px auto; background-color: #ffffff; }
#header{ width: 960px; height: 131px; position: relative; }

/**** Logo ****/
#logobox{ position: relative; height: 63px; width: 161px; margin-top: 29px; margin-left: 50px; overflow: hidden; float: left; }
#logobox a{ background-image: url('../images/logo.png'); background-repeat:no-repeat; }
.logo a{ position: absolute; left: 0px; height: 63px; width: 161px; background-position: 0 0; }
.logo a:hover { background-position: 0 -63px; }

#tagline { float: right; height:24px; margin-top: 50px; margin-right: 50px; font-size: 16px; color: #666666; }
#tagline span.period { padding-right: 4px; font-weight: bold; }
#tagline span.period:last-child { padding-right: 0px; }

/****  Navigation  ****/
#navbox{ float:right; height: 29px; width: 495px; margin-top: 10px; }
#nav{	position:relative; height: 29px; width: 495px; overflow: hidden; }
#nav a { padding-top: 6px; margin-left: 6px; background-image: url('../images/nav_sprite.png'); font-size: 18px; color: #666666; text-align: center; text-decoration: none;  float: left; height: 23px;  }

#nav .work a { width: 63px; background-position: 0 0; }
#nav .people a { width: 74px; background-position: -69px 0;}
#nav .tspcares a { width: 104px; background-position: -149px 0; }
#nav .contact a { width: 83px; background-position: -259px 0; }
#nav .backstage a { text-align: right; padding-right: 50px; width: 91px; background-position: -348px 0; }

#nav .work a:hover, #work .work a { width: 63px; background-position: 0 -31px; color: #ffffff; }
#nav .people a:hover, #people .people a { width: 74px; background-position: -69px -31px; color: #ffffff; }
#nav .tspcares a:hover, #tspcares .tspcares a { width: 104px; background-position: -149px -31px; color: #ffffff; }
#nav .contact a:hover, #contact .contact a { width: 83px; background-position: -259px -31px; color: #ffffff; }
#nav .backstage a:hover, #backstage .backstage a { text-align: right; padding-right: 50px; width: 91px; background-position: -348px -31px; color: #ffffff; }

/**** Hero Space ****/
#hero { margin: 13px 35px 10px 50px; }
#heroleft { width: 270px; color: #7d7d7d; }
#heroleft h1 { font-size: 50px; }
#heroright { width: 585px; font-size: 21px; color: #666666; }
#heroright p { line-height: 25px; padding-bottom: 12px; }
#heroright p.uppertext { padding-top: 11px; }

/**** General Content Settings ****/
#main { width: 860px; margin: 35px 50px; position: relative; font-size: 14px; }
.column { float: left; display: inline-block; vertical-align: top; }
.column1 { width: 245px; }
.column2 { width: 250px; margin-left: 45px;}
.column3 { width: 270px; margin-left: 42px; }

/**** Buckets ****/
#buckets { width: 860px; margin: 19px 50px 37px; font-size: 14px; }
#buckets .bucketcopy { padding-right: 10px; line-height: 17px; }
#buckets h2 { font-size: 36px; color: #7d7d7d; padding-bottom: 12px; }
#colorbarthumb { float: right; }

/**** Footer ****/
#footertext { color: #666666; font-family: Arial, sans-serif; padding: 5px 0; text-align: center; }
#footertext span:first-child { font-weight: bold; }
#footertext span { font-size: 12px; }
#footertext span.period{ padding: 0 12px; }

#footer hr, #footer .hr, #footer div.changingtext, #footer div.changingbg { width: 960px; color: #d4d0cc; background-color: #d4d0cc; height: 1px; margin: 0px; border: 0; }
#footer a:link, #footertext ul li a:visited { color: #666666; text-decoration: none; }
#footer a:hover, #footertext ul li a:active { color: #56c3c5; text-decoration: none; }

#legal { font-size: 9px; float: right; padding: 4px 50px; 4px 0; }

/**** Contextual Color-Changing ****/
#home .changingtext, #backstage .changingtext { color: #c9c1b8; }
#home .changingbg, #backstage .changingbg { background-color: #c9c1b8; }
#work .changingtext { color: #f26649; }
#work .changingbg { background-color: #f26649; }
#people .changingtext, #tspgame .changingtext { color: #22bcb9; }
#people .changingbg, #tspgame .changingbg { background-color: #22bcb9; }
#tspcares .changingtext {color: #ffc425; }
#tspcares .changingbg { background-color: #ffc425; }
#contact .changingtext { color: #9c0059; }
#contact .changingbg { background-color: #9c0059; }

/**** Home ****/
#tsphomeflash { height: 394px; width: 960px; padding: 0; margin: 0; }
#slideshow { position:relative; height:350px; }
#slideshow img { position:absolute; top:0; left:0; z-index:8;}
#slideshow img.active { z-index:10; }
#slideshow img.last-active {z-index:9; }

/**** Work ****/
#work #main h2  { font-size: 36px; padding-bottom: 20px; }
#work #main h2 .dark { color: #7d7d7d; }
#work #main h2 .light { color: #cccccc; }
#work #main .sliderwrapper { width: 810px; float: left; padding-top: 6px; height: 12px; background: transparent url('../images/slider.png') top left repeat-x; }
#work #main .prevwrapper { width: 25px; float: left; height: 12px; }
#work #main .nextwrapper { width: 25px; float: left; text-align: right; height: 12px; }
#work #main a { cursor: pointer; }

#work #main .worksamplewrapper { height: 148px; width: 860px; margin: 20px 0 50px; overflow: hidden; }
#work #main .worksamples { width: 1500px; margin-left: 0px; font-size: 30px; }

#work #main .worksamples a { float: left; height: 134px; width: 122px; padding: 6px 12px; margin-right: 31px; text-decoration: none; font-size: 15px; line-height: 18px; background-image: url('../images/workbuckets.png'); overflow: hidden; }
#work #main .worksamples a:hover { font-size: 16px; }

#interactiveanduxdesign a { background-position: 0 0; }
#interactiveanduxdesign a:hover { background-position: 0 -146px; }
#webdevelopment a { background-position: -146px 0; }
#webdevelopment a:hover { background-position: -146px -146px; }
#interactivesalestools a { background-position: -292px 0; }
#interactivesalestools a:hover { background-position: -292px -146px; }
#portablemeetings a { background-position: -438px 0; }
#portablemeetings a:hover { background-position: -438px -146px; }
#instructionalmedia a { background-position: -584px 0; }
#instructionalmedia a:hover { background-position: -584px -146px; }
#communicationplans a { background-position: -730px 0; }
#communicationplans a:hover { background-position: -730px -146px; }
#gamedesignanddevelopment a { background-position: -876px 0; }
#gamedesignanddevelopment a:hover { background-position: -876px -146px; }
#videoproduction a { background-position: -1022px 0; }
#videoproduction a:hover { background-position: -1022px -146px; }

#salesconferences a { background-position: -1168px 0; }
#salesconferences a:hover { background-position: -1168px -146px; }
#salestraining a { background-position: -1314px 0; }
#salestraining a:hover { background-position: -1314px -146px; }
#productlaunches a { background-position: -1460px 0; }
#productlaunches a:hover { background-position: -1460px -146px; }
#roadshows a { background-position: -1606px 0; }
#roadshows a:hover { background-position: -1606px -146px; }
#customerevents a { background-position: -1752px 0; }
#customerevents a:hover { background-position: -1752px -146px; }
#exhibits a { background-position: -1898px 0; }
#exhibits a:hover { background-position: -1898px -146px; }
#incentiveevents a { background-position: -2044px 0; }
#incentiveevents a:hover { background-position: -2044px -146px; }
#themedevents a { background-position: -2190px 0; }
#themedevents a:hover { background-position: -2190px -146px; }

#work #main .worksample span.statictext { color: #f26649; text-transform: uppercase; }
#work #main .worksample span.hovertext { display: none; color: #fff; }

.work_lightbox { height: 375px; width: 870px; background-color: #383838; }
.work_lightbox h3 { font-size: 21px; padding: 12px 0; }
.work_lightbox .left { width: 299px; }
.work_lightbox .left .capabilities { width: 270px; padding: 0 15px; height: 279px; background-color: #ece4dc; }
.work_lightbox .left .capabilities ul { list-style-type: disc; margin-left: 15px; color: #666666; font-size: 14px; }
.work_lightbox .left .capabilities ul li { line-height: 22px; }
.work_lightbox .left .calltoaction { height: 26px; width: 276px; padding: 8px 12px; color: #ffffff; font-size: 12px; background-color: #bab1a9; }
.work_lightbox .right { float: left; width: auto; }
.work_lightbox .right .sample { display: none; }
.work_lightbox .right div.current { display: block; } 
.work_lightbox .right a { text-decoration: none; font-size: 30px; color: #b8b1aa; padding-right: 10px; cursor: pointer; }
.work_lightbox .right a:hover, .work_lightbox .right a.current { color: #f26649; }

/**** People ****/
#people #main .employee { height: 176px; width: 143px; position: relative; float: left; }
#people #main .employee a { color: #666666; text-decoration: none; }
#people #main .employee a:hover { color: #333333; }
#people #main .employee img.shadow { position: absolute; z-index: 5; height: 145px; width: 118px; }
#people #main .employee img.polaroid { position: absolute; z-index: 6; height: 136px; width: 111px; }
#people #main .employee .infowrapper { position: absolute; z-index: 7; bottom: 40px; left: 8px; width: 117px; }
#people #main .employee .infowrapper .info { height: 30px; vertical-align: middle; display: table-cell; }
#people #main .employee p.statictext { font-size: 11px; }
#people #main .employee p.hovertext { display: none; font-size: 11px; }

.employee_lightbox { height: 430px; width: 760px; padding: 25px 50px; background-color: #383838; }
.employee_lightbox img { position: absolute; z-index: 10; top: 0; left: 0;  }
.employee_lightbox .left { width: 307px; padding: 0 20px; height: 429px; position: relative; color: #676262; }
.employee_lightbox .left .polaroidinfowrapper { position: absolute; z-index: 11; bottom: 0px; width: 307px; }
.employee_lightbox .left .polaroidinfowrapper .polaroidinfo { height: 90px; vertical-align: middle; display: table-cell; }
.employee_lightbox .left p { font-size: 26px; }
.employee_lightbox .right { width: 347px; height: 429px; position: relative; }
.employee_lightbox .right .questions { position: absolute; z-index: 11; top: 0; left: 0; padding: 55px 35px; color: #ffffff; font-size: 14px; width: 277px; }
.employee_lightbox .right .questions p { line-height: 18px; margin-bottom: 14px; }
.employee_lightbox .right .questions p.question { font-weight: bold; margin-bottom: 0px; }
.employee_lightbox .right .questions p a { color: #ffffff; font-weight: bold; }

/**** Contact ****/
#contact #main h4 { font-weight: bold; }
#contact #main .column2 { line-height: 16px; }
#contact #main .column3 .socialmedia { padding-top: 10px; height: 24px; }
#contact #main .column3 .socialmedia a { float: left; }
#contact #main .column3 .socialmedia .socialtext { padding: 5px 0 0 10px; }

/**** Backstage Login Page ****/
#backstage #main h3 { font-size: 21px; line-height: 21px; color: #666666; }
#leftform { width: 400px; }
#rightform { width: 300px; border-left: 1px solid #cccccc; padding-left: 85px; }

#requestbackstagepass { margin-top: 20px; }
#requestbackstagepass input, #requestbackstagepass select { margin-bottom: 15px; }
#requestbackstagepass input, #requestbackstagepass select { font-family: Arial, sans-serif; font-size: 14px; padding: 3px; width: 260px; height; 24px; border: 1px solid #cccccc; color: #666666; }
#requestbackstagepass input[type="submit"] { background: transparent url('../images/submit.png') top left no-repeat; border: none; cursor: pointer; width: 62px; height: 26px; margin-right: 32px; float: right; line-height: 25px; }
#requestbackstagepass .notification { float: left; color: #22bcb9; line-height: 14px; width: 200px; }
#requestbackstagepass select { width: 268px; background-color: #ffffff; }
#termsandconditions { font-size: 8px; line-height: 8px; }

#enterbackstagepass { margin-top: 30px; }
#enterbackstagepass input { font-family: Arial, sans-serif; font-size: 14px; padding: 3px; width: 175px; height; 24px; border: 1px solid #cccccc; color: #666666; float: left; }
#enterbackstagepass input[type="submit"]  { background: transparent url('../images/gobackstage.png') top left no-repeat; border: none; cursor: pointer; width: 106px; height: 26px; margin-left: 35px; }
#enterbackstagepass .notification { color: #f26649; line-height: 25px; }

.notification { font-weight: bold; font-size: 14px; }

#backstage #main #or { background-color: #FFFFFF; height: 40px; left: 376px; padding: 10px; position: absolute; text-align: center; top: 90px;}
#backstage #main #or span { font-size: 38px; color: #666666; }

/**** Backstage Index Page ****/
#backstage #main h3.backstageheader { font-size: 16px; line-height: 16px; padding-bottom: 16px; }
.backstage_video { width:640px; height: 360px; }
div.backstagecolumn { float: left; width: 252px; padding-right: 40px; }
#backstage #main div.last { padding-right: 0px; } 

/**** TSP Game ****/
#tspgame #main { width: 865px; margin: 30px auto 50px; }
#tspgamelogo { position: absolute; top: 114px; left: 106px; width: 438px; height: 205px; background: transparent url('../images/tspgamelogo.png') top left no-repeat; z-index: 6; }
#game { }
