#header{
position:relative;
height:89px;
overflow:hidden;
background-image: url(/img/home/bg_headerRight.png);
background-position:0 0;
background-repeat:repeat-x;
z-index:100;
}
#headerLogo {
  position: relative;
  width: 180px;
  height:89px;
  margin: 0;
  padding: 0;
  float: left;
  
}

#headerRight {
  position: relative;
  font-family: arial, verdana, helvetica, san-serif;
  font-size: 10px;
  color:#FFF;
  text-transform: uppercase;
  float:left;
}


#headerNav{
  /*margin:7px 0 0 450px;*/
  margin:7px 0 0 700px;
}
#headerNav a, #headerNav a:visited {
  position: relative;
  color: #FFF;
  margin: 0;
  padding: 0;
}

#headerNav a:hover {
  color: #666666;
}

#footer {
  position: relative;
  width: 800px;
  text-align: center;
  margin:20px 0 0 166px;
  padding: 0;
  overflow: hidden;
  background-color:#000;
  border-top:2px solid #111111;
  
}

#footerLinks {
  position: relative;
  margin: 2px 0 5px 13px;
  padding-top: 5px;
  float:right;
	
}

#footer_open {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
  clear: both;
}

#footerLinks_open {
  position: relative;
	width: 578px;
	margin: 10px 0 5px 88px;
  padding-top: 5px;
	border-top: 1px solid #756F5E;
}

* html #footerLinks {
  margin: 7px 0px 5px 0px; /* For IE */ 
}

#footerLinks a, #footerLinks a:visited, #footerLinks_open a, #footerLinks_open a:visited {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footerLinks a:hover, #footerLinks_open a:hover {
	color: #32322F;
	text-decoration: none;
}

#brandLinks {
	margin: 5px 0 5px 0;
}
#brandLinks img{
	position:relative;
	left:0;
	float:left;
}
#footerLegal {
  position: relative;
	margin-top: 5px;
  font-family: arial;
	font-size: 9px;
	color: #756F5E;
}
