﻿/*
    General
*/

a
{
    color: #00ACED;
    text-decoration: underline;
}

a:hover
{
    color: Red;
    text-decoration: underline;
}

body 
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    font: 12px/20px "Lucida Grande",Arial,Helvetica,sans-serif;
    color: #515151;
}

div
{
    overflow: hidden;
}

h1
{
    margin: 0px 0px 25px 0px;
    font-family: "Helvetica Neue", "Helvetica Neue Regular", Arial, Helvetica, sans-serif;
    /*font-size: 40px;*/
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -1px;
    color: #3D3D3D;
}

h2
{
    margin: 0px 0px 25px 0px;
    font-family: "Helvetica Neue", "Helvetica Neue Regular", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #3D3D3D;
}

h2 a
{
    text-decoration: none;
}

h3
{
    margin: 0px 0px 25px 0px;
    font-family: "Helvetica Neue", "Helvetica Neue Regular", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #3D3D3D;
    line-height: normal;
}

h3 a
{
    text-decoration: none;
}

h4
{
    margin: 0px 0px 20px 0px;
    font-family: "Helvetica Neue", "Helvetica Neue Regular", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #3D3D3D;
}

h4 a
{
    color: #3D3D3D;
    text-decoration: none;
}

h4 a:hover
{
    color: #00ACED;
    text-decoration: none;
}

h5
{
    margin: 0px 0px 20px 0px;
    padding: 0;
    font-size:18px;
    font-weight:normal;
    letter-spacing:normal;
    font-family: "Helvetica Neue", "Helvetica Neue Regular", Arial, Helvetica, sans-serif;
}

html
{
    height: 100%;
}

img
{
    border: none;
}

li
{
    margin: 0px;
    padding: 0px;
}

p
{
    margin: 10px 0px 20px 0px;
    padding: 0px;
}

table
{
	border: 0px;
}

table td
{
	vertical-align: top;
}

ul
{
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}

#container
{
    position: relative;
    background-color: #F0F1F1;
}

.inner
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.bullets
{
    padding-left: 40px;
    list-style-image:	none;
    list-style-position:	outside;
    list-style-type:	disc;
    /*list-style: disc outside none;*/
}

.bullets li
{
    /*
    padding: 20px;
    list-style: disc outside none;
*/
}

/*
    Header
*/

#header
{
    height: 100px;
    background-color: Black;
    background-image: url('/i/img/header-bg.gif');
    background-repeat: repeat-x;
}

#header-phone
{
    position: absolute;
    top: 8px;
    line-height: 14px;
    color: White;
}

#header-phone a
{
    color: White;
    text-decoration: none;
}

#header-phone img
{
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 4px;
}

#header-logo
{
    float: right;
    margin-top: 30px;
}

#mainNavigation 
{
    position: absolute;
    top: 52px;
}

#mainNavigation li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

#mainNavigation li a {
    display: block;
    float: left;
    width: 108px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #AFAFAF;
}

#mainNavigation li a:hover
{
    background: url("/i/img/header-nav-button.png") no-repeat scroll 0 bottom transparent;
    color: #DDDDDD;
}

#mainNavigation li.active a 
{
    background-position: 0 top;
    background: url("/i/img/header-nav-button.png") no-repeat scroll 0 top transparent;
    color: #FFB316;
}

/*
    Content
*/

#contentContainer
{
    margin-bottom: 423px;
    padding-top: 20px;
    background: url('/i/img/main-bg.gif') repeat-x;
}

#contentMenuTop
{
    height: 46px;
    padding-top: 24px;
    padding-left: 20px;
    text-shadow:0 1px 0 #FFFFFF;
    background-image: url('/i/img/pageheader-bg.png');
    background-repeat: no-repeat;
}

#contentMenuTop h3
{
    float: left;
}

#contentMenuTop ul
{
    float: right;
}

#contentMenuTop ul li
{
    float: left;
}

#contentMenuTop a
{
    float: left;
    display: block;
    width: 160px;
    height: 26px;
    margin-right: 10px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background:url('/i/img/topmenu-button-bg4.png') no-repeat scroll center bottom transparent;
    color:#696969;
    text-shadow: 0 -1px 0 #ffffff;
}

#contentMenuTop a:hover
{
    background:url('/i/img/topmenu-button-bg4.png') no-repeat scroll center top transparent;
    text-decoration: none;
    color: white;
    text-shadow:0 -1px 0 #575757;
}

