body
{
    padding: 0px;
    background-position: center;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/pagebackground.jpg);
    background-repeat: repeat-y;
    font-size: 11px;
    text-align: center;
}
.menu
{
    margin: 0 auto;
    padding: 0;
    height: 30px;
    width: 100%;
    display: block;
    background: url("http://cdn.wbcdn.com/images/buttons/topMenuImages.png") repeat-x;    
}
.menu li
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}
.menu li a
{
    float: left;
    padding-left: 25px;
    display: block;
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif !important;
    cursor: pointer;
    background: url("http://cdn.wbcdn.com/images/buttons/topMenuImages.png") 0px -30px no-repeat;
    outline: none;
    font-weight: bold !important;
}
.menu li a span
{
    line-height: 30px;
    float: left;
    display: block;
    padding-right: 25px;
    background: url("http://cdn.wbcdn.com/images/buttons/topMenuImages.png") 100% -30px no-repeat;
}
.menu li a:hover
{
    background-position: 0px -60px;
    color: rgb(255,255,255);
}
.menu li a:hover span
{
    background-position: 100% -60px;
}
.menu li a.active, .menu li a.active:hover
{
    line-height: 30px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    background: url("http://cdn.wbcdn.com/images/buttons/topMenuImages.png") 0px -90px no-repeat;
    color: rgb(255,255,255);
}
.menu li a.active span, .menu li a.active:hover span
{
    background: url("http://cdn.wbcdn.com/images/buttons/topMenuImages.png") 100% -90px no-repeat;
}
.menu.account li a
{
   padding-left: 21px;   
}
.menu.account li a span
{
    padding-right: 21px;    
}
.menuborder
{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 5px;    
}
.menuborder
{    
    background-color: #336600;
}
#pageheader
{
    padding: 0px;
    background-color: #000;
    height: 30px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #C0C0C0;
    margin-right: auto;
    margin-left: auto;
}

#siteheader
{
    width: 965px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
#siteheader p
{
    position: absolute;
    right: 30px;
    top: -13px;
    font-size: 16px;
    font-family: 'Trebuchet MS';
    font-weight: bolder;
    font-style: normal;
    color: #C0C0C0;
}
#siteheader span
{
    position: absolute;
    left: 0px;
    color: #FFF;
    top: 10px;
    font-size: 11px;
}
#siteheader img
{
    right: 0px;
    position: absolute;
    z-index: 500;
    top: 2px;
}
#navheader{ margin:10px auto auto auto; width:940px; position:relative}
#navheader a img{ border-style:none}
#tabbedmenu
{
    margin: -4px auto auto auto;
    padding: 10px 0px 5px 0px;
    width: 940px;
}
#pagefooter
{
    width: 100%;
    background-color: #000;
    height: 60px;
    border-top-style: solid;
    border-width: 2px;
    border-color: #C0C0C0;
    margin-bottom: 0px;
}
#pagefooter p
{
    width: 940px;
    margin: 15px auto auto auto;
    color: #FFF;
    font-size: 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#container
{
    padding: 0px;
    background-color: #FFF;
    margin-right: auto;
    margin-left: auto;
    width:940px;   
    margin-top: 2px;
    position: relative;
}
#ads468x60
{
    width: 468px;
    height: 60px;
    position: absolute;
    z-index: 1000;    
    top: 12px;
    right: 12px;
}
.AddThis
{    
    padding-left: 15px;
}
.ManualHome
{    
    padding-right: 15px;
}
.clear
{
    clear: both;
}
