nav,
footer,
header,
figure,
section,
aside,
article {
  display: block;
}
ul {
  list-style: none;
}
a {
  background: none repeat scroll 0 0 transparent;
  color: #e1e0e0;
}
a:hover {
  	background: url(../images/layout/nav-bg.png) no-repeat scroll 50% 50%;
	
	color: #70C6FF;
        text-decoration: none;
}
small {
  font-size: 1em;
}
span {
  font-weight: bold;
}
img {
  vertical-align: bottom;
  padding: 6px;
  background: #272727;
  border: 1px solid #4a4a4a;
}
hr {
  clear: both;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #606060;
  height: 0;
  border-left: none;
  border-right: none;
}
.disabled {
  color: #969696;
  font-size: .9em;
  font-style: italic;
}
p {
  line-height: 1.5em;
}
nav#global {
  background: url(../images/c2m-2011/design/nav_bg.png) repeat-x;
  clear: both;
  -webkit-font-smoothing: antialiased;
}
nav#global ul {
  text-align: center;
  min-width: 960px;
}
nav#global li {
  display: inline;
}
nav#global a {
  display: inline-block;
  color: #a6a5a5;
  font-size: 0.85em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 46px;
  text-shadow: 0 2px 0 #000000;
}
nav#global a:hover, nav#global a.selected {
 color: #70C6FF;
}