body {
	width:760px;
	font-family:Times New Roman, Times;
}

a {
	color:#000000;
}

/************
 * Header   *
 ************/

.header {
  margin:0;
  padding:0 3px 0 0;
	width:760px;
	background-image:url(images/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#F7FBE2;
	height:160px;
}

.header h1 {
  padding: 40px 580px 10px 10px;
  margin:0;
	font-size: 33px; 
	font-weight:normal;
	color: #ffffff;
}

.header h2 { 
  font-weight:bold;
	margin:0; 
  font-size: 20px; 
 	color:#9D0D0D;
 	text-align:right;
 	font-style:italic;
 	position:absolute;
	top:50px;
	left:310px;
	width:250px;
	padding:0;
}

/*********************
 * Global Navigation *
 *********************/
 
.global-nav { 
  font-size:11px;
	color:#000;
	position:absolute;
	top:2px;
	left:260px;
	width:500px;
	text-align:right;
	padding:0;
	margin:0;
}

.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:#000;
}

/*****************
 * Product Menu  *
 *****************/

.menu {
  font-size:14px;
	padding:0 0 60px 0;
	float:left;
	margin-left:-185px;  
	position:relative;	
	width:185px;
	background-color:#353535;
	border-top:2px solid #F7FBE2;
}

.menu h2 {
  background-image:url(images/products.gif);
  background-repeat:no-repeat;
	background-position:bottom left;
  font-size:20px;
	color:#dddddd;
	margin:0 5px 5px 5px;
	padding-left:3px;
	padding-bottom:3px;
	height:20px;
}

.menu .nav {
	margin:20px 0 30px 10px;
	padding:0;	
}

.menu .nav a {
	color:#fff;
}

.menu .product-menu {
	margin-left:5px;
}

.menu .product-menu .html-menu{
  background-color:transparent;
  border:none;
  text-align:left;
  width:auto;
}

.menu .product-menu .html-menu h3{
  color:#ddd;
  font-weight:bold
}

.menu .product-menu .html-menu a{
  color:#fff;
}

/**********************
 * Content
 *********************/
 
.container{
  width:575px; 
	float:left;
	border-left:185px solid #353535;
	margin-left:2px;
	background-color:#F7FBE2;
}

.middle {
  width:575px;
  margin-right:-575px; 
  float:left;
}

.content {
  width:535px;
	padding:20px 0 35px 0;
	margin-left:20px;
}

.content ol {
	list-style-image:url(images/bullet.gif);
}

.content ul {
	list-style-image:url(images/bullet.gif);
}


/*******************
 * Footer          *
 *******************/

.footer {
	width:763px;
  clear:left;
  background-image:url(images/footerBack.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#F7FBE2;
	border-top:5px solid #F7FBE2;
}

.footer p {
	padding:10px 10px 10px 190px;
	text-align:right;
}



          