/*------------------------------------------------------------------------------
	home.css

	Written by Andreas Pizsa.
	Copyright (C) 2008 daotec Ltd.
	All rights reserved.
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
	VERSION HISTORY
--------------------------------------------------------------------------------
	$Log::                                                                    $
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
	CONTENT
------------------------------------------------------------------------------*/

#main #hero h1,
#main #hero p {
	position: relative;
	z-index: 3;
}

#productheader {
	display: none;
}

#hero {
	background: transparent url(business/pay900_headline-en.jpg) no-repeat left top;
	width: 100%;
	overflow: visible;
	position: static;
}

#hero .replaced {
	text-indent: -9000px;
	width: 978px;
}

#hero h1 {
	behavior: url(/theme/iepngfix.htc);
}

#hero p {
	line-height: 3.5ex;
	width: 50%;
	font-size: large;
	behavior: url(/theme/iepngfix.htc);
}

#hero .intro {
	behavior: url(/theme/iepngfix.htc);
}

#hero .claim {
	behavior: url(/theme/iepngfix.htc);
}




#hotspot {
	position: absolute;
	left: 545px;
	top: 32px;
	width: 350px;
	height: 282px;
	z-index: 99;
}

#hotspot a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 9;
	opacity: 1.0;
}

#hotspot a:hover {
	background: transparent url(business/zoom-overlay.png) center center no-repeat;
}

/*------------------------------------------------------------------------------
	TICKERTAPE
------------------------------------------------------------------------------*/
#tickertape {
	background-color: #ececec;
	padding-top: 4px;
	float: left;
	clear: both;
	display: block;
	width: 978px;
	height: 22px;
	overflow: hidden;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
}

#tickertape .label {
	font-weight: bold;
	width: 70px;
	position: relative;
	overflow: hidden;
	clear: none;
	margin: 0;
}

#tickertape #mask {
	position: absolute;
	left: 74px;
	top: 4px;
	width: 900px;
	height: 18px;
	overflow: hidden;
}



#tickertape ul, 
#tickertape li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*
#ticker
{
	position: relative;
	width: 16384%;
	height: 100%;
}
*/
#tickertape ul li,
#tickertape ul li * {
	background-color: transparent;
	float: left;
	margin-left: 10px;
	clear: none;
}

#tickertape .hour, #tickertape .minute {
	display: none;
}

#tickertape li div {
	margin-left: 0.1em;
	float: left;
	clear: none;
}

#tickertape .currency, .city, .amount {
	margin-left: 0.2em;
}

#tickertape .flag {
	margin-top: 3px;
	margin-right: 4px;
	text-indent: -999px;
	font-size: 0px;
	overflow: hidden;
}


/*------------------------------------------------------------------------------
	CONTENT FOOTER
------------------------------------------------------------------------------*/
#contentfooter {
	float: left;
	clear: both;
	width: 100%;
}

#contentfooter div h2,
#contentfooter div a
{
	margin-top: 0px;
	margin-bottom: 2px;
}

#contentfooter div p {
	font-size: 9pt;
	width: 100%;
	margin-right: 20px;
	margin-bottom:10px;
}

#contentfooter div a {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#contentfooter a.more {
	clear: both;
	margin-top: 12px !important;
}

#global-sitemap { display: none; }

