@import url(common.css);
@import url(lightbox.css);

/*
----------------------------------------
    Canvas
----------------------------------------
*/

#canvas { width: 969px; margin: 0 auto; background: #ffffff; background-image: none; }

#canvas {
    -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
}

/*
----------------------------------------
    Header
----------------------------------------
*/

/*  Header - Homepage  */

#header { width: 100%; height: 150px; }
#header .inside { height: 150px; background: url(../images/header-bg.png) no-repeat; }

/*
    Header - Logo
    -------------
*/

#logo { float: left; width: 250px; height: 80px; margin-top: 30px; }

/*
    Header - Toolbar
    ----------------
*/

#toolbar { float: right; width: 650px; }

/*  Toolbar User Account  */

#toolbar .useraccount { float: right; }
#toolbar .useraccount ul { padding: 10px 15px; }
#toolbar .useraccount ul li {
    margin-left: 10px;
    display: inline;
    list-style: none;
    background: url("../images/toolbarli.png") left center no-repeat;
    float: left;
}
#toolbar .useraccount {
    background:url(../images/login-register-bg.png) no-repeat;
    width: 229px;
    height: 56px;
    font-size: 16px;
    margin-top: -18px;
}
#toolbar .useraccount a {
    color: white;
    text-decoration: none;
}
#toolbar .useraccount a:hover {
    text-decoration: underline;
}

/*
----------------------------------------
    LiveChat
----------------------------------------
*/

.live-chat {
    float: right;
    position: relative;
    left: 220px;
    top: 55px;
}

/*
----------------------------------------
    Menu
----------------------------------------
*/

#menu {width: 100%; height: 45px;}
#menu .inside { height: 45px; }

#menu .bg {
    -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
}

#menu .bg { float: left; width: 100%; height: 45px; background: #333333; }

#menu ul { list-style: none; float: left; }
#menu ul li { float: left; position: relative; display: inline; list-style: none; font-size: 15px; }
#menu ul li a {
    float: left;
    padding: 13px 20px;
    height: 19px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: -1px -1px 1px #5a5f6e;
    font-weight: bold;
}
#menu ul li a:hover {
    color: #797979;
}
#menu ul li a:active {
    color: white;
}
#menu ul li.first a {
    border-left: 0;
}
#menu ul li.active a {
    color: white;
    border-left: 1px solid #828ca0;
}
#menu ul li.active a:hover {
    color: white;
    border-left: 1px solid #a0aabe;
}

/*  Popup Menu  */

#menu ul li ul {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    z-index: 999;
}
#menu ul li ul li {
    padding: 0 10px;
    background: #333333;
    position: relative;
}
#menu ul li ul li a {
    float: left;
    width: 13em;
    padding: .5em 1em;
    display: block;
    border-bottom: 1px solid #ffffff;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none !important;
    font-weight: normal;
    color: white;
}
#menu ul li ul li a:hover { background: none; color: #999 !important; }
#menu ul li ul li.first a {
    border-top: 0;
}
#menu ul li ul li.last a {
    border-bottom: 0;
}

/*
----------------------------------------
    Navigation - Categories, Archive
----------------------------------------
*/

#rightrail .navigation.box { margin-bottom: 40px; }

.navigation ul { float: left; width: 300px; list-style: none; }
.navigation ul li { float: left; width: 100%; }

