/*  ----------------------------------------------------------------------------

Client: Nubeo International Ltd.

Agency: guess who?
Author: Amadeus Paulussen for kubus media

Date: 2008-04-02

----------------------------------------------------------------------------  */

/* hide from ie on mac \*/

body,
html {
	color: #808080;
	padding: 0;
	background-color: #000000;
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

/*  ------------------------------------------------------------------------  */

a {
	color: #EBEBEB;
	text-decoration: none;
}

a:hover {
	color: #F58025;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
h1 {
	text-transform: uppercase;
	color: #F58025;
	font-size: 1.35em;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0;
}

h2 {
	text-transform: uppercase;
	color: #EBEBEB;
	font-size: 1em;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0;
}

/*  ------------------------------------------------------------------------  */

#flashcontent {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

#fallback {
	width: 1000px;
	height: 600px;
	position: absolute;
	margin: -300px 0 0 -500px;
	left: 50%;
	top: 50%;
	text-align: left;
}

* html #fallback {
	width: 1000px;
	height: 600px;
	position: absolute;
	margin: 50px 0 0 -500px;
	left: 50%;
	top: 50%;
	text-align: left;
}

/*  ------------------------------------------------------------------------  */

#one {
	padding: 0 0 60px 0;
}

#two {
	
}

#header {
	padding: 0 0 60px 0;
}

#content {
	float: left;
	width: 700px;
	padding: 0 20px 0 0;
}

#content img {
	padding: 0 0 20px 0;
}

#news {
	float: right;
	width: 260px;
}

#flash_advice {
	float: left;
	width: 700px;
	padding: 0 20px 0 0;
}

#flash_advice a.flash_link {
	line-height: 29px;
	padding-left: 39px;
	display: block;
	background-repeat: no-repeat;
	background-image: url('../images/get_flash.jpg');
}

#branding {
	float: right;
	width: 260px;
	text-align: right;
}

.clear {
	clear: both;
}

/*  ------------------------------------------------------------------------  */
