/*-----------------------------------------------------
                    LAYOUT
-------------------------------------------------------*/

html, body {
    height:100%;
}
body {
    position: relative;
    font-family: arial,helvetica,clean,sans-serif;
    margin:0;
    padding:0;
    background:#ccc url("images/home/body_bg.jpg") top left repeat-x;
    color:#333;
}
#container {
    position:relative;
    width:800px;
    margin:0 auto;
    padding:0px 10px 10px 10px;
    background:transparent url("images/home/container_bg.gif") top left repeat-y;
    height:auto !important;
    height:70%;    
}
html>body #container {
    height: auto;
    min-height:70%;
}

/*-----------------------------------------------------
                    COMMON FONTS
-------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}
h2.page_title {
    color:#003366;
    font-weight:bold;
    font-size:large;
}
h3.sub_title {
    color:#505050;
    font-weight:bold;
    font-size:16px;
}
h2.news_title {
    color:#333;
    font-weight:bold;
    font-size:12px;
    padding-bottom:10px;
}
h3.news_leader {
    color:#333;
    font-size:12px;
    margin-bottom:10px;
    padding:10px 0;
    font-weight:normal;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    line-height:140%;
}
h4.news_sub {
    color:#333;
    font-size:12px;
    padding:10px 0;
}
h4 {
    font-size:14px;
    padding:10px 0;
    color:#505050;
}
p, ul, td, td ul, ol, td ol, dl, #nav1 {
    font-size:13px;
}
#nav3, #footer, .disclaim, .nav3_sub {
    font-size:11px;
}
p {
    margin:0;
    padding:5px 0 5px 0;
    line-height:130%;
}
ul {
    padding:15px 0px 15px 2em;
    margin:0;
    list-style-type:square;
}
li {
    padding:0px 0px 8px 0px;
    margin:0;
    line-height:130%;  
}


/*-----------------------------------------------------
                    BANNER
-------------------------------------------------------*/

#banner {
    width:auto;
    margin-top:1px;    
    min-height:125px;
    height:auto !important;
    height:125px;
}
.ban_home {
    background:url("images/home/banners/ban_index.jpg") top left no-repeat;
}
.ban_home_1 {
    background:url("images/home/banners/ban_custom.jpg") top left no-repeat;
}
.ban_home_2 {
    background:url("images/home/banners/ban_fast.jpg") top left no-repeat;
}
.ban_home_3 {
    background:url("images/home/banners/ban_secure.jpg") top left no-repeat;
}
.ban_solution {
    background:url("images/home/banners/ban_solution.jpg") top left no-repeat;
}
.ban_web_meetings {
    background:url("images/home/banners/ban_web_meetings.jpg") top left no-repeat;
}
.ban_webcasts {
    background:url("images/home/banners/ban_webcasts.jpg") top left no-repeat;
}
.ban_features {
    background:url("images/home/banners/ban_features.jpg") top left no-repeat;
}
.ban_trial {
    background:url("images/home/banners/ban_trial.jpg") top left no-repeat;
}
.ban_buildit2 {
    background:url("images/home/banners/ban_buildit2.jpg") top left no-repeat;
}
.ban_services2 {
    background:url("images/home/banners/ban_services2.jpg") top left no-repeat;
}
.ban_default {
    background:url("images/home/banners/ban_default.jpg") top left no-repeat;
}
.ban_audio {
    background:url("images/home/banners/ban_audio.jpg") top left no-repeat;
}
.ban_eventcast{
    background:url("images/home/banners/ban_eventcast.jpg") top left no-repeat;
}
#logins {
    float:right;
    width:145px;
    height:160px;
    padding:12px 0px 8px 3em;
    margin:15px 0 0 20px;
    font-size:12px;
    background:url("images/home/home_login_bg.png") top left no-repeat;
}
#logins li{
    list-style-type:none;
    list-style-image:url("images/home/arrow_login.png");
}
#calltoaction {
    float:right;
    width:184px;
    margin:15px 5px 0 0; 
}
#guarantee {
    position:absolute;
    left:20px;
    top:40px;
}
#g {
    display:none;
    position:absolute;
    width:325px;
    padding:10px;
    border:1px solid #000;
    border-right-width:2px;
    border-bottom-width:2px;
    background-color:#f7f7f7;
}
#g h5 {
    text-align:center; 
}

