@charset "UTF-8";
/* CSS Document */

html,
body {
	background: #000 url(images/bg-gradient.png) repeat-x;
	font: 12px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	margin: 0;
	padding: 0;
}

body {
	padding-top: 60px;
	background: url(images/bg-gradient-shadow.png) no-repeat top center;
}

.home {
	padding-top: 142px;
}

h1 {
	font-size: 40px;
	color: #666;
	margin: 0 0 1em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1em;
}

h2 {
	font-weight: normal;
	font-style: italic;
	color: #ff6418;
	margin: 0 0 0.5em;
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.5em;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0.5em; 
	border-bottom: 1px solid #1a1a1a;
}

h5 {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.2em 0.4em;
	margin: 0;
	background: #1a1a1a;
}

p {
	margin: 0 0 1.5em;
}

ul {
	margin: 0 0 2em;
	padding: 0 0 0 3em;
}

.floatleft {
	float: left;
	margin: 0 16px 16px 0;
	clear: left;
}

.floatright {
	float: right;
	margin: 0 0 16px 16px;
	clear: right;
}


a:link,
a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

a:visited {
	color: #888;
}

a:hover {
	border-color: #fff;
}

a:active {
	background-color: #333;
}

a img {
	border: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

.clearfloat {
	float: none;
	clear: both;
}






/* HEADER */

#header {
	border-bottom: 4px solid #ff6418;
	padding: 0 0 20px 0;
	height: 62px;
}

#header #main-nav {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#header #main-nav a:link,
#header #main-nav a:visited {
	margin-right: 16px;
	padding-top: 40px;
	padding-bottom: 8px;
	font-weight: normal;
	border: none;
	color: #fff;
}

#header #main-nav a:hover,
#header #main-nav a.active:link,
#header #main-nav a.active:visited {
	border-bottom: 4px solid #ccc;
	padding-bottom: 4px;
}

#header #main-nav a:active {
	border-color: #fff;
}

#header #main-nav #logo {
	vertical-align: bottom;
	border: none;
}

.home #header {
	border: none;
	background: #000 url(images/fusion-tech-logo.gif) no-repeat center 32px;
	text-align: center;
	height: auto;
	padding-top: 184px;
}

.home #header #logo {
	display: none;
}

.home #header #main-nav a {
	padding-top: 0;
}










/* MAIN */

#main {
	padding: 64px 96px;
	background: #000;
}

#main #subnav {
	background: url(images/gunmetal-bg.png);
	width: 768px;
	height: 80px;
	margin: -64px -96px 64px;
	padding: 80px 96px 0;
	position: relative;
}

#main #subnav h2 {
	font-style: normal;
	font-size: 20px;
}

#main #subnav .section-nav {
	float: right;
	margin: -40px -96px 0 0;
}

#main #subnav .section-nav a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0.4em 0.8em;
	display: block;
	margin: 0 0 16px;
	background: #000;
	width: 160px;
	border: none;
}

#main #subnav .section-nav a:hover {
	background: #1a1a1a;
}

#main #subnav ul {
	list-style: none;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 76px;
	margin: 0;
}

#main #subnav ul li {
	float: left;
	height: 36px;
	margin: 0 16px 0 0;
}

#main #subnav ul li.active {
	background: url(images/subnav-tab-left.gif);
}

#main #subnav ul li a {
	line-height: 36px;
	padding: 0 20px;
	margin-right: -13px;
	float: left;
	border: none;
}

#main #subnav ul li.active a {
	background: url(images/subnav-tab-right.gif) right no-repeat;
}

.home #main {
	line-height: 2em;
	padding: 0 32px 64px;
}

.home #main p {
	width: 528px;
	margin: 0 auto;
}

.home #main .section-entrance {
	width: 428px;
	height: 320px;
	border: 2px solid #000;
	background: #333;
	float: left;
	margin-right: 32px;
	position: relative;
	overflow: hidden;
}

.home #main .section-entrance span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding: 0.2em 0.4em;
	text-transform: uppercase;
	font-weight: normal;
}

.home #main .section-entrance:hover,
.home #main .section-entrance:hover span {
	border-color: #666;
	background-color: #222;
}

dl {
}

dt {
	color: #444;
	font-size: 1.4em;
	margin: 0 0 0.5em;
}

dd {
	margin: 0 0 4em;
}

dd strong {
	color: #ff6418;
}

.linkboxes,
.linkboxes li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.linkboxes li {
	float: left;
}

.square a {
	width: 128px;
}

.linkboxes a {
	float: left;
	margin: 0 16px 16px 0;
	border: 1px solid #222;
	padding: 16px;
}

.linkboxes a:hover {
	border-color: #666;
	background: #111;
}

table {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #666;
	margin: 1em 0 3em;
}

table th {
	border-bottom: 2px solid #666;
	font-size: 1.2em;
	font-weight: bold;
}

table th,
table td {
	padding: 0 1em;
	line-height: 2em;
	text-align: center;
}

table td {
	border-bottom: 1px dotted #444;
}

table .highlight {
	background: #222;
}

.download {
	margin: 1em 0 2em;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 1em 0 1em 32px;
	background: url(images/file-small-pdf.gif) no-repeat center left;
}

ul.sitemap { }
ul.sitemap ul {
	float: left;
	padding: 2em;
	border: 1px solid #1a1a1a;
	margin: 0 2em 2em 0;
	list-style: none;
}

ul.sitemap ul li {
	list-style: circle;
}

ul.sitemap ul ul {
	border: 0;
	float: none;
	padding: 0;
	margin: 0 0 0 2em;
}

ul.sitemap ul ul li {
	list-style: square;
}


div.group {
	padding: 2em;
	margin: 0 0 4em;
	border: 1px solid #1a1a1a;
	border-top: 4px solid #fff;
}

div.group img {
	float: left;
	margin: 0 2em 0 0;
}

p.top {
	padding-top: 4em;
}

p.top a {
	color: #444;
	border-color: #222;
}




/* FOOTER */

#footer {
	background: #111 url(images/bg-gradient.png) left -250px repeat-x;
	border-top: 1px solid #666;
	padding: 32px 96px;
	color: #666;
	font-size: 10px;
}

#footer .column {
	width: 180px;
	margin-right: 16px;
	float: left;
}

#footer ul {
	list-style: none;
	padding: 0;
}

#footer ul ul {
	padding-left: 2em;
}


#footer a:link,
#footer a:visited {
		border-width: 0;
}

#footer a:hover {
		border-bottom-width: 1px;
}

#footer ul ul a {
	font-weight: normal;
	color: #666;
}





/* general */

.centered-content {
	text-align: center;
	padding: 64px 0;
}

.green,
.green:link,
.green:visited {
	color: #5cc151;
}

.yellow,
.yellow:link,
.yellow:visited {
	color: #ffd600;
}

.orange,
.orange:link,
.orange:visited {
	color: #ff6418;
}


.last,
#footer .last,
.home #main .last {
	margin-right: 0;
}