#contentMenuTop .active a
{
    text-shadow:0 -1px 0 #575757;
    color: white;
    background:url('/i/img/topmenu-button-bg4.png') no-repeat scroll center top transparent;
}

#contentMenuTop h3
{
    margin-top: -6px;
}

#switcher
{
    margin-bottom: -16px;
    border-top:1px solid #7C7C7D;
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 1px 0 #FCEDCD;
    line-height: 50px;
}

#switcher a
{
    text-decoration: none;
}

#switcher .active
{
    float: left;
    width: 470px;
    height: 68px;
    background-image: url('/i/img/switcher-bg-active.gif');
    background-repeat: no-repeat;
    color: #5A441B;
}

#switcher .inactive
{
    float: left;
    width: 470px;
    height: 53px;
    color: white;
    text-shadow: 0 -1px 0 #007BA9;
    background-image: url('/i/img/switcher-bg-inactive.gif');
    background-repeat: repeat-x;
}

#switcher .inactive:hover
{
    background-position: center bottom;
}

.switcherInactive:hover
{
    float: right;
    width: 470px;
    height: 53px;
    background-image: url('/i/img/switcher-bg-inactive.gif');
    background-position: 0px -53px;
    background-repeat: repeat-x;
}

#content
{
    padding-top: 45px;
    background-color: White;
    border-left: solid 1px #D6D7D9;
    border-right: solid 1px #D6D7D9;
}

#contentHeader
{
    position: relative;
    max-height: 480px;
    width: 838px;
    color: #878787;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    border-bottom: solid 1px #d6d7d9;
    background-image: url('/i/img/pagebanner-bg.gif');
    background-repeat: no-repeat;
}

#contentBody
{
    padding: 30px;
}

#contentBody p
{
    text-align: justify;
}

#contentBodySidebar
{
    float: right;
    width: 627px;
    padding: 30px 30px 30px 30px;
    overflow: visible;
    border-left: solid 1px #d6d7d9;
    background-color: White;
    z-index: 500;
}

#contentBodySidebar .item
{
    overflow: visible;
    margin-bottom: 40px;
}

#contentBodySidebar .itemAlternate
{
    overflow: visible;
    margin-bottom: 60px;
}

#contentBodySidebar .item .smallScreen
{
    line-height: 0px;
    position: relative;
    float: right;
    overflow: visible;
    margin: 0 0 0 30px;
    padding: 1px;
    border: 1px solid #D9D9D9;
}

#contentBodySidebar .itemAlternate .smallScreen
{
    line-height: 0px;
    position: relative;
    float: left;
    overflow: visible;
    margin: 0 30px 0 0px;
    padding: 1px;
    border: 1px solid #D9D9D9;
}

#contentBodySidebar .smallScreen a 
{
    display: block;
    float: left;
}

#contentBodySidebar .smallScreen a.zoom span 
{
    background:url("/i/img/ico-zoom.png") repeat scroll 0 0 transparent;
    display:block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 26px;
    height: 26px;
}

#contentBodySidebar p
{
    overflow: auto;
    text-align: justify;
}

.contentSidebar
{
    float: left;
    width: 250px;
    overflow: visible;
}

.contentSidebar div
{
    overflow: visible;
}

.contentSidebar li
{
    position: relative;
    background: url('/i/img/content-sidebar-bg.gif') repeat-x 0 top;
}

.contentSidebar li:hover
{
    background: url('/i/img/content-sidebar-bg.gif') repeat-x scroll 0 bottom;
}

.contentSidebar ul .active
{
    width: 251px;
    /*padding-right: 1px;*/
    border-right: none;
    background-image: none;
    background-color: White;
}

.contentSidebar li a 
{
    background-position: 195px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #D6D7D9;
    display:block;
    font-family:"Lucida Grande",Arial,sans-serif !important;
    font-size:18px !important;
    font-weight:bold;
    height:50px;
    letter-spacing: normal;
    padding-top:30px;
    text-align:left;
    text-decoration:none;
    text-indent:20px;
    text-shadow:0 1px 0 #FFFFFF;
    color: #3D3D3D;
}

.contentSidebar li li
{
    border-right: none;
    background-image: none;
}

.contentSidebar li li:hover
{
    background-image: none;
}

.contentSidebar li li a 
{
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #696969;
    font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
    font-size:12px !important;
    font-weight:normal;
    height:48px;
    letter-spacing:normal !important;
    line-height:48px;
    padding: 0;
    text-indent: 62px;
}

.contentSidebar li li a:hover
{
    color: Red;
}

.contentSidebar li ul .active a
{
    font-weight: bold;
}

