﻿  
      #maindiv
      {
       width:900px;        
       position:relative;
       margin:0 auto 0 auto;
       top:0px;
       left:0px;
       background-color:#ffffff;       
      } 
      #header
      {
        width:900px;
        top:0px;
        left:0px;
        position:relative;
        background-color:#333333;
        height:112px;
      }   
      #logo
      {
        width:170px;
        top:0px;
        left:18px;
        position:relative;
        background-color:#333333;
        height:112px;
        background-image:url('image/logo.jpg');
        background-repeat:no-repeat;
        
      }
      #headerDetails
      {
        width:410px;
        top:0px;
        left:490px;
        position:absolute;        
        height:120px;
        background-color:#666666;
      }
      #personalDetails
      {
        width:200px;
        top:0px;
        left:195px;
        position:relative;        
        height:112px;       
      }
      #cartDetails
      {      
        top:0px;
        left:18px;
        position:absolute;       
        height:118px;   
      }
      #flash
      {
       width:900px;
       top:0px;
       left:0px;
       position:relative;
       font-size:0;  
       background-color:#333333;
      } 
      #Menu
      {
       width:900px;      
       top:0px;
       left:0px;       
       position:relative;
       z-index:999; 
       /*background-color:#333333; */
       background-image:url(image/menu-repeater.jpg);
       background-repeat:repeat-x;
       padding:0;
       text-align:left;
       font-family:Verdana;
       height:25px;
      }
      #content
      {
       width:900px;
       top:0px;
       left:0px;
       position:relative;
       margin-top:-4px;
       margin-bottom:-4px;
       height:300px; 
       z-index:1;
      }
      #newContent
      {
       width:900px;
       top:0px;
       left:0px;
       position:relative;
       margin-top:-4px;
       margin-bottom:-4px;
       min-height:300px;     
       z-index:1;    
      }
      #footer
      {
       width:900px;
       top:0px;
       left:0px;
       position:relative;
       height:50px;
       text-align:center;     
       background-color:#999999;
      }
  #MainFooterdiv 
  {
  top:0px;
  left:0px;
  position:relative;
  width:900px;
  height:50px;
  background-color:#999999; 
  }
 
  #FooterNav 
  {
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:9px;
	  text-decoration: none;
	  color:#333333;
	  margin-top:20px;
	  position:absolute; 
	  margin-left:500px;
	  
	}	
	#FooterNav a:visited 
	{
	  color:#333333;
	  text-decoration: none;
	  font-size:9px;

	}
	#FooterNav a:hover 
	{ 
	  color:#333333;
	  text-decoration:underline;
	  font-size:9px;
	}
.FoterTextHeader
 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;	
	color:#333333;
	text-decoration: none;		
 }
 .copyRight
 {
     position:absolute;
    
    
 }	
.copyRightText
{
    position:absolute;
    margin-top:10px;
    margin-left:10px;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
}

