@charset "utf-8";
/* CSS Document 
||
||    \\\\\\\\\\\\\\\\\\            \\\\\    \\\\\\\\\\\        \\\\\\\\\\\\\\\\\\\\\\\\\\    TM
||    \\\\\\\\\\\\\\\\\\\          \\\\\\  \\\\\\\\\\\\\\\     \\\\\\\\\\\\\\\\\\\\\\\\\\\\\
||    \\\\           \\\\\         \\\\\  \\\\\      \\\\\\   \\\\\\       \\\\        \\\\\\
||    \\\\            \\\\\      \\\\\\  \\\\\         \\\\\ \\\\\         \\\\          \\\\\
||    \\\\             \\\\\    \\\\\\  \\\\\           \\\\ \\\\\         \\\\           \\\\
||    \\\\              \\\\\  \\\\\\  \\\\              \\\\\\\\\         \\\\           \\\\
||    \\\\               \\\\\\\\\\\  \\\\\             \\\\\ \\\\\\       \\\\           \\\\
||    \\\\\\\\\\\\\\      \\\\\\\\\  \\\\\              \\\\   \\\\\\\\\\\\\\\\           \\\\
||    \\\\\\\\\\\\\\       \\\\\\    \\\\              \\\\     \\\\\\\\\\\\\\\           \\\\
||    \\\\                  \\\\     \\\\             \\\\\     \\\\\      \\\\           \\\\
||    \\\\                  \\\\     \\\\\           \\\\\     \\\\\       \\\\          \\\\\
||    \\\\                  \\\\      \\\\\\       \\\\\\     \\\\\        \\\\         \\\\\
||    \\\\                  \\\\       \\\\\\\\\\\\\\\\      \\\\\         \\\\\\\\\\\\\\\\\
||    \\\\                  \\\\         \\\\\\\\\\\\\      \\\\\\         \\\\\\\\\\\\\\\\
||    \\\\                  \\\\           \\\\\\\\        \\\\\\          \\\\\\\\\\\\\
||
||    ## Fyord site v2.0
||    ## Launched 22nd nov 2007
||    !! Copyright Fyord ltd 2007
||
||    ~~ Authors/designers:
||    == Patryk Krupa
||    == Hallvard Kristiansen
||
||    @@ www.fyord.com
||
*/

* {
	margin: 0;
	padding: 0;
	clear: none;
}

body {
	color: #847357;
	background-color: #212121;
	background-image: url(images/big_topo_bg.png);
	background-repeat: repeat;
	background-position: top center;
	text-align: center;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 60%;
}

h1 {
	float: left;
	font-size: 100%;
	font-weight: normal;
}

p {
	clear: right;
	margin-bottom: 10px;
}

br {
	clear: right;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	color: #CCCCCC;
	text-decoration: none;
}

a img {
	float: left;
	border: none;
}

#less {
	background-color: #212121;
	border-bottom: 2px solid #847357;
	width: 100%;
	height: 42px;
	padding-top: 8px;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;	
	z-index: 25000;
}

#header {
	width: 876px;
	margin: 0 auto;	
}

#header #logo {
	float: left;
}

#header #manual {
	float: right;	
}

#container {
	width: 880px;
	margin: 0 auto;
}

#borders {
	float: left;
	width: 876px;
	border-left: 2px solid #212121;
	border-right: 2px solid #212121;
	border-bottom: 36px solid #212121;
}

#accordion {
	text-align: left;
	margin-top: 15px;
	line-height: 0px;
}

.toggler {
	height: 56px;
	width: 868px;
	cursor: pointer;
	position: relative;
	z-index: 10000;
	top: 56px;
	left: 0px;
}

.togglebutton {
	height: 50px;
	width: 876px;
	border-top: 4px solid #212121;
}

.element {
	float: left;
 	position: relative;
	z-index: 100;
	width: 877px;
	background-color: #212121;
	border-top: 4px solid #212121;
	border-bottom: 4px solid #212121;
	margin-bottom: -36px;
	overflow: hidden;
	line-height: 130%;
}

.element .image {
	float: left;
	width: 553px;
	height: 290px;
	margin-right: 4px;
}

.element .header {
	float: left;
	width: 320px;
	height: 50px;
}

.element .text {
	float: left;
	margin: 10px 10px 0px 10px;
	width: 280px;
	height: 207px;
}

.element .text .launch {
	float: left;
	margin-top: 10px;
	clear: both;
}

.element .tech {
	float: left;
	width: 312px;
	height: 15px;
	background-image: url(images/bg_article_footer.png);
	background-repeat: repeat;
	padding: 4px;
}

.element .tech .icon {
	float: left;
	width: 56px;
	height: 15px;
	margin-right: 4px;
}

.tool-tip {
	color: #847357;
	width: 190px;
	z-index: 30000;
	background-color: #212121;
	border: 2px solid #847357;
	text-align: left;
}
 
.tool-title {
	width: 182px;
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	color: #847357;
	padding: 4px 4px 0px 4px;
	clear: both;
}
 
.tool-text {
	width: 182px;
	font-size: 100%;
	padding: 0px 4px 4px 4px;
	clear: both;
}

.bumper {
	width: 100%;
	height: 40px;
	float: left;
}

#more {
	background-color: #212121;
	border-top: 2px solid #847357;
	width: 100%;
	height: 16px;
	margin: 0;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20000;
	padding: 3px 0 0 0;
}