﻿/*-----------LAYOUT--------------*/
*
{
    margin: 0;
    padding: 0;
}
html
{
    height: 100%;
}
body
{
    background-color: #E7EBED;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #5E6A71;
    font-size: 12px;
}
body img
{
    border: none;
}

body a
{
    text-decoration: none;
    color: #1885DA;
}

body a:hover
{
    color: #10578f;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
    height: 1200px;
    padding-bottom:20px;
}


#menu #1
{
    font-size: 80px;
}

#bg_outer
{
    float: left;
    height: 100%;
}
#bg_left
{
    background-image: url(../images/core/bg_left.png);
    background-repeat: repeat-y;
    height: 1090px;
    width: 30px;
}
.bg_left_bottom
{
    background-image: url(../images/core/bg_left_bottom.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 100px;
}
#bg_right
{
    background-image: url(../images/core/bg_right.png);
    background-repeat: repeat-y;
    height: 1090px;
    width: 30px;
}
.bg_right_bottom
{
    background-image: url(../images/core/bg_right_bottom.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 100px;
}
#content
{
    float: left;
    width: 960px;
    height: 875px;
    background-color: #FFF;
}
#banner
{
    height: 120px;
}
#block
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0px 20px 0px 20px;
    background-color: #FFF;
    width: 920px;
}
#block ul
{
    list-style: square;
    color: #5E6A71;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 30px;
}
.divider
{
    background-image: url(../images/core/divider.png);
    background-repeat: repeat-x;
    width: 400px;
    height: 5px;
}

#content_main
{
    float: left;
    width: 915px;
}

/*-----------Blog--------------*/
#blog_list p
{
    line-height: 13px;
    padding: 0px 10px 0px 10px;
}
#blog_list a
{
    text-decoration:none;
}
#blog_list
{
    border-left: dotted 1px #B8B7B9;
    padding-bottom: 20px;
}
#blog_list .blog_date
{
    font-style: italic;
    padding: 5px 10px 5px 10px;
}
.blog
{
    margin-bottom:30px;
}
#blog_content
{
    padding-bottom:40px;
}
#blog_content .date
{
    margin-bottom:5px;
}
#blog_list .date
{
    font-style:italic;
    padding: 0px 10px 10px 10px;
}
#blog_list .excerpt
{
    padding: 0px 10px 10px 10px;
    margin-bottom:10px;
    border-bottom: 1px dashed #ccc;
    height:50px;
    overflow: hidden;
}
#spacer
{
    height:50px;
}   
#content_sp h3
{
    padding:30px 0px 10px 0px;
}
#content_sp .commentlist
{
    list-style-type:none;
}
#content_sp #comment
{
    max-width:900px;
}
#content_ar h3
{
    padding:20px 0px 0px 0px;
}
/*-----------MENU--------------*/
.menu
{
    border: none;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 19px 0px 20px;
    height: 50px;
    overflow: hidden;
}
.menu_home
{
    width: 10%;
}
.menu_ps
{
    width: 28%;
}
.menu_support
{
    width: 15%;
}
.menu_resources
{
    width: 15%;
}
.menu_blog
{
    width: 15%;
}
.menu_about
{
    width: 15%;
}
.menu ul
{
    height: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li
{
    float: left;
    margin-right: 3px;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/core/menu_button.png);
    background-repeat: repeat-x;
}
.menu li.menu_important
{
}
.menu li a
{
    display: block;
    font-weight: normal;
    line-height: 50px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
    color: #5E6A71;
}
.menu li a:hover
{
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/core/menu_button_select.png);
    background-repeat: repeat-x;
}
.menu ul li:hover a
{
}
.menu li ul
{
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 225px;
    z-index: 200; /*top:1em; 		/*left:0;*/
    opacity: 0.90;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.90;
}
.menu li:hover ul
{
    display: block;
}
.menu li li
{
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
}
.menu li:hover li a
{
}
.menu li ul a
{
    display: block;
    height: 35px;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
    line-height: 35px;
    border-top: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}
.menu li ul a:hover, .menu li ul li:hover a
{
    border: 0px;
    color: #ffffff;
    text-decoration: none;
    border-top: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}
.menu p
{
    clear: left;
}



