/* CSS Document */
html, body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    font: 14px 'helveticaneuelight' , Arial, Helvetica, sans-serif;
    color: #464646;
}
ul, li
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
}
p
{
    line-height: 20px;
}
input, textarea, select
{
    margin: 0;
    padding: 0px;
}

/*=============FontProperty=========*/
h1
{
    font-size: 24px;
}
h2
{
    font-size: 22px;
}
h3
{
    font-size: 20px;
}
h4
{
    font-size: 18px;
}
h5
{
    font-size: 16px;
}
h6
{
    font-size: 14px;
}

/*========MasterpageProperty========*/

/*----head---*/
.wrapper
{
    width: 1055px;
    height: 100%;
    background: #FFF;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -150px;
    box-shadow: 0px 0px 10px 2px #000000;
}
.header
{
    background: #02021a;
    height: 109px;
    border-top: 3px solid #990074;
    width: 1055px;
}
.logo
{
    width: 136px;
    height: 69px;
    float: left;
    margin: 15px 20px;
}

/*----SearchBox-----*/
.search_area
{
    width: 092px;
    margin: 30px 0px 20px 100px;
    height: 42px;
    float: left;
}
/*----width:492px;-----*/
.search_box
{
    float: left;
    height: 31px;
    width: 390px;
}
.search_input_box
{
    padding: 0 0 0 10px;
    margin: 0;
    border: none;
    width: 391px;
    height: 42px;
    line-height: 31px;
    color: #666;
    font-family: Tahoma, Geneva, sans-serif;
}


