
div#cust table
{
  position:relative;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background: #d7d7d7 url('../images/bg-body.jpg') repeat-x;
	color: #000;
	font: 11px verdana, Arial, Helvetica, sans-serif;	
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}




#paragraph1
{
  margin:0px auto;
  
}

/* Commonly used to style page titles. */
h1 {
	color: #6d9863;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #6d9863;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
a {
	color: #838383;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

.hidden 
{
	display:none;
}

#outerWrapper {
	
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top:20px;
	
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 993px;
	
}
#outerWrapperWHSE 
{
	
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top:20px;
	min-width: 1042px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 80%;
	
}
#header
{
	margin:0px auto;
        font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	background-image: url(../images/header1.png);
	background-repeat: no-repeat;
	height:92px;
	width:994px;
       		
}
#headerWHSE
{
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	background-image: url(../images/headerWHSE.png);
	background-repeat: no-repeat;
	height:103px;
	width:1042px;		
}
#adminMenuWHSE
{
	height:30px;
	width:1042px;	
	background-repeat:no-repeat; 
	margin-left:33px;
	background-image: url(../images/MenuBG.png);	
}
#menuMgrWHSE
{
	width:930px;
	margin-left:20px;	
}
#footerWHSE
{
   margin-left:24px;
	height:33px;
	background-image:url(../images/FooterBGWHSE.png);
	background-repeat: no-repeat;
	width:1042px;
}


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper  {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	
	}
#contentWrapper
{
     width:994px;
	  
}
#contentWrapperWHSE
{
     width:994px;
	  margin-left:11px;
}
#contentHolder
 {
	width:993px;
	min-height:550px;
	margin-top:2px;			
	background-color: #fff;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
        margin:0px auto;
 }
 #content
 {
 	background-image:url(../images/BGcontent.png);
	background-repeat: repeat-y;
	width:993px;
	margin:0px auto;
	     
	
	
 }
#footer
{
   
 	margin:0px auto;	
	height:42px;
	background-image:url(../images/Footer2.png);
	background-repeat: no-repeat;
	width:993px;
        
}
#footertext
{
	margin: 0px auto;
	text-align: center;
	
	color:#999999;
        
        width:993px;
}

#adminMenu
{
	height:30px;
	width:993px;	
	background: #B20838;
	margin:0px auto;	
}


#squeeze
{
        margin:0px auto;
	padding: 20px ;
}

#menuMgr
{
	width:994px;
 margin:0px auto;
		
}