/*-----------FOOTER--------------*/
#push
{
    clear: both;
}
#footer
{
    clear: both;
    background-color: #B4B3B7;
    height: 50px;
    padding: 20px 20px 50px 20px;
    margin-top: -20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    -moz-border-radius-bottomleft: 2ex;
    -moz-border-radius-bottomright: 2ex;
    -webkit-border-bottom-left-radius: 2ex;
    -webkit-border-bottom-right-radius: 2ex;
}
#footer a
{
    color: #FFF;
    text-decoration: none;
}
.footer_div
{
    background-color: #49166D;
    height: 70px;
    width: 1px;
}
/*-----------CONTENT--------------*/
h1, h2, h3, p
{
    font-family: Arial, Helvetica, sans-serif;
}
p
{
    color: #5E6A71;
    font-size: 12px;
    line-height: 18px;
}
p a
{
    text-decoration:underline;
}
h1
{
    color: #1885DA;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
h2
{
    color: #FFF;
    font-size: 13px;
}
strong
{
    color: #1885DA;
}
.h2_bg
{
    background-color: #B8B7B9;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 10px 0px;
}
#page_content
{
    float: left;
    width: 695px;
}
/*-----------BREADCRUMB--------------*/
#breadcrumb
{
    color: #49166D;
    font-size: 9px;
}

/*-----------TESTIMONIALS--------------*/
.bubble
{
    width: 500px;
    font-size: 0.75em;
    margin-bottom: 24px;
}

.blockquote
{
    margin: 0px;
    border: 1px solid #c9c2c1;
    text-align: justify;
    padding: 10px 25px 10px 25px;
    background-color: #e5e6e9;
    font-style: italic;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 2ex;
}

.bubble blockquote p
{
    margin: 10px;
    padding: 0px;
}

.bubble cite
{
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    top: 3px;
    background: transparent url(../images/core/tip.gif) no-repeat 20px 0;
    font-style: normal;
}

.quote_down
{
    width: 40px;
    height: 30px;
    background-image: url(../images/core/quote-down.png);
    background-repeat: no-repeat;
    float: right;
    position: relative;
    right: -16px;
    bottom: 15px;
    z-index: 100;
}

.quote_up
{
    width: 40px;
    height: 30px;
    background-image: url(../images/core/quote-up.png);
    background-repeat: no-repeat;
    position: relative;
    left: -16px;
    top: 15px;
    z-index: 100;
}
.testimonial
{
    margin-left: 50px;
}

/*-----------HOME PAGE--------------*/
#content_right
{
    padding: 0px 0px 0px 0px;
    float: right;
    width: 20%;
    margin-bottom: 10px;
}
#advert
{
    border: 1px dashed #ccc;
}

/*-----------SIDE MENU--------------*/
#side_menu
{
    float: left;
    width: 200px;
    margin-right: 20px;
    font-size: 13px;
    color: #1885DA;
    text-transform:uppercase;
}
#side_menu_blog
{
    width: 200px;
    margin-right: 20px;
    font-size: 13px;
    position:relative;
}
.side_header
{
    height: auto;
    -moz-border-radius: 1ex;
    -webkit-border-radius: 1ex;
    font-size:16px;
    color:#FFF;
    background-color:#b4b3b7;
    background-image: url(../images/core/sidemenu_play.png);
    background-repeat:no-repeat;
    background-position:7px 8px;
    margin-bottom:10px;
    padding:5px 5px 5px 25px;
    .opacity: 0.70;
    .filter: alpha(opacity=70);
    .-ms-filter: "alpha(opacity=70)";
    .-moz-opacity: 0.70;
    overflow:hidden;
}
.submenu_content
{
    border-bottom: 1px solid #ccc;
}
.submenu_content a:hover
{
    color: #1885DA;
}
.submenu_content a
{
    text-decoration: none;
    margin: 50px 5px 5px 30px;
    line-height: 30px;
    color: #5E6A71;
}
.submenu_header
{
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: url(../images/core/sm_arrow.png) no-repeat 7px;
    text-indent: 30px;
    border-bottom: 1px solid #ccc;
}
.submenu_header:hover
{
    color: #613E81;
}
.submenu_headerSelect
{
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: url(../images/core/sm_arrow_sel.png) no-repeat 7px;
    text-indent: 30px;
    color: #613E81;
}
.pane
{
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*BLOG SIDE MENU-----*/
#blog_side_menu
{
    float:right;
    height:100%;
    width:200px;
    border-left:1px dashed #ccc;
}
#blog_side_menu li
{
    list-style-type:none;
}
#blog_side_menu h2
{
    color:#1885DA;
    padding-top:40px;
}

/*-----------ABOUT US--------------*/
.address
{
    font-size: 14px;
    padding-bottom: 20px;
}
#map
{
    width: 600px;
    height: 300px;
    border: 1px solid #ccc;
}
/*-----------FORM--------------*/
.form_message
{
    max-width: 300px;
    max-height: 300px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.form_background
{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #CCC;
    opacity: 0.60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.60;
}

.form
{
    width: 450px;
    background-color: #FFF;
    padding: 20px 40px 20px 40px;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 2ex;
    opacity: 0.95;
    filter: alpha(opacity=95);
    -ms-filter: "alpha(opacity=95)";
    -moz-opacity: 0.95;
}
.form_validation
{
    text-align: left;
    font-size: 9px;
    vertical-align: top;
    padding-bottom: 15px;
    color: Red;
}
.button
{
    padding: 5px 5px 5px 5px;
    height: 32px;
}
.link_button
{
    background-color:#efeff0;
    color:#7a6a89;
    padding:5px;   
    border:1px solid #B8B7B9; 
    cursor:pointer;
}
.link_button a:hover
{
}
.link_button:hover
{
    color:#fff;
    background-color:#43a0d8
}
/*-----------PRODUCT AND SERVICES--------------*/
#ps .content
{
    float: left;
    width: 80%;
}
#ps .content ul
{
    margin-left: 15px;
}
#ps .images
{
    margin-top: -20px;
    float: right;
    width: 20%;
    text-align: center;
}
/*-----------RESOURCES--------------*/
#login_control
{
    float:left;
}
#facebook
{
    padding-top:10px; 
    float:left;  
    border-left: 1px solid #ccc;
    margin-left:50px;
    padding-left:50px;
    height:100px;
}
#facebook .fb_button
{
    float:left;
}
#fb_info
{
    padding-left:10px;
    float:left;
    width:30px;
    height:30px;
}
#fb_info .fb_info_btn
{
    padding-top:2px;
    width:20px;
    height:20px;
    cursor:pointer;
}
#fb_info .info_text
{
    display:none;
    padding: 20px 10px 20px 10px;
    border: solid 1px #B8B7B9;
    line-height:20px;
    width:400px;
    background-color:#E7EBED;
    
}
#new_user_registration
{
    .display:none;
}