/* Common
----------------------------------------------- */
html, body {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	overflow:hidden; 
}

body {
	font-family:arial,verdana,helvetica,sans-serif;
	background-color:white;
}

img {
	border-width:0px;
}

div.tx-edticker-pi1 {
	display:inline;
	float:left;
}

#langnav {
	padding-top:1px;
	float:right;
}

#langnav ul {
	padding:0;
	margin:0;
	list-style-item:none;
}

#langnav li {
	display:inline;
	margin-left:1px;
}

#langnav a {
	font-size:12px;
	font-weight:bold;
	color:white;
	background-color:#009AC5;
	padding:4px 10px;
	margin-right:1px;
	text-decoration:none;
	display:block;
	float:left;
}

#langnav a.sel, #langnav a:hover {
	background-color:#5BBEDA;
}

#copyright {
	font-size:10px;
	margin-top:4px;
	visibility:hidden;
}

#copyright a {
	text-decoration:none;
	color:#5BBEDA;
}

#wrapper {
    margin-left:-480px;
    margin-top:-300px;
    left:50%;
    top:50%;
    position:absolute;
}

#page {
	width:960px;
	height:600px;
	background:url(images/bg_content.gif) no-repeat 251px 32px;
    position:relative;
}

#footer {
	position:absolute;
	left:0px;
	top:560px;
	width:960px;
	height:20px;
	z-index:1;
}

#logo {
	position:absolute;
	z-index:1;
	left:329px;
	top:207px;
	visibility:visible;
}

#logo img {
	width:302px;
	height:152px;
}

/* Company 1
----------------------------------------------- */
#pic1, #label1, #infobox1 {
	position:absolute;
	left:110px;
	top:31px;
	z-index:1;
}

#pic1 img {
	width:318px;
	height:128px;
}

#infobox1 {
	position:absolute;
	width:318px;
	height:128px;
	z-index:2;
	visibility:hidden;
	background:url(images/infobox1.gif) no-repeat;
}

/* Company 2
----------------------------------------------- */
#pic2, #label2, #infobox2 {
	position:absolute;
	left:29px;
	top:207px;
	z-index:1;
}

#pic2 img {
	width:274px;
	height:128px;
}

#infobox2 {
	position:absolute;
	width:274px;
	height:128px;
	z-index:2;
	visibility:hidden;
	background:url(images/infobox2.gif) no-repeat;
}

/* Company 3
----------------------------------------------- */
#pic3, #label3, #infobox3 {
	position:absolute;
	left:110px;
	top:381px;
	z-index:1;
}

#pic3 img {
	width:318px;
	height:132px;
}

#infobox3 {
	position:absolute;
	width:318px;
	height:132px;
	z-index:2;
	visibility:hidden;
	background:url(images/infobox3.gif) no-repeat;
}

/* Company 4
----------------------------------------------- */
#pic4, #label4, #infobox4 {
	position:absolute;
	left:533px;
	top:31px;
	z-index:1;
}

#pic4 img {
	width:318px;
	height:128px;
}

#infobox4 {
	position:absolute;
	width:318px;
	height:128px;
	z-index:2;
	visibility:hidden;
	background:url(images/infobox4.gif) no-repeat;
}

/* Company 5
----------------------------------------------- */
#pic5, #label5, #infobox5 {
	position:absolute;
	left:656px;
	top:207px;
	z-index:1;
}

#pic5 img {
	width:274px;
	height:128px;
}

#infobox5 {
	position:absolute;
	width:274px;
	height:128px;
	z-index:2;
	visibility:hidden;
	background:url(images/infobox5.gif) no-repeat;
}

/* Company 6
----------------------------------------------- */
#pic6, #label6, #infobox6 {
	position:absolute;
	left:533px;
	top:381px;
	z-index:1;
}

#pic6 img {
	width:318px;
	height:132px;
}

#infobox6 {
	position:absolute;
	width:318px;
	height:132px;
	z-index:2;
	visibility: hidden;
	background:url(images/infobox6.gif) no-repeat;
}

/* Labels
----------------------------------------------- */
#label1, #label2, #label3, #label4, #label5, #label6 {
	z-index:3;
}

#label1 a, #label2 a, #label3 a, #label4 a, #label5 a, #label6 a {
	display:block;
	font-size:10px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#label1 a:hover, #label2 a:hover, #label3 a:hover, #label4 a:hover, #label5 a:hover, #label6 a:hover {
	color:#DAE9ED;
}

#label1 a, #label4 a {
	padding:136px 0px 4px 6px;
	width:318px;
	background:url(images/label1.gif) no-repeat left bottom;
}

#label2 a, #label5 a {
	padding:136px 0px 4px 6px;
	width:274px;
	background:url(images/label2.gif) no-repeat left bottom;
}

#label3 a, #label6 a {
	padding:140px 0px 4px 6px;
	width:318px;
	background:url(images/label1.gif) no-repeat left bottom;
}

/* Infoboxes
----------------------------------------------- */
div.infobox {
	font-size:10px;
	color:#FFFFFF;
}

div.infobox h1 {
	font-size:11px;
	font-weight:bolder;
	color:#FDDB43;
	margin:10px;
	padding:0;
}

div.infobox p {
	margin:10px;
	padding:0;
}