﻿body
{
    font-size: 62.5%;
    line-height: 1.6em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #193888;
    color: White;
    margin: 0px;
    padding: 0px;
}
#wrap
{
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 1.4em;
    line-height: 1.4em;
}

/**************************** Universal/Typography *******************/

a img
{
    border-style: none;
}
h2, h3, h4, h5, h6
{
    line-height: 1em;
    margin-top: .7em;
    margin-bottom: .7em;
    color: Black;
}
h4
{
    line-height: 1.5em;
}
dt
{
    font-weight: bold;
    clear: left;
}
dd
{
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 1em;
}
h2#pageTitle
{
    margin: 0px;
    padding: 0em 0em .5em 0em;
    font-family: "Arial Black" ,Arial,Helvetica,Sans-Serif;
    font-weight: bold;
    letter-spacing: -0.04em;
    font-size: 2.4em;
    color: #202c55;
    line-height: 0.9em;
}
#catalog h2
{
    margin: 0px;
    padding: 0em 0em .5em 0em;
    font-family: "Arial Black" ,Arial,Helvetica,Sans-Serif;
    font-weight: bold;
    letter-spacing: -0.04em;
    font-size: 2.4em;
    color: #202c55;
    line-height: 0.9em;
}

hr.clear
{
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 1px;
    border-style: none;
    visibility: hidden;
}
.imgLeft
{
    float: left;
    padding: 1em 1em 1em 0em;
}
.imgRight
{
    float: right;
    padding: 1em 0em 1em 1em;
}
.imgCenter
{
    display: block;
    margin: 0px auto;
    padding: 1em 0em;
}
.imgLeftBorder
{
    float: left;
    margin: 1em 1em 1em 0em;
    padding: 7px;
    border: solid 1px #436cbe;
}
.imgRightBorder
{
    float: right;
    margin: 1em 0em 1em 1em;
    padding: 7px;
    border: solid 1px #436cbe;
}
.imgCenterBorder
{
    display: block;
    margin: 0px auto;
    padding: 1em;
    border: solid 1px #436cbe;
}
.buttonLeft
{
    clear: left;
    float: left;
    display: block;
    margin: 0.5em 1.5em 0.5em 0em;
    padding: 0.5em;
    text-align: center;
    background: url(images-Design/buttonBg.gif) repeat-x left top;
    border: 1px solid #a4b6c1;
    text-decoration: none;
    font-weight: bold;
    color: #133689;
}
.buttonRight
{
    clear: right;
    float: right;
    display: block;
    margin: 0.5em 0em 0.5em 1.5em;
    padding: 0.5em;
    text-align: center;
    background: url(images-Design/buttonBg.gif) repeat-x left top;
    border: 1px solid #a4b6c1;
    text-decoration: none;
    font-weight: bold;
    color: #133689;
}
.buttonCenter
{
    clear: both;
    display: block;
    margin: 0.5em 2em;
    padding: 0.5em;
    text-align: center;
    background: url(images-Design/buttonBg.gif) repeat-x left top;
    border: 1px solid #a4b6c1;
    text-decoration: none;
    font-weight: bold;
    color: #133689;
}
.buttonCenter:hover, .buttonLeft:hover, .buttonRight:hover
{
    color: #fe9504;
    background: url(images-design/buttonHoverBg.gif) repeat-x left top;
}