/*-----------------------------------------------------
                    NAV1
-------------------------------------------------------*/

#nav1 {
    position:relative;
    width:800px;
    margin:0 auto;
    padding:10px 10px 25px 10px;
    background:transparent url("images/home/container_bg_top.gif") bottom left no-repeat;    
}
#logo {
    width:201px;
    float:left;
    width:auto;
}
#contact {
    text-align:center;
    position:absolute;
    top:15px;
    right:10px;
    width:auto;
}
#signIn {
    text-align:right;
    position:absolute;
    top:15px;
    right:5px;
    width:auto;
}

/*-----------------------------------------------------
                    NAV2
-------------------------------------------------------*/

#nav2 {
    background:transparent url("images/home/nav2_vista_bg.png") top left no-repeat;
    height:27px;
}
#nav2 div {
    float:left;
}
#h, #f, #p, #c {
    width:128px;
    margin-right:2px;
}
#t {
    width:130px; 
    margin:0 2px 0 0px;
}
#s {
    width:131px;
}

/*-----------------------------------------------------
                    NAV3
-------------------------------------------------------*/

#nav3 {
    position:absolute;
    top:160px;
    left:10px;
    width:190px;
    margin:10px 10px 0px 10px;
}
#nav3 div {
    margin:0;
    padding:2px 0 2px 5px;
}
#nav3 div.selected {
    height:20px;
    background:url("images/home/nav3_link_bg.gif") top left no-repeat;
    font-weight:bold;
    margin-top:2px;
}
#nav3 div.selected a.nav3_link {
    font-weight:bold;
}
a.nav3_link:hover {
    text-decoration:underline;
}
.nav3_sub {
    list-style-type:none;
    margin:0;
    padding:0px 0 5px 2em;
    border-bottom:1px solid #ccc;
}
.nav3_sub li {
    list-style-type:none;
    margin:0;
    padding:0 0 2px 0;
}
.nav3_sub li.selected a {
    text-decoration:underline;
}

/*-----------------------------------------------------
                    NAV4
-------------------------------------------------------*/

#nav4 {
    width:175px;
    float:right;
    margin:0 0 0 15px;
}
#nav4 .border {
    padding:0;
    border:1px solid #dadada;
    color:#505050;
}
#nav4 ul {
    margin:0 0 5px 1.5em;
    padding:0;
    list-style-type:square;
}
#nav4 ul li {
    font-size:10px;
}
#nav4 ul.pdf li {
    list-style-type:none;
    list-style-image:url(images/home/pdficon.gif);
}
#nav4 h5 {
    margin:3px 0;
    padding:2px 5px;
    color:#505050;
    font-weight:bold;
    letter-spacing:.02em;
    font-size:11px;
    border-top:1px solid #dadada;    
    border-bottom:1px solid #dadada;    
}
#nav4 h5.top5 {
    border-top:0;       
}
#nav4 a, #nav4 a:link, #nav4 a:visited, #nav4 a:active {
    text-decoration:none;       
}
#nav4 a:hover {
    text-decoration:underline;       
}
#extraArea {
    width:190px;
    float:right;
    margin-top:10px;
}

/*-----------------------------------------------------
                    CONTENT
-------------------------------------------------------*/

#content {
    margin:15px 20px 0 240px;
}

/*-- Features-Partners ------------*/

.features {
    margin:5px 0 10px 0;
}
.features .icon {
    width:100px;
    height:61px;
    float:left;
    margin:0 10px 0px 0;
}
.features .icon2 {
    width:60px;
    height:78px;
    float:left;
    margin:0 10px 0px 0;
}
.features .desc {
    width:400px;
    float:left;
    margin-right:10px;
}
.features p {
    padding:0 0 10px 0;
    margin:0;
}
.features h5 a {
    font-weight:bold;
    text-decoration:none;
}
.bigFeature {
    float:right;
    width:238px;
    margin:10px 0 10px 10px;
}
.cp {
    margin:10px 20px;
    width:175px;
    float:right;       
}

