﻿body 
{
    margin:0px; padding:0px; background:url('images/bg.png'); 
color:#969595; 
     font:14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; height:100%;
}

div, p, ul, ol, h1, h2, h3, h4, h5, img{margin:0px; padding:0px;}
ul{list-style-type:none;}

/*--HEADER--*/
.headerMain{width:100%; height:96px; background:url('../Images/topbg.png') repeat-x 50% top; margin:0 auto; float:left;}
.header{width:100%; height:96px; background:url('../Images/logoSmall.png') no-repeat left; margin:0 auto; float:left;}
.header div.headerLogo{width:980px; position:relative; height:160px; background:url('images/logo.png') no-repeat;   margin:0 auto;}
.header div.headerLogo div.currentUser{width:35%; height:100%; float:right;}
.logoutButton{border-style: hidden; border-color: inherit; border-width: medium; float: right; background: url('images/logout.png') no-repeat 50% bottom; color: #996600; 
              font-size: 11px; text-align: center; padding: 5px 0px 5px 0px; cursor: pointer; height: 30px; width: 90px;}   
.header ul.Menu{ margin-left:160px; float:left; height: 34px;}
.header ul.Menu li{float:left; width:90px; margin-top:0px; font-size:11px; font-weight:bold; line-height:34px; text-transform:uppercase; text-align:center;}
.header ul.Menu li a{display:block; height:34px; background:#a1a1a1; color:#fff; text-decoration:none; border:1px solid #CCCCCC; moz-border-radius: 4px 4px 0px 0px;
                     -webkit-border-radius: 4px 4px 0px 0px;	border-radius: 4px 4px 0px 0px;}
.header ul.Menu li a:hover{background:url('images/hdBG3.png') repeat-x; color:#525252; text-decoration:none; border:1px solid #CCCCCC; moz-border-radius: 4px 4px 0px 0px;
                            -webkit-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; }	
.header ul.Menu li.home{display:block; height:34px; background:url('images/hdBG3.png') repeat-x; color:#525252; text-decoration:none; border:1px solid #CCCCCC;
                         moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; border-bottom:0px;}   
/*--END HEADER--*/