.halfCol
{
    float: left;
    width: 49.9%;
}
.halfCol2
{
    float: right;
    width: 40%;
}
.halfCol p
{
    padding-right: 1em;
}
.halfCol + h3
{
    padding-top: 1em;
}
.breadCrumbNav
{
    clear: both;
    display: block;
    margin: 0px;
    padding: 1em 0px;
    line-height: 1.6em;
    font-size: 0.8em;
}
ul
{
    list-style-image: url(images-Design/bullet.gif);
}
ul.imgList
{
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
}
ul.blockLinkList
{
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}
ul.blockLinkList a
{
    display: block;
    margin: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: Black;
    text-decoration: none;
    border-top: 1px solid #cccccc;
    padding-left: 32px;
    background: url(images-Design/bullet.gif) no-repeat 8px center;
}
ul.blockLinkList a:visited
{
    background: url(images-Design/check-green.gif) no-repeat 8px center;
}
ul.blockLinkList a:hover
{
    background: #ECEFDB url(images-Design/bullet.gif) no-repeat 8px center;
}
ul.blockLinkList a:hover:visited
{
    background: #EAE0FF url(images-Design/check-green.gif) no-repeat 8px center;
}
ul.blockLinkList a:active
{
    color: Red;
}
.horizontal dt
{
    clear: both;
    float: left;
    text-align: right;
    width: 22%;
    padding: 0.5em 1% 0.5em 0em;
    font-weight: normal;
}
.horizontal dd
{
    margin: 0px;
    padding: 0.5em 0% 0.5em 24%;
}
dd .horizontal dt
{
    width: 38%;
    padding: 0em 1% 0.5em 0em;
    font-size: 0.8em;
}

dd .horizontal dd
{
    padding: 0em 0% 0.5em 40%;
    font-weight: bold;
    font-size: 0.8em;
}
.subBox
{
    /*background: [newsBox.bg];*/
    padding: 10px;
    border: 1px solid #5f6b7d;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 0.9em;
}
.subBox h3
{
    text-align: center;
    margin: 0px;
    font-size: 16px;
}
.subBox ul
{
    margin: 10px 0px 0px;
    padding: 0px;
    list-style: none;
}
.subBox li
{
    /*background: [newsBox.itemBg];*/
    padding-left: 25px;
    margin-bottom: 10px;
    list-style-image: none;
}
.center
{
    text-align: center;
}
cite
{
    color: #202c55;
    font-weight: bold;
}
.quote p
{
    padding-left: 50px;
    font-style: italic;
    font-size: 10pt;
}
dl
{
    background: #d1d4e8;
    color: #193888;
    padding: 0.5em;
    font-family: Arial Black;
}
dl dl dt
{
    clear: left;
    text-align: right;
    float: left;
    width: 48%;
    padding-right: 2%;
    padding: 0;
    color: Black;
    letter-spacing: normal;
    font-family: Verdana;
}
dl dl dd
{
    float: left;
    width: 48%;
    padding-left: 2%;
}
/**************************** HEADER ****************************/
#header
{
    background: url(images-Design/headerBg3.gif) no-repeat left bottom;
    margin: 10px auto 0px auto;
    padding: 0px;
    height: 180px;
    width: 960px;
}

h1#logo
{
    margin: 0;
    padding: 0;
}

h1#logo a
{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 156px;
    width: 320px;
    border: none;
}

#contactInfo a
{
    display: block;
    float: right;
    height: 156px;
    width: 457px;
}

/**************************** New Navigation ***************************/
#nav
{
    background: url(images-Design/navbg3.gif) no-repeat left top;
    margin: 0 auto;
    width: 920px;
    padding: 0 30px 10px 30px;
    height: 50px;
    line-height: 28px;
    font-weight: bold;
    font-size: 0.8em;
}

#nav ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#nav li
{
    float: left;
    margin: 0px;
    padding: 0px;
}

#nav a
{
    display: block;
    float: left;
    padding: 0 28px;
    height: 50px;
    line-height: 50px;
    color: #133689;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8em;
    font-family: Calibri, Tahoma, Arial, Helvetica, Sans-Serif;
}

#nav a:active, #nav a:hover
{
    color: White;
    background-color: #4a5166;
}

#nav a.sn_item_pressed
{
    color: #4a5166;
    background-color: White;
    border-bottom: 5px solid #4a5166;
}

#nav a.sn_item_pressed:hover
{
    color: white;
    background-color: #4a5166;
    border-bottom: 5px solid #4a5166;
}