.checklist li
{
    background:url('/i/img/ico-bullet-checkbox.gif') no-repeat scroll 0 0 transparent;
    display:block;
    font-size:11px;
    line-height:24px;
    line-height: 150%;
    padding-left:27px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.buttonBlue
{
    float: left;
    display: block;
    background:url('/i/img/button-blue-bg.png') no-repeat scroll center top transparent;
    height:27px;
    width:120px;
    line-height:25px;
    text-align:center;
    color:white;
    text-shadow: 0 -1px 0 #007BA9;
    text-decoration: none;
}

.buttonBlue:hover
{
    background:url('/i/img/button-blue-bg.png') no-repeat scroll center bottom transparent;
    text-decoration: none;
    color:white;
}

.buttonBlueSmall
{
    float: left;
    display: block;
    background:url('/i/img/button-blue-small-bg.png') no-repeat scroll center top transparent;
    height:27px;
    width:100px;
    line-height:25px;
    text-align:center;
    color:white;
    text-shadow: 0 -1px 0 #007BA9;
    text-decoration: none;
}

.buttonBlueSmall:hover
{
    background:url('/i/img/button-blue-small-bg.png') no-repeat scroll center bottom transparent;
    text-decoration: none;
    color:white;
}

.buttonYellow
{
    display: block;
    width:200px;
    height:27px;
    margin-left: auto;
    margin-right: auto;
    line-height:25px;
    background:url('/i/img/button-yellow-bg.png') no-repeat scroll center top transparent;
    text-align:center;
    text-decoration: none;
    color:#5A441B;
    text-shadow:0 1px 0 #FCEDCD;
    font-size:12px;
    font-weight:normal;
}

.buttonYellow:hover
{
    color:#5A441B;
    text-decoration: none;
    background:url('/i/img/button-yellow-bg.png') no-repeat scroll center bottom transparent;
}

.downloadButton
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 245px;
    height: 80px;
    padding: 15px 15px 15px 20px;
    color: #735722;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    text-shadow:0 1px 0 #FBD7A2;
    background: url('/i/img/button-download-bg.png') no-repeat scroll center bottom transparent;
}

.downloadButton .platform
{
    display: block;
    padding-left: 30px;
    padding-bottom: 8px;
    color: #5A441B;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FCEDCD;
    background-position: left 3px;
    background-repeat: no-repeat;
}

.downloadButton .size
{
    display: block;
    margin-top: -2px;
    padding-left: 25px;
    background-position: left 4px;
    background-repeat: no-repeat;
}

.betaBadge
{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1px;
    left: -1px;
    background-image: url('/i/img/badge-beta.png');
    background-repeat: no-repeat;
}

/*
    Home
*/

#home-inner
{
    overflow: visible;
    width: 944px;
    margin-left: auto;
    margin-right: auto;
}

#home-banner-container
{
    overflow: visible;
    width: 100%;
    height: 403px;
    background-image: url('/i/img/home/banner-bg.png');
    background-position: 0px -1px;
    background-repeat: no-repeat;
}

#home-banner-container h1
{
    margin-bottom: 25px;
    font-size: 36px;
    text-shadow: 0 1px 0 #76D4F5;
}

#home-banner-container h2
{
    margin-bottom: 30px;
    font-size: 30px;
    text-shadow:0 1px 0 #76D4F5;
}

#home-banner-container h3
{
    margin-top: 1px;
    margin-bottom: 25px;
    font-size: 28px;
    text-shadow: 0 -1px 0 #0083AA;
}

.home-banner
{
    position: relative;
    overflow: visible;
    height: 334px;
    margin: 1px 2px;
    padding-top: 46px; /* 53 */
    padding-left: 50px;
    background-repeat: no-repeat;
}

.home-banner .text
{
    float: left;
    width: 475px;
}

.home-banner .intro
{
    font-size: 17px !important;
    line-height:26px;
    text-shadow: 0 -1px 0 #0083AA;
    color: White;
}

.home-banner .screen
{
    position: relative;
    float: right;
    top: -1px;
    height: 331px;
    width: 413px;
    padding-top: 4px;
    text-align:right;
    background: url('/i/img/home/banner-bg-screen.png') no-repeat scroll 1px top transparent;
}

.home-banner .screen-alt
{
    position: relative;
    float: right;
    top: -21px;
    height: 355px;
    /*width: 413px;*/
    margin-right: 40px;
}

