/******************
*  Typo
******************/
@font-face {
    font-family: GraublauWeb;
    src: url(../font/GraublauWeb.otf) format(truetype);
}

@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url(../font/GraublauWebBold.otf) format(truetype);
}

/******************
*  CSS Reset
******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************
*  HTML Tags
******************/
body {
	background-image: url(../img/layout/body-background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #333333;
	font-family: GraublauWeb, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}

a {
	color: #223355;
	cursor: pointer;
}

h1 { color: #223355; font-size: 1.5em; }
h2 { color: #223355; }
h1, h2, h3, p {
	margin-bottom: 1.0em;
}

em {
	color: #223355;
	font-weight: bold;
}

/******************
*  Layout
******************/
div#header, div#content, div#footer {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

div#wrapper-header {
	background-image: url(../img/layout/header-background.png);
	background-repeat: repeat-x;
}

div#header {
	height: 230px;
}

div#wrapper-content {
	height: 700px;
}

div#wrapper-footer {
	background-image: url(../img/layout/footer-background.png);
	background-repeat: repeat-x;
	color: #555555;
	height: 380px;
	font-size: 0.8em;
	padding-top: 50px;
	text-shadow: #111111 1px 1px 1px;
}

div#footer {
}

/******************
*  Menu
******************/
ul#menu {
	bottom: 30px;
	position: absolute;
}

ul#menu > li {
	cursor: pointer;
	float: left;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}

ul#menu > li[rel="home"] {
	background-image: url(../img/layout/menu-home.png);
	width: 114px;
}

ul#menu > li[rel="rayway"] {
	background-image: url(../img/layout/menu-rayway.png);
	width: 152px;
}

ul#menu > li[rel="goflow"] {
	background-image: url(../img/layout/menu-goflow.png);
	width: 143px;
}

ul#menu > li[rel="home"]:hover,
ul#menu > li[rel="rayway"]:hover,
ul#menu > li[rel="goflow"]:hover,
ul#menu > li.selected {
	background-position: 0 50px;
}

/******************
*  Content
******************/
ul#contentarea {
	list-style-type: none;
}

ul#contentarea  > li {
	display: none;
}

ul#contentarea li div.description {
	float: right;
	padding-right: 5px;
	width: 465px;
}

div.text {
	margin-left: 10px;
	width: 550px;
}

ul.list {
	margin-bottom: 1.0em;
}

ul#contentarea ul {
	list-style-type: square;
	padding-left: 1.5em;
}

/******************
*  Footer
******************/
div#footer p.info {
	float: right;
	padding-right: 5px;
	width: 465px;
}
