/**
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.7.0
 **/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



/**
 * @note     This file holds styles for layout and site design. 
 *           This document is commented in a method defined by cssDoc: http://cssdoc.net/
 * @author   NavigationArts; navigationarts.com
 * @note     put IE6/7 hacks inline.
 *           background: blue;   -all
 *          *background: red;    -IE6+7
 *          _background: green;  -IE6
 **/

/**
 * @section  Tags
 * @note     ordered alphabetically
 **/
    a {
        color: #4ca4dd;
    }
        a:link {}
        a:visited {}
        a:hover {
            color: #f60;
        }
        a:active {}
        a:focus {}
        a img {
            /* @note   fixes a white space bug when an A wraps around the image. */
            vertical-align: bottom; 
        }
    abbr {}
    acronym {}
    address {}
    area {}
    b {}
    base {}
    bdo {}
    big {}
    blockquote {}
    body {}
    br {}
    button {}
    caption {}
    cite {}
    code {}
    col {}
    colgroup {}
    dd {}
    del {}
    dfn {}
    div {}
    dl {}
    dt {}
    em {
        font-size: 13px;
       *font-style: normal;
    }
    fieldset {}
    font {}
    form {}
    frame {}
    frameset {}
    head {}
    h1 {}
    h2 {}
    h3 {}
    h4 {}
    h5 {}
    h6 {}
    hr {}
    html {}
    i {}
    iframe {}
    img {}
    input {
       _font-size: 12px;
    }
    ins {}
    kbd {}
    label {}
    legend {}
    li {}
    link {}
    map {}
    meta {}
    noframes {}
    noscript {}
    object {}
    ol {}
    optgroup {}
    option {}
    p {}
    param {}
    pre {}
    q {
        quotes: '\201C' '\201D' '\2018' '\2019';
    }
        q:before {
            content: open-quote;
        }
        q:after {
            content: close-quote;
        }
    samp {}
    select {}
    small {}
    span {}
    strong {
        color: #000;
        font-weight: bold;
        font-size: 13px;
    }
    style {}
    sub {}
    sup {}
    table {}
    tbody {}
    td {}
    textarea {}
    tfoot {}
    th {}
    thead {}
    title {}
    tr {}
    tt {}
    ul {}
    var {}
    u {}



