﻿body
{
    margin: 0px;
    background: url(../Images/blue_bg.jpg) no-repeat;
    background-color: #163b67;
}
.headerbg
{
    background: url(../Images/adsheaderbg.jpg) repeat-y;
}
.menubg
{
    background: url(../Images/blue.jpg) repeat-x;
}
.prod_top2
{
    background: url(../Images/prod_bgtop2.jpg) no-repeat;
    height: 22px;
}
.prod_top3
{
    background: url(../Images/prod_contacts.jpg) no-repeat;
    height: 22px;
}
.prod_top
{
    background: url(../Images/prod_bgtop.jpg) no-repeat;
    height: 22px;
}
.prod_middle
{
    background: url(../Images/prod_bgmiddle2.jpg) repeat-y;
}
.prod_bottom
{
    background: url(../Images/prod_bgbottom2.jpg) no-repeat;
    height: 8px;
}
.dot_vert
{
    background: url(../Images/dot_vert.jpg) repeat-y;
}
.about_top
{
    background: url(../Images/about_head.jpg) no-repeat;
    height: 22px;
}
.service_top
{
    background: url(../Images/service_head.jpg) no-repeat;
    height: 22px;
}
.about_middle
{
    background: url(../Images/prod_bgmiddle.jpg) repeat-y;
}
.about_bottom
{
    background: url(../Images/prod_bgbottom.jpg) no-repeat;
    height: 8px;
}
.testimonial_bg
{
    background: url(../Images/testimonial_bg.jpg) no-repeat;
    height: 190px;
}
.searchtxt
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 11px;
    text-align: right;
}
.searchbox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    border: 1px #f1efef solid;
    width: 120px;
    height: 15px;
    background-color: Transparent;
}
.searchbtn
{
    background: url(../Images/searcgbtnnew.png) no-repeat;
    height: 17px;
    border: 0px;
    background-repeat: no-repeat;
    width: 22px;
    cursor:pointer;
}
.dotedimg
{
    background: url(../Images/dot_test.gif) repeat-x;
    height: 1px;
}
.headbgrepeat
{
    background: url(../Images/ggg.jpg) repeat-x;
    height: 70px;
}
.headerbtnlink
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}
.servicetxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #4F4E4E;
    font-style: italic;
}
.servicetxtcolor
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #c31088;
    font-style: italic;
}
.testimonialtxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #ffffff;
}
.moretxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #ff6600;
    text-decoration: none;
    text-align: right;
}
.headingtxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #4F4E4E;
    padding-bottom: 8px;
    text-decoration: none;
}
.subheadingtxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #4F4E4E;
    padding-bottom: 8px;
}
.btnheadingtxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 19px;
    color: #4F4E4E;
}
.contenttxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #4F4E4E;
    line-height: 16px;
    text-align: justify;
}
.productheadtxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #4F4E4E;
    line-height: 16px;
    text-align: justify;
}
.contentlinktxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #ff6600;
    line-height: 16px;
    text-align: justify;
    font-weight: bold;
    text-decoration: none;
}
.sitemapheadlinktxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
    color: #4F4E4E;
    line-height: 16px;
    text-align: justify;
    font-weight: normal;
    text-decoration: none;
}
.sitemaplinktxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #ff6600;
    text-align: justify;
    font-weight: normal;
    text-decoration: none;
}
.footertxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #ffffff;
    line-height: 16px;
    padding-left: 10px;
}
.footerlink
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
.thumbnailleft
{
    position: relative;
    z-index: 0;
}

.thumbnailleft:hover
{
    background-color: transparent;
    z-index: 50;
    visibility: visible;
}

.thumbnailleft span
{
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #ffffff;
    padding: 0px;
    left: -1000px;
    border: 1px solid #d9d7d7;
    visibility: hidden;
    color: black;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    text-align: center;
}

.thumbnailleft span img
{
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnailleft:hover span
{
    /*CSS for enlarged image on hover*/
    visibility: visible;
    bottom: 350;
    left: 65px; /*position where enlarged image should offset horizontally */
}
.adstableborders
{
    border-left: #7aace6 1px solid;
    border-right: #7aace6 1px solid;
    background-color: #ffffff;
}
.client_titletxt
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #333333;
    padding-left: 5px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    
}
.footerbackround
{
    height: 33px;
    background-color: #3184e7;
    border-left: 0px solid #599cd4;
    border-right: 0px solid #599cd4;
    border-bottom: 1px solid #7aace6;
}
.twitter_link
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #ff6600;
    text-decoration: none underline;
}