.login_area
{
    float: right;
    margin: 0px 0px;
    color: #FFF;
    padding: 3px;
    text-align: center;
    border-bottom: 2px solid #990074;
    border-left: 2px solid #990074;
    border-right: 2px solid #990074;
    height: 30px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
.login_area a
{
    text-decoration: none;
    color: #FFF;
}
.login_area a:hover
{
    text-decoration: none;
    color: #CCC;
}

/*----QuickPay-----*/
.quickpay_input_box
{
    padding: 0 0 0 10px;
    margin: 0;
    border: none;
    width: 105px;
    height: 26px;
    line-height: 26px;
    color: #666;
    font-family: Tahoma, Geneva, sans-serif;
}
.quickpay_button
{
    float: right;
    width: 51px;
    height: 26px;
    margin-top: 1px;
}
/*-----cms-----*/
.cms_input_box
{
    padding: 0 0 0 10px;
    margin: 0px 0px 0 20px;
    border: 1px solid #990074;
    border-radius: 4px 0px 0px 4px;
    width: 150px;
    height: 25px;
    line-height: 26px;
    color: #666;
    font-family: Tahoma, Geneva, sans-serif;
}
.cms_button
{
    width: 51px;
    height: 32px;
    position:absolute;
}

/*---menu-----*/
.menu
{
    width: 1055px;
}
.menu ul
{
    margin: 0px;
    padding: 0px;
}
.menu ul li
{
    float: left;
}
.menu ul li a
{
    text-decoration: none;
    background: #990074;
    display: block;
    text-align: center;
    border-right: 1px solid #410031;
    color: #fff;
    padding: 10px 0px;
    width: 149px;
    text-transform: uppercase;
}
.menu ul li a:hover
{
    text-decoration: none;
    background: #410031;
    border-right: 1px solid #410031;
    color: #fff;
}
.menu ul li.last a
{
    border-right: none;
    padding: 10px 0px;
    width: 155px;
}

/*----container----*/
.container
{
    width: 1055px;
    height: auto;
    overflow: hidden;
    margin: 0px auto; /* background:#CCC; */
}

/*---footer----*/
.footer_wrapper
{
    width: 100%;
    height: 150px;
}
.footer
{
    margin: 0 auto;
    width: 100%;
    height: 50px;
    overflow: hidden;
    clear: both;
}
.footer, .push
{
    width: 100%;
    height: 150px;
    margin: 0px auto;
    clear: both;
}
.clear
{
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 1px;
    background: #f0f0f0;
    width: 100%;
    font-size: 1px;
}

.quicklinks
{
    width: 1055px;
    margin: 0px auto;
    height: 130px;
    background: #FFF;
}
.quicklinks_area
{
    width: 445px;
    margin: 0px auto;
    height: 115px;
    padding-top: 15px;
}

.quicklinks_
{
    width: 1055px;
    margin: 0px auto;
    height: 100px;
    background: #e8e8e8;
    overflow: hidden;
}
.quick_link
{
    margin: 20px 20px;
    width: auto;
    position: relative;
}
.site_links
{
    font-weight: bold;
}
.copyright
{
    position: absolute;
    top: 0;
    left: 460px;
    font-weight: bold;
}
.links
{
    padding: 0;
    margin: 10px 0 0 0;
    overflow: auto;
}
.links ul
{
    display: inline;
    padding: 0;
    margin: 10px 0 0 0;
}
.links ul li
{
    padding: 0;
    float: left; /*width:160px;*/
    font-size: 12px;
    color: #666666;
    padding: 5px 20px 0 0;
}
.links ul li span
{
    width: 6px;
    height: 6px;
    margin: 5px;
    float: left;
}
.links ul li a
{
    text-decoration: none;
    color: #666666;
}
.links ul li a:hover
{
    text-decoration: none;
    color: #333333;
}

.address
{
    width: 76px;
    float: left;
    margin: 0px 35px;
}
.address a
{
    text-align: center;
    padding-top: 80px;
    width: 76px;
    float: left;
    color: #990074;
    text-decoration: none;
}
.address a:hover
{
    text-align: center;
    padding-top: 80px;
    text-decoration: none;
    color: #66014e;
}

.email
{
    width: 76px;
    float: left;
    margin: 0px 35px;
}
.email a
{
    text-align: center;
    padding-top: 80px;
    width: 76px;
    float: left;
    color: #990074;
    text-decoration: none;
}
.email a:hover
{
    text-align: center;
    padding-top: 80px;
    text-decoration: none;
    color: #66014e;
}

.call
{
    width: 76px;
    float: left;
    margin: 0px 35px;
}
.call a
{
    text-align: center;
    padding-top: 80px;
    width: 76px;
    float: left;
    color: #990074;
    text-decoration: none;
}
.call a:hover
{
    text-align: center;
    padding-top: 80px;
    text-decoration: none;
    color: #66014e;
}

.copyrights_wrapper
{
    background: #000;
}
.copyrights
{
    width: 1055px;
    margin: 0px auto;
    height: 50px;
    background: #000;
}
.copyright_area
{
    margin: 20px 0px 0px;
    font-size: 10px;
    color: #CCC;
    float: left;
}
.powered
{
    float: right;
    font-size: 9px;
    color: #CCC;
    margin: 10px 0px 0px;
}

/*-----Innerpage------*/
.banner
{
    width: 1055px;
    height: 385px;
    overflow: hidden;
    margin: 0 auto;
}
.banner_new
{
    width: 1055px;
    overflow: hidden;
    margin: 0 auto;
    background-position: top right;
}
.banner_text
{
    color: #000;
    margin: 30px 0 0 50px;
}
.banner_big_text
{
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
}
.banner_small_text
{
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.inner_banner
{
    width: 1055px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.container_details
{
    width: 1055px;
    height: auto;
    overflow: hidden;
    background: #FFF;
}
.headingbg_
{
    width: auto;
    line-height: 60px;
    margin: 10px auto;
    text-align: center;
    color: #7d3a60;
}
.headingbg_ h4
{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.headingbg h4
{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #FFF;
    padding: 10px 30px;
}

.divider
{
    border: 1px dashed #410031;
    margin: 20px 0px;
}

.new_connection
{
    overflow: auto;
}
.new_con_panel
{
    width: 526px;
    position: relative;
    overflow: auto;
    float: left;
}
.con_img
{
    margin: 0 auto;
    text-align: center;
    width: 526px;
    position: absolute;
    z-index: 0;
}
.con_tital
{
    width: 440px;
    margin: 0 auto;
    background: #E8E8E8;
    color: #660066;
    font-size: 28px;
    text-align: center;
    height: 75px;
    line-height: 30px;
    padding-top: 50px;
    margin-top: 135px;
}
.con_point
{
    margin: 20px 80px;
}
.whyscv_hd_panel
{
    width: 1010px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0px;
    padding: 0px;
}
.scv_hd
{
    width: 400px;
    float: left;
    padding: 0px 10px;
    margin-right: 10px;
    border-right: 1px solid #d3d3d3;
}
.hd_features
{
    width: 380px;
    float: left;
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.set_up_box
{
    width: 950px;
    margin: 5px auto 0px;
    height: auto;
    overflow: hidden;
}
.set_up_box_img
{
    float: left;
    width: 499px;
    height: 354px;
    margin-right: 20px;
}
.con_point ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.con_point ul li
{
    padding: 0 0 10px 20px;
    margin: 0;
}
.con_point_border
{
    height: 390px;
    margin-top: 10px;
    float: left;
    width: 1px;
    background: #000;
}

.scv_hd_features
{
    float: left;
    width: 400px;
    font-size: 16px;
    margin-top: 15px;
}
.scv_hd_features ul
{
    margin: 0px;
    padding-top: 10px;
}
.scv_hd_features ul li
{
    font-size: 16px;
    padding-left: 25px;
    line-height: 35px;
}
.heading
{
    font-size: 20px;
    color: #990066;
    line-height: 30px;
}

.hd_details
{
    width: 1010px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 0px;
}
.hd_text
{
    width: 600px;
    float: left;
    margin-right: 70px;
    margin-top: 20px;
}
.hd_clearimg
{
    float: left;
    width: 303px;
}

.hd_recording
{
    width: 840px;
    margin: 20px auto;
    height: 150px;
    overflow: hidden;
    padding: 15px 80px;
    border: 1px solid #e6e6e6;
}
.recording_img
{
    float: left;
    width: 270px;
    height: 102px;
    margin-right: 50px;
}
.recording_text
{
    float: left;
    margin: 40px 0px;
}
.recording_text p
{
    margin-top: 0px;
}

.about_us
{
    margin: 20px;
    text-align: left;
    float: left;
    width: 1010px;
    line-height: 30px;
}
.about_us_header
{
    font-size: 20px;
    color: #990066;
    line-height: 30px;
}

.question
{
    font-size: 16px;
    line-height: 25px;
    color: #990066;
}

.hd_img
{
    width: 550px;
    height: 180px;
    position: relative;
    z-index: 1;
    top: 430px;
    left: 450px;
}

.faq_img
{
    width: 230px;
    height: 300px;
    position: relative;
    z-index: 1;
    top: 200px;
    left: 750px;
}

.address_panel
{
    width: 284px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.address_area
{
    height: auto;
    overflow: hidden;
}
.company_address
{
    width: 206px;
    float: left;
    margin-right: 10px;
}
.company_heading
{
    font-size: 20px;
    color: #000000;
    margin-bottom: 8px;
}
.address_text
{
    color: #5f5f5f;
    font-size: 16px;
    line-height: 27px;
}
.address_text span
{
    color: #990066;
}

.subscribe_img
{
    width: 206px;
    height: 141px;
    margin-top: 15px;
    color: #7d3a60;
    font-size: 20px;
    text-align: center;
    padding-top: 25px;
}
.subscribe_img a
{
    text-decoration: none;
    color: #7d3a60;
}
.subscribe_img a:hover
{
    text-decoration: underline;
}

.other_add
{
    float: left;
    width: 700px;
}
.other_add ul
{
    margin: 0px;
    padding-top: 20px;
    margin-left: 0px;
}
.other_add ul li
{
    /* background :url(../images/address_bullets.png) 0px 1px no-repeat;*/
    font-size: 13px;
    line-height: 18px;
    float: left;
    margin-right: 10px;
    padding-left: 0px;
    margin-bottom: 10px;
    width: 220px;
}
.other_add ul li span
{
    color: #990074;
    font-size: 14px;
}
.other_add ul li.none
{
    margin-right: 0px;
}

.nodal_msg
{
    padding: 15px 5px;
    width: 200px;
    margin: 10px auto;
    background: #e6e5e5;
    text-align: center;
    float: left;
    font-size: 13px;
    color: #373737;
    line-height: 18px;
}
.nodal_heading
{
    font-size: 14px;
    color: #990074;
    margin-bottom: 5px;
    text-align: center;
}
.nodal_msg a
{
    color: #373737;
    text-decoration: none;
}
.nodal_msg a:hover
{
    color: #373737;
    text-decoration: none;
}

.map
{
    width: 700px;
    float: left;
}

.rightAddress
{
    float: right;
    width: 190px;
    text-align: left;
}
.leftAddress
{
    width: 30px;
    float: left;
    font-weight: bold;
    color: #990074;
}

/** notification **/
.overlay
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index:101;
}
.overlay:target
{
    visibility: hidden;
    opacity: 0;
    display: none;
}
.notification
{
    margin: 200px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
    border: 1px solid #990074;
}
.notification h2
{
    margin-top: 0;
    color: #990074;
    font-family: Tahoma, Arial, sans-serif;
    border-bottom: 2px solid #d4d4d4;
}
.notification .close
{
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.notification .close:hover
{
    color: orange;
}
.notification .content
{
    max-height: 50%;
    overflow: auto;
    padding: 15px 20px 20px 20px;
    font-size: 20px;
}
.notification .content a
{
    color: #990074;
    font-weight: bold;
    text-decoration: none;
}

.banner_infinity
{
    width: 1055px;
    height: 547px;
    overflow: hidden;
    margin: 0 auto;
    background-position: top right;
}
