/*  
Version: 1.0
Author: Gunjan Agrawal

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
.feature-name
{
    color: #FFF;
    cursor: pointer;
    z-index: 2;
    display: table-cell;
    width: 25%;
    background: #021f69;
    border-top: 6px solid #021f69;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px; /* width: 40px;  height: 100%; float: left;  background-image: url(blog/pics/Slider2.png); */
}
.feature-name:hover
{  
    background: #820fa8;
}
.feature-name.active
{
    color: #021e44; /*background-image: url(blog/pics/Slider.png);*/
    background: #FFFFFF;
    border: 6px solid #021f69;
    border-top:0;
}
.feature-box
{
    height: 384px;
    float: left;
}
.feature-display
{
    width: 970px;
    background: #fff;
    float: left;
    padding: 0px 10px;
    position: absolute;
    height: 384px;
    display: none;
}
.feature-display ul
{
    font-size: 0.55em;
    line-height: 1.2em;
    color: #777;
    margin-left: 35px;
}
.feature-detail
{
    float: left;
    margin: 20px 30px;
    font: 2em verdana;
    width: 375px;
    word-wrap: break-word;
    color: #000;
    height:95%;
    color:#0072bc;
}
.feature-detail .last-text
{
    font-size:0.6em;
    margin-bottom: 10px;
    color:#000;
}
.feature-detail p
{
    font-size:0.7em;
    color: #5d5d5d;
    margin: 10px 0;
}
.feature-detail span
{
    font-size:0.75em;
    color: #1c0b96;
}
.feature-detail li
{
    font-size: 17px;
    padding-top: 5px;
    color: #1c0b96;
    line-height: 1.2em;
    list-style-image: url('/sc/blog/pics/TickMark.jpg');
}
.feature-detail a
{
    font-size:0.5em;
    text-decoration:none;
    font-weight:bold;
}
#Feature-1
{
    display: block;
}
.feature-text
{
    /* -moz-transform: rotate(-90deg); -webkit-transform:rotate(-90deg); top: 120px; position: relative; left: -25px; width:80px;filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */    
    margin: 2px;
    text-align: center;    
    z-index: 1;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    width: 220px;
}
.feature-text span
{
    font-size: 0.6em;
    font-weight: normal;
}
.button1
{
    font-weight:normal;
    position: relative;
    top: -3px;
    left: 3px;
    padding: 6px 20px;
    font-size: 20px;
    text-align: center;
    word-wrap: break-word;
    cursor: pointer;
    margin:20px 0;
    border:0;
    display:inline-block;
    line-height: 20px;
}
.button1 div
{
    font-size:12px;
    color:#fff;
}
.shadow1
{
    margin: 20px;
    background-color: #D04242;
    width: 287px;
    text-decoration: none;
}
.register
{
    background-color: #fff;
    font-size: 12px;
    text-align: left;
    cursor: auto;
    padding: 10px;
}
.register ul
{
    margin-left: 40px;
}
#register h3
{
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    color: #888;
}
.register #button, .go
{
    border: 2px solid #eee;
    font-family: Helvetica,sans-serif;
    font-size: 16px;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px auto;
}
.textbox
{
    margin: 20px 0 0 10px;
    background-color: #EEE;
    width: 260px;
    height: 30px;
    border: solid 1px #333;
    -moz-border-radius: 5px;
    font-size: 18px;
}
.marketing-links
{
    float: left;
    width: 280px;
    margin: 0px 10px;
    align: center;
}
.marketing-links input
{
    margin: 5px auto;
}
#title1, #title2, #title3, #title4
{
    padding: 10px;
    color: #021f69;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.sliderButton
{
    background:#77dd44;
    font-size:22px;
    border:3px solid white;
    display:inline-block;
    padding:15px 10px;
    color:#141414;
}
.sliderButton:hover
{
    background:#77ea44;
    color:#000000;
}