/*-- Solutions ------------*/

table.solutions {
    margin:8px 0;
    border-collapse:collapse;
    border:0;
    width:auto;
}
table.solutions td h5 a {
    font-size:13px;
    font-weight:bold;
}
table.solutions td p {
    font-size:11px;
    padding-bottom:25px;
}
table.solutions td.iconCell {
    padding-right:10px;
}
.points {
    padding-top:15px;
    padding-bottom:15px;
}
.matrix {
    border:1px solid #dadada;
    border-collapse:collapse;
}
.matrix td {
    border:1px solid #cdcdcd;
    padding:3px;
}
.inset{
    float:right;
    margin:0 0 30px 20px;
    width:175px;
}
.larger{
    text-align:center;
    margin-top:5px;
    line-height:normal;
    font-size:11px;
}
#gnt {
    display:none;
    position:absolute;
    top:250px;
    right:275px;    
    width:400px;
    padding:10px;
    border:1px solid #000;
    border-right-width:2px;
    border-bottom-width:2px;
    background-color:#C6D7EF;
}
#gnh {
    float:right;
    width:249px;
    margin:35px 0 0 15px;
}
.quote {
    margin:10px 20px;
    padding:5px;
    border-top:2px solid #4292CE;
    border-bottom:2px solid #4292CE;
    width:175px;
    float:right;
    color:#31639c;
    font-weight:bold;
    font-family:Verdana;   
}
.quote p {
    margin:0px 0 3px 0;
    padding-bottom:15px;
    background:#fff url('images/home/solutions/quote_right.gif') bottom left no-repeat;    
    background-color:transparent;
}
.quote p span {
    padding-right:20px;
    background:#fff url('images/home/solutions/quote_left.gif') top left no-repeat;     
}
.ih3 {
    background:#4292CE;
    color:#fff;
    padding:5px 15px;
}
.iul {
    margin:0;
    padding:10px 10px 10px 2em;
    background:#C6D7EF;
}

/*------ Other Services -----*/

.tableOther {
    width:auto;
    border-collapse:collapse;
    margin-top:20px;
}
.tableOther td {
    padding:3px;
    text-align:left;
    vertical-align:middle;
    border:1px solid #4292CE; 
}
.tableOther td.check {
    background:#fff url('images/home/solutions/blueCheck.gif') 8px 5px no-repeat;
    height:32px;
    width:32px;
}
.hideDesc {
    width:185px;
    display:none;
    border:1px solid #4292CE;
    padding:10px;
    background:#C6D7EF;
}
a.link_os, a.link_os:active, a.link_os:visited, a.link_os:hover {
    color:#000;
    text-decoration:underline;
    display:block;
}

/*-- Pricing ----------------------*/

.pricing div.d1 ul {
    margin-top:5px; 
    margin-right:20px; 
    width:175px;
}
.pricing h4 {
    padding:10px 0 2px 0;
}
.pricing div.d1 {
    padding:0 2px 10px 10px;
    margin:20px 0 0 10px;
    background:#f7f7f7; /*url("images/home/whitebox.png") top left no-repeat;*/
    border:1px solid #ccc;
}
.pricing div.d2 {
    border-top:1px solid #ccc;
    margin-top:15px;
    margin-right:10px;    
}
div.d1 h4, div.d2 h4  {
    text-align:center;
    color:#003366;
}

/*-- Try It ----------------------*/

#trial {
    margin-top:10px;
}
#trial h4 {
    text-align:center;
    margin:0;
    padding:0;
}
#demo, #sites, #freeAcc {
    padding:3px 15px 0 15px;
    width:500px;
    height:125px;
    margin-bottom:10px;
    background:#fff url("images/home/square_527x127.gif") top left no-repeat;
}
#sites span {
    padding:0 6px 0 10px; 
}
.con {
    text-align:center;
    padding-bottom:0;
}

/*-- Customers ----------------------*/

