@charset "utf-8";
/* CSS Document */
@import url(../fonts?family=Gotham-Black);
@import url(form.css);

html{
    height:100%;
}
body{
    background:#e1e1e1;
    margin:0;
    padding:0;
    height:100%;
}

body, select, input, div{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#777;
    line-height:18px;
}

img{ border:none;}

.clr, .clear{
    clear:both;
    height:0;
}

a{
    outline:none;
    color:#0076a3;
    text-decoration:none;
}

a:hover{
    outline:none;
    color:#0076a3;
    text-decoration:underline;
}

.NoBg{ background:none !important;}

.NoBorder{ border:none !important;}
.NoBorderTop{ border-top:none !important;}
.NoBorderLt{ border-left:none !important;}
.NoBorderRt{ border-right:none !important;}
.NoBorderBtm{ border-bottom:none !important;}

.NoMarginRt{ margin-right:0 !important;}
.NoMarginTop{ margin-top:0 !important;}

.color1{ color:#f26522;}
.color2{ color:#749a0b;}
.color3{ color:#777;}
.color4{ color:#ff9225 !important;}
.color5{ color:#000;}

.container{
    width:952px;
    margin:0 auto;
}

.headerCon{
    width:100%;
    float:left;
    /*border-top:5px solid #ededed;*/
    border-bottom:1px solid #c8c8c8;
}

.header{
    width:952px;
    float:left;
}

.logo{
    width:183px;
    height:81px;
    float:left;
    margin:15px 0 0 20px;
}

.logo a{
    background:url(../images/logo10.png) no-repeat;
    width:183px;
    height:81px;
    display:block;
}

.TopRightCon{
    width:500px;
    float:right;
}

.TopMenu{
    width:495px;
    float:right;
    margin-top:22px;
}

.TopMenu ul{
    margin:0;
    padding:0;
}

.TopMenu ul li{
    background:url(../images/TopMenuBg.png) repeat-x top;
    float:left;
    display:block;
    display:inline;
    list-style:none;
    line-height:23px;
    margin-right:3px;
    font-size:12px;
    border:1px solid #ccc;
    text-transform:uppercase;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.TopMenu ul li:hover{
    background:url(../images/TopMenuBg.png) repeat-x bottom;
}

.TopMenu ul li a{
    color:#333;
    float:left;
    padding:0 10px;
}

.TopMenu ul li a:hover{
    text-decoration:none;
}

.ana{ background:url(../images/ana.png) no-repeat 9px 7px;}
.bilgi{ background:url(../images/bilgi.png) no-repeat 9px 7px;}
.musteri{ background:url(../images/musteri.png) no-repeat 11px 7px;}
.contact{ background:url(../images/contact.png) no-repeat 9px 7px;}

.topField{
    background:url(../images/TopMenuBg.png) repeat-x top;
    float:left;
    width:60px;
    height:23px;
    display:block;
    display:inline;
    list-style:none;
    margin-right:3px;
    padding:0 10px;
    border:1px solid #ccc;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.topBtn{
    float:left;
    line-height:25px;
    margin-right:3px;
}

.topBtn a{
    background:url(../images/tobBtn.png) repeat-x top;
    color:#fff;
    height:25px;
    display:block;
    padding:0 10px;
    text-align:center;
    border-left:1px solid #82ab10;
    border-right:1px solid #6f920e;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    text-shadow:1px 1px 0 #384b05;
}

.topBtn a:hover{
    background:url(../images/tobBtn.png) repeat-x bottom;
    text-decoration:none;
}

.socialLink{
    width:54px;
    float:right;
}

.socialLink a{
    height:25px;
    width:25px;
    float:left;
    display:block;
    margin-left:2px;
}

.facebook02{ background:url(../images/socialIcons02.png) no-repeat 0 0;}
.twitter02{ background:url(../images/socialIcons02.png) no-repeat -27px 0;}

.TopMenu02{
    width:400px;
    float:right;
    margin-top:11px;
}

.TopMenu02 ul{
    margin:4px 0 0 0;
    padding:0;
}

.TopMenu02 ul li{
    float:left;
    display:block;
    font-size:12px;
    display:inline;
    list-style:none;
    padding:0 8px;
    border-right:1px solid #c8c8c8;
}

.TopMenu02 ul li.last{border-right:none;}

.TopMenu02 ul li a{
    color:#777;
}

.TopMenu02 .topBtn{
    float:right !important;
}

.TopMenu02 img{ margin-top:5px;}

.USD{
    background:url(../images/usd.png) no-repeat;
    height:20px;
    width:80px;
    float:left;
    margin:0;
}

/*#menu{
        background:url(../images/menuBg.png) no-repeat;
        float:left;
        width:954px;
        height:48px;
        font-size:12px;
        font-weight:bold;
        line-height:48px;
        text-align:center;
        position:relative;
        text-transform:uppercase;
        text-shadow:1px 1px 0 #494949;
        margin:18px 0 -24px -2px;
        }

#menu ul{
        margin:0;
        padding:0;
        }

#menu ul li{
        background:url(../images/menuBg03.png) no-repeat right 9px;
        float:left;
        display:inline;
        list-style:none;
        }

#menu ul li a{
        color:#fff;
        display:block;
        padding:0 20px;
        text-decoration:none;
        }

#menu ul li a:hover{
        background:url(../images/menuBg02.png);
        text-decoration:none;
        }

#menu ul li a.active{
        color:#fff;
        text-decoration:none;
        }*/

.MainBody{
    background:url(../images/bannerConBg.png) repeat-x;
    width:100%;
    float:left;
    margin-top:-24px;
    border-top:1px solid #C8C8C8
}

.banner{
    background:url(../images/banner.jpg) no-repeat;
    width:952px;
    float:left;
    margin-top:24px;
}

.banner01{ background:url(../images/banner01.png) no-repeat 410px 20px;}
.banner02{ background:url(../images/banner02.png) no-repeat 415px 68px;}
.banner03{ background:url(../images/banner03.png) no-repeat 642px 56px;}
.banner04{ background:url(../images/banner04.png) no-repeat 650px 42px;}

.banner01, .banner02, .banner03, .banner04{
    font-size:16px;
    height:183px;
    width:892px;
    float:left;
    padding:50px 0 0 60px;
}

.bannerStyle01{
    color:#000;
    display:block;
    font-size:40px;
    font-weight:bold;
    line-height:38px;
    padding-bottom:10px;
    font-family: "Gotham Black", Arial;
}

.bannerStyle02{
    color:#000;
    display:block;
    font-size:30px;
    font-weight:bold;
    line-height:34px;
    font-family: "Gotham Black", Arial;
}

.bannerBtn{
    line-height:35px;
    width:147px;
    float:left;
    margin-top:20px;
}

.bannerBtn a{
    background:url(../images/bannerBtn.png) no-repeat top;
    width:147px;
    height:37px;
    color:#fff;
    display:block;
    font-size:14px;
    text-align:center;
    text-transform:uppercase;
}

.bannerBtn a:hover{
    background:url(../images/bannerBtn.png) no-repeat bottom;
    text-decoration:none;
}

.leftAro{
    width:45px;
    height:89px;
    position:absolute;
    margin:90px 0 0 -80px;
}

.leftAro a{
    background:url(../images/leftAro.png) no-repeat;
    width:45px;
    height:89px;
    display:block;
}

.rightAro{
    width:45px;
    height:89px;
    position:absolute;
    margin:90px 0 0 980px;
}

.rightAro a{
    background:url(../images/rightAro.png) no-repeat;
    width:45px;
    height:89px;
    display:block;
}

.slider{
    background:url(../images/bannerMenuBg.png) repeat-x;
    height:98px;
    width:952px;
    float:left;
    z-index:2;
    position:relative;
    border:1px solid #c9c9c9;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow:0 2px 4px #dedede;
}

.slider ul{
    margin:0;
    padding:0;
}

.slider ul li{
    float:left;
    font-size:16px;
    display:inline;
    list-style:none;
    border-left:1px solid #e5e5e5;
}

.slider ul li a{
    color:#000;
    display:block;
    padding:30px 78px 32px 20px;
}

.slider ul li a:hover{
    background:url(../images/bannerMenuBg2.png) no-repeat center top;
    text-decoration:none;
    margin:-14px 0 0 0;
    padding-top:44px;
}

.slider ul li a.current{
    background:url(../images/bannerMenuBg2.png) no-repeat center top;
    margin:-14px 0 0 0;
    padding-top:44px;
}

.icon01{ background:url(../images/icon01.png) no-repeat 168px 20px;}
.icon02{ background:url(../images/icon02.png) no-repeat 165px 28px;}
.icon03{ background:url(../images/icon03.png) no-repeat 175px 24px;}
.icon04{ background:url(../images/icon04.png) no-repeat 162px 21px;}

.plans{
    background:url(../images/plansBg.png) repeat-y;
    width:720px;
    float:left;
    margin-top:16px;
}

.plansContents{
    background:url(../images/plansTop.png) no-repeat top;
    width:719px;
    float:left;
    padding:24px 0 0 1px;
}

.box1{
    width:236px;
    float:left;
    padding:0 0 20px 1px;
}

.bigBox{ width:243px !important;}

.box1Top{
    width:196x;
    float:left;
    color:#999;
    padding:0 20px;
}

.box1Top h2{
    color:#333;
    font-size:30px;
    font-weight:normal;
    margin:0;
    padding-bottom:5px;
    font-family:"Gotham Bold", Arial;
}

.box1Top h3{
    color:#333;
    font-size:20px;
    font-weight:normal;
    margin:16px 0 0 0;
    padding-bottom:5px;
    font-family:"Gotham Bold", Arial;
}

.box1 ul{
    padding:0;
    margin:10px 0 0 0;
    border-top:1px solid #c6c6c6;
}

.box1 ul li{
    background-image:url(../images/checkmark.png); background-repeat:no-repeat; background-position: 18px 8px;
    list-style:none;
    line-height:30px;
    padding-left:40px;
    border-top:1px solid #fff;	
    border-bottom:1px solid #c6c6c6;
}

.Bg01{ background-color:#e1e1e1;}
.Bg02{ background-color:#ffde8f;}
.Bg03{ background-color:#ccc !important;}

.box1Btn{
    line-height:34px;
    width:90px;
    float:left;
    margin-top:16px;
}

.box1Btn a{
    background:url(../images/box1Btn.png) no-repeat top;
    width:90px;
    height:36px;
    color:#fff;
    display:block;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #394b05;
}

.box1Btn a:hover{
    background:url(../images/box1Btn.png) no-repeat bottom;
    text-decoration:none;
}

.box1Price{
    float:right;
    width:96px;
    color:#f26522;
    font-size:32px;
    font-weight:bold;
    line-height:48px;
    margin-top:8px;
}

.box1Price02{
    float:right;
    color:#999;
    line-height:14px;
    font-size:12px;
}

.box1Price03{
    float:right;
    color:#f26522;
    font-size:34px;
    font-weight:bold;
    line-height:60px;
    margin:-8px 4px 0 0;
}

.Text24{ font-size:24px !important; line-height:24px;}


.greyBtn{
    width:141px;
    line-height:34px;
    margin:16px auto 0;
}

.greyBtn a{
    background:url(../images/greyBtn.png) no-repeat	top;
    width:141px;
    height:36px;
    color:#fff;
    display:block;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #484848;
}

.greyBtn a:hover{
    background:url(../images/greyBtn.png) no-repeat bottom;
    text-decoration:none;
}

.special{
    background:url(../images/special.png) no-repeat;
    width:76px;
    height:76px;
    position:absolute;
    margin:-28px 0 0 152px;
}

.spacer{
    height:12px;
    float:left;
    width:100%;
}

.orangePlan{
    background:url(../images/orangePlanBg.png) repeat-x top;
    width:212px;
    float:right;
    height:282px;
    margin:94px 0 0 0;
    padding:20px 10px 0 10px;

    border-radius:0 4px 0 0;
    -moz-border-radius:0 4px 0 0;
    -khtml-border-radius:0 4px 0 0;
    -webkit-border-radius:0 4px 0 0;
}

.orangePlan h3{
    color:#fff;
    font-size:20px;
    font-weight:normal;
    margin:10px 0 0 0;
    padding-bottom:8px;
    text-transform:uppercase;
    font-family:"Gotham Bold", Arial;
}

.textfield{
    background:#fff;
    width:180px;
    height:16px;
    padding:15px;
    border:none;
    margin-top:5px;
    font-size:16px;
    font-weight:bold;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow:0 0 3px #67918;
}

.orangePlanPrice{
    background:url(../images/orangePlanPrice.png) no-repeat;
    width:111px;
    height:41px;
    float:right;
    margin-top:7px;
    color:#000;
    font-size:28px;
    font-weight:bold;
    text-align:right;
    padding:12px 10px 0 0;
    text-shadow:1px 1px 0 #ffe187;
}

.Text14{ font-size:14px;}

.orangePlan ul{
    padding:0;
    margin:10px 0 0 0;
}

.orangePlan ul li{
    background:url(../images/checkmark.png)no-repeat 18px 8px;
    color:#fff;
    font-size:14px;
    list-style:none;
    line-height:25px;
    padding-left:40px;
}

.scriptsCon{
    background:url(../images/scriptsConBg.png) repeat-x;
    height:80px;
    width:951px;
    float:left;
    padding-top:10px;
    border:1px solid #c9c9c9;

    border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    -khtml-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
    box-shadow:0 2px 3px #d3d3d3;
}

.scriptsCon p{
    font-size:16px;
    line-height:24px;
    padding:15px 25px 0 32px;
    margin:0;
}

.moreBtn{
    line-height:34px;
    width:110px;
    float:right;
    margin:20px 30px 0 20px;
}

.moreBtn a{
    background:url(../images/moreBtn.png) no-repeat top;
    width:110px;
    height:36px;
    color:#fff;
    display:block;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #394b05;
}

.moreBtn a:hover{
    background:url(../images/moreBtn.png) no-repeat bottom;
    text-decoration:none;
}

.greenAro{
    background:url(../images/greenAro.png) no-repeat;
    width:45px;
    height:92px;
    position:absolute;
    margin:-41px 0 0 -15px;
}

.leftCon{
    float:left;
    width:627px;
}

.servicesCon{
    background:#fff;
    width:625px;
    float:left;
    margin-top:20px;
    border:1px solid #ccc;
    box-shadow:0 0 4px #d5d5d5;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.servicesCon h3{
    background:url(../images/serviceConTop.png) no-repeat;
    color:#fff;
    height:42px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    padding-left:20px;
    margin:0;
    text-shadow:1px 1px 0 #555;
    font-family:"Gotham Bold", Arial;
}

.services{
    width:220px;
    float:left;
    padding:0 0 0 40px;
    margin:21px 30px 0 20px;
}

.icon05{ background:url(../images/icon05.png) no-repeat 0 4px;}
.icon06{ background:url(../images/icon06.png) no-repeat 0 4px;}
.icon07{ background:url(../images/icon07.png) no-repeat 0 4px;}
.icon08{ background:url(../images/icon08.png) no-repeat 0 4px;}
.icon09{ background:url(../images/icon09.png) no-repeat 0 4px;}
.icon10{ background:url(../images/icon10.png) no-repeat 0 4px;}
.icon11{ background:url(../images/icon11.png) no-repeat 0 4px;}
.icon12{ background:url(../images/icon12.png) no-repeat 0 4px;}

.border01{
    background:#ccc;
    height:1px;
    width:575x;
    margin:30px 30px 0 30px;
    box-shadow:0 0 4px #dadada;
}

.TextStyle01{
    color:#333;
    font-size:16px;
    font-weight:bold;
    margin:0;
    padding:30px;
}

.greenBtn{
    line-height:34px;
    width:155px;
    float:right;
    margin:20px 30px 0 0;
}

.greenBtn a{
    background:url(../images/greenBtn.png) no-repeat top;
    width:155px;
    height:36px;
    color:#fff;
    display:block;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #394b05;
}

.greenBtn a:hover{
    background:url(../images/greenBtn.png) no-repeat bottom;
    text-decoration:none;
}

.rightCon{
    width:298px;
    float:right;
}

.siderBox{
    background:#fff;
    float:left;
    width:190px;
    padding:18px 20px;
    font-size:14px;
    margin-top:20px;

    border:1px solid #ccc;
    box-shadow:0 0 4px #d5d5d5;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.siderBox h3{
    background:url(../images/borderBg.png) repeat-x bottom;
    color:#333;
    font-size:16px;
    font-weight:bold;
    margin:0;
    padding-bottom:15px;
    font-family:"Gotham Bold", Arial;
}

.SBStyle01{
    margin:7px 0 0 0;
    padding:0 0 20px 0;
    background:url(../images/borderBg.png) repeat-x bottom;
}

.SBStyle01 li{
    list-style:none;
    padding:6px 0 6px 32px;
}

.SBStyle01 .bullet{
    background: url(../images/bullet.png) no-repeat left 0;
    color:#fff;
    font-weight:bold;
    margin-left:-33px;
    padding:2px 15px 2px 7px;
}

.greenBtn02{
    line-height:34px;
    width:155px;
    float:none !important;
    margin:6px auto 0;
}

.webhosting{
    background:url(../images/webhosting.png) no-repeat;
    height:86px;
    width:86px;
    position:absolute;
    margin:-26px 0 0 130px;
}

.SBStyle02{
    width:256px !important;
}

.SBStyle02 .webhosting{
    margin:-26px 0 0 196px;
}

.testimonialStyle{
    margin:0;
    padding:10px;
}

.coma01{
    background:url(../images/coma01.png) no-repeat;
    height:18px;
    width:24px;
    position:absolute;
    margin:14px 0 0 -16px;
}

.coma02, .coma03{
    background:url(../images/coma02.png) no-repeat;
    height:18px;
    width:24px;
    position:absolute;
    margin:98px 0 0 230px;
}

.coma03{ margin:170px 0 0 178px !important;}

.testimonialStyle02{
    background:url(../images/siderBoxBg.png) no-repeat;
    width:32px;
    height:14px;
    margin:10px auto -32px;
}

.bredcrumbs{
    background:url(../images/bredcrumbsBg.png) repeat-x;
    width:950px;
    height:38px;
    margin-top:35px;
    line-height:38px;
    position:relative;
    border:1px solid #ccc;
    text-transform:uppercase;

    border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -khtml-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
}

.bredcrumbs ul{
    margin:0;
    padding:0;
}

.bredcrumbs ul li{
    background:url(../images/bullet02.png) no-repeat right;
    float:left;
    display:inline;
    list-style:none;
    padding:0 25px 0 20px;
    height: 38px;
    line-height: 38px;
}

.bredcrumbs ul li a{
    color:#749a0b;
}

.socialNetwork{
    float:right;
    width:220px;
    line-height:38px;
    padding-right:20px;
}

.socialNetwork a{
    float:right;
    width:15px;
    height:15px;
    display:block;
    margin:12px 1px 0 0;
}

.linkedin{ background:url(../images/socialIcons.png) no-repeat 0 0;}
.facebook{ background:url(../images/socialIcons.png) no-repeat -16px 0;}
.twitter{ background:url(../images/socialIcons.png) no-repeat -32px 0;}

.sitemapCon{
    background:#1a1a1a;
    width:100%;
    float:left;
    padding-bottom:20px;
    box-shadow:0 -10px 10px #a3a3a3;
}

.sitemap{
    float:left;
    width:140px;
    color:#7da11b;
    margin:40px 38px 0 0;
}

.sitemap ul{
    margin:5px 0 0 0;
    padding:0;
}

.sitemap ul li{
    font-size:11px;
    list-style:none;
    line-height:20px;
}

.sitemap ul li a{
    color:#7e7e7e;
}

.sitemap ul li a:hover{
    color:#fff;
}

.footerRightCon{
    background:#101010;
    width:200px;
    float:right;
    padding:20px;
    color:#7da11b;
    margin-top:40px;
    text-transform:uppercase;
}

.footerRightCon ul{
    margin:10px 0 0 0;
    padding:0;
}

.footerRightCon ul li{
    list-style:none;
    line-height:40px;
    padding-left:45px;
    border-top:1px solid #252525;
}

.footerRightCon ul li a{
    color:#7da11b;
}

.footerRightCon ul li a:hover{
    color:#fff;
}

.chat{ background:url(../images/chat.png) no-repeat 8px 10px;}
.email{ background:url(../images/email.png) no-repeat 8px 12px;}
.ph{ background:url(../images/ph.png) no-repeat 8px 7px;}

.footerCon{
    width:100%;
    float:left;
    background:#101010;
    border-top:1px solid #252525;
}

.copyright{
    width:400px;
    float:left;
    font-size:11px;
    line-height:50px;
}

.footerlinks{
    width:400px;
    float:right;
    font-size:11px;
    text-align:right;
    line-height:50px;
}

.footerlinks a{
    color:#777;
}

.footerlinks a:hover{
    color:#fff;
}

/********************************
   LINUX WEBHOSTING COMPARISON
*********************************/

.linuxBanner{ background:url(../images/linux.png) no-repeat 630px 34px;}

.linuxBanner, .domainBanner, .contactBanner, .blankBanner, .loginBanner{
    font-size:16px;
    height:189px;
    width:912px;
    float:left;
    line-height:24px;
    padding:40px 0 0 40px;
}

.subpageBanner{
    background:url(../images/subpageBanner.jpg) no-repeat;
    width:952px;
    float:left;
    margin-top:24px;
}

.MainBody02{
    background:url(../images/mainBodyBg.png) repeat-x top #c0c0c0;
    width:100%;
    float:left;
    margin-top:-24px;
    border-top:1px solid #C8C8C8
}

.coundownBanner{
    background:url(../images/coundownBg.jpg) no-repeat;
    width:920px;
    height:68px;
    float:left;
    color:#fff;
    z-index:11;
    position:relative;
    margin:-35px -5px 0;
    padding:8px 15px 0 25px;
}

.coundownBannerHeading{
    width:216px;
    color:#1b1b29;
    font-size:30px;
    font-weight:bold;
    line-height:50px;
    display:block;
    float:left;
    letter-spacing:-1px;
    font-family: "Gotham Black", Arial;
}

.coundownBannerBox{
    width:262px;
    float:left;
    padding-left:12px;
}

.coundownBannerBox ul{
    margin:0;
    padding:0;
}

.coundownBannerBox ul li{
    background:url(../images/bullet03.png) no-repeat 0 6px;
    color:#666;
    font-size:12px;
    list-style:none;
    padding-left:14px;
}

.HurryUp{
    color:#333;
    width:395px;
    float:right;
    font-size:20px;
    padding:2px 10px 0 20px;
}

.HurryUp ul{
    margin:0;
    padding:0;
}

.HurryUp ul li{
    background:url(../images/hurryup.png) no-repeat;
    height:55px;
    width:73px;
    float:left;
    font-size:10px;
    display:inline;
    list-style:none;
    line-height:14px;
    font-weight:bold;
    margin-left:12px;
    text-align:center;
    margin:0 0 0 -13px;
    padding-top:4px;
    letter-spacing:-1px;
}

.HurryUpText{
    float:left;
    font-size:20px;
    line-height:21px;
    text-align:right;
    letter-spacing:-1px;
    text-transform:uppercase;
}

.HurryUpText2{
    font-size:30px;
    font-weight:bold;
    line-height:28px;
    font-family:Tahoma, Geneva, sans-serif;
}

.signUpBtn{
    line-height:35px;
    width:147px;
    float:right;
    margin-top:7px;
}

.signUpBtn a{
    background:url(../images/bannerBtn.png) no-repeat top;
    width:147px;
    height:37px;
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
}

.signUpBtn a:hover{
    background:url(../images/bannerBtn.png) no-repeat bottom;
    text-decoration:none;
}

.leftCon02{
    width:699px;
    float:left;
}

.hostingChart{
    background:url(../images/hostingChartBtm.png) no-repeat bottom right;
    width:699px;
    float:left;
    margin-top:20px;
}

.hostingChart h3{
    background:url(../images/hostingBoxTop.png) no-repeat;
    color:#fff;
    height:42px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    padding-left:20px;
    margin:0;
    text-shadow:1px 1px 0 #555;
    font-family:"Gotham Bold", Arial;
}

.hostingChartContents{
    width:697px;
    float:left;
    padding:0;
    border-left:1px solid #c6c6c6;
    border-right:1px solid #c6c6c6;
}

.HCTable{
    background-color:#e1e1e1;
}

.HCTable td{
    padding-top:5px;
    padding-bottom:5px;
    border-top:1px solid #fff;
    border-right:1px solid #c6c6c6;
    border-bottom:1px solid #c6c6c6;
}

.HCTableStyle{
    background:#eee;
    padding-left:20px;
}

.HCTableStyle02{
    color:#ff9225;
    font-size:20px;
    background:#eee;
    border-top:none !important;
    padding:30px 0 10px 20px !important;
}

.HCTableStyle03{
    color:#333;
    font-size:16px;
    background:#fff;
    border-top:none !important;
    padding:30px 0 10px 0 !important;
}

.Bg04{ background-color:#ffde8f !important;}

.check{
    background-image:url(../images/checkmark.png);
    background-repeat:no-repeat;
    background-position:center;
}


.HCTableStyle04{
}

.HCTableStyle04 td{
    padding:9px 0;
    border-left:1px solid #c6c6c6;
}

.smallBtn{
    line-height:32px;
    width:72px;
    margin:0 auto;
}

.smallBtn a{
    background:url(../images/smallBtn.png) no-repeat top;
    width:72px;
    height:34px;
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #455b07;
}

.smallBtn a:hover{
    background:url(../images/smallBtn.png) no-repeat bottom;
    text-decoration:none;
}

.scriptsCon02{
    background:url(../images/scriptsConBg.png) repeat-x;
    height:80px;
    width:677px;
    float:left;
    margin-top:20px;
    padding:10px 20px 0 0;
    border:1px solid #c9c9c9;

    border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    -khtml-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
    box-shadow:0 2px 3px #d3d3d3;
}

.scriptsCon02 p{
    font-size:16px;
    line-height:24px;
    padding:13px 25px 0 32px;
    margin:0;
}

.hostingBox{
    background:url(../images/hostingBoxBtm.png) no-repeat bottom;
    width:699px;
    float:left;
    margin-top:20px;
    padding-bottom:5px;
}

.hostingBox h3{
    background:url(../images/hostingBoxTop.png) no-repeat;
    color:#fff;
    height:42px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    padding-left:20px;
    margin:0;
    text-shadow:1px 1px 0 #555;

}

.hostingBoxContents{
    background:#e1e1e1;
    width:697px;
    float:left;
    padding:0;
    border-left:1px solid #c6c6c6;
    border-right:1px solid #c6c6c6;
}

.rightCon02{
    width:232px;
    float:right;
}

.siderBox02{
    background:#e1e1e1;
    width:230px;
    float:left;
    margin-top:20px;
    border:1px solid #c9c9c9;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow:0 2px 4px #dedede;
}

.siderBox02 h3{
    color:#333;
    font-size:16px;
    font-weight:bold;
    margin:12px 0 0 0;
    padding:0 0 12px 18px;
    border-bottom:1px solid #c9c9c9;
    font-family:"Gotham Bold", Arial;
}

.siderMenu{
    margin:0;
    padding:0;
}

.siderMenu li{
    font-size:14px;
    list-style:none;
    line-height:40px;
    border-top:1px solid #f7f7f7;
    border-bottom:1px solid #c9c9c9;
}

.siderMenu li a{
    background:url(../images/bullet04.png) no-repeat 18px 3px;
    color:#777;
    padding-left:34px;
}

.siderMenu li a.active{
    background:url(../images/siderMenuBg.png) no-repeat;
    height:38px;
    color:#fff;
    display:block;
    margin:0 0 0 -11px;
    text-decoration:none;
    text-shadow:1px 1px 0 #394c05;
}

.OP02{
    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    margin:20px 0 0 0 !important;
}

.plans02{
    background:url(../images/plans02Btm.png) no-repeat bottom;
    float:left;
    width:698px;
    margin-top:16px;
}

.plans02{
    background:url(../images/plans02Btm.png) no-repeat bottom;
    float:left;
    width:698px;
    margin-top:16px;
    padding-bottom:4px;
}

.plans02Top{
    background:url(../images/plans02Top02.png) no-repeat;
    width:698px;
    height:4px;
}

.plans02 h1{
    background:url(../images/plans02Top.png) no-repeat;
    color:#fff;
    height:40px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    padding-left:20px;
    margin:0;
    text-shadow:1px 1px 0 #555;
    font-family:"Gotham Bold", Arial;
}

.plans02Contents{
    background:url(../images/plans02Bg.png) repeat-y;
    float:left;
    width:698px;
    padding:24px 0 0 1px;
}

.plans02Contents .box1{
    width:230px;
}

.plans02Contents .bigBox{ width:232px !important;}

/********************************
                      DOMAIN
*********************************/

.domainBanner{ background:url(../images/domainBannerBg.png) no-repeat 705px 18px;}

.box2{
    float:left;
    width:698px;
    margin-top:20px;
}

.box2 h1{
    background:url(../images/plans02Top.png) no-repeat;
    color:#fff;
    height:40px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    padding-left:20px;
    margin:0;
    text-shadow:1px 1px 0 #555;
    font-family:"Gotham Bold", Arial;
}

.box2Contents{
    background:#eee;
    float:left;
    width:656px;
    padding:20px;
    font-size:14px;

    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;

    border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    -khtml-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
}

.heading01{
    color:#333;
    font-size:20px;
    font-weight:bold;
    display:block;
    padding-bottom:5px;
}

.textfield02{
    background:#fff;
    width:75px;
    height:25px;
    margin:5px 0 0 5px;
    padding:3px 3px 3px 8px;
    border:1px solid #e5e5e5;
}

.smallBtn02{
    line-height:32px;
    width:72px;
    float:right;
    margin:1px 212px 0 0;
}

.smallBtn02 a{
    background:url(../images/smallBtn.png) no-repeat top;
    width:72px;
    height:34px;
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #455b07;
}

.smallBtn02 a:hover{
    background:url(../images/smallBtn.png) no-repeat bottom;
    text-decoration:none;
}

.Text12{ font-size:12px;}


.textfield03{
    background:#fff;
    width:625px;
    height:16px;
    padding:9px 15px;
    margin-top:8px;
    border:1px solid #e5e5e5;
}

.domainTable{
    margin-top:10px;
}

.domainTable td{
    color:#333;
    padding:14px 0;
}

.greyBtn02{
    line-height:34px;
    width:141px;
    float:left;
    margin:20px 20px 0 0;
}

.greyBtn02 a{
    background:url(../images/greyBtn.png) no-repeat	top;
    width:141px;
    height:36px;
    color:#fff;
    display:block;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #484848;
}

.greyBtn02 a:hover{
    background:url(../images/greyBtn.png) no-repeat bottom;
    text-decoration:none;
}

.textfield04{
    background:#fff;
    width:155px;
    height:16px;
    padding:9px 15px;
    margin:20px 20px 0 0;
    border:1px solid #e5e5e5;
}

.Bg05{ background:#eee;}
.Bg06{ background:#fff !important;}
.Bg07{ background:#ccc;}

.loginStyle{
    margin:12px 0 0 0;
    padding:0;
}

.textfield05{
    background:#f3f3f3;
    width:170px;
    height:16px;
    padding:9px 10px;
    margin:5px 0 0 0;
    border:1px solid #e5e5e5;
}

.textfield06{
    background:#f3f3f3;
    width:192px;
    height:24px;
    color:#999;
    font-size:12px;
    margin:5px 0 0 0;
    padding:3px 3px 3px 5px;
    border:1px solid #e5e5e5;
}

/********************************
                     CONTACT
*********************************/

.contactBanner{ background: url(../images/contactBanner.png) no-repeat 680px 18px;}

.form{
    margin:25px 0 0 0;
    padding:0;
}

.form li{
    float:left;
    width:480px;
    line-height:40px;
    list-style:none;
}

.form li label{
    width:90px;
    float:left;
    font-size:16px;
    margin-right:10px;
}

.formfield{
    background:url(../images/formBg.png) repeat-x;
    width:340px;
    height:18px;
    line-height:20px;
    padding:8px 10px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.formfield2{
    background:url(../images/formBg.png) repeat-x;
    width:180px;
    height:34px;
    line-height:20px;
    padding:8px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}


.formfield3{
    background:url(../images/formBg.png) repeat-x bottom #fff;
    height:150px;
    width:340px;
    line-height:20px;
    padding:8px 10px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.submitBtn{
    width:111px;
    line-height:34px;
    margin-left:100px;
}

.submitBtn a{
    background:url(../images/submitBtn.png) no-repeat	top;
    width:111px;
    height:36px;
    color:#fff;
    display:block;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #484848;
}

.submitBtn a:hover{
    background:url(../images/submitBtn.png) no-repeat bottom;
    text-decoration:none;
}

.countMenu{
    width:220px;
    float:right;
    font-size:10px;
}

.countMenu ul{
    margin:0;
    padding:0;
}

.countMenu ul li{
    float:left;
    list-style:none;
    margin-right:1px;
}

.countMenu ul li a{
    background:#fff;
    color:#777;
    padding:0 6px;
    display:block;
    text-align:center;
    border:1px solid #d3d3d3;}

.countMenu ul li a:hover, .countMenu ul li a.current{
    text-decoration:none;
    color:#000;
}

.searchBox{
    width:245px;
    float:right;
    margin:0;
    color:#fff;
    font-size:12px;
    line-height:42px;
}

.searchBoxField{
    background:url(../images/magnifire.png) no-repeat 164px 5px #fff;
    height:26px;
    width:165px;
    border:none;
    float:right;
    padding:0 10px;
    margin:8px 12px 0 5px;

}

/********************************
                          BLANK
*********************************/

.loginBanner{ background:url(../images/loginBanner.png) no-repeat 650px 30px;}

.login{
    margin:25px 0 0 50px;
    padding:0;
}

.login li{
    float:left;
    width:380px;
    line-height:40px;
    list-style:none;
}

.login li label{
    width:60px;
    float:left;
    font-size:16px;
    margin-right:10px;
}

.loginfield{
    background:url(../images/formBg.png) repeat-x;
    width:250px;
    height:18px;
    line-height:20px;
    padding:8px 10px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.login li .moreBtn{
    float:left;
    margin:10px 0 0 70px !important;
}

/********************************
                          BLANK
*********************************/

.blankBanner{ background:url(../images/banner03.png) no-repeat 642px 40px;}

/********************************
                  DOMAIN CHECKER
*********************************/


.MainBody03{
    background:url(../images/mainBody03.png) repeat-x top #c0c0c0;
    width:100%;
    float:left;
    margin-top:-24px;
    border-top:1px solid #C8C8C8
}

.DCBanner{
    background:url(../images/domainCheckerBanner.jpg) no-repeat right;
    font-size:16px;
    height:198px;
    width:932px;
    float:left;
    line-height:24px;
    margin-top:24px;
    padding:30px 0 0 20px;
}

.DCBannerBox{
    width:488px;
    float:left;
}

.DCBannerBox h1{
    color:#000;
    display:block;
    font-size:35px;
    font-weight:bold;
    line-height:38px;
    padding-bottom:10px;
    margin:0;
    font-family: "Gotham Black", Arial;
}

.domainSearchCon{
    background:url(../images/domainSearchConBg.png) no-repeat;
    float:left;
    width:458px;
    height:38px;
    padding:10px;
}

.domainSearchField{
    width:285px;
    height:18px;
    padding:8px;
    float:left;
    font-size:16px;
    border:1px solid #ccc;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.domainSearchField2{
    float:left;
    width:80px;
    height:36px;
    padding:6px 8px;
    font-size:16px;
    margin:0 2px;
    border:1px solid #ccc;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.goBtn{
    line-height:38px;
    width:64px;
    float:left;
    margin:0;
}

.goBtn a{
    background:url(../images/goBtn.png) no-repeat top;
    width:64px;
    height:38px;
    color:#fff;
    display:block;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    text-shadow:1px 1px 0 #394c05;
}

.goBtn a:hover{
    background:url(../images/goBtn.png) no-repeat bottom;
    text-decoration:none;
}

.bannerBtn02{
    line-height:35px;
    width:147px;
    margin:10px auto 0;
}

.bannerBtn02 a{
    background:url(../images/bannerBtn.png) no-repeat top;
    width:147px;
    height:37px;
    color:#fff;
    display:block;
    font-size:14px;
    text-align:center;
    text-transform:uppercase;
}

.bannerBtn02 a:hover{
    background:url(../images/bannerBtn.png) no-repeat bottom;
    text-decoration:none;
}

.DCBPrice{
    background:url(../images/DCBPrice.png) no-repeat;
    width:131px;
    height:70px;
    float:left;
    margin:48px 0 0 12px;
}

.priceCross{
    background:url(../images/priceCross.png) no-repeat;
    width:116px;
    height:26px;
    position:absolute;
}

.PC01{ margin:6px 0 0 95px;}
.PC02{ margin:6px 0 0 350px;}

.domainBoxCon{
    background:url(../images/domainBoxBg.png) repeat-x;
    height:145px;
    width:910px;
    float:left;
    padding:12px 20px;
    border:1px solid #c9c9c9;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow:0 2px 3px #d0d0d0;
}

.domainBoxCon h2{
    color:#1b1b29;
    display:block;
    font-size:20px;
    font-weight:bold;
    padding-bottom:14px;
    text-align:center;
    margin:0;
    font-family: "Gotham Black", Arial;
}

.domainBox{
    background:#fff;
    height:90px;
    width:218px;
    float:left;
    color:#1b1b29;
    padding:10px 0;
    font-size:16px;
    font-weight:bold;
    line-height:28px;
    text-align:center;
    border:1px solid #ccc;
    text-transform:uppercase;
    margin-right:10px;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;

    box-shadow:0 0 3px #d0d0d0;
}

.orderNowBtn{
    width:121px;
    line-height:30px;
    margin:8px auto 0;
}

.orderNowBtn a{
    background:url(../images/orderNowBtn.png) no-repeat top;
    width:121px;
    height:32px;
    color:#fff;
    display:block;
    font-size:12px;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #384b05;
}

.orderNowBtn a:hover{
    background:url(../images/orderNowBtn.png) no-repeat bottom;
    text-decoration:none;
}

.fullBox{
    background:#fff;
    width:951px;
    float:left;
    margin-top:20px;
    padding-bottom:20px;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.fullBox h2{
    background:url(../images/fullBoxTop.png) no-repeat;
    color:#fff;
    height:42px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    padding-left:20px;
    margin:0;
    text-shadow:1px 1px 0 #555;

}

.fullBoxContents{
    width:949px;
    float:left;
    padding:0;
    background:#e1e1e1;
    border-left:1px solid #c6c6c6;
    border-right:1px solid #c6c6c6;
}


/********************************
                          PAGE 1
*********************************/

.MainBody04{
    background:url(../images/mainBody04.png) repeat-x top #e2e2e2;
    width:100%;
    float:left;
    margin-top:-24px;
    border-top:1px solid #C8C8C8
}

.topBredCrumbs{
    background:#fff;
    float:left;
    height:32px;
    margin-top:40px;
    line-height:32px;
    text-align:center;
    border:1px solid #c9c9c9;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow:0 2px 3px #d3d3d3;
}

.topBredCrumbs ul{
    margin:0;
    padding:0;
}

.topBredCrumbs ul li{
    list-style:none;
    padding:0 10px;
    float:left;
    line-height:32px;
}

.topBredCrumbs ul li a{
    background:url(../images/topBreadCrumbsBg.png) no-repeat right #e1e1e1;
    color:#333;
    display:block;
    margin:0 -10px;
    padding:0 20px 0 10px;
}

.topBredCrumbsHome{
    background:url(../images/topBreadCrumbsBg2.png) no-repeat !important;
    height:32px;
    width:47px;
    padding:0 !important;
}

.leftCon03{
    width:232px;
    float:left;
}

.siderMenu02{
    margin:0;
    padding:0;
}

.siderMenu02 li{
    font-size:14px;
    list-style:none;
    line-height:50px;
}

.siderMenu02 li a{
    color:#777;
    height:48px;
    width:175px;
    display:block;
    padding-left:55px;
    border-top:1px solid #f7f7f7;
    border-bottom:1px solid #c9c9c9;
}

.siderMenu02 li.active{
    background:url(../images/siderMenuBg02.png) no-repeat right;
    color:#fff;
    height:48px;
    font-weight:bold;
    text-decoration:none;
    width:244px;
}

.siderMenu02 li.active a{
    color:#fff;
    border-top:none !important;
}

.icon13{ background:url(../images/icon13.png) no-repeat 15px 11px;}
.icon14{ background:url(../images/icon14.png) no-repeat 15px 16px;}
.icon15{ background:url(../images/icon15.png) no-repeat 15px 16px;}
.icon16{ background:url(../images/icon16.png) no-repeat 15px 14px;}
.icon17{ background:url(../images/icon17.png) no-repeat 15px 13px;}

.rightCon03{
    width:699px;
    float:right;
}

.whiteBox{
    width:616px;
    font-size:14px;
    margin-bottom:20px;
    padding:15px 20px;

    background:#fcfcfc;
    border:1px solid #c6c6c6;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.whiteBoxheading{
    background:#e1e1e1;
    padding-left:20px;
    color:#333;
    display:block;
    font-weight:bold;
    line-height:30px;
}

.textfield07{
    background:url(../images/formBg.png) repeat-x bottom #fff;
    width:595px;
    height:18px;
    line-height:20px;
    padding:8px 10px;
    margin-top:8px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.note{
    background:url(../images/note.png) no-repeat 20px 20px #ffde8f;
    /*width:571px;*/
    font-size:12px;
    margin-bottom:20px;
    padding:15px 20px 15px 65px;
    border:1px solid #c6c6c6;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.table01{
    float:left;
    margin-top:6px;
}

.table01Style01{
    padding-left:20px;
    line-height:30px;
    font-size:12px;
}

.table01Style02{
    background:#fff;
}

.table01Style03{
    background:url(../images/table01Bg.png) repeat-x 0 1px;
    text-shadow:1px 1px 1px #757575;
    color:#fff;
}

.greenBtn02{
    width:97px;
    line-height:25px;
    margin:0 auto;
}

.greenBtn02 a{
    background:url(../images/greenBtn02.png) no-repeat top;
    width:97px;
    height:26px;
    color:#fff;
    display:block;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #394b05;
}

.greenBtn02 a:hover{
    background:url(../images/greenBtn02.png) no-repeat bottom;
    text-decoration:none;
}

.Text10{ font-size:10px;}

.icon18{ background:url(../images/icon18.jpg) no-repeat 0 20px;}
.icon19{ background:url(../images/icon19.jpg) no-repeat 0 22px;}
.icon20{ background:url(../images/icon20.jpg) no-repeat 0 15px;}
.icon21{ background:url(../images/icon21.jpg) no-repeat 0 15px;}
.icon22{ background:url(../images/icon22.jpg) no-repeat 0 15px;}

.icon23{ background:url(../images/icon23.jpg) no-repeat 0 15px;}
.icon24{ background:url(../images/icon24.jpg) no-repeat 0 15px;}
.icon25{ background:url(../images/icon25.jpg) no-repeat 0 15px;}
.icon26{ background:url(../images/icon26.jpg) no-repeat 0 15px;}
.icon27{ background:url(../images/icon27.jpg) no-repeat 0 15px;}
.icon28{ background:url(../images/icon28.jpg) no-repeat 0 15px;}
.icon29{ background:url(../images/icon29.jpg) no-repeat 0 15px;}
.icon30{ background:url(../images/icon30.jpg) no-repeat 0 15px;}
.icon31{ background:url(../images/icon31.jpg) no-repeat 0 15px;}
.icon32{ background:url(../images/icon32.jpg) no-repeat 0 15px;}

.icon33{ background:url(../images/icon33.png) no-repeat 10px 7px;}
.icon34{ background:url(../images/icon34.png) no-repeat 15px 10px;}
.icon35{ background:url(../images/icon35.png) no-repeat 10px 7px;}
.icon36{ background:url(../images/icon36.png) no-repeat 11px 11px;}
.icon37{ background:url(../images/icon37.png) no-repeat 10px 9px;}
.icon38{ background:url(../images/icon38.png) no-repeat 11px 14px;}
.icon39{ background:url(../images/icon39.png) no-repeat 8px 13px;}
.icon40{ background:url(../images/icon40.png) no-repeat 12px 9px;}
.icon41{ background:url(../images/icon41.png) no-repeat 10px 7px;}
.icon42{ background:url(../images/icon42.png) no-repeat 10px 14px;}
.icon43{ background:url(../images/icon43.png) no-repeat 11px 11px;}
.icon44{ background:url(../images/icon44.png) no-repeat 10px 10px;}

.Style01{
    color:#333;
    display:block;
    font-size:18px;
    font-weight:bold;
    padding:0 0 4px 40px;
    line-height:30px;
}

.icon45{ background:url(../images/icon45.png) no-repeat;}
.icon46{ background:url(../images/icon46.png) no-repeat;}
.icon47{ background:url(../images/icon47.png) no-repeat 2px 5px;}
.icon48{ background:url(../images/icon48.png) no-repeat 5px 5px;}

.cross{
    width:15px;
    height:15px;
    position:absolute;
    margin:-20px 0 0 627px;
}

.cross a{
    background:url(../images/cross.png) no-repeat top;
    width:15px;
    height:15px;
    display:block;
}

.cross a:hover{
    background:url(../images/cross.png) no-repeat bottom;
}

.smallBtn03{
    background:url(../images/smallBtn02.png) no-repeat top;
    width:50px;
    height:21px;
    float:right;
    margin:0 0 0 8px;
}

.smallBtn03 a{
    background:url(../images/smallBtn02.png) no-repeat top;
    color:#fff;
    width:50px;
    height:21px;
    display:block;
    font-size:10px;
    text-align:center;
    text-shadow:1px 1px 1px #777;
}

.smallBtn03 a:hover{
    background:url(../images/smallBtn02.png) no-repeat bottom;
    text-decoration:none;
}

.textBox{
    float:left;
    width:610px;
    padding:5px 0;
    border:1px solid #ccc;
}

.textBoxStyle{
    background:url(../images/siderMenuBg02.png) no-repeat center left #e1e1e1;
    color:#fff;
    line-height:30px;
    padding-left:20px;
}

/********************************
                          ORDER
*********************************/

.orderMenu{
    background:url(../images/orderMenuBg.png) repeat-x bottom #fff;
    float:left;
    height:68px;
    width:950px;
    margin:20px 0 0 -1px;
    border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;

    border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    -khtml-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
    box-shadow:0 2px 4px #dedede;
}

.orderMenu ul{
    margin:0;
    padding:0;
}

.orderMenu ul li{
    float:left;
    font-size:14px;
    display:inline;
    list-style:none;
    font-weight:bold;
    text-align:center;
    border-left:1px solid #c9c9c9;
}

.orderMenu ul li a{
    color:#333;
    height:45px;
    display:block;
    padding:22px 20px 0;
}

.orderMenu ul li a.current{
    background:url(../images/orderMenuBg2.png) no-repeat 0 19px;
    color:#759b0b;
}

.orderMenuStyle{
    color:#ff9225;
    font-size:10px;
    text-transform:uppercase;
}

.heading02{
    background:url(../images/plans02Top.png) no-repeat;
    color:#fff;
    height:40px;
    font-size:16px;
    font-weight:bold;
    line-height:40px;
    padding-left:20px;
    margin-top:20px;
    text-shadow:1px 1px 0 #555;
    font-family:"Gotham Bold", Arial;
}

.configuration{
    background:#fff;
    float:left;
    width:656px;
    padding:20px;
    margin-top:20px;
    border:1px solid #c6c6c6;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.configuration h3{
    background:#fff;
    color:#333;
    float:left;
    display:block;
    font-size:14px;
    font-weight:bold;
    padding:0 10px;
    margin:-30px 0 0 0;
    font-family:"Gotham Bold", Arial;
}

.iconBox{
    background:url(../images/iconBox.png) no-repeat;
    width:93px;
    height:73px;
    float:left;
    padding-top:20px;
    text-align:center;
}

.textfield08{
    background:url(../images/textfieldBg.png) repeat-x;
    width:165px;
    height:17px;
    padding:3px 5px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.textfield09{
    background:url(../images/textfieldBg.png) repeat-x;
    width:60px;
    height:17px;
    padding:3px 5px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.textfield10{
    background:url(../images/textfieldBg.png) repeat-x;
    width:177px;
    height:25px;
    padding:3px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.Text11{ font-size:11px;}

.table02{
    color:#333;
    border:1px solid #c6c6c6;
}

.table02 td{
    font-size:11px;
    padding:0 10px;
    line-height:24px;
    border-left:1px solid #c6c6c6;
    border-bottom:1px solid #c6c6c6;
}

.textfield11{
    background:url(../images/textfieldBg02.png) repeat-x bottom;
    width:630px;
    height:90px;
    padding:10px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.NextStep{
    float:right;
    margin:10px 0 0 0 !important;
}

.Style02{
    letter-spacing:-1px;
}

.table03{
    border-top:1px solid #c6c6c6;
    border-right:1px solid #c6c6c6;
}

.table03 td{
    font-size:11px;
    padding:0 10px;
    line-height:40px;
    border-left:1px solid #c6c6c6;
    border-bottom:1px solid #c6c6c6;
}

/********************************
                          ORDER
*********************************/

.smallBanner{
    background:url(../images/smallBanner.jpg) no-repeat;
    width:932px;
    height:65px;
    margin:20px 0 0 -1px;
    padding-left:20px;
    box-shadow:0 2px 4px #dedede;
}

.smallBanner h2{
    color:#759b0b;
    font-size:24px;
    font-weight:bold;
    line-height:65px;
    margin:0;
}

.checkStyle{
    background:url(../images/checkmark02.png) no-repeat;
    margin:0 0 10px 0;
    padding:0 0 0 75px;
    line-height:60px;
}

.table04{
    background:#e1e1e1;
    margin-top:8px;
}

.table04 td{
    border-bottom:1px solid #c6c6c6;
}

.smallBtn04{
    line-height:26px;
    width:65px;
    margin:0 auto;
}

.smallBtn04 a{
    background:url(../images/smallBtn04.png) no-repeat top;
    color:#fff;
    width:65px;
    height:26px;
    display:block;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #455b07;
}

.smallBtn04 a:hover{
    background:url(../images/smallBtn04.png) no-repeat bottom;
    text-decoration:none;
}

.textfield12{
    background:url(../images/textfieldBg.png) repeat-x;
    width:75px;
    height:23px;
    padding:3px 5px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.textfield13{
    background:url(../images/textfieldBg.png) repeat-x;
    width:60px;
    height:17px;
    padding:3px 5px;
    text-align:center;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}

.updateCart{
    width:141px;
    line-height:34px;
}

.updateCart a{
    background:url(../images/greyBtn.png) no-repeat	top;
    width:141px;
    height:36px;
    color:#fff;
    display:block;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    text-shadow:1px 1px 0 #484848;
}

.updateCart a:hover{
    background:url(../images/greyBtn.png) no-repeat bottom;
    text-decoration:none;
}

.Text30{ font-size:30px; line-height:30px;}

.checkoutBtn{
    line-height:34px;
    float:left;
    width:155px;
    margin:20px 20px 0 150px;
}

.checkoutBtn a{
    background:url(../images/greenBtn.png) no-repeat top;
    width:155px;
    height:36px;
    color:#fff;
    display:block;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #394b05;
}

.checkoutBtn a:hover{
    background:url(../images/greenBtn.png) no-repeat bottom;
    text-decoration:none;
}

.checkoutBtn02{
    float:left;
    width:155px;
    line-height:34px;
    margin:20px 0 0 0;
}

.checkoutBtn02 a{
    background:url(../images/checkoutBtn.png) no-repeat	top;
    width:155px;
    height:36px;
    color:#fff;
    display:block;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #484848;
}

.checkoutBtn02 a:hover{
    background:url(../images/checkoutBtn.png) no-repeat bottom;
    text-decoration:none;
}

.siderBox, .checkoutBtn, .checkoutBtn02{
    float:none !important;
    margin:10px auto 0 !important;
}

.textfield14{
    background:url(../images/textfieldBg.png) repeat-x;
    width:180px;
    height:17px;
    padding:3px 5px;
    border:1px solid #e1e1e1;

    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}
