﻿body 
{
    font-family:Arial, Helvetica;
    margin:0px;
    padding:0px;
}
.mousey
{
     cursor:hand;
}
#documentpage
{
    /*width:1000px;*/
    left:0px;
    border:solid 1px #000000;
    
}
#headerbar
{
  background-image: url(images/middleheader.jpg);
  background-repeat:repeat-x;
  background-position:top left;
  height:100px;
 left:0px;
     
    
}
#CompanyLogo
{
  background-image: url(images/leftheader.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  position:absolute;
  left:0px; 
  top:1px;
  width:156px;
  height:47px; 
  z-index:2; 
}

#PartsOnlineLogo
{
  background-image: url(images/rightheader.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  position:absolute;
  right:10px; 
  top:1px;
  width:397px;
  height:54px; 
  z-index:2; 
}
.headerBG
{
    background-color:white;
    color:#333333;
  background-image: url(images/headerBG.jpg);
  background-repeat:repeat-x;
  background-position:bottom left;
   border:solid 1px Black;
   padding:4px;
   margin:0px;
    margin-bottom:4px;
}

#Toolbar
{
    position:relative; float:right; right:10px; top:58px; z-index:1;
}


#headerbar ul
{
    text-align:left;
  list-style-type:none;
  margin:0px;
  padding:0px;
  position:relative;
  top:58px;
  left:4px;
  display:inline; 
 /* border:solid 1px #666666; */
  
  
}

#headerbar ul li
{
  display:inline;   
    
}


#maincontent
{
    position:relative;
    top:1px;
  padding:4px;
  border :solid 1px #666666; 
  width: 600px; 
  left:1px;
  
}
#maincontentbig
{
  padding:4px;
  /*border :solid 1px #666666; */
 
  left:1px;
  right:1px;
}
#rightcontent
{

 position:relative;
    top:1px;
   padding:4px;
   border:solid 1px #666666;
   width:240px;  
   right:1px;
  
}
#quickstart
{
  color:#cccccc;
  width: 536px;
  height:100px;
  border:dashed 1px #cccccc;  
  text-align:center;
  vertical-align:middle;
  cursor:default;
}
#dataupdates
{
    left:1px;
    right:1px;
    border:dashed 1px #cccccc; 
   
    
}
#systemupdates
{
    width:240px;
    border:dashed 1px #cccccc; 
}
#welcome
{
    
}
#welcome h3
{
    
}
#footerbar
{
    display:inline-block;
    background-color:#4D4A7C;
    font-size:xx-small;
    padding:2px;
    color:White;
    text-align:center;
    left:0px;
    float:none;
}
#footerinfo
{
    font-size:smaller;
    color:#666666;
}
#footerinfo h4
{
    margin:0px;
}

