﻿
body
{
    background-color: #132B4D;
}

#sback
{
    background-image: url(../images/trbg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #132B4D;
    width: 100%;
    height: 100px;
}
#tagline
{
    position:absolute;
    top:0px;
    left:0px;
    font-size:14pt;
    color:#3EBBBD;
    width: 270px;
    height:40px;
    background-image: url(../images/selestial_banner.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left:300px;
    padding-top:58px;
    text-align:right;
}
#sportfolio
{
    position: relative;
    background-color: White;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-bottom: 30px;
    overflow:hidden;
}
#scontent
{
    width: 726px;
    padding-top: 120px;
    margin-left: auto;
    margin-right: auto;
}
.sitem
{
    padding: 10px;
    border: 1px solid silver;
    width: 200px;
    padding-top: 210px;
    text-align: center;
    font-size: 11pt;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #F3F5C7;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
}
#welcometoskipton
{
    background-image: url(../images/icon_welcometoskipton.png);
}
#belmont
{
    background-image: url(../images/icon_belmont.png);
}
#nsolari
{
    background-image: url(../images/icon_nsolari.png);
}
#velvet
{
    background-image: url(../images/icon_velvetbeauty.png);
}
#yt
{
    background-image: url(../images/icon_yt.jpg);
}
#screeech
{
    background-image: url(../images/icon_screeech.png);
}
#chimeo
{
    background-image: url(../images/icon_chimeo.png);
}
#dolav
{
    background-image: url(../images/icon_dolav.png);
}
#barnetts
{
    background-image: url(../images/icon_barnetts.png);
}
#hq4a
{
    background-image: url(../images/icon_hq4a.png);
}
#hq
{
    background-image: url(../images/icon_hq.png);
}
#maint
{
    background-image: url(../images/icon_maint.png);
}
#webs
{
    background-image: url(../images/icon_webs.png);
}
#dba
{
    background-image: url(../images/icon_dba.png);
}
#cbox
{
    background-image: url(../images/icon_colourbox.png);
}
#lms
{
    background-image: url(../images/icon_lms.png);
}
#footer
{
    color: Gray;
    font-size: 11pt;
    margin-top: 15px;
    padding-top:15px;
    border-top:3px solid #3cb8b8
}
#header
{
    color: Gray;
    font-size: 11pt;
    margin-bottom: 10px;
}
#midmsg
{
    color: Gray;
    font-size: 11pt;
    margin-bottom: 10px;
}
.clear
{
    clear: both;
}
#homebtn
{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-color:#3cb8b8;
    color:white;
    padding:6px;
    border-radius:6px;
}
