﻿/*-----------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;
    line-height: 18px;
}
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;
}


#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
{
    border-left: dotted 1px #B8B7B9;
    padding-bottom: 20px;
}
#blog_list .blog_date
{
    font-style: italic;
    padding: 5px 10px 5px 10px;
}


/*-----------MENU--------------*/
.menu ul
{
    display:none;
}
.menu
{
    height:20px;
}   
/*-----------FOOTER--------------*/
#footer
{
   display:none;
}
/*-----------CONTENT--------------*/
h1, h2, h3, p
{
    font-family: Arial, Helvetica, sans-serif;
}
p
{
    color: #5E6A71;
    font-size: 12px;
    line-height: 18px;
}
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
{
   display:none;
}
/*-----------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;
}
/*-----------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;
}