.navigation ul li a { font-size: 1.2em; text-decoration: none; display: block; cursor: pointer; text-shadow: 1px 1px 1px white; }
.navigation ul li.active a { color: white; text-shadow: -1px -1px 1px #5a5f6e; }
.navigation ul li.active a:hover { color: #f0f0f0; }

/*
----------------------------------------
    Slideshow
----------------------------------------
*/
#slideshow .container {
    width: 929px; height: 221px; margin: 0 auto; text-align: left;
    -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
}
#slideshow { float: left; width: 100%; position: relative; margin: 15px 0; }
#slideshow .container #slideshower { width: 100%; height: 221px; }

#slideshow #arrowleft a { position: absolute; z-index: 999; width: 50px; height: 50px; margin-left: -40px; background: url("../images/slideshow/arrowleft.png") left top no-repeat; top: 80px; left: 60px; }

#slideshow #arrowright a { position: absolute; z-index: 999; width: 50px; height: 50px; background: url("../images/slideshow/arrowright.png") right top no-repeat; top: 80px; right: 20px; }

#slideshow #slides { float: left; width: 929px; height: 221px; background: #1e64c8; }
#slideshow .slide { float: left; width: 940px; height: 260px; }

/*  Slideshow Content  */

#slideshow .slide .content { float: left; padding: 35px 75px; width: 650px; }
#slideshow .slide .content h2 { font-size: 28px; line-height: 100%; color: white; }
#slideshow .slide .content p { color: white; margin-bottom: 10px; width: 363px; }
#slideshow .slide .content a { color: white; }

#slideshow .slide .content .toolbar { float: left; width: 460px; }

#slideshow .slide .content .readmore { float: left; height: 37px;position: absolute; }
#slideshow #slide1 .content .readmore {left: 385px;top: 149px;  }
#slideshow #slide2 .content .readmore {right: 89px;top: 152px;   }
#slideshow #slide3 .content .readmore {right: 87px;top: 151px;  }
#slideshow #slide4 .content .readmore {left: 463px;top: 156px;   }
#slideshow #slide5 .content .readmore {left: 385px;top: 175px;   }
#slideshow #slide6 .content .readmore {right: 92px;top: 150px;   }
#slideshow #slide7 .content .readmore {right: 97px;top: 160px;   }
#slideshow .slide .content .readmore a { float: left; color: white; text-decoration: none; height: 37px; cursor: pointer; }

#slideshow .slide .content .readmore a .bg {
    color: #000000;
    font-weight: bold;
    float: left;
    height: 23px;
    background: #ffffff;
    padding: 5px 15px;
}
#slideshow .slide .content .readmore a:hover .bg { text-decoration: underline; }

#slideshow .slide .content .links { float: right; }

#slideshow .slide .content .links ul li.last { background: none; }

/*
    Slideshow - Slides
    ------------------
*/

#slide1 {
    background: url("../images/slide001.png") left top no-repeat;
}
#slide2 {
    background: url("../images/slide002.png") left top no-repeat;
}
#slide3 {
    background: url("../images/slide003.png") left top no-repeat;
}
#slide4 {
    background: url("../images/slide004.png") left top no-repeat;
}
#slide5 {
    background: url("../images/slide005.png") left top no-repeat;
}
#slide6 {
    background: url("../images/slide006.png") left top no-repeat;
}
#slide7 {
    background: url("../images/slide007.png") left top no-repeat;
}
#slide8 {
    background: url("../images/slide008.png") left top no-repeat;
}
/*
----------------------------------------
    Content Home
----------------------------------------
*/

#content .trail {
    background-image:-moz-linear-gradient(47% 79% 90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:-webkit-gradient(linear,47% 79%,47% -8%,color-stop(0, rgb(230,231,232)),color-stop(1, rgb(255,255,255)));
    background-image:-webkit-linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:-o-linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:-ms-linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    width:288px;
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.65);
    box-shadow:0px 0px 5px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe6e7e8,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe6e7e8,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
    float: right;
    padding: 10px;
}

#content .trail h2 {
    font-size: 20px;
}

.redStar {
    color: #cc0000;
}

#content .trail label {
    color: #000000;
    width: 110px;
    margin: 0 0 5px 0;
    display: inline-block;
}

#content .trail .txtInput {
    border: solid 1px #000000;
    background: #ffffcc;
    height: 20px;
    width: 165px;
}

#content .trail .signUp {
    background: url(../images/signup.png) no-repeat;
    width: 133px;
    height: 50px;
    border: none;
    padding: none;
    cursor: pointer;
    float: right;
}

