body {
	width:963px;
	background-color:#EFEFEF;
	margin-right:auto;
	margin-left:auto;
	font-family:Arial;
	color:#666666;
	font-size:11px;
}

a {
	text-decoration:none;
color: #33517a;
}

a:hover {
	text-decoration:underline;
color: #33517a;
}


/************
 * Header   *
 ************/

.header {
  margin:0;
  padding:0;
	width:963px;
	background-image:url(images/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:155px;
}
.logo {
padding-top:28px;
padding-left: 13px;

}
.header h1 {
  display:none;

}

.header h2 { 
  display:none;
}

/*********************
 * Global Navigation *
 *********************/
 
.global-nav { 
  margin:33px 0 0 42px;
  float:left;
	padding:0; 
	font-size:12px;
}

.global-nav li {
	font-weight:bold;
	border-right:1px solid #33517a;
	padding:0 5px 0 5px;
}

.global-nav li.last {
	border-right:none;
color: #e56608;
}



/*****************
 * Product Menu  *
 *****************/

.menu {
  font-size:13px;
	padding:0 0 60px 0;
	float:left;	
	width:254px;
}

.menu h2 {
  background-image:url(images/products.gif);
  background-repeat:no-repeat;
	background-position:top left;
	height:35px;
  font-size:10px;
	color:#666666;
	margin:0 0 5px 35px;
	text-transform:uppercase;
	padding:5px 0 0 15px;
	font-weight:bold;
}

.menu .nav {
  text-align:center;
	margin:10px; 0 30px 0;
	padding:0;	
}

.menu .nav a {
	color:#333;
}

.menu .product-menu {
	margin-left:40px;
}

.menu .product-menu .html-menu{
  width:165px;
}

.menu .product-menu .html-menu h3{
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
  background-color: #33517a;
padding-top: 3px;
padding-bottom: 3px;
}

/**********************
 * Content
 *********************/
 
.container{
  background-image:url(images/contentBack.gif);
  background-repeat:repeat-y;
  background-position:top left;
  background-color:#ffffff;
  width:963px; 
	float:left;
}

.middle {
  width:963px;
  margin-right:-963px; 
  float:left;
}

.content {
 
  width:670px;
	padding:0 0 35px 0;
	margin-left:254px;
}

.content ol {
	list-style-image:url(images/bullet.gif);
}

.content ul {
	list-style-image:url(images/bullet.gif);
}


/*******************
 * Footer          *
 *******************/

.footer {
	width:963px;
	height:77px;
  clear:left;
  background-image:url(images/footerBack.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.footer p {
  color:#222222;
	text-align:center;
	padding:10px 60px 10px 60px;
	font-size:10px;
}

/**************
 * Products   *
 **************/
.product {
	font-size: 11px;
}

.product-group {
	font-size: 11px;
}



          