﻿body 
{
    margin:0 auto;
    font-family:Arial;
    font-size:13px;
    line-height:20px;
    text-align:center;
    background:white;padding-top:75px;
}
.Clear{clear:both;}
a{text-decoration:none;}
a img{border:0px;}

.TopHeader{position:fixed; top:0; left:0; right:0; width:100%; z-index:99990;padding:10px 0;
           background:#fff; -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
                -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
                -o-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);}

.LogoHolder{height:64px;text-align:left;width:250px;float:left;}
.LogoHolder img{padding:5px;height:74px;max-width:230px;position:relative;margin:-10px 0 0 0;z-index:99990;}
.LogoText{font-size:30px;color:#3d107b;}
.LogoText strong{font-size:14px;color:#56595c;font-weight:normal;}
.MenuHolder{max-width:800px;float:right;background:url('../Images/Separetor.png') no-repeat left center;padding-left:5px;}

.ContentHolder{min-height:400px;padding-bottom:30px;}

.BottomFooter{text-align:center;padding:6px 0 6px 10px;font-size:12px;background:#e4e4e4;}
.BottomFooter a{color:#009ac6;text-decoration:none;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;}
.BottomFooter a:hover{color:#363636;}

.MiddleFooter{background:#eeeeee url('../Images/FooterImage.png') repeat-x center right;padding:10px 0 10px 0;color:#363636;text-align:left;}
.FooterText{text-align:left;float:left;font-weight:bold;padding-left:10px;}

.followus{text-align:left;color:#ffb901;float:right;padding:10px 0;}
.FooterContact{background: no-repeat left top;color:#363636;text-align:left; }
.Network{float:left;margin:0px 5px 5px 5px;height:45px;width:45px;}
.Network img{width:100%;height:100%; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;}
.Network img:hover{-webkit-transform: rotate(360deg);
                   -moz-transform: rotate(360deg);
                   -ms-transform: rotate(360deg);
                   transform: rotate(360deg);}
.FooterTop{position:absolute;margin:-48px 0 0 0;cursor:pointer;}




 @media (min-width:800px) and (max-width:1024px)
{
    .ddsmoothmenu ul li a{
        padding:22px 10px;
        font-size:15px;
    }
    .LogoHolder{width:230px;}
    .LogoHolder img{height:140px;max-width:210px;}
}
@media (min-width:600px) and (max-width:799px)
{
    .ddsmoothmenu ul li a{
        padding:22px 8px;
        font-size:13px;
    }
    .LogoHolder{width:220px;}
    .LogoHolder img{height:130px;max-width:200px;}
}
@media  (max-width:599px)
{
    .ddsmoothmenu ul li a{
        padding:22px 6px;
        font-size:12px;
    }
    .LogoHolder{width:180px;}
    .LogoHolder img{height:90px;max-width:160px;}
}