/**
 * @section  Classes
 * @note     ordered alphabetically; camelCase naming convention
 **/
    body {}
        body.templateHome {}
            body.templateHome div.modules {
                padding: 10px 0 0 13px;
            }
        body.templateHomeIntl {}
            body.templateHomeIntl div.modules {
                padding: 10px 0 0 13px;
            }
        body.browserSafari {}
            body.browserSafari #navSearch input[type=submit] {
                padding: 4px 6px;
            }
        body.browserOpera {}
            body.browserOpera #navSearch input[type=submit] {
                padding: 4px 6px 3px 6px;
                top: -1px;
                position: relative;
            }
        body.browserIE8 {}
            body.browserIE8 #navSearch input[type=submit] {
                padding: 4px 6px 5px 6px;
            }
    div {}
        div.feature {
            /*min-height: 340px;*/
            /*margin:0 0 22px;*/
            /*overflow:hidden;*/
            float:left;
        }
            div.feature h1 {
                display: block;
                font-family:Arial,sans-serif;
                font-size:27px;
                font-weight:bold;
                margin-bottom:10px;
            }
            div.feature h2 {
                font: bold 17px/22px Arial, sans-serif;
                margin: 0;
            }
            div.feature p {
                color: #555;
                font: normal 13px/16px Tahoma, sans-serif;
                padding: 0 0 15px;
            }
            div.feature a.callout {
                float: right;
                margin: 0 0 0 20px;
                padding:0 0 22px;
            }
                div.feature a.callout+h2 {
                    margin: 0;
                }
                div.feature a.callout img {
                    display: block;
                    /*margin:0 0 22px;*/
                }
            div.feature .callout {
                float: right;
                margin: 0 0 0 20px;
                padding:0 0 22px;
            }
                div.feature .callout+h2 {
                    margin: 0;
                }
                div.feature .callout img {
                    display: block;
                    /*margin:0 0 22px;*/
                }
        div.modules {
            clear: both;
            padding: 28px 0 0 0;
        }
            div.modules:after {
                content: ' ';
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }
        div.module {
            border-bottom: 5px solid #000;
            float: left;
            margin: 0 15px 0 0;
            padding: 0 0 14px 0;
            width: 174px;
        }
            div.module a {
                text-decoration: none;
            }
                div.module a:hover {
                    text-decoration: underline;
                }
            div.module h2 {
                border-bottom: 1px solid #000;
                color: #000;
                font: bold 13px/16px Arial, sans-serif;
                padding: 0 0 5px 0;
                text-decoration: none;
            }
                div.module a:hover h2 {
                    color: #000;
                    text-decoration: underline;
                }
                div.module h2.img {
                    border-bottom: 0;
                }
            .templateHome div.module h1, .templateHomeIntl div.module h1 {
                border-bottom: 1px solid #000;
                color: #000;
                font: bold 13px/16px Arial, sans-serif;
                padding: 0 0 5px 0;
                text-decoration: none;
            }
                .templateHome div.module a:hover h1, .templateHomeIntl div.module a:hover h1 {
                    color: #000;
                    text-decoration: underline;
                }
                .templateHome div.module h1.img, .templateHomeIntl div.module h1.img {
                    border-bottom: 0;
                }
            div.module h3 {
                color: #000;
                font: normal 11px/13px Tahoma, sans-serif;
                margin: 5px 0 0 0;
                text-decoration: none;
            }
                div.module a:hover h3 {
                    color: #000;
                    text-decoration: underline;
                }
                div.module h3:before,
                div.module h3 span {
                    /*content: '> ';*/
                    color: #f60;
                    font-weight: bold;
                    font-size: 13px;
                }
                div.module h3+p {
                    margin: 0;
                }
            div.module p {
                color: #555;
                font: normal 11px/13px Tahoma, sans-serif;
                margin: 15px 0 0 0;
            }
                div.module p.more {
                    font-size: 13px;
                    text-align: right;
                }
            div.module img {
                display: block;
                height: 113px; /* @note  equalheight JS wont work if this isn't defined */
            }
            div.module select {
                font: normal 11px/13px Tahoma, sans-serif;
                width: 100%;
            }
            div.module input[type=submit] {
                background: #f60;
                border: 0;
                color: #fff;
                cursor: pointer;
                font: normal 13px/16px Tahoma, sans-serif;
                padding: 0 5px 3px 5px;
            }
            div.module .btn {
                width: 100%;
                text-align: right;
                padding:16px 0 0;
            }
            div.module .btn a,
            div.module .btn a:hover,
            div.module .btn a:active,
            div.module .btn a:visited {
                background: #f60;
                border: 0;
                color: #fff;
                cursor: pointer;
                font: normal 13px/16px Tahoma, sans-serif;
                padding: 2px 8px 3px;
                text-decoration: none;
                float: right;
            }
            div.module ul {
              margin:0 0 20px;
              padding:0;
              font-family:Tahoma,Arial,sans-serif;
              font-size:11px;
            }
            div.module li {
              margin-bottom:5px;
              line-height:16px;
            }
        div.moduleWide {
            width: 268px;
        }
        div.moduleNews {
            width: 273px;
            border: 0;
            position: relative;
            overflow: hidden;
        }
            div.moduleNews a,
            div.moduleNews a:link,
            div.moduleNews a:visited {
                color: #555;
            }
            div.moduleNews a:hover,
            div.moduleNews a:active {
                color: #f60;
            }
            div.moduleNews .more {
                width: 273px;
                position: absolute;
                bottom: 18px;
            }
            div.moduleNews .more a:link,
            div.moduleNews .more a:visited {
                color: #4ca4dd;
            }
            div.moduleNews div {
                width:270px;
                height:140px;
            }
            div.moduleNews div div {
                position:absolute;
            }
        div.jsModuleLast, /* auto-applied via JS */
        div.moduleLast /* for manual application */
        {
            margin: 0;
        }
        
        div.sub-modules {
            clear: both;
            /*padding: 28px 0 0 0;*/
        }
            div.sub-modules:after {
                content: ' ';
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }
            div.sub-modules div.module {
                border-bottom: 5px solid #000;
                float: left;
                margin: 0 20px 0 0;
                padding: 0 0 14px 0;
                width: 220px;
            }
            div.sub-modules div.moduleLast {
                margin: 0;
            }
        
        div.field {
            margin: 15px 0 0 0;
        }
        div.fieldSubmit {
            margin: 15px 0 0 0;
            text-align: right;
        }
          /* orange buttons for IE 6 */
          * html div.fieldSubmit input {
            background-color:#f60;
            color:#fff;
            border-style:none;
            padding:0 5px;
            cursor:pointer;
          }
        div.v2_nav_drop_down {
            position: absolute;
            border: 1px solid #000;
            border-top:7px solid #ff5200;
            display: none;
            padding-top:3px;
            /* solid color fallback */
            background-color: #fff;
            /* modern browsers, safari 3+, chrome, ff3.5+ */
            background-color: rgba(255,255,255,0.95);
            /* IE/PC */
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeffffff,endColorstr=#eeffffff);
            z-index: 999;
            box-shadow:2px 2px 2px rgba(0,0,0,0.25);
            -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.25);
            -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.25);
        }
            div.v2_nav_drop_down a {
                display: block;
                width: 162px;
                padding: 3px 0;
                color: #666666;
                text-decoration: none;
                margin:0 6px;
                padding:3px 0 4px;
                background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgContentNavLi.png);
                background-repeat:no-repeat;
                background-position:0 100%;
            }
                div.v2_nav_drop_down a:hover, 
                div.v2_nav_drop_down a:active {
                    text-decoration: none !important;
                    color:#807979 !important;
                }
                div.v2_nav_drop_down a.last {
                  background-image:none;
                  margin-bottom:10px;
                }
                div.v2_nav_drop_down a span {
                    margin:0;
                    padding:0 0 0 15px;
                    display: block;
                    background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/arrow-orange.png);
                    background-position:-9px -9px;
                    background-repeat:no-repeat;
                }
                  div.v2_nav_drop_down a:hover span {
                    background-position:0 2px;
                  }
                
            


