/* Generic Selectors */ 

body { 

font-family: Tahoma, Arial, Verdanda, serif;

font-size: 14px; 

/*color: #333333; 

background-color: #FFFFFF; 
*/
} 

table.main{
background-color:#FFF;
width:800px;
margin-top:0px;
border:thin solid #000;
}

table.placement{
width:100%;
border-style:solid;
border:thin;
border-color:#000000;
}

table.middle{
position:absolute;
border:solid;
border-color:#000000;
background-color:#CCCCCC;
width=750px;
height:384;
top:178px;
z-index:-100;
}


table.bottom{
position:absolute;
width=750px;
height:30px;
background-color:#000000;
top:533;
z-index:-100
}


td.placement{
height:25px;
background:url(../images/header_repeat.jpg);
background-position:right; 
background-repeat:repeat-x;
color:#FFFFFF;
font-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

td.program_manager{
background:url(../images/header_repeat.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
font-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

tr.stock{ 
height:10px;
font:Verdana, Geneva, sans-serif;
font-size:small;
}
td.stockSize{ 
font:Verdana, Geneva, sans-serif;
font-size:small;
}

h1 { 

font-family: Tahoma, "Times New Roman", Times, serif; 

font-size: 18px; 

font-weight: bold; 

color: #000000; 

} 

h2 { 

font-family: Tahoma, "Times New Roman", Times, serif; 

font-size: 16px; 

font-weight: bold; 

color: #000000; 

border-bottom: 1px solid #000000; 

}



/************************* ID's *************************/ 

#navHeader { 

position: absolute; 

width: 180px; 

height: 600px; 

margin: 0; 

margin-top: 80px; 

border-right: 1px solid #000000; 

font-weight: normal; 

background-color: #999999;

} 

#centerDoc { 

width: 50%;
background-color:#999999;
position: absolute; 

padding: 0 0 20px 0; /*top right bottom left*/ 

margin-top: 100px; 

margin-left: 220px; 

}

#LeftDoc { 

width: 300px;
border:thick;
border-color:#333333;
background-color:#FFFFFF;
position: absolute; 

padding: 0 0 20px 0; /*top right bottom left*/ 

margin-top: 25%; 

margin-left: 51%; 

} 


#headline1 { 

background-attachment: fixed; 

background-image: url(../images/button.jpg); 

background-repeat: no-repeat; 

background-position: left top; 

padding-top:68px; 

margin-bottom:50px; 

} 

#headline2 { 

background-attachment: fixed; 

background-image: url(../images/newsletter_headline2.gif); 

background-repeat: no-repeat; 

background-position: left top; 

padding-top:68px; 

} 

#home_id {

width:80px;
height:30px;
position: absolute;
text-indent:15px;
background-image:url(file:///C|/Program%20Files/Apache%20Software%20Foundation/Apache2.2/images/button.jpg); 

background-repeat: no-repeat; 

background-position: left top; 

/*padding-top:200px;*/ 

}

#navTop { 

position: absolute; 

width: 100%; 

height: 15px; 

margin: 0; 

margin-top: -15px; 

border-right: 0px solid #000000; 

font-weight: normal; 

z-index:100;

} 

#menuTop { 

position: absolute; 

width: 100%; 

height: 10px; 

margin: 0; 

margin-top: 10px; 
border-bottom: 1px solid #000000;
border-right: 1px solid #000000; 
border-left: 1px solid #000000; 
border-top: 1px solid #000000; 

font-weight: normal; 

background-color:#CCCCCC;

} 


#Logo { 

position: absolute;
margin-left:290px;
margin-top:-10px;
z-index: 0;
/*margin-top: 30px; */

} 

#bottom_index{z-index: -100;}

#main_body{
position:absolute;

margin-left:30px;
margin-top:-10px;

}

#image_home{
position:absolute;
margin-left:620px;
margin-top:182px;
z-index:100;
}

#Login{
position:absolute;
margin-left:620px;
margin-top:390px;
}

#News{
position:absolute;
margin-left:32px;
margin-top:300px;
}

#Bottom{
position:absolute;
margin-left:31px;
margin-top:564;
}

#truck{
position:absolute;
margin-left:250px;
margin-top:300;
}

#button {
	width:auto;
/*	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	*/
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #000000;
		margin: 0;
		}

#button li a {
		display: block;
		/*padding: 5px 5px 5px 0.5em;
/*		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;*/
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		background-color: #000000;
		color: #fff;
		}