#content .trail .spanSignUp {
    display: inline-block;
    padding: 15px;
}

#content .block1, .block2, .block3, .block4, .block6, .block7    {
    background-image:-moz-linear-gradient(51% 167% 90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:-webkit-gradient(linear,51% 167%,51% -16%,color-stop(0, rgb(230,231,232)),color-stop(1, rgb(255,255,255)));
    background-image:-webkit-linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:-o-linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:-ms-linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    width:283px;
    height:169px;
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.65);
    box-shadow:0px 0px 5px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe6e7e8,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe6e7e8,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
    float: left;
    margin: 0 28px 18px 0;
}

#content .block5 {
    background-image:-moz-linear-gradient(51% 167% 90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:-webkit-gradient(linear,51% 167%,51% -16%,color-stop(0, rgb(230,231,232)),color-stop(1, rgb(255,255,255)));
    background-image:-webkit-linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:-o-linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:-ms-linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    background-image:linear-gradient(90deg,rgb(230,231,232) 0%,rgb(255,255,255) 100%);
    width:288px;
    height:169px;
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.65);
    box-shadow:0px 0px 5px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe6e7e8,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffe6e7e8,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
    float: right;
    padding: 10px;
    margin-top: 18px;
}

#content .block h2 {
    font-size: 20px;
}

#content .block a {
    margin: 10px 0 0 0;
}

#content .block .line-14 {
    line-height: 14px;
}

#content .block .start-now1 {
    float: right;
    background: url(../images/btn1.png) no-repeat;
    width: 114px;
    height: 23px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
}

#content .block .start-now2 {
    float: right;
    background: url(../images/btn2.png) no-repeat;
    width: 114px;
    height: 23px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
}

#content .block .start-now3 {
    float: right;
    background: url(../images/btn3.png) no-repeat;
    width: 114px;
    height: 23px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
}

#content .block .start-now4 {
    float: right;
    background: url(../images/btn4.png) no-repeat;
    width: 114px;
    height: 23px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
}

#content .block .more-details {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 10px 0;
}

#content .block .more-details:hover {
    text-decoration: underline;
}

#content .block p {
    font-size: 12px;
    color: #000000;
    text-align: justify;
}

#content .block1 .block {
    background:url(../images/block1.png) top left no-repeat;
    height: 149px;
    padding: 10px;
    width: 263px;
}

#content .block2 .block {
    background:url(../images/block2.png) top left no-repeat;
    height: 149px;
    padding: 10px;
    width: 263px;
}

#content .block3 .block {
    background:url(../images/block3.png) top left no-repeat;
    height: 149px;
    padding: 10px;
    width: 263px;
}

#content .block4 .block {
    background:url(../images/block4.png) top left no-repeat;
    height: 149px;
    padding: 10px;
    width: 263px;
}

#content .block5 .block {
    background:url(../images/block5.png) top left no-repeat;
    height: 149px;
    padding: 10px;
    width: 263px;
}

#content .block6 .block {
    background:url(../images/block6.png) top left no-repeat;
    height: 149px;
    padding: 10px;
    width: 263px;
}
/*
----------------------------------------
    Content Pages
----------------------------------------
*/

#sidebar {
    padding: 20px 0;
    width: 208px;
    margin-right: 20px;
    float: left;
}

#sidebar .menu {
    padding: 5px;
    background-color:rgb(255,255,255);
    width:188px;
    padding: 5px;
        margin: 0 0 20px;
    -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
}

#sidebar .menu h2 {
    padding: 0 0 10px 5px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #1b75bb;
}

#sidebar .menu ul {
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar .menu ul li {
    padding: 5px;
    margin-bottom: 1px;
    background: url(../images/left-menu-bg.png) no-repeat right #1b75bb;
}

#sidebar .menu ul li a {
    color: #FFF;
    text-decoration: none;
    display: block;
}