/**
 * @section  IDs
 * @note     ordered alphabetically; camelCase naming convention
 **/
    /** 
     * @section  Container
     **/
    #container {
        margin: 0 auto;
        position: relative;
        width: 960px;
        padding:0px;
    }
    
    /**
     * @section  Content
     **/
    #pageFeatured {
        margin:20px 0 0px;
        padding:0 0 23px 10px;
    }
        #pageFeatured h1 {
            font: bold 17px/16px arial,helvetica,sans-serif;
            margin:0px 15px 0 0;
            float: left;
        }
        
    #contentModules {
        float: left;
        margin: 0 0 0 10px;
        width: 940px;
    }
        #contentModules div.module {
            background:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgSlides.png) no-repeat -1px 0;
            padding-top:20px;
        }
            #contentModules div.module div.bdy {
                height:250px;
            }
            #contentModules div.module div.btn a {
                padding: 2px 18px 3px !important;
            }
                #contentModules div.module h2.img {
                    width:185px;
                    height:40px;
                    font:normal 1px/1px sans-serif;
                    text-indent:-9999px;
                    margin:0 0 12px;
                    border-bottom: 0;
                }
                    #contentModules div.module h2.explore {
                        background:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgNavFeatured.png) no-repeat -14px -132px;
                    }
                    #contentModules div.module h2.build {
                        background:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgNavFeatured.png) no-repeat -203px -132px;
                    }
                    #contentModules div.module h2.select {
                        background:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgNavFeatured.png) no-repeat -394px -132px;
                    }
                    #contentModules div.module h2.grow {
                        background:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgNavFeatured.png) no-repeat -584px -132px;
                    }
    #content {}
        #contentNav {
            float: left;
            width: 220px;
            padding:0 0 0 10px;
        }
            #contentNav ul {
                width: 172px;
            }
            #contentNav img {
                display: block;
            }
            #contentNav li {
                margin:0 0 24px;
            }
                #contentNav li a,
                #contentNav li h4 {
                    color: #000;
                    display: block;
                    font: bold 40px/41px Arial, sans-serif;
                    padding: 0 0 5px 0;
                    text-decoration: none;
                    text-transform: capitalize;
                }
                    #contentNav li li {
                       background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgContentNavLi.png) bottom left no-repeat;
                       _zoom: 1;
                       margin:0;
                    }
                        #contentNav li li.off {
                            background: none;
                        }
                    #contentNav li li a {
                        color: #000;
                        display: block;
                        font: bold 12px/16px Arial, sans-serif;
                        padding: 5px 0 5px 8px;
                        text-decoration: none;
                        /*text-transform: lowercase;*/
                    }
                        #contentNav li li strong a:link:hover,
                        #contentNav li li strong a:visited:hover {
                          /*width:237px;*/
                        }
                        #contentNav li li a:link:hover,
                        #contentNav li li a:visited:hover {
                            text-decoration: none;
                            color:#fff;
                            background-color:#f60;
                            /*width:230px;*/
                        }
                    #contentNav li li strong a {
                        /*background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgContentNav.png) center right no-repeat;*/
                        color: #fff;
                        /*background-color:transparent !important;*/
                        background:#807979;
                    }
                    #contentNav li li ul { padding:0 0 6px; }
                    #contentNav li li li {
                      background-image:none;
                      font-size:11px !important;
                      margin-top:0;
                    }
                    #contentNav li li li a {
                      padding:3px 0 3px 30px;
                    }
                      #contentNav li li li a:hover {
                        background-color:#fff !important;
                        color:#f60 !important;
                    }
                        #contentNav li li ul ul { padding:0; }
                        #contentNav li li li li a {
                          padding:3px 0 3px 60px;
                        }
        #contentMain {
            float: left;
            margin: 0 0 0 20px;
            width: 700px;
        }
        
        #contentSlides {
            border-top: 11px solid #fff;
            /*height: 405px;*/
            height: 390px;
            overflow: hidden;
            width: 960px;
            /*background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgSlides.png) bottom left no-repeat;*/
            margin: 0 0 10px 0;
        }
        
        /*
        INTERNATIONAL GENERAL REDESIGN (7/30/10) - LARGE HOMEPAGE
        */
        
        	
        	#contentSlides div.overlay {position:absolute;left:65px;top:340px;height:100px;}
        	#contentSlides div.overlay h1 {color:#ffffff;font-size:18px;margin-bottom:4px;line-height:21px;font-family:Arial, Tahoma, sans-serif;}
        	#contentSlides div.overlay p {color:#ffffff;font-size:16px;line-height:19px;font-family:Arial, Tahoma, sans-serif;}
        	#contentSlides div.overlay h1.black, #contentSlides div.overlay p.black {color:#000000;}
        	
        	#contentSlides div.overlay a {display:block;width:120px;height:35px;padding:0 0 0 0px;margin:13px 0 0 0;}
        	#contentSlides div.overlay a.see {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/see-how-btn.png);}
        	#contentSlides div.overlay a.see:hover {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/see-how-btn-on.png);}
        	#contentSlides div.overlay a.learn {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/learn-more-btn.png);}
            #contentSlides div.overlay a.learn:hover {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/learn-more-btn-on.png);}
            #contentSlides div.overlay a.select {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/select-now-btn.png);}
            #contentSlides div.overlay a.select:hover {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/select-now-btn-on.png);}
            #contentSlides div.overlay a.see_grow {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/see-how-grow-intl-btn.png);}
            #contentSlides div.overlay a.see_grow:hover {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/see-how-grow-intl-btn-on.png);}
        	
        	#contentSlides div.popupOverlay {position:absolute;left:280px;top:423px;height:70px;}
        		div.popupOverlay div {width:125px;height:70px;float:left;}
        			#popup1 {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/popup1.png) no-repeat;margin-left:0px;}
        			#popup2 {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/popup2.png) no-repeat;margin-left:-35px;}
        			#popup3 {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/popup3.png) no-repeat;margin-left:-35px;}
        			#popup4 {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/popup4.png) no-repeat;margin-left:-35px;}
        	
        	#contentSlides div.carouselOverlay {position:absolute;left:300px;top:488px;height:60px;}
        		div.carouselOverlay a {display:block;width:70px;height:35px;float:left;margin:4px 20px 0 0;border:1px solid #eeeeee;}
        		div.carouselOverlay a.car1 {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/car1.jpg);}
        		div.carouselOverlay a.car1:hover {border:1px solid #4ca4dd;}
        		div.carouselOverlay a.car2 {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/car2.jpg);}
        		div.carouselOverlay a.car2:hover {border:1px solid #4ca4dd;}
        		div.carouselOverlay a.car3 {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/car3.jpg);}
        		div.carouselOverlay a.car3:hover {border:1px solid #4ca4dd;}
        		div.carouselOverlay a.car4 {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/car4.jpg);}
        		div.carouselOverlay a.car4:hover {border:1px solid #4ca4dd;}
        	
        #greyBkg {
        background:#FFFFFF url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/grey-bkg.jpg) repeat-x scroll 0 -6px;border-bottom:1px solid #888888;
        width:960px;height:210px;margin:20px 0 0px 0;
        }
        
        #greyBkg div.colGrey {float:left;width:180px;}
        #greyBkg div.colGrey1 {margin:10px 0px 0 30px;}
        #greyBkg div.colGrey2 {margin:10px 0px 0 70px;}
        #greyBkg div.colGrey3 {margin:10px 0px 0 55px;}
        #greyBkg div.colGrey4 {margin:10px 0px 0 55px;}
        #greyBkg div.colGrey h2 {color:#555555;font-size:12px;font-weight:bold;margin:12px 0 6px 0;}
        #greyBkg div.colGrey h2 a {color:#555555;}
        #greyBkg div.colGrey ul {list-style:none;}
        #greyBkg div.colGrey ul li {margin:4px 0 4px 0;}
        #greyBkg div.colGrey ul li a {color:#555555;font-size:12px;}
        
        #contentSlides.tall {height:438px;}
        
    	#learnHeader {margin:10px 0 0px;padding:0 0 23px 10px;}
    		#learnHeader img {border:none;float:right;margin:0 8px 10px 0;}
        	#learnHeader h1 {font: bold 17px/16px arial,helvetica,sans-serif;margin:20px 15px 0 0;float: left;}
        	#learnHeader p {margin:20px 0px 0 0;float: left;}
        
        ul.learning {list-style:none;}
    	ul.learning li {padding:0 0 0 16px;background:url(/web/20110608214014im_/http://www.tandberg.com/images/shared/bullet-arrow.jpg) no-repeat 0px 2px;}
    	ul.learning li a {font-size:13px;font-family:Arial, Tahoma, sans-serif;}
    	ul.learning li a:hover {color:#4ca4dd;}
                
        /*
        INTERNATIONAL GENERAL REDESIGN - END
        */
        	
        	
            #contentSlidesNav {
                float: right;
                width: 203px;
            }
            #contentSlidesNav a {
                background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgHomepageFeatured.png) no-repeat;
                cursor: pointer;
                float: left;
                height: 97px;
                overflow: hidden;
                text-indent: -1000px;
                width: 203px;
            }
        
        #contentSlidesWrapper {
            width: 757px;
            height: 388px;
            position: relative;
            overflow: hidden;
           _float: left;
        }
            #contentSlidesWrapper div {
                display: none;
                width: 757px;
                height: 388px;
                position: absolute;
                top: 0;
                left: 0;
            }
                #contentSlidesWrapper div.active {
                    display: block;
                }
                
            #contentSlidesWrapper p {
                position: absolute;
                top: 257px;
                left: 353px;
                width: 339px;
                padding: 10px 20px;
                background: #fff;
                background: rgba(255, 255, 255, 0.85);
                font: normal 13px/16px Tahoma, sans-serif;
                color: #000;
            }
              #contentSlidesWrapper p a {
                position:static;
                width:auto;
                height:auto;
                padding:0;
                margin:0;
                background-image:none;
                font: normal 13px/16px Tahoma, sans-serif;
                color:#000;
                display:block;
              }
            #contentSlidesWrapper a {
                position: absolute;
                top: 327px;
                left: 33px;
                width: 120px;
                padding: 0 0 0 0px;
                height: 35px;
                font: normal 18px/23px Arial, Tahoma, sans-serif;
                color: #fff;
                text-decoration: none;
            }
            #contentSlidesWrapper a.oldHome {
                position: absolute;
                top: 340px;
                left: 353px;
                width: 322px;
                padding: 0 0 0 57px;
                height: 24px;
                background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgFeatureA.png);
                font: normal 18px/23px Arial, Tahoma, sans-serif;
                color: #fff;
                text-decoration: none;
            }
            
            #contentSlidesWrapper a.see {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/see-how-btn.png);}
            #contentSlidesWrapper a.see:hover {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/see-how-btn-on.png);}
            #contentSlidesWrapper a.learn {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/learn-more-btn.png);}
            #contentSlidesWrapper a.learn:hover {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/learn-more-btn-on.png);}
            #contentSlidesWrapper a.select {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/select-now-btn.png);}
            #contentSlidesWrapper a.select:hover {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/select-now-btn-on.png);}
            #contentSlidesWrapper a.see_grow {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/see-how-grow-btn.png);}
            #contentSlidesWrapper a.see_grow:hover {background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/home/see-how-grow-btn-on.png);}
        
        
        #sn0 a { background-position: -203px 0; }
        #sn1 a { background-position: -203px -97px; }
        #sn2 a { background-position: -203px -194px; }
        #sn3 a { background-position: -203px -291px; }
        
        #sn0 a.active { background-position: 0 0; }
        #sn1 a.active { background-position: 0 -97px; }
        #sn2 a.active { background-position: 0 -194px; }
        #sn3 a.active { background-position: 0 -291px; }



    /** 
     * @section  Footer
     **/
    #footer,
    .home-footer,
    .boiler {
        border-top: 1px solid #000;
        clear: both;
        padding: 13px 13px 7px 13px;
        overflow:hidden;
       _zoom: 1;
    }
    .home-footer {
        
    }
        #footer a,
        .home-footer a {
            color: #000;
            font: normal 11px/13px Tahoma, sans-serif;
            padding: 0 5px 0 0;
            text-decoration: none;
        }
            #footer a:hover,
            .home-footer a:hover {
                text-decoration: underline;
            }
        #footer li {
            float: left;
            padding: 0 5px 0 0;
        }
            #footer li:after {
                content: '|';
                font: normal 10px/12px Arial, sans-serif;
            }
            #footer li:last-child {
                padding: 0;
            }
                #footer li:last-child a {
                    padding: 0;
                }
                #footer li:last-child:after {
                    content: '';
                }
            #footer li.jsLastChild {
                padding: 0;
            }
                #footer li.jsLastChild a {
                    padding: 0;
                }
                #footer li.jsLastChild:after {
                    content: '';
                }
        #footer p,
        .home-footer p {
            color: #000;
            font: normal 11px/13px Tahoma, sans-serif;
            float: right;
            padding: 0 0 26px 0;
            text-align: right;
        }
        .boiler p {
            color: #999;
            font: normal 11px/13px Tahoma, sans-serif;
            margin: 2px 0 8px 0;
        }
            #footer p a,
            .home-footer p a {
                padding: 0;
            }
            #footer p span,
            .home-footer p span {
                clear: both;
                display: block;
            }
    
    
    
    /** 
     * @section  Header
     **/
    #header {
        padding: 15px 0 19px 0;
    }
        #header a {
            display: block;
            width: 149px;
        }
        #header img {
            display: block;
        }
        
        
    /**
     * @section Homepage Footer Text
     **/
    #hpDefs {
      font-family:Tahoma,Arial,sans-serif;
      font-size:11px;
      padding-top:10px;
      padding-bottom:10px;
    }
      #hpDefs h1 {
        font-size:11px;
        font-weight:bold;
        margin-bottom:11px;
      }
      #hpDefs p {
        text-align:left;
        margin-bottom:11px !important;
        padding-bottom:0;
        color:#999;
        float: none;
      }
      #hpDefs a {
        color:#4ca4dd;
      }
      #hpDefs a:hover {
        text-decoration:underline;
        color:#f60;
      }
      #hpDefs div.col1 {
        float:left;
        width:457px;
      }
      #hpDefs div.col2 {
        float:right;
        width:460px;
      }
      #hpDefs div.clearing {
        clear:both;
        height:1px;
        width:1px;
        overflow:hidden;
        font-size:0;
        line-height:0;
      }
    
    .awards {
        width:100%;
        margin:0 0 12px;
        float:left;
    }
     .awards ul { list-style:none; }
     .awards ul li {
        background:url(/web/20110608214014im_/http://www.tandberg.com/images/home/divider_vert_grey.png) no-repeat 0 10px;
        margin:0 30px 0 0;
        padding:0 0 0 32px;
        float:left;
     }
     .awards ul li.first-child {
       background:none;
       margin:0 10px 0 0;
       padding:0 0 0 8px;
     }
     .awards ul li.last-child {
         margin:0 0 0 0;
     }
    /** 
     * @section  Navigation
     **/
    #nav {}
        #navGlobal {
            position: absolute;
            top: 9px;
            right: 0;
        }
            #navGlobal a {
                color: #555;
                cursor: pointer;
                font: normal 10px/12px Arial, sans-serif;
                padding: 0 5px 0 0;
                text-decoration: none;
            }
                #navGlobal a:hover {
                    text-decoration: underline;
                }
            #navGlobal li {
                float: left;
                padding: 0 5px 0 0;
            }
                #navGlobal li:after {
                    content: '|';
                    font: normal 10px/12px Arial, sans-serif;
                }
                #navGlobal li.jsLastChild {
                    padding: 0;
                }
                #navGlobal li:last-child {
                    padding: 0;
                }
                    #navGlobal li.jsLastChild a {
                        /*background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgFeedback.gif) center left no-repeat;
                        padding: 0 0 0 12px;*/
                        padding: 0;
                    }
                    #navGlobal li:last-child a {
                        /*background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgFeedback.gif) center left no-repeat;
                        padding: 0 0 0 12px;*/
                        padding: 0;
                    }
                    #navGlobal li:last-child:after {
                        content: '';
                    }
                    #navGlobal li.jsLastChild:after {
                        content: '';
                    }
        #navMain {
           _zoom: 1;
           height:22px;
           /*background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgNavMain.png);
           background-position:0 100%;
           background-repeat:repeat-x;*/
           border-bottom:5px solid #000;
        }
            #navMain a {
                color: #000;
                font: normal 12px/14px Arial, sans-serif;
                text-decoration: none;
                display:block;
                height:100%;
            }
                #navMain ul a {
                  font: bold 11px/14px Arial, sans-serif;
                  padding-left:5px;
                  padding-right:5px;
                  line-height:23px;
                  white-space:nowrap;
                }
                #navMain ul a:hover,
                #navMain ul a.activeSub {
                    text-decoration:none;
                    color:#ff5200 !important;
                }
            #navMain li {
                float: left;
                padding: 0;
                margin-right:20px;
                height:22px;
                _width:1%;
            }
            #navMain ul {
                overflow: visible;
            }
        #navSearch {
            top: 60px;
        }
            #navSearch input {
               *vertical-align: top;
            }
            #navSearch .text {
                height: 15px;
            }
        #navFeatured {
            border-top: 12px solid #fff;
            border-bottom: 23px solid #fff;
            height: 62px;
        }
            #navFeatured li {
                float: left;
                position: relative;
            }
            #navFeatured a {
                background: url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgNavFeatured.png) no-repeat;
                cursor: pointer;
                float: left;
                text-indent: -10000px;
                overflow: hidden;
                height: 62px;
                width: 190px;
            }
            
            #navFeatured #nf0 a { width: 203px; }
            #navFeatured #nf4 a { width: 187px; }
            
            #navFeatured #nf0 a { background-position: 0      -62px; }
            #navFeatured #nf1 a { background-position: -203px -62px; }
            #navFeatured #nf2 a { background-position: -393px -62px; }
            #navFeatured #nf3 a { background-position: -583px -62px; }
            #navFeatured #nf4 a { background-position: -773px -62px; }
            
            #navFeatured #nf0 a:hover { background-position: 0      -124px; }
            #navFeatured #nf1 a:hover { background-position: -203px -124px; }
            #navFeatured #nf2 a:hover { background-position: -393px -124px; }
            #navFeatured #nf3 a:hover { background-position: -583px -124px; }
            #navFeatured #nf4 a:hover { background-position: -773px -124px; }
            
            #navFeatured #nf0 strong a { background-position: 0      0 !important; }
            #navFeatured #nf1 strong a { background-position: -203px 0 !important; }
            #navFeatured #nf2 strong a { background-position: -393px 0 !important; }
            #navFeatured #nf3 strong a { background-position: -583px 0 !important; }
            #navFeatured #nf4 strong a { background-position: -773px 0 !important; }
            
            #navFeatured div {
                position: absolute;
                top: 62px;
                right: 53px;
                width: 290px;
                height: 208px;
                display: none;
                
               _width: 273px;
               _height: 197px;
               _overflow: hidden;
               _right: 66px;
               _top: 65px;
            }
                #navFeatured div img {
                   _margin: -3px 0 0 -4px;
                }