/******************************** SIDEBAR ************************************/
#sidebar
{
    float: left;
    width: 200px;
    padding: 20px;
    background: url(images-design/contentTop.gif) no-repeat left top;
    color: Black;
}
#sidebar img
{
    border: 1px solid #5f6b7d;
    margin-bottom: 20px;
    margin-left: 0px;
    display: block;
}
#sidebar img.imgCenter
{
    border: none;
    margin: 0px auto;
    padding: 0px;
    display: block;
}
#newsBox
{
    padding: 10px;
    width: 178px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#newsBox h3
{
    /*background: url(images-Design/headerLine.png) no-repeat left bottom;*/
    margin: 0px;
    padding: 0em;
    font-family: "Arial Black" ,Arial,Helvetica,Sans-Serif;
    font-weight: bold;
    letter-spacing: -0.04em;
    font-size: 1.4em;
    color: #202c55;
    line-height: 1em;
    text-align: center;
    margin-bottom: 2em;
}
#newsBox ul
{
    margin: 10px 0px 0px;
    padding: 0px;
    list-style: none;
}
#newsBox li
{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-image: none;
}

/***************************** CONTENT *************************************/

#contentWrap
{
    background: #d1d4e8;
    margin: 0px auto;
    padding: 0px;
    clear: both;
    width: 980px;
}
#contentInnerWrap
{
    width: 960px;
    margin: 0px auto;
    padding: 0px 10px;
    background: #d1d4e8 url(images-design/contentMiddle.gif) repeat-y center top;
}

#content
{
    float: right;
    width: 640px;
    padding: 30px 40px;
    background: url(images-design/contentTop.gif) no-repeat right top;
    color: Black;
}
#contentBottom
{
    clear: both;
    height: 60px;
    width: 960px;
    margin: 0px auto;
    padding: 0px;
    background: url(images-design/contentBottom.gif) no-repeat left bottom;
}
#contentTop
{
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 10px;
}
#carrierLogos img
{
    float: left;
    margin: 0 .5em;
    display: block;
    text-align: center;
}
#carrierLogos
{
}
/********************************* FOOTER ********************************/
#footerWrap
{
    padding: 0px 10px 10px 10px;
    color: #202C55;
    background: #D1D4E8;
    margin: 0 auto;
    width: 960px;
    font-size: 1.6em;
    line-height: 1.6em;
    font-style: italic;
    text-align: center;
}
#footerWrap a
{
    color: #202C55;
}
#footer
{
    width: 840px;
    margin: 0px auto;
    padding: 15px 0;
}
#footer h4
{
    font-size: 1.1em;
}
#footer p
{
    font-size: 8pt;
}
#footer .infoBlock, #footer #a8b
{
    float: left;
    margin: 10px;
    width: 260px;
    border-style: none;
    display: block;
}
#footer #a8b
{
    text-align: center;
    width: 250px;
}

/**************************** Web Forms  ********************/
fieldset
{
    margin-top: 15px;
    border: 2px solid #cccccc;
}
legend
{
    font-weight: bold;
}
.form dt
{
    clear: both;
    float: left;
    text-align: right;
    width: 33%;
    padding: 0.5em 1% 0.5em 0em;
}
.form dt strong
{
    color: Red;
}
.form dd
{
    margin: 0px;
    padding: 0.5em 0% 0.5em 35%;
}
/******************** /catalog.aspx *********************************/
#vendorList .buttonCenter
{
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 0em;
}
#vendorList .buttonCenter span
{
    display: block;
    clear: both;
}
#catalog #callControl, #CallUnity, #videoConferencing, #customerContact, #ipPhones, #storage, #unifiedCommunications, #voiceApplicationSystems, #voiceNetworkManagement, #voiceAndIP, #wireless
{
    display: none;
}
#ciscoProducts li
{
    list-style-type: none;
}
/******************** /confertel/confrertel.aspx ********************/
#confertel h2
{
    line-height: 2.8ex;
    margin-top: 0.6ex;
    margin-bottom: 0.6ex;
}
#confertel .conf_box
{
    width: 25%;
    float: left;
    padding-bottom: 3ex;
}
#confertel .conf_box a, #confertel a
{
    text-decoration: none;
    font-size: 12px;
}
#confertel .conf_box a img
{
    /*border:1px solid #b68602;*/
    border: none;
}
#confertel .conf_box span.title
{
    color: #008800;
    font-weight: bold;
    display: block;
    margin: 0px auto;
    text-decoration: underline;
    line-height: 3.2ex;
}
#confertel .conf_box .text
{
    text-align: left;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    color: Black;
    line-height: 2.6ex;
}
#confertel .left_list
{
    text-align: left;
    float: left;
    color: #000088;
    list-style-image: url(confertel/images/conf_bullet.png);
}
#confertel .right_list
{
    text-align: left;
    float: right;
    color: #000088;
    list-style-image: url(confertel/images/conf_bullet.png);
}
.a8b_mark
{
    float: left;
    margin-left: 202px;
}
/************************ Splash ****************************/

#splashWrap
{
    width: 842px;
    height: 373px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background: url(images-Design/splashBg2.jpg) no-repeat left top;
}
#splashContent
{
    height: 220px;
    padding: 0px 1px;
    overflow: hidden;
    margin: 0px;
}
#splashMenu
{
    width: 840px;
    height: 160px;
    margin: 0px;
    padding: 0px 1px;
    background: url(images-Design/splashMenuBg.gif) no-repeat left top;
}
ul#mainMenu
{
    height: 32px;
    line-height: 32px;
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
}
ul#mainMenu li
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 210px;
}
ul#mainMenu li a
{
    display: block;
    width: 178px; /* 210 */
    height: 32px;
    padding: 0px 0px 0px 32px;
    margin: 0px;
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    background: url(images-Design/splashArrow.gif) no-repeat left top;
}
ul#mainMenu li a:hover, ul#mainMenu li a.sn_item_pressed
{
    color: #ffd554;
}
ul#mainMenu li a.sn_item_pressed
{
    background: url(images-Design/splashArrow.gif) no-repeat left bottom;
}
ul.subMenu
{
    height: 120px;
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 12px 0px 0px 0px;
}
ul.subMenu li
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 280px;
}
ul.subMenu a
{
    display: block;
    width: 280px;
    height: 95px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    text-decoration: none;
}
ul.subMenu a:hover
{
    background: url(images-Design/splashSubHover.gif) no-repeat left top;
}
ul.subMenu strong
{
    display: block;
    color: #72aeff;
    letter-spacing: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Trebuchet MS" , Arial, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 10px 0px 0px 14px;
    text-transform: uppercase;
}
ul.subMenu img
{
    display: block;
    float: left;
    padding: 0px 0px 0px 8px;
    margin: 0px;
}
ul.subMenu span.description
{
    margin: 0px;
    padding: 0px 14px;
    font-size: 0.8em;
    color: White;
    text-indent: 0px;
    display: block;
}

/******************** DEFAULT **********************************/
#fourboxes
{
    margin: 0px auto;
    height: 140px;
    padding: 0px;
    overflow: hidden;
    list-style-type: none;
    width: 960px;
}
#fourboxes li
{
    float: left;
    width: 240px;
    height: 140px;
    display: block;
}
#fourboxes #option1
{
    background: url(images-design/btn1.gif) no-repeat left top;
}
#fourboxes #option2
{
    background: url(images-design/btn2.gif) no-repeat left top;
}
#fourboxes #option3
{
    background: url(images-design/btn3.gif) no-repeat left top;
}
#fourboxes #option4
{
    background: url(images-design/btn4.gif) no-repeat left top;
}
#fourboxes a
{
    font-family: "Trebuchet MS";
    width: 180px;
    height: 60px;
    line-height: 60px;
    display: block;
    margin: 0px;
    padding: 80px 0px 0px 30px;
    letter-spacing: -0.08em;
    color: #006bce;
    font-size: 1.3em;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