#main-content {
    margin-left: 230px;
    padding: 20px 0;
 /* float: left;   */
}

#main-content h2 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #1b75bb;
}

#main-content .fldRegister {
    padding: 10px;
    margin: 20px 0;
}

#main-content .fldRegister ul {
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-content .fldRegister li {
    padding: 5px;
    margin-bottom: 3px;
    background: #eaeaea;
    width: 650px;
}

#main-content .fldRegister label {
    font-size: 12px;
    width: 150px;
    display: inline-block;
}

#main-content .fldRegister input {
    border: solid 1px #999;
    background: #ffffcc;
    height: 20px;
    width: 300px;
}

#main-content .fldRegister textarea {
    border: solid 1px #999;
    background: #ffffcc;
    height: 150px;
    width: 300px;
}

#main-content .fldRegister select {
    border: solid 1px #999;
    background: #ffffcc;
    height: 20px;
    width: 300px;
}

#main-content .btnRegister {
    background: url(../images/register.png) no-repeat;
    width: 196px;
    height: 51px;
    border: none;
    padding: none;
    cursor: pointer;
    float: right;
}

#main-content .btnLogin {
    background: url(../images/login.png) no-repeat !important;
    width: 133px;
    height: 50px;
    border: none;
    padding: none;
    cursor: pointer;
    float: right;
}

#main-content .btnSend {
    background: url(../images/send.png) no-repeat;
    width: 133px;
    height: 50px;
    border: none;
    padding: none;
    cursor: pointer;
    float: right;
}

#main-content .loginBox {
    background-image:-moz-linear-gradient(50% -3% -90deg,rgb(255,255,255) 0%,rgb(240,240,225) 100%);
    background-image:-webkit-gradient(linear,50% -3%,50% 133%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(240,240,225)));
    background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,225) 100%);
    background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,225) 100%);
    background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,225) 100%);
    background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,225) 100%);
    width:702px;
    height:278px;
    -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff0f0e1,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff0f0e1,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
}

#main-content .loginBox h2 {
    color: #000;
}

#main-content .loginBox .internal {
    background: url(../images/login_reg_bg.png) no-repeat center;
    width:702px;
    height:278px;
}

#main-content .loginBox .internal2 {
    background: url(../images/logout_bg.png) no-repeat 500px center;
    width:900px;
    height:278px;
}

#main-content .loginBox .frmLogin {
    padding: 70px 0 0 50px;
    width: 300px;
    float: left;
}

#main-content .loginBox .frmLogin ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-content .loginBox .frmLogin ul li {
    margin: 10px 0;
}

#main-content .loginBox .frmLogin label {
    width: 100px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

#main-content .loginBox .frmLogin input {
    border: solid 1px #000000;
    background: #ffffcc;
    height: 20px;
    width: 175px;;
}

#main-content .loginBox .frmLogin .btnLogin {
    background: url(../images/login.png) no-repeat;
    width: 133px;
    height: 50px;
    border: none;
    padding: none;
    cursor: pointer;
    float: right;
}

#main-content .loginBox .frmRegister {
    padding: 70px 0 0 0px;
    width: 295px;
    float: left;
}

#main-content .loginBox .frmRegister p {
    padding: 10px;
}

#main-content .btnSignUp {
    background: url(../images/signup.png) no-repeat;
    width: 133px;
    height: 50px;
    border: none;
    padding: none;
    cursor: pointer;
    float: right;
}

#main-content .loginBox .frmLogin .btnLogout {
    background: url(../images/logout.png) no-repeat;
    width: 134px;
    height: 50px;
    border: none;
    padding: none;
    cursor: pointer;
    float: right;
}


/****************************/

#main-content .heading {
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(221,221,221) 100%);
    background-image:-webkit-gradient(linear,50% 0%,50% 128%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(221,221,221)));
    background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(221,221,221) 100%);
    background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(221,221,221) 100%);
    background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(221,221,221) 100%);
    background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(221,221,221) 100%);
    width:700px;
    height:60px;
    -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdddddd,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdddddd,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
}

