/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }

/*
	Clearfix
*/

.clearfix:after, #header:after, #container:after, #content:after, #memberOverview:after, #memberInfo:after, #countries ul:after, .article:after, ul.images:after,
div.info:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, #header, #container, #content, #memberOverview, #memberInfo, #countries ul, .article, ul.images {
	zoom: 1; /*height: 1%;*/
}
@font-face {
	font-family: 'HelveticaNeueRegular';
	src: url('font/helveticaneue-webfont.eot');
	src: url('font/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/helveticaneue-webfont.woff') format('woff'),
		url('font/helveticaneue-webfont.ttf') format('truetype'),
		url('font/helveticaneue-webfont.svg#HelveticaNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
	General
*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #656565;
	background: #fff;
}

/* Typography */

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 14px;
	padding: 0 0 12px 0;
	color: #404040;
}

h3 {
	font-size: 14px;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 12px 0;
}

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a:link {
	color: #5ca453;
	border-color: #5ca453;
}

a:visited {
	color: #5ca453;
	border-color: #5ca453;
}

a:hover {
	color: #75b26e;
	border-color: #75b26e;
}

a:active {
	color: #75b26e;
	border-color: #75b26e;
}

a.thumbnail {
	display: block;
	float: right;
	padding-left: 20px;
	border: none;
}

a.newsintro {
	display: block;
	width: 360px;
	border: none;
	color: #656565;
}

/*
	Page structure and layout
*/

#container, .container {
	width: 960px;
	margin: 0 auto;
}

#container {
	background: url(../images/swirl_eu.png) left bottom no-repeat;
	min-height: 600px;
	position: relative;
}

a.websaleButton,
a.websaleButton:link,
a.websaleButton:visited {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background: url(../images/websale_button.png) top left no-repeat;
	width: 82px;
	height: 43px;
	border: none;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 43px;
	padding-left: 45px;
	font-size: 16px;
	color: #d6b127;
	margin: 10px 20px 0 0;
}

a.websaleButton:hover,
a.websaleButton:active {
	background-position: bottom left;
	color: #ddb729;
}

	/* Header */

#header {
	padding-top: 20px;
	float: left;
}


	/* Logo */

	#logo {
		float: left;
		width: 257px;
		height: 404px;
		background: url(../images/swirl_hider.png) no-repeat;
	}

	#logo h1 {
		width: 200px;
		height: 135px;
		background: url(../images/logo.png) no-repeat;
		text-indent: -9999px;
		float: left;
	}

	#logo h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: none;
	}

	/* Navigation */
ul#navigation {
	float: left;
	margin: 66px 0 0 0;
	border-top: 1px solid #bed8c1;
	padding-top: 14px;
	width: 673px;
	font-family: "HelveticaNeueRegular", Helvetica, Arial, sans-serif;

}

ul#navigation li {
	float: left;
	margin-left: 20px;
}

ul#navigation li:first-child {
	margin-left: 0;
}

	ul#navigation li a,
	ul#navigation li a:link,
	ul#navigation li a:visited {
		color: #5ca453;
		border: none;
	}

	ul#navigation li a:hover,
	ul#navigation li a:active {
		color: #75b26e;
	}

	ul#navigation li.active a {
		color: #439639;
		border: none;
		font-weight: 700;
	}

	/* Content */
#content {
	float: left;
	padding-top: 40px;
	padding-bottom: 170px;
	width: 700px;
}

div.content {
	min-height: 300px;
	/*width:500px;*/
	margin:0px auto 0px auto;
}

.article {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

ul.images {
	margin-bottom: 20px;<
}

	ul.images li {
		float: left;
		margin-left: 20px;
	}

	ul.images li:first-child {
		margin-left: 0;
	}

	ul.images li a {
		border: none;
	}

ul.moreInfo {
	margin-top: 10px;
}

#memberOverview div,
ul.moreInfo li {
	float: left;
	padding-left: 30px;
	width: 204px;
}

#memberOverview .info {
	height: 350px;
}

#memberOverview div > div,
#memberOverview div > div > div {
	float: none;
	width: auto;
	padding:0;
}

#memberOverview div:first-child,
ul.moreInfo li:first-child {
	padding-left: 0;
}

#memberOverview h2 {
	padding-bottom: 0;
}

	#memberOverview div >div img {
		border: 1px solid #c6c6c6;
		padding: 4px;
	}

#slideshow, #slideshow2, #slideshow3 {
	position: relative;
	height: 150px;
	margin-top: 14px;
}
#slideshow > div, #slideshow2 > div, #slideshow3 > div {
	position: absolute;
	top: 0px;
	left: 0px;
}

span.tagline {
	color: #8c8c8c;
	font-weight: 700;

}

/*country select */
#countries {
	width: 420px;
	height: 230px;
	background: url(../images/world.png) top no-repeat;
	padding-top: 20px;
}

#countries div,
#countries ul li {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}

#countries ul li:first-child {
	margin-top: 0;
	margin-left: 0;
}

#countries ul {
	margin-bottom: 10px;
}

#countries div {
	margin-left: 60px;
}

#countries ul li a {
	border: none;
	font-size: 17px;
}

/* member info */

#members {

}

#members .container {
	height: 162px;
}

#members span {
	padding-top: 10px;
	color: #adadad;
}

#memberInfo {
	float: right;
}

#memberInfo span {
	padding-bottom: 20px;
	padding-left: 20px;
}

#memberInfo span a,
#memberInfo span a:link,
#memberInfo span a:visited {
	color: #adadad;
	border-color: #adadad;
}

#memberInfo span a:hover,
#memberInfo span a:active {
	color: #c4c3c3;
	border-color: #c4c3c3;
}

#memberInfo ul {
	height: 90px;
}

	#members ul li {
	list-style-type: none;
	float: left;
}

	#members ul li a {
		border: none;
	}
	/* Footer */
#footer {
	border-top: 1px solid #ddecdb;
}

#footer .container {
	padding: 20px 20px 0 10px;
	font-size: 11px;
	margin-bottom: 20px;
}

#footer ul {
	list-style: none;
	padding: 0;
	width: 300px;
	float: left;
	color: #5ca453;
	margin-left: 20px;
}

#footer ul li {
	padding-bottom: 10px;
}

#footer ul.disclaimer {
	float: right;
	width: auto;
	height: 22px;
	margin-left: 0;
}

#footer ul.disclaimer li {
	float: left;
	color: #ffe4e4;
	padding: 0;
	padding-left: 10px;
}

#footer ul.disclaimer li:first-child {
	padding-right: 10px;
	padding-left: 0;
	border-right: 1px solid #ddecdb;
}

#footer a.se {
	float: right;
	margin-top: -40px;
	display: block;
	clear: both;
	height: 29px;
	line-height: 29px;
	background: url(../images/se.png) right no-repeat;
	padding-right: 40px;
	border: none;
	margin-bottom: 20px;
}

body.ie7 #footer a.se {
	margin-top: 30px;
}

/* Form style */

input, textarea, select, button {
	font-family: Arial, sans-serif;
}

input.input-submit {

}

input.input-text {

}

input:focus,
textarea:focus {

}

/* Image testclasses */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

a.noBorder {
		border: none;
	}
