/* css
/* Zidiot for Carl Thomsen */
/* Author, Lucas Winckers, studio@zidiot.com */
/* Last version, June 30, 2008 */


/* ------------------------All pages---------------------- */
/* Body */
body {
	margin: 0;
	padding: 0;
	background-color: #1A1A1A;
	color:#666666;
	}


/* --------------------------HTML-------------------------- */
/* Lay-out */
#mainFlash {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	}
#container {
	position: absolute;
	background-color: white;
	padding: 10px 10px 10px 20px;
	}
#top_images {
	position: relative;
	margin: 0;
	padding: 0;
	}
#content {
	position: relative;
	width: 500px;
	margin: 0;
	padding: 0;
	}


/* Type */
p, #mainFlash p {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #666666;
	line-height: 18px;
	padding: 10px;
	}
h1, #mainFlash h1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	/*line-height: 21px;*/
	padding: 10px;
	}
h2, #mainFlash h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #666666;
	line-height: 21px;
	padding: 10px;
	}
strong, #mainFlash strong {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
	}
li, ul, #mainFlash li, , #mainFlash ul {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	}
table, tr, td, input, form, input, textarea {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
	}
a, #mainFlash a {
	text-decoration: underline;
	font-size: 100%;
	font-weight: bold;
	color: white;
	line-height: 21px;
	}
a:hover, #mainFlash a:hover {
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: white;
	line-height: 21px;
	}
/*
a:visited {
	color: #ED037E;
	}
a:active {
	color: #ED037E;
	}
*/