body
{
}

#main
{
    /*box-shadow: 0 4px 6px #333333;*/
    padding: 3px;
}

.certify-img
{
    margin-left: 15px;
}

form
{
    margin: 0 0 8px !Important;
}

a:hover
{
    text-decoration: none !Important;
}

.section
{
    
}

.section-header
{
    background: none repeat scroll 0 0 #3C8BA8;
    color: #FFFFFF;
    /*background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;*/
    border: 1px solid #3C8BA8;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    padding: 3px 10px 3px 10px;
    text-shadow: 0.5px 0.5px #CCCCC;
    font-weight: bold;
    
}

.section-footer
{
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    padding: 3px 10px 3px 10px;
    text-shadow: 0.5px 0.5px #CCCCC;
}

.section-content
{
    padding: 3px 10px 3px 10px;
    margin-bottom: 10px; 
    border: 1px solid #D4D4D4;
    border-top: 0px;
    /*box-shadow:0 1px 17px -10px black inset;*/
}

.section-content-sidebar
{
    padding: 3px 0px 3px 0px;
    margin-bottom: 10px;
    border: 1px solid #D4D4D4;
    /*box-shadow:0 1px 17px -10px black inset;*/    
}

.section-content-2
{
    padding: 5px 0px 0px 0px;
    margin-bottom: 10px;
}

.box_skitter
{
    width: 699px !Important;
    height: 300px !Important;
}

.header{
    
    background-color: #CCCCCC;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.header-left{
    
    background-color: #CCCCCC;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.bronze-header
{
    background-color: #996633;
}

.silver-header
{
    background-color: #CCCCCC;
    font-weight: bold;
}

.gold-header
{
    background-color: #CC9900;
    font-weight: bold;
}

.schedule-line
{
    border-bottom: 1px solid #CCC;
}

#content
{
    min-height: 700px;
}

.phone0800
{
    font-size: 26px;
    font-weight: bold;
    cursor: default;
    margin-bottom: 10px;
    color: #DF833A;
}

.center-content
{
    text-align: center;
}


.center-content span
{
    margin-top: 10px;
    width: 160px;
}

.schedule-detail
{
    
}

.hidden
{
    display: none;
}

.cart-count
{
    font-size: 52px;
    font-weight: bold;  
    line-height: normal;
    width: 215px;
    text-align: center;
}

.cart-sidebar-content
{
    min-height: 100px;
    text-align: center;
}

#footer .span12
{
    background: none repeat scroll 0 0 #3C8BA8;
    /*background-color: #FAFAFA;*/
    /*background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);*/
    /*background-repeat: repeat-x;*/
    border: 1px solid #D4D4D4;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    text-shadow: 0.5px 0.5px #CCCCC;
    color: #FFFFFF;
}

#footer a
{
    color: #FFFFFF;
}

#footer ul
{
    /*color: #0088CC;*/
    margin-left: 16px;
    color: #FFFFFF;
}

#footer a:hover
{
    color: #000000;
}

.footer-span 
{
    padding: 5px;
}

.navbar a
{
    /*min-width: 80px;*/
    font-weight: bold;
}

.navbar a:hover
{
    background-color: #3C8BA8 !Important;
    color: #FFFFFF !Important;
    text-shadow: none !Important;
    font-weight: bold !Important;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #3C8BA8 !Important;
    color: #FFFFFF;
    text-shadow: none;
    font-weight: bold;
}

.next-group-widget
{
    width: 100%;
}

.next-group-widget th
{
    background: #D4D4D4;
    color: #000000;
    text-align: left;
    /*opacity:0.9;*/
}

.no-padding
{
    padding: 0 !Important;
}

.message
{
    background: #5bb75b !Important;
    font-weight: bold !Important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067) !Important;
    border-radius: 4px;
}

.testimonial {
    margin: 0;
    background: #B7EDFF;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#CEF3FF, #B7EDFF);
}

blockquote p {
    font-size: 12px !Important;
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}
.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B7EDFF;
    margin: 0 0 0 25px;
}
.testimonial-author {
    margin: 0 0 10px 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}
.testimonial-author span {
    font-size: 12px;
    color: #666;
}

.slideshow2 img
{
    height: 130px !Important;
}
