@charset "utf-8";

/* CSS Document */
body { 
text-align:center;  
margin:0 auto;
padding:0; 
background:#a5a6a6;
} 

#header  {
width:800px; 
height:292px; 
margin-left: 223px; 
z-index: 3;
}

#menu  {
position: relative; 
width: 800px; 
height:45px; 
margin-left: 225px; 
top: 0px; 
z-index: 2;
}

#frame  {
position: relative; 
top: -46px; 
left: -8px;
z-index: 1;
}

#content {
position:relative; 
width: 400px; 
height:200px;
top: -1100px; 
left:235px; 
z-index: 2; 
text-align:left;
}

#content2 {
position:relative; 
width: 800px; 
top: -620px; 
left:230px; 
z-index: 2;
}

#right  {
position: relative; 
top: -750px; 
left: 230px;
z-index: 1;
}

#iframe {
position: relative; 
width:400px; 
height:400px; 
top: -1000px; 
left: 235px; 
z-index: 2; 
text-align:left;
}

#footer  {
position:relative; 
top: -1200px; 
left: -8px; 
z-index: -1;
}

ul#menu {
list-style:none;
margin:0px;
padding:0;
width:525px
}

ul#menu li {
display:inline
}

ul#menu li a {
text-decoration:none;
padding:5px 0;
width:100px;
background:#ffffff; 
color:#333333;
float:left;
text-align:center;
border-right:1px solid #000;
}

ul#menu li a:hover {
background:#44e061;
color:#000
}

h1 {color:#1b1b1b; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:17px; padding-left: 4px; text-transform:none;
}
h2 {color:#1b1b1b; font-family:Geneva, Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; padding-left: 8px; text-decoration:none;
}
#customers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:1em;
border:1px solid #307ede;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#307ede;
color:#ffffff;
}
#customers tr.alt td 
{
color:#000000;
background-color:#cbe3cb;
}