//.div {border: 1px solid #000000; margin: 3px}

body{
//    font-family:Lucida Grande, Verdana, Arial, sans-serif;
    background-color: #eeeeee;
}

#slogan{
    position: absolute;
    top: 21px;
    left: 20px;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    z-index: 10;
}

#warranty{
    color: #993300;
    font-weight: bold;
}

#workZone{
	background-color: white;
	position: absolute;
	z-index: 1;
	top: 34px;
    height: 503px;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 800px;
}

#message{
    align: center;
    text-align: center;
    background-color: yellow;
    border: 1px solid black;
    padding: 5px;
    margin: 0 0 10px 0;
    width: 95%;
}


#head{            
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 3;
	width: 100%;
}


A.menu{
	color: white;
	text-decoration: none;
}

A.menu:hover{
	color: white;
	text-decoration: underline;
}

A.more{
	font-size: 12px;
	color: #bbbbbb;
}

#menu{
}

#copyright{
    position: absolute;
    bottom: 10px;
}

#images {
	float: left;
	width: 150px;
	height: auto;
}

#imageXO{
	position: relative;
	left: 380px;
}

#main{
	float:left;
	width: 625px;
}

#M{
	width: 100%;
	padding: 5px;
}


H1 {
    font-weight: bold;
    font-size: 18px;
    margin: 2px 0 2px 0;
}

H2 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

LI {
   margin: 0 0 2px 0;
}

UL {
   margin: 0 0 0 3em;
}

.text {
      padding: 2px 2px 8px 2px;
      font-size: 14px;
}

.hBar{
    width: 630px;
    padding: 0px 10px 3px 3px;
    background: url(/img/tab.gif) repeat-x bottom;
}

<!-- tabs -->

.tabnav {
	height: 20px;	
	margin: 0;	
	padding-left: 10px;
}

.tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;	
	list-style-type: none;
}

.tabnav a:link, .tabnav a:visited {	
	float: right;
	background: #f3f3f3;
	font-size: 12px;	
	line-height: 14px;	
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;	
	border: 1px solid #cccccc;	
	text-decoration: none;	
	color: #666666;
}

.tabnav a:link.active, .tabnav a:visited.active {
	background: #ffffff;	
	color: #000000;
}

.tabnav a:hover	{
	background: #dddddd;
}

#od{
	position: absolute;
	text-align: right;
	top: 560px;
	left: 20px;
	font-size: 12px;
	color: #222222;
}
