body, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #4e4e4f;
}

cite {
	font-style: italic;
	color: #aaaaaa;
}

#wrapper {
	position: static;
	width: 950px;
	margin: 0 auto;
	overflow: auto;
}

#header {
	position: static;
	height: 100px;
	background: #ffffff url('../img/background.gif') no-repeat bottom left;
}

#header-holder {
	position: relative;
	height: 100px;
	width: 950px;
}

#logo {
	position: absolute;
	width: 146px;
	height: 38px;
	left: 0;
	bottom: 20px;
}

#menu {
	position: static;
	background: #ff0096 url('../img/menu-background.gif') 0 0 repeat-x;
	height: 37px;
	margin-bottom: 20px;
}

#menu-holder {
	position: relative;
	width: 950px;
	height: 37px;
}

#menu-holder ul {
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu-holder ul li {
	height: 37px;
	float: left;
	padding: 0 5px 0 5px;
	border-right: 1px solid #fb3cad;
	line-height: 37px;
}

#menu-holder ul .active {
	background: #ff0096 url('../img/menu-active-background.gif') 0 0 repeat-x;
}

#progress {
	position: static;
	background: #f0f0f0 url('../img/menu-progress-background.gif') 0 0 repeat-x;
	height: 37px;
	margin-bottom: 20px;
	color: #999999;
}

#progress-holder {
	position: relative;
	width: 950px;
	height: 37px;
}

#progress-holder ul {
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#progress-holder ul li {
	height: 37px;
	float: left;
	padding: 0 0 0 12px;
	line-height: 37px;
}

#progress-holder ul .active {
	color: #ff0096;
}

#subcontent {
	position: static;
	width: 320px;
	float: left;
}

#content {
	position: static;
	width: 550px;
	float: left;
	padding: 20px 40px 20px 40px;
}

#content input, #content select, #content textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #4e4e4f;
}

#intro {
	position: static;
	width: 870px;
	padding: 10px 40px 20px 40px;
}

#leftcontent {
	position: static;
	width: 395px;
	float: left;
	padding: 10px 40px 20px 40px;
}

#rightcontent {
	position: static;
	width: 394px;
	float: left;
	border-left: 1px solid #cccccc;
	padding: 10px 40px 20px 40px;
}

#bottom {
	position: static;
	clear: both;
	height: 20px;
	border-bottom: 1px solid #cccccc;
}

#footer {
	position: static;
	padding-top: 20px;
	font-size: 0.9em;
	background-color: #f5f5f5;
}

#footer-holder {
	position: relative;
	width: 950px;
	height: 140px;
}

#language {
	position: absolute;
	top: 0;
	left: 20px;
}

#language-en, #language-fr, #language-de, #language-nl {
	position: static;
	width: 16px;
	height: 11px;
	display: inline;
	padding: 5px 5px 0 0;
}

#submenu-1 {
	position: absolute;
	top: 0;
	left: 360px;
	color: #b5b5b5;
}

#submenu-2 {
	position: absolute;
	top: 0;
	left: 500px;
	color: #b5b5b5;
}

#submenu-3 {
	position: absolute;
	top: 0;
	left: 620px;
	color: #b5b5b5;
}

#payment {
	position: absolute;
	top: 0;
	right: 20px;
	color: #b5b5b5;
}

#homeheader {
	position: relative;
	width: 950px;
	height: 240px;
}

.button {
	margin-right: 5px;
}

.light {
	color: #aaaaaa;
}

.error {
	color: red;
}

.warning {
	color: orange;
	font-weight: bold;
}

.note-table {
	border: 1px solid #fdda8d;
}

.note-table td {
	border-bottom: 1px dashed #fdda8d;
	background-color: #fff9c8;
	color: #bc8039;
}

.note-table .header {
	border-bottom: 1px solid #fdda8d;
}

.note-table .footer {
	border-bottom: 1px solid #fdda8d;
}

.tag {
	border: 1px solid #fdda8d;
	background-color: #fff9c8;
	padding: 2px;
}

.cite {
	display: block;
}

.citelogo {
	display: block;
	float: right;
	width: 395px;
	text-align: right;
}

#label {
	color: #999999;
	font-size: 0.9em;
	display: none;
}

a:link						{ color: #ff0096; text-decoration: none;		}
a:visited					{ color: #ff0096; text-decoration: none;		}
a:active					{ color: #ff0096; text-decoration: underline;	}
a:hover						{ color: #ff0096; text-decoration: underline;	}

#menu a:link				{ color: #ffffff; text-decoration: none;		}
#menu a:visited				{ color: #ffffff; text-decoration: none;		}
#menu a:active				{ color: #ffffff; text-decoration: underline;	}
#menu a:hover				{ color: #ffffff; text-decoration: underline;	}

#footer a:link				{ color: #b5b5b5; text-decoration: none;		}
#footer a:visited			{ color: #b5b5b5; text-decoration: none;		}
#footer a:active			{ color: #b5b5b5; text-decoration: underline;	}
#footer a:hover				{ color: #b5b5b5; text-decoration: underline;	}