/*************************************
 +Containers
 *************************************/
body{
	background: #3486AD url(flashbox_images/flashbox_bg.gif) repeat-x;
	color: #FFF;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper, #wrap{
	text-align: left;
	width:100%;
	margin: 0;
	padding: 0;
}

#content{
	font-size: 1.4em;
	padding: 1em;
	width: 50em;
	margin: auto;
	padding: 5em;
}

#header{
	width:100%;
	background-image:url(flashbox_images/flashbox_topvisual.jpg);
	height:280px;
	background-position: center;
}

#footer{
	text-align:center;
	background: #0f5b73;
	border-top: 1px solid #777;
	color: #888;
	clear: both;
	font-size: 0.9em;
	padding: 0.5em;
}
/*************************************
 +title
 *************************************/
h1, .description {
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999999px;
	position: relative;
}
h1 {
	background-image: url(flashbox_images/flashbox_logo.gif);
	width: 210px;
	height: 60px;
	left: 10%;
	top:60px;
}
.description{
	background-image: url(flashbox_images/flashbox_justanotherbox.gif);
	width: 115px;
	height: 30px;
	left: 15%;
	top:60px;

}
/*************************************
 +Navigation
 *************************************/
#navigation {
	font-size: 68%;
	font-weight: normal;
	padding: 2px 0 2px 0;
	position: absolute;
	left: 0px;
	top: 280px;
	width: 100%;
	text-align: center;
	background-color: #B4C24B;
	background-image: url(flashbox_images/flashbox_nav_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	border-top: 3px solid #0f5b73;
	border-bottom: 3px solid #0f5b73;
}

#navigation ul{
	margin: 1px;
}

ul#navlist{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li{
	display: inline;
	list-style-type: none;
	font-size: 1.4em;
}

#navlist a { padding: 2px 10px;   }

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

#navlist a:hover{
	color: #fff;
	background-color: #245F7C;
	text-decoration: none;
}


/*************************************
 +Hn and p
 *************************************/

h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

h2 {
	padding-left: 10px;
	background-color: #317ea3;
}


/*************************************
 +Misc
 *************************************/

a {
	color:#FFF;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
	color:#FFF;
	background-color: #245F7C;
}

img { border:0px;}

/* hide something */
.hidden {display:none;}

/* style the <hr /> - tag */
hr {
	text-align: left;
	border: 0px solid #E6E6E6;
	height: 1px;
	background-color: #E6E6E6;
	margin: 2em 0 2em 0;
}

code {font-size:1.3em;}

#versionnumber {
	/*border: 1px solid black;*/
	display: table;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 27%;
	top: 60px;
	background-image: url(flashbox_images/vector_badgesbadges_3.png);
	background-position: center;
	background-repeat: no-repeat;
	/*min-height: 100px;*/
}
#versionnumber p {
display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: Impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;	
	/*border: 1px solid pink;*/
}

.highlight {
	border: 10px solid #cc9a0b;
	padding: 10px;
	background-image: url(flashbox_images/highlight_pattern.gif);
	color: Black;
	margin-bottom: 30px;
}

.highlight p {
	padding: 3px;
	display: inline;
	background-color: #FFC10E;
}
.top {
	padding: 3px;
	float: right;
	text-indent: -99999px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(flashbox_images/hand_up.gif);
	width: 15px;
	height: 15px;
	clear: both;
}
a.top:hover  {
	background-color: transparent !important;
}

