body {
	width:760px;
	font-family:Tahoma,Arial,Helvetica;
}

a {
	color:#000000;
}

/************
 * Header   *
 ************/

.header {
  margin:0 0 10px 0;
	width:760px;
	background-image:url(images/headerBack.jpg);
	height:189px;
}

.header h1 {
  padding: 5px 0 0 110px;
	font-size: 30px; 
	font-weight:normal;
	color: #000000;
	margin:0;
	letter-spacing:-1px;
}

.header h2 { 
	font-weight:normal;
  padding: 15px 60px 0 560px;
 	font-size: 20px; 
 	color: #ffffff;
 	margin-top: 0px;
}

/*********************
 * Global Navigation *
 *********************/
 
.global-nav { 
  font-size:11px;
  margin:0;
	padding:0; 
	color:#fff;
	position:absolute;
	top:173px;
	left:100px;
	width:450px;
	text-align:right;
}

.global-nav li {
	border-right:1px solid #fff;
	padding:0 5px 0 5px;
}

.global-nav li.last {
	list-style:none;  
	display:inline;
	border-right:none;
	padding-right:5px;
}

.global-nav a {
	color:#fff;
}

/*****************
 * Product Menu  *
 *****************/

.menu {
  font-size:13px;
	padding:0 0 60px 0;
	float:left;
	margin-left:-202px;  
	position:relative;	
	width:202px;
	background-color:#F5F3E7;
	background-image:url(images/navFooter.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.menu h2 {
  background-image:url(images/products.gif);
  background-repeat:no-repeat;
	background-position:top left;
  font-size:13px;
	color:#ffffff;
	margin-bottom:10px;
	margin-left:0px;
	padding-left:30px;
	font-weight:normal;
	text-transform:uppercase;
	height:15px;
}

.menu .nav {
	margin:20px 0 30px 10px;
	padding:0;	
	font-weight:bold;
}

.menu .product-menu {
	margin-left:5px;
}

.menu .product-menu .html-menu{
  background-color:transparent;
  border:none;
  text-align:left;
  width:auto;
	margin-left:20px;
}

.menu .product-menu .html-menu h3{
  color:#246FA6;
}

/**********************
 * Content
 *********************/
 
.container{
  width:760px; 
	float:left;
	border-left:202px solid #ffffff;
}

.middle {
  width:558px;
  margin-right:-558px; 
  float:left;
}

.content {
  width:535px;
	padding:20px 0 35px 0;
	margin-left:20px;
}


/*******************
 * Footer          *
 *******************/

.footer {
  clear:left;
  font-size:10px;
  padding:20px 10px 10px 10px;
  height:30px;
	background-image:url(images/footerBack.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#eaeaea;
	margin-top:10px;
	text-align:center;
	width:760px;
}



          
