html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body {
	font-size: 62.5%;
	color: #aaa;
	font-family: arial, helvetica, georgia, sans-serif;
	line-height: 2em;
	background-color: black;
}
strong {
	color: #bbb;
}
ol, ul {
	list-style: none;
}

p {
	font-size: 1.2em;
	padding: 4px 0 4px 0;
}

a {
	text-decoration: none;
}

a:active {
	outline: none;
	-moz-outline-style: none;
}

a:focus {
	outline: none;
	-moz-outline-style: none;
}

a img {
	border: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-family: georgia, serif;
}

h3 {
	font-size: 1.4em;
	margin: 0;
}

h2 {
	font-size: 2.2em;
	margin: 0;
}

h1 {
	font-family: Arial;
	font-size: 2.5em;
	font-weight: normal;
	color: white;
}
h1 strong {
	font-family: Arial;
	font-weight: normal;
	color: white;
	display: block;
	float: right;
	margin-right: 510px;
	padding-top: 55px;
}

pre {
	font-family: courier;
	clear: both;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.aligncenter {
	text-align: center;
}

.show {
	display: block;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

/*******************/
html, body {
	height: 100%;
}
#full { /* this is the div you want to fill the window */
	position: relative;
	min-height: 100%;
	background: transparent url(images/bghome.jpg) center 60%;
}

#top-t {
	position: absolute;
	top: 0;
	left: 0;
	height: 30%;
	width: 100%;

	background-image:url('images/gradient1.png');
	background-repeat:repeat-x;
	}

#top {
	position: absolute;
	top: 0;
	left: 0;
	height: 30%;
	width: 100%;
	border-bottom: 1px solid #2a2a2a;
}

#logo {
	position: absolute;
	bottom: -30px;
	left: 50%;
	height: 122px;
	width: 950px;
	margin-left: -432px;
}

#bottom-t {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30%;
	min-height: 200px;
	width: 100%;

	background-image:url('images/gradient2.png');
	background-repeat:repeat-x;
	}

#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30%;
	min-height: 200px;
	width: 100%;
	border-top: 1px solid #2a2a2a;
}

#outermenu {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #2a2a2a;
}

ul#menu {
	position: absolute;
	top: 0;
	left: 50%;
	height: 30px;
	width: 800px;
	margin-left: -400px;
	/* border: 1px solid red; */
}

ul#menu li {
	position: relative;
	float: left;
	border-right: 1px solid #2a2a2a;
}

ul#menu li.end {
	border-right: 0;
}

ul#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: white;
	margin: 0 30px 0 30px;
	white-space: nowrap;
}

ul#menu li a:hover {
	color: #cccccc;
}

ul#menu li ul {
	position: absolute;
	width: 100%;
}

ul#menu li ul li {
	border: 0px;
	width: 100%;
	background: transparent url(images/sep-home.png) no-repeat bottom left;
}

ul#menu li ul li.end {
	background: none;
}

ul#menu li ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: white;
	margin: 0 0 0 30px;
	white-space: nowrap;
	-moz-outline-style: none;
}

ul#menu li ul li a:hover {
	color: #cccccc;
}

ul#menu li ul li a:focus {
	-moz-outline-style: none;
}
