﻿body
{
    font-size: 12px;
    font-family: Arial;
    color: #6E6F71;
    background-color: White;
}
.divLeftAreaEditable
{
    width: 255px;
    overflow: hidden;
}
img
{
    border: solid 0px white;
}

table
{
    border: solid 0px white;
}

a
{
    color: gray;
}

#WholeTable
{
    background-color: black;
}

.lefttail
{
    background: black url(images/innerlefttail.gif) top right no-repeat;
    width: 217px;
    padding: 0px;
}
.homelefttail
{
    background: black url(images/homelefttail.gif) right top no-repeat;
    width: 217px;
    padding: 0px;
}

.rhcorner
{
    background: white url(images/cornerTR.gif) no-repeat;
    background-position: right top;
}

.righttail
{
    background: black url(images/righttail.gif) bottom no-repeat;
    width: 217px;
    padding: 0px;
    background-position: left bottom;
}

.bottomtail
{
    background: Black url(images/sharkbottom.gif) no-repeat;
    height: 458px;
    width: 217px;
    margin-right: 310px;
}

.logins
{
    height: auto;
    position: static;
    display: block;
}

.services
{
    background-image: url(PersistantImage.ashx?key=Service);
    background-repeat: no-repeat;
}

.portfolio
{
    background-image: url(PersistantImage.ashx?key=Portfolio);
    background-repeat: no-repeat;
}

.Creative
{
    background-image: url(PersistantImage.ashx?key=Creative);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.contact
{
    background-image: url(PersistantImage.ashx?key=Contact);
    background-repeat: no-repeat;
}

.menu
{
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
}

.menus
{
    height: 112px;
    font-size: 0px;
    color: #F78F19;
    font-weight: bold;
    width: 81px;
    display: block;
    text-align: center;
    margin-top: 0px;
    background-repeat: no-repeat;
}

.menusSelected
{
    display: block;
    width: 62px;
    margin-right: 10px;
    margin-top: 0px;
    background-repeat: no-repeat;
}


.menusHover
{
    display: block;
    width: 62px;
    background-repeat: no-repeat;
}

.newsArea
{
    background-image: url(images/newstop.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 230px;
}

.newsAreaHome
{
    background: transparent url(images/newshome.gif) no-repeat;
    widows: 12;
    line-height: 13px;
    width: 144px;
    height: 82px;
    float: right;
}

.bullet
{
    list-style-image: url(images/bullet.gif);
    line-height: 25px;
    list-style-position: outside;
    vertical-align: super;
}


.messages
{
    color: #6A6A6A;
    background-color: Transparent;
    font-size: 11px;
}

.messagesTitle
{
    color: #3A3A3A;
    font-size: 11px;
    font-weight: bold;
    background-color: Transparent;
}

.ie8fix
{
    z-index: 200;
}

/*
Left Hand Area
*/
.divLeftAreaEditable
{
    width: 269px;
}



/*
Social Media Bar
*/

.divMediaBar
{
    margin-top: 3px;
}
.divTwitter, .divFacebook, .divGplus, .divLinkedin, .divMediaBar
{
    font-family: Verdana;
    font-size: 10px;
}

.divTwitter
{
    overflow: hidden;
    float: left;
    width: 235px;
    color: White;
}
.divFacebook
{
    overflow: hidden;
    float: left;
    width: 140px;
}
.divGplus
{
    overflow: hidden;
    float: left;
    width: 100px;
}
.divLinkedin
{
    overflow: hidden;
    color: White;
    margin-top: 2px;
    float: left;
    width:150px;
}