#main-content .heading .internal {
    background: url(../images/course1.png) no-repeat;
    width:700px;
    height:60px;
}

#main-content .heading h2 {
    font-size: 33px;
    color: #666666;
    padding: 20px 50px;
}

#main-content .courseDesc {
    width: 700px;
    font-size: 12px;
}

#main-content .courseDesc td {
    padding: 5px 0 0 10px;
    vertical-align: top;
}

#main-content .courseDesc td:first-child {
    width: 165px;
    height: 60px;
}

#main-content .courseDesc .one {
    background-color: #efefef;
}

#main-content .courseDesc .two {
    background-color: #dddddd;
}

#main-content .courseDesc .three {
    background-color: #cecece;
}

#main-content .courseDesc .four {
    background-color: #bfbfbf;
}

#main-content .courseDesc .five {
    background-color: #afafaf;
}

#main-content .courseDesc .six {
    background-color: #a0a0a0;
}

#main-content .coursePrice {
    width: 100%;
    font-size: 12px;
}

#main-content .coursePrice a {
    display: inline-block;
    width: 149px;
    height: 57px;
    background: url(../images/subscribe-black.png) no-repeat;
}

#main-content .coursePrice th {
    font-weight: normal;
    vertical-align: top;
    padding: 5px 10px;
}

#main-content .coursePrice th:first-child {
    width: 213px;
    height: 48px;
}

#main-content .coursePrice th:nth-child(2), th:nth-child(3), th:nth-child(4) {
    color: #fff;
    width: 153px;
}

#main-content .coursePrice th:nth-child(2) {
    background-color: #035da3;
}

#main-content .coursePrice th:nth-child(3) {
    background-color: #1b75bb;
}

#main-content .coursePrice th:nth-child(4) {
    background-color: #4991c9;
}
#main-content .coursePrice th:nth-child(5) {
    background-color: #76acd6;
}
#main-content .coursePrice th:nth-child(6) {
    background-color: #8dc6f3;
}

#main-content .coursePrice td p {
    padding: 5px;
}

#main-content .coursePrice td:first-child {
    background-color: #efefef;
    width: 203px;
    height: 30px;
    padding: 4px 0 0 4px;
}

#main-content .coursePrice td:nth-child(2), td:nth-child(3), td:nth-child(4),td:nth-child(5),td:nth-child(6) {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#main-content .coursePrice td:nth-child(2) {
    background-color: #035da3;
}

#main-content .coursePrice td:nth-child(3) {
    background-color: #1b75bb;
}

#main-content .coursePrice td:nth-child(4) {
    background-color: #4991c9;
}
#main-content .coursePrice td:nth-child(5) {
    background-color: #76acd6;
}
#main-content .coursePrice td:nth-child(6) {
    background-color: #8dc6f3;
}

#main-content .red {
    color: #cc0033;
}

#main-content .coursePrice .save30 {
    background: url(../images/save30.png) no-repeat top right;
}

#main-content .coursePrice .save120 {
    background: url(../images/save120.png) no-repeat top right;
}

#main-content .coursePrice .save360 {
    background: url(../images/save360.png) no-repeat top right;
}

#main-content .courseCheckout {
    width: 700px;
    font-size: 12px;
}

#main-content .courseCheckout td {
    padding: 10px;
    vertical-align: middle;
}

#main-content .courseCheckout td:first-child {
    width: 165px;
    height: 30px;
}

#main-content .courseCheckout .one {
    background-color: #efefef;
}

#main-content .courseCheckout .two {
    background-color: #dddddd;
}

#main-content .courseCheckout .three {
    background-color: #cecece;
}

#main-content .courseCheckout .four {
    background-color: #bfbfbf;
}

#main-content .courseCheckout .five {
    background-color: #afafaf;
}

#main-content .courseCheckout .six {
    background-color: #a0a0a0;
}


