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

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


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

.header {
  margin:0;
  padding:0;
	width:768px;
	background-image:url(images/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:185px;
}

.header h1 {
  padding: 23px 0px 0px 85px;
  margin:0;
	font-size: 35px; 
	font-weight:normal;
	color: #A8A6FF;
}

.header h2 { 
  font-size:16px;
  padding: 0 0 0 90px;
	margin:0;  
 	color:#333333;
 	height:20px;
}

/*********************
 * Global Navigation *
 *********************/
 
.global-nav { 
  margin:40px 35px 0 0;
  float:right;
	padding:0; 
	font-size:12px;
}

.global-nav li {
	border-right:1px solid #666666;
	padding:0 5px 0 5px;
}

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



/*****************
 * 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:0 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:#333;
}

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

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

.content {
 
  width:470px;
	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:768px;
	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;
}



          