/*
	Title:      Main style
	Author:     Poort80 - Frontend
	Copyright:  2009, Poort80  All rights resevered
*/

/* common
================================================= */

body {
	border: 0;
	background: #f9f9f7 url(../media/bgenter.gif) center top no-repeat;
	margin: 0;
	padding: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #303030;
	text-align: center;
}
img a, a img {
	border: none;
}
div.blocklogo {
	position: absolute;
	top: 20px;
	left: 50px;
}

/* blocktype1
================================================= */

div.blocktype1 {
	width: 800px;
	height: 350px;
	margin: 140px auto 0px auto;
	position: relative;
}

/* blocktype2
================================================= */

div.blocktype2 {
	width: 560px;
	height: 20px;
	background: #f0fafc;
	padding: 6px 0 5px 0;
	position: absolute;
	top: 180px;
	*top: 320px;
	left:92px;
	*left:122px;
	text-align: center;
}
div.blocktype2 ul {
	list-style: none;
	margin-top: 0;
	margin-left: 20%;
	margin-right: 20%;
}
div.blocktype2 ul li {
	float: left;
	margin: 0;
}
div.blocktype2 ul li a {
	margin: 0 18px 0 0;
	color: #0060a7;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../media/icon_global.gif) top left no-repeat;
	padding-left: 48px;
}

/* top nav menu
================================================= */

#countrySelect {
	position: absolute;
	top: 0;
	*top: 20px; /* Win/IE */ 
	left: 600px;
}

#countrySelect ul {
	float: right;
	text-align: right;
	padding-right: 11px;
	font-size: 11px;
	line-height: 16px;
	list-style: none;
}

#countrySelect ul li {
	float: left;
	margin-left: 10px;
}

#countrySelect ul li.worldSelector {
	position: relative;
}

#countrySelect ul li select {
	border: none !important;
	color: #1c539c;
	font-size: 11px;
	height: 20px;
	padding-top: 1px;
	background-color: #e3f6ff;
	position: relative;
	top: -2px;
}

#countrySelect a {
	color:#1c539c;
	text-decoration: none;
}