/**
 * @section telepresence page special components
 **/
#tpNavFeatured {
  height:20px;
}
/**
 * @section telepresence slideshow
 **/
#tpSlideshowModule {
  position:relative;
  width:660px;
  height:430px;
  font-family:Arial,sans-serif;
  /*
  background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgSlides.png);
  background-position:0 100%;
  background-repeat:no-repeat;
  */
  border-bottom:7px solid #000;
}
  #tpSlideshowModule div.slideshow {
    position:relative;
    width:659px;
    height:370px;
    overflow:hidden;
    z-index:1;
  }
    #tpSlideshowModule div.slide {
      position:absolute;
      width:660px;
      height:370px;
    }
      #tpSlideshowModule div.slide a {
        text-decoration:none;
        color:#000;
        font-weight:bold;
      }
      #tpSlideshowModule h1 {
        font-size:27px;
        margin-bottom:0;
        font-weight:bold;
        font-family: Arial, Helvetica, sans-serif;
        line-height:30px;
      }
      #tpSlideshowModule p {
        font-size:13px;
        font-weight:bold;
        font-family: Arial, Helvetica, sans-serif;
        color:#000;
      }
      #tpSlideshowModule div.slide div.img {
        position:absolute;
        top:0;
        left:0;
      }
      #tpSlideshowModule div.slide div.txt {
        position:absolute;
        bottom:0;
        left:0;
        padding:20px 40px;
        width:580px;
        background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/telepresence/translucent.png);
      }
      #tpSlideshowModule div.ctrlTxt { display:none; }
    #tpSlideshowModule div.colSlide {
      border-top:3px solid #000;
    }
      #tpSlideshowModule div.colSlide h1,
      #tpSlideshowModule div.colSlide p {
        color:#fff;
        font-family: Arial, Helvetica, sans-serif;
      }
      #tpSlideshowModule div.colSlide div.col {
        width:200px;
        float:left;
        margin:12px 10px 0;
      }
        #tpSlideshowModule div.colSlide p.desc {
          font-size:11px;
          font-family:Tahoma,sans-serif;
          line-height:13px;
          color:#666;
          margin-bottom:10px;
          font-weight:normal;
        }
        #tpSlideshowModule div.colSlide p.photo {
          color:#666;
          padding-bottom:11px;
          margin-bottom:10px;
          background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/bgContentNavLi.png);
          background-position:0 100%;
          background-repeat:no-repeat;
        }
        #tpSlideshowModule div.colSlide p.meta {
          font-weight:normal;
          color:#000;
        }
        #tpSlideshowModule div.colSlide em {
          font-style:italic;
        }
      #tpSlideshowModule div.colSlide div.lastCol {
        margin-right:0;
      }
      #tpSlideshowModule div.colSlide div.txt {
        background-image:none;
        background-color:#444;
        color:#fff;
      }
  #tpSlideshowCtrl {
    position:absolute;
    width:660px;
    bottom:19px;
    left:0;
    z-index:2;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
  }
    #tpSlideshowCtrl a {
      display:block;
      float:left;
      width:165px;
      height:25px;
      line-height:25px;
      padding-top:25px;
      font-size:17px;
      text-align:center;
      color:#000;
      font-weight:bold;
      text-decoration:none;
      background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/telepresence/slideshow-ctrls.png);
      background-repeat:no-repeat;
      background-position:0 -100px;
    }
    #tpSlideshowCtrl a:hover {
      color:#f60;
    }
    #tpSlideshowCtrl a.activeSlide {
      background-position:0 0;
      cursor:default;
      color:#000;
    }
