@charset "utf-8";
body {
	background-color: BLACK;
	margin: 0;
	padding: 0;
	color: #F00;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	letter-spacing: 0em;
	word-spacing: 0em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	color: #CC0000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
}
a img { 
	border: none;
}

a:link {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: #060;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	background-color: BLACK;
	margin: 0 auto;
}

header {
	background-color: #BLACK;
}


.content {
	width: 900px;
	float: none;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 10px;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

ul {
	position: relative;
	padding: 0;
	list-style: none;
	display: table;
	margin: auto;
}
ul li {
  
  display:block;
  position:relative;
  float:left;
   
}
li ul { 
	display: none; 
}
ul li a {
	font-size: 120%;
	display: block;
	text-decoration: none;
	color: red;
	border-top: 1px solid #ffffff;
	padding: 10px 25px;  /*  5px 15px */
	background: rgb(0,7,5); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,7,5,1) 60%, 				rgba(192,54,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, 	color-stop(60%,rgba(0,7,5,1)), color-stop(100%,rgba(192,54,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,7,5,1) 					60%,rgba(192,54,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,7,5,1) 60%,rgba(192,54,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,7,5,1) 60%,rgba(192,54,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,7,5,1) 60%,rgba(192,54,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000705', endColorstr='#c03600',GradientType=0 ); /* IE6-9 */
	margin-left: 1px;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #000;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color: #F00;
}
ul li a:hover {
	background: #777;
	background: -moz-linear-gradient(top, #666, #F4F4F4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#F4F4F4));
	color: #900;
}	
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
}
li:hover a { 
  background: #F4F4F4; 
  color:#000;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  text-shadow: 1px 1px 1px #ffffff;
  }				
li:hover li a:hover { background: black; } 

footer {
	padding: 10px 0;
	background-color: BLACK;
	position: relative;
	clear: both; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


header, section, footer, aside, article, figure {
	display: block;
	color: #F00;
}