/*
----------------------------------------
    Footer
----------------------------------------
*/

#footer { float: left; width: 100%; background: #333333; color: #d6d6d6; }

#footer {
    -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    box-shadow:0px 0px 4px rgba(0,0,0,0.65);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a6000000,Positive=true);
}
#footer h2 {
    font-size: 14px;
    color: white;
}
#footer .oneMenu { float:left; padding: 15px 14px; text-align: left; }
#footer ul li { list-style: none; }

#footer a { color: #d6d6d6; text-decoration: none; }
#footer a:hover { text-decoration:underline; }

#footer .inside { float: left; width: 100%; background: #797979; color: #ffffff; }
#footer span { padding: 10px; font-size: 10px; }
#footer .left { float: left;}
#footer  .right { float: right;}

.jPaginate{
    color: #A5A5A5;
    font-size: small;
    height: 34px;
    margin-left: 300px;
    position: relative;
    width: 600px;
}
.jPaginate a{
    line-height:15px;
    height:18px;
    cursor:pointer;
    padding:2px 5px;
    margin:2px;
    float:left;
}
.jPag-control-back{
    position:absolute;
    left:0px;
}
.jPag-control-front{
    position:absolute;
    top:0px;
}
.jPaginate span{
    cursor:pointer;
}
ul.jPag-pages{
    float:left;
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px;
}
ul.jPag-pages li{
    display:inline;
    float:left;
    padding:0px;
    margin:0px;
}
ul.jPag-pages li a{
    float:left;
    padding:2px 5px;
}
span.jPag-current{
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:18px;
    padding:2px 5px;
    margin:2px;
    float:left;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
    height:22px;
    margin:2px;
    float:left;
    line-height:18px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{
    margin:2px 0px 2px 2px;
    font-size:12px;
    font-weight:bold;
        width:10px;

}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{
    margin:2px 2px 2px 0px;
    font-size:12px;
    font-weight:bold;
    width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img{
    margin:2px 0px 2px 2px;
    font-size:18px;
    width:15px;
    text-align:right;
}
span.jPag-snext,
span.jPag-snext-img{
    margin:2px 2px 2px 0px;
    font-size:18px;
    width:15px;
     text-align:right;
}
ul.jPag-pages li span.jPag-previous-img{
    background:transparent url(../images/previous.png) no-repeat center right;
            }
ul.jPag-pages li span.jPag-next-img{
    background:transparent url(../images/next.png) no-repeat center left;
            }
span.jPag-sprevious-img{
    background:transparent url(../images/sprevious.png) no-repeat center right;
            }
span.jPag-snext-img{
    background:transparent url(../images/snext.png) no-repeat center left;
            }



.widget {
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

    .widget a {
    color: #222;
    text-decoration: none;
    }

    .widget a:hover {
    color: #009;
    text-decoration: underline;
    }

    .tabnav li {
    display: inline;
    list-style: none;
    padding-right: 5px;
    }

        .tabnav li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #222;
        font-weight: bold;
        padding: 4px 6px;
        outline: none;
        }

        .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
        background: #dedbd1;
        color: #1B75BB;
        text-decoration: none;
        }

    .tabdiv {
    margin-top: 2px;
    background: #fff;
    border: 1px solid #dedbd1;
    padding: 5px;
    }

        .tabdiv li {
        list-style-image: url("../images/star.png");
        margin-left: 20px;
        }

.ui-tabs-hide {
        display: none;
        }

        #featuredvid {
        text-align: center;
        }

            .fvid {
            margin-bottom: 5px;
            }

            .vidselector li {
            text-align: left;
            list-style: none;
            padding: 5px;
            background: #ffffff;
            border: 1px solid #dedbd1;
            text-transform: uppercase;
            margin-bottom: 5px;
            }
.hdrsocialbtns {
    float: right !important;
    margin-left: 5px !important;

}

#blognews ul { list-style: none; }
#blognews ul li a{
    color: #000;
    text-decoration: none;
}