body {
	width:818px;
	background-color:#7B654A;
	margin-right:auto;
	margin-left:auto;
	font-family:Arial;
	color:#333333;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/************
 * Header   *
 ************/

.header {
  margin:0;
  padding:0;
	width:818px;
	background-image:url(images/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#7B654A;
	height:285px;
}

.header h1 {
  padding: 215px 0px 0px 30px;
  margin:0;
	font-size: 35px; 
	font-weight:normal;
	color: #fff;
}

.header h2 { 
  font-size:18px;
  padding: 0 0 0 35px;
	margin:0;  
 	color:#000;
 	font-style:italic;
 	height:24px;
 	
}

/*********************
 * Global Navigation *
 *********************/
 
.global-nav { 
  margin:-253px 10px 0 0;
  float:right;
	padding:0; 
	color:#fff;
}

.global-nav li {
	border-right:1px solid #fff;
	padding:0 5px 0 5px;
}

.global-nav li.last {
	border-right:none;
}

.global-nav a {
	color:#fff;
	text-decoration:underline;
}

.global-nav a:hover {
	text-decoration:none;
}



/*****************
 * Product Menu  *
 *****************/

.menu {
  font-size:13px;
	padding:0 0 60px 0;
	float:left;	
	width:240px;
}

.menu .nav {
	margin:30px 0 30px 20px;
	padding:0;	
	font-weight:bold;
}

.menu .nav a {
	color:#000;
	text-decoration:underline;
}

.menu .nav a:hover {
	text-decoration:none;
}

.menu h2 {
  background-image:url(images/products.gif);
  background-repeat:no-repeat;
	background-position:top left;
  font-size:18px;
	color:#fff;
	margin:0 0 0 15px;
	padding:10px 0 0 15px;
	font-weight:normal;
}

.menu .product-menu {
	padding:20px 0 40px 12px;
	margin:0 0 0 15px;
	background-image:url(images/navBack.gif);
  background-repeat:repeat-y;
  background-position:top left;
  border-bottom:2px solid #846A47;
  width:208px; 
}

.menu .product-menu .html-menu{
  background-color:transparent;
  border:none;
  text-align:left;
  width:auto;
}

.menu .product-menu .html-menu a{
  color:blue;
}

/**********************
 * Content
 *********************/
 
.container{
  background-image:url(images/contentBack.gif);
  background-repeat:repeat-y;
  background-position:top left;
  background-color:#ffffff;
  width:818px; 
	float:left;
}

.middle {
  width:560px;
  margin-right:-818px; 
  float:left;
}

.content {
 
  width:535px;
	padding:30px 0 40px 0;
	margin-left:255px;
}

/*******************
 * Footer          *
 *******************/

.footer {
	width:818px;
	height:88px;
  clear:left;
  background-image:url(images/footerBack.gif);
	background-position:bottom left;
	background-repeat:repeat-x;

}

.footer p {
  color:#943008;
	text-align:center;
	padding:25px 60px 10px 60px;
	
}





          
