html, body
{
	background-image: url(../images/graphics/background.jpg);
	min-height: 100%;

	width: 100%;
	height: 100%;

	font-family: arial;
	text-align: center;

	margin: 0px;
	padding: 0px;
}

#container
{
	width: 50em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header
{


	height: 200px;
	width: 800px;
	
	background-image: url(../images/header_01.jpg);

	border-left: 1px solid black;
	border-right: 1px solid black;

	position: relative;

	top: 0px;	
	left: 0px;

	z-index:1;
}

#menu_container
{
	background-color: transparent;
	position: relative;

	height: 36px;
	width: 800px;

	border-left: 1px solid black;
	border-right: 1px solid black;	


	z-index: 2;	
}

#body-container
{
	width: 800px;

	background-color: #FFFFFF;

	padding-top: 0px;
	padding-bottom: 10px;

	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: thin white solid;
	
}
#body {
	padding: 15px;
}
#body p
{	
	// padding: 0px;
	// margin: 0px;
	text-align: justify;
}

#body h1, h2{
	font-size: 16pt;
	color: #642;
	text-align: left;
	text-transform: uppercase;
}
#body h2 {
	font-size: 12pt;
}

#body a
{
	color: #088A08;
	text-decoration: none;
}

#body a:hover
{
	text-decoration: underline;
}

#body ul
{
	list-style-type: none;
	color: #DF5902;
}

#body li:hover
{
	list-style-type: none;

	text-decoration: underline;

	color: #FBB36B;
	cursor: pointer;
}

#body .panel
{
	padding-left: 5px;
}

#body .caption
{
	font-size: 9pt;
	color: GRAY;

	padding-left: 5px;
}

#footer
{
	text-align: center;
	vertical-align: middle;

	font-size: 9pt;
	font-style: italic;

	width: 100%;
	height: 50px;

	background-color: #A6AF7A;

	padding-top: 25px;

}

#footer a
{
	color: #000;
}

ul#menu 
{ 
	position: relative;

	width: 800px; 
	height: 43px; 

	background: url("../images/graphics/menu-bg.png") top left repeat-x; 

	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 


	position: relative;

	top: 0px;	
	left: 0px;

	z-index: 2;
	background-color: transparent;
}

ul#menu li 
{ 
	display: block; 
	float: left;
	width: auto; 
	margin: 0 0 0 5px; 
	text-shadow: #fff -1px -1px 1px;

	position: relative;

	top: 0px;	
	left: 0px;

	z-index: 3;
	background-color: transparent;
}

ul#menu li a 
{ 
	height: 43px; 
	color: #777; 
	
	text-decoration: none; 
	display: block; 
	float: left; 
	width: auto;
	line-height: 200%; 
	padding: 8px 15px 0; 

	position: relative;

	top: 0px;	
	left: 0px;

	z-index: 3;
}

ul#menu li a:hover 
{ 
	color: #333; 

	position: relative;

	top: 0px;	
	left: 0px;

	z-index: 3;
}

ul#menu li a.current
{ 
	color: #FFF; 
	background: url("../images/graphics/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	text-shadow: #040 1px 1px 2px;
	
	position: relative;

	top: 0px;	
	left: 0px;

	z-index: 3;
}

ul#specifications
{
	color: #000;
	list-style: none;
	text-align: left;
	padding-left: 0px;
}
ul#specifications li
{
	list-style-type: none;
	text-decoration: none;
	color: #000;
	padding-bottom: 1em;
}
ul#specifications li:hover
{
	list-style-type: none;
	text-decoration: none;
	color: #000;
	cursor: auto;
}
.label {
	font-size: 12pt; 
	color: #642;
	text-transform:uppercase; 
}