div.cust {
    margin:15px 0 0 110px;
}
div.cust img {
    display:block;
    margin:30px 0;
}
div.cust table {
    border:0px;
    border-collapse:collapse;
}
div.cust table td {
    text-align:center;
    vertical-align:top;
    padding:3px;
}
.caseStudy {
    float:right;
    width:238px;
    margin:10px 0 10px 20px;
    background:#fff url("images/home/case_bg.jpg") top left repeat-y;
}
.caseStudy div {
    margin:0px 15px 0 8px;
}
.caseStudy div p {
    font-size:x-small;
    padding:0 10px 8px 0;
}
.case_title {
    font-size:13px;
    border-bottom:1px solid #ccc;
    width:135px;
    margin:0 0px 5px 0;
    color:#993333;
}
.case_sub {
    font-size:11px;
    padding:5px 0 0 0;
    color:#333;
}

/*-- Customer care ----------------------*/

.horz_box {
    padding:10px 15px 10px 0px; 
    width:527px;
    height:110px;
    margin:10px 0;
    background:#fff url("images/home/square_527x127.gif") top left no-repeat;
    text-align:center;
}
.horz_box p {
    padding:10px 0 15px 0; 
}

/*-- About ----------------------*/

.news_quote {
    margin:5px 10px;
    padding:5px;
    border-top:2px dashed #ccc;
    border-bottom:2px dashed #ccc;
    width:150px;
    float:right;
    color:#31639c;
    font-weight:bold;    
}

/*-- Bottom buttons ---------------*/

#bottomButtons {
    margin-top:20px;
}

/*-----------------------------------------------------
                    FOOTER
-------------------------------------------------------*/

#footer {
    margin:0px auto;
    padding:5px 10px 20px 10px;
    position:relative;
    width:800px;   
    text-align:center;
    background:transparent url("images/home/container_bg_bottom.gif") bottom left no-repeat;  
}
#footer div {
    border-top: 1px solid #ccc;
    padding-top:10px;
}
#footer span {
    border-right: 1px solid #ccc;
    padding:0 8px;
}
#footer span.last {
    border-right:0;
}

/*-----------------------------------------------------
                    COMMON TABLES
-------------------------------------------------------*/

table {
    border-collapse:collapse;
    border:0;
    width:100%;
}
td {
    text-align:left;
    vertical-align:top;
}
.formTable {
    border-collapse:collapse;
    border:0;
    width:auto;
    margin:10px 0;
}
.formTable td {
    padding-right:10px;    
}
.formTable td h4 {
    padding:10px 0 0 0;    
}
.formTable td p {
    padding:0 0 10px 0;    
}
.disclaim {
    padding:5px 0 0 0;
}
.b1 {
    border:1px solid #ccc;
    border-right:0;
}
.b1 td {
    border-right:1px solid #ccc;
    padding:5px;
}
.b1 td h4 {
    text-align:center;
}

/*-----------------------------------------------------
                    COMMON LINKS
-------------------------------------------------------*/

#content a {
    text-decoration:underline;
}
a {
    text-decoration:none;
    color:#31639c;
    font-weight:normal;
}
a:hover {
    text-decoration:underline;
}
a img {
    border:0;
}


/*-----------------------------------------------------
                    MISC.
-------------------------------------------------------*/

.contactForm {
    padding:0 10px 10px 10px;
    margin:10px 0;
    background:#f7f7f7;
    border:1px solid #ccc;
}

.clearfix:after, 
#icons:after, 
#nav1:after,  
#banner:after, 
.pricing:after, 
.features:after, 
#nav2:after, 
#marketing:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, 
#icons, 
#nav1,  
#banner, 
.pricing, 
.features, 
#nav2, 
#marketing {display:inline-block;}

/* Hide from non-IE6 \*/
* html .clearfix,  
* html #nav1,  
* html #banner, 
* html .pricing, 
* html .features, 
* html #nav2, 
* html #marketing, 
* html #icons {height:1%;}

.clearfix, 
#nav1,
#banner,
.pricing,
.features,
#nav2,
#marketing,
#icons {display:block;}
/* End hide from non-IE6 */


