body 
{
    background-color: #ddd;
    color: #222;
    font-family:Helvetica;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
    
#page-title {
    padding: 4px 10px;
    display: block;
}

#page-title .hide {
    display: none;
}

#page-title-home h2 {
    color: #551f69 ;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

#page-title-website h2 {
    color: #14576b ;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

#page-title-mobile h2, #page-title-contact-us h2 {
    color: #840000 ;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

#page-title-database h2 {
    color: #c19212 ;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

#page-title-business h2, #page-title-about-us h2 {
    color: #6c8b20 ;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

#page-title-design h2 {
    color: #c45912 ;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

#header h1
{
    margin: 0;
    padding: 0;
    text-align: left ;
}

#header h1 a
{
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 10px ;
    text-align: left;
    text-decoration: none;
}

#header h1.logo a 
{
	width: 160px;
	display: block;
	background: url(images/vsilogo5.png) no-repeat;
	height: 210px;
	border-bottom: 0px;
}

#utility
{
    position: absolute;
    top:60px;
    left: 190px;
    /*float: right ;*/
    width: 40% ;
}

#utility ul.hide
{
    display:none;
}

#header ul
{
    list-style: none;
    margin-top: 0px ;
    margin-right: 10px;
    padding: 0;
    text-align: center ;
}

#header ul li a
{
    background-color: #ffffff;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#header ul li:first-child a
{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#header ul li:last-child a
{
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#header div.leftButton
{
    position: absolute;
    top: 7px;
    left: 250px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button_green.png) 0 8 0 8;    
}

#header div.pressed
{
    -webkit-border-image: url(images/button_red.png) 0 8 0 8;
}

#content, #sidebar
{
    padding: 10px;
}

#content p.hide
{
    display:none;
}

#footer p.subtle
{
    clear: both ;
    text-shadow: 0px 1px 0px #fff;
    color: #222;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #999 ;
}

.logoimage
{
    float: left ;
    width: 150px ;
    border: 0px ;
    margin-right: 20px ;
    margin-bottom: 6px ;
    -webkit-box-reflect:below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255, 255, 255, 0.25)));
}

#progress {
    -webkit-border-radius:10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
}

/*
img {
	border: none;
    -webkit-box-reflect:below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255, 255, 255, 0.25)));
}
*/