body {
	color: #d6ecee;
	background-color: #010b03;
	background-image: url("tremfusion-header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color: #86ecee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

* + h2, * + h3, * + h4, * + h5, * + h6 {
	margin-top: 10px;
}

input, button, select, textarea {
	background-color: #052e2e;
	color: #d6ecee;
	border: 1px solid #032120;
	padding: 1px;
	margin: 2px 0;
}

table td {
	background-color: #021414;
	padding: 10px;
	border: 1px solid #032120;
	border-collapse: collapse;
}

table th {
	background-color: #071919;
	padding: 10px;
	border: 1px solid #032120;
	border-collapse: collapse;
}

#header {
	height: 204px;
	margin: 30px 0;
}

#header h1 {
	display: block;
	width: 960px;
	height: 204px;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 800px;
	height: 160px;
	background-image: url("tremfusion-logo-trans.png");
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
	left: 20px;
}

#header h1 a span {
	position: absolute;
	top: -9999px;
}

#navigation_top {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}

#navigation_top li {
	display: inline;
	margin: 0;
	font-variant: small-caps;
	letter-spacing: 2px;
}

#navigation_top li a {
	padding: 13px 20px;
}

#navigation_top li a:hover {
	color: white;
	text-decoration: none;
}

#navigation_top li.active a {
	font-weight: bold;
	color: white;
}

#content {
	margin-bottom: 30px;
}

#sidebar {
	padding: 0;
}

#sidebar > li {
	padding: 10px;
	margin: 0 0 20px 0;
	list-style: none;
	/* background-color: #021414; */
	background-image: url("sidebar-background-trans.png");
	border-top: 1px solid #032120;
}

#sidebar li * {
	margin-bottom: 0px;
}

#sidebar li h2, .footer_links h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

.download_box {
	display: block;
	height: 54px;
	padding: 5px 5px 5px 69px;
	margin: 5px;
	font-size: 11px;
	font-style: italic;
	background-image: url("download-trans.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.download_box:hover {
	background-position: left bottom;
}

.download_box strong {
	font-size: 12px;
	font-style: normal;
}

#bottom {
	background-image: url("tremfusion-footer-background.jpg");
	background-repeat: no-repeat;
	height: 365px;
	padding: 35px 0 0 0;
}

.footer_links {
	height: 285px;
	margin-bottom: 30px;
}

.footer_links .inner {
	padding: 10px;
}

.footer_bottom {
	height: 35px;
	padding: 10px 0px 5px;
	font-size: 10px;
	text-align: center;
}

.footer_bottom p {
	margin-bottom: 2px;
}

dd { 
	margin-left: 25px; 
	margin-top: 20px; 
	margin-bottom: 20px;
}
