﻿body 
{
    margin:0 auto;
    font-family:Century Gothic;
    font-size:14px;
    text-align:center;
    background:white;
}
.Clear{clear:both;}
a{text-decoration:none;}
a img{border:0px;}
.TopHeader{background:#fff;border-bottom:solid 4px #510102;}
.TopMostStrip{color:#566876;text-align:center;}
.HeaderStrip{ width:100%;position:relative; z-index:99990; background:#510102;}


.LogoHolder{max-width:80%;height:100px;text-align:left;padding:2px 0 2px 0;float:left;}
.LogoHolder img{height:100px;max-width:100%;float:left;padding-right:20px;}
.LogoText{font-size:30px;color:#540000;padding:15px 0 0 0;float:left;text-transform:uppercase;font-weight:bold;}
.LogoText strong{font-size:18px;color:#545454;font-weight:normal;}
.ContactInfo{font-size:15px; color:#000;padding:10px 0 6px 30px;margin-right:10px; background:url('../Images/Add.png') no-repeat left center;
             float:right;}

.LogoMostRight{background:#ffdd00 url('../Images/VisitorImg.png') no-repeat center bottom;padding:30px 20px 50px 20px;color:#000;text-align:center;
               height:60px;float:right;font-size:20px;font-weight:bold;line-height:30px;
               position:relative;margin:-40px 0 0 10px;z-index:99999;min-width:100px;}
.MenuHolder{max-width:1100px;}
.ContentHolder{min-height:400px;border-top:solid 3px #f0d836;}
.WebMenu{display:block;}
.MobMenu{display:none;}
.MobMenuItem{padding:6px;text-align:center;color:White;display:none;border-top:solid 1px #1bb23f;}
.MobMenuCat{font-weight:bold;color:White;text-transform:uppercase;padding:10px;cursor:pointer;}

.Network{float:right;margin:5px;height:30px;width:30px;}
.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);}



.MiddleFooter{background:#510102;color:#fff;text-align:left;border-top:solid 10px #ffde05;border-bottom:solid 10px #ffde05;}
.FooterMenu{color:#fff;padding:2px 0 2px 2%;text-align:left;background:url('../Images/Tick.png') no-repeat left 8px;font-size:12px;
            width:22%;float:left;margin:2px 1% 2px 0;border-bottom:solid 1px #78191b;text-transform:uppercase;}
.FooterMenu:hover{border-color:#1a66af;color:#1a66af;}
.SmallFooter,.SmallFooterMid{width:30%;float:right;min-height:160px;padding:40px 0;text-align:right;}
.SmallFooterMid{width:68%;text-align:left;font-size:30px;color:White;font-weight:bold;float:left;line-height:26px;padding:10px 0;}
.SmallFooterMid strong{font-size:20px;font-weight:normal;line-height:42px;font-style:italic;}
.SmallFooterMid img{max-width:200px;padding-right:20px;float:left;}

.Fcontact{text-align:right;padding-bottom:5px;color:White;}


.BottomFooter{text-align:center;background:#fff;padding:15px 0;font-size:12px;color:#5b6763;}
.BottomFooter a{color:#5b6763;text-decoration:underline;
                -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;}
.BottomFooter a:hover{color:#000;}