.home-banner .more
{
    position: absolute;
    top: 300px;
    font-size:14px;
    background: url('/i/img/arrow-right.png') no-repeat scroll 0 0 transparent;
    display: block;
    font-weight:bold;
    height: 30px;
    line-height: 30px;
    margin-right: 60px;
    padding-left: 40px;
    margin-top: 25px;
    color:#3D3D3D;
    text-decoration: none;
}

.home-banner .arrow
{
    overflow: visible;
    position: absolute;
    width: 58px;
    height: 31px;
    bottom: -31px;
}

#home-banner-1
{
    background-image: url('/i/img/home/banner-bg-blue.jpg');
    background-color: #00B7F2;
}

#home-banner-1 h3
{
    color: #BFF0FC;
}

#home-banner-1 .more
{
    text-shadow: 0 1px 0 #76D4F5;
}

#home-banner-1 .arrow
{
    background: url('/i/img/home/banner-arrow-blue.png') no-repeat scroll 0 0 transparent;
    left: 90px;
}

#home-banner-2
{
    display: none;
    background-image: url('/i/img/home/banner-bg-green.jpg');
    background-color: #73bd31;
}

#home-banner-2 h3
{
    color: #DEF0CC;
}

#home-banner-2 .more
{
    text-shadow: 0 1px 0 #B5DF84;
}

#home-banner-2 .arrow
{
    left: 328px;
    background: url('/i/img/home/banner-arrow-green.png') no-repeat scroll 0 0 transparent;
}

#home-banner-3
{
    display: none;
    background-image: url('/i/img/home/banner-bg-red.jpg');
    background-color: #d54445;
}

#home-banner-3 h3
{
    color: #F5D0D1;
}

#home-banner-3 .more
{
    text-shadow: 0 1px 0 #E99494;
}

#home-banner-3 .arrow
{
    left: 560px;
    background: url('/i/img/home/banner-arrow-red.png') no-repeat scroll 0 0 transparent;
}

#home-banner-4
{
    display: none;
    background-image: url('/i/img/home/banner-bg-orange.jpg');
    background-color: #dd862a;
}

#home-banner-4 h3
{
    color: #F7E4CA;
}

#home-banner-4 .more
{
    text-shadow:0 1px 0 #EFD4A1;
}

#home-banner-4 .arrow
{
    left: 796px;
    background: url('/i/img/home/banner-arrow-orange.png') no-repeat scroll 0 0 transparent;
}

#home-ribbon
{
    overflow: visible;
    width: 944px;
    height: 138px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
}

#home-ribbon a
{
    display: block;
    width: 236px;
    height: 134px;
    font-family: "Helvetica Neue","Helvetica Neue Bold",Arial,Helvetica,sans-serif !important;
    font-size: 19px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 208px;
    color:#696969;
    background-image: url('/i/img/home/ribbon-bg.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

#home-ribbon a:hover
{
    color:#393939;
}

#home-ribbon li
{
    float: left;
    display: block;
}

#home-ribbon-1
{
    background-position: -1px -138px;
}

#home-ribbon-2
{
    background-position: -237px 0px;
}

#home-ribbon-3
{
    background-position: -473px 0px;
}

#home-ribbon-4
{
    background-position: -709px 0px;
}

#home-references
{
    text-align: center;
    list-style: none outside none;
    margin-top: 30px;
    margin-left: -50px;
    margin-bottom: 30px;
    padding: 0px;
}

#home-references a
{
    margin-left: 50px;
    opacity: 0.5;
}

#home-references a:hover
{
    opacity: 1.0;
}

#home-references li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

/*
    Footer
*/

#footer
{
    position: absolute;
    bottom: 0px;
    height: 367px;
    width: 100%;
    padding-top: 54px;
    border-top: solid 2px #989999;
    background-color: #E8E9E9;
    background-image: url('/i/img/footer-bg.gif');
    background-repeat: repeat-x;
    font-size: 12px !important;
}

#footer .quickNav
{
    float: left;
    width: 611px;
}

#footer .quickNavColumn
{
    float: left;
    width: 135px;
}

#footer .quickNavColumn .topItem
{
    margin-bottom: 10px;
}

#footer .quickNavColumn .topItem a
{
    color: #515151;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px !important;
}

#footer .quickNavColumn .topItem a:hover
{
    text-decoration: underline;
}

#footer .quickNavColumn .item a
{
    color: #515151;
    text-decoration: none;
}

#footer .quickNavColumn .item a:hover
{
    text-decoration: underline;
}

#footer .phoneLabel
{
    float: left;
    width: 50px;
}


/*
    fix for FancyBox
*/

#fancy_inner
{
    overflow: visible;
}