/**
 * @section telepresence accordion module
 **/
#tpAccordionModule {
  border-bottom:7px solid #000;
  padding-top:10px;
  font-family:Arial,sans-serif;
}
  #tpAccordionModule div.accordion {
    border-bottom:1px solid #fff;
  }
  #tpAccordionModule *:focus { outline:none; }
  #tpAccordionModule h1 {
    font-size:17px;
    font-weight:bold;
    margin-bottom:20px;
  }
  #tpAccordionModule div {
    border-top:1px solid #fff;
  }
  #tpAccordionModule img { vertical-align:top; }
  #tpAccordionModule h3 {
    color:#000;
    background-color:#eee;
    font-size:13px;
    padding:10px 10px 10px 30px;
    border-top:1px solid #fff;
    background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/telepresence/accordion-ctrls.png);
    background-position:10px 10px;
    background-repeat:no-repeat;
  }
  #tpAccordionModule h3.ui-state-hover {
    background-color:#f60;
    color:#fff;
    cursor:pointer;
    background-position:10px -40px;
  }
  #tpAccordionModule h3.ui-state-active {
    background-color:#888;
    color:#fff;
    cursor:default;
    background-position:10px -90px;
  }
/**
 * @section telepresence module containers
 **/
div.tpModules { border-bottom:7px solid #000; zoom:1; }
  div.tpModules div.module { border-bottom:none; }
/** 
 * @section telepresence icon list
 */
li.icon-wmv, li.icon-pdf {
  padding-left:20px;
  background-position:0 2px;
  background-repeat:no-repeat;
}
  li.icon-wmv a, li.icon-pdf a { color:#666; }
  li.icon-wmv { background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/telepresence/icon-wmv.png); }
  li.icon-pdf { background-image:url(/web/20110608214014im_/http://www.tandberg.com/images/na_template/telepresence/icon-pdf.png); }
  

/*
     FILE ARCHIVED ON 21:40:14 Jun 08, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:12:31 Mar 29, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.521
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.052
  cdx.remote: 0.05
  esindex: 0.008
  LoadShardBlock: 41.442 (3)
  PetaboxLoader3.datanode: 50.374 (4)
  load_resource: 57.515
  PetaboxLoader3.resolve: 36.329
*/