@media screen, print {

/************************************************************************************************************** Global */* {
	margin: 0;
	padding: 0;
}

:focus {
	-moz-outline-style: none;
/*removes dotted line around links in firefox */
}

.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	font-family: verdana;
	font-size: 12px;
	padding-bottom: 40px;
	color: #5a6578;
	text-align: center;
	background: #f2f4f9 url(../images/bg_page.png) repeat-x;
}

img {
	border: none;
}


/******************************************************************************************************** Splash Page */

#splashbox {
	width: 466px;
	margin: auto;
	margin-top: 100px;
}

#splashbox .splLogoEco {
	float: left;
}

#splashbox .langbox {
	width: 227px;
	height: 208px;
	background: url(../images/splash_box.gif) no-repeat;
	margin-top: 16px;
}

#splashbox .langbox h1 {
	color: #FFF;
	text-align: left;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 16px;
}

#splashbox .langbox p {
	color: #478bc6;
	text-align: left;
	padding: 22px 22px 22px 22px;
	line-height: 20px;
	font-size: 12px;
}

#splashbox a, .splashbox a:link, .splashbox a:visited {
	text-decoration: none;
	color: #478bc6;
}

#splashbox a:hover {
	text-decoration: underline;
}

#logobox {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

#logobox h1 {
	color: #69a9e0;
	font-size: 12px;
	text-align: center;
	font-weight: 100;
	padding-bottom: 10px;
}

#fullpage {
	width: 957px;
	margin: 0 auto;
	text-align: left;
}

/******************************************************************************************************** Header */

#header {
	height: 74px;
}

#header .left {
	padding: 10px 0 0 0;
}

#header .right {
	padding-top: 22px;
	float:right;
	width:610px;
	text-align:right;
}

#header .right .language{
	width:80px;
	margin-left:10px;
	background:red;

}
#header .right .language a, #header .right .language a:link, #header .right .language a:visited{
	color: #f67413;
	text-decoration: none;
	padding: 0 5px;
	margin-top: 4px;

}
#header .right .language a.active{
color:#7085af;
}

#header .right a {
	color: #f67413;
	text-decoration: none;
	padding: 0 12px 0 12px;
	border-right: solid 2px #eee;
	float: left;
	margin-top: 4px;
}

#header .right a:hover {
	text-decoration: underline;
}
#header .right a.active, #header .right a.active:link, #header .right a.active:visited{
color:#7085af;
}

#header .right .last {
	border-right: none;
}

#header .right .submit {
	border: none;
	padding: 0 3px 0 0;
	height: 23px;
	width: 23px;
	background: url("../images/button_search.gif") no-repeat;
	float: left;
}

#header .right form {
	display: inline;
	margin: 0 10px 0 0;
}

#header .right form input {
	width: 138px;
	border: none;
	outline: none;
	background: #eee;
	color: #999;
	height: 23px;
	font-size: 12px;
	padding: 5px;
	float: left;
}

/******************************************************************************************************** Navigation */

#nav {
	width: 957px;
}

/* Top navigation */

#nav .nav1 {
	height: 52px;
	width: 957px;
}

#nav .nav1 a {
	float: left;
}

/* Sub navigation */

#nav .nav2 {
	margin: 0;
	padding: 10px 0 10px 0;
}

#nav .nav2 .item {
	padding: 2px 22px;
	border-right: solid 1px #eee;
	display: inline;
}

#nav .nav2 .last {
	border-right: none;
}

#nav .nav2 .item a {
	text-decoration: none;
	color: #fff;
	padding: 2px 5px;
}

#nav .nav2 .item a:hover, #nav .nav2 .item .active {
	background: #fff;
}

#nav .orange {
	background: #ffad43;
}
#nav .orange .nav3 {
	background: #ffcf89;
}



#nav .orange .item a:hover, #nav .orange .item .active {
	color: #ffad43;
}

#nav .green {
	background: #aac95c;
}
#nav .green .nav3 {
	background: #cfdd9b;
}
#nav .green .item a:hover, #nav .green .item .active {
	color: #aac95c;
}

/* Crumbs + print + font-size buttons */

#nav .nav3 {
	height: 29px;
}

#nav .nav3 .crumbs {
	float: left;
	margin: 5px 0 0 5px;
	font-size: 12px;
}

#nav .nav3 .crumbs a {
	height: 16px;
	background:url("../images/nav_crumbs.gif") no-repeat right 4px;
	padding: 0px 16px 0 8px;
	text-decoration: none;
	color: #737373;
	font-size:11px;
	text-transform:capitalize;
}

#nav .nav3 .crumbs a.last {
	background: none;
}

#nav .nav3 .crumbs a:hover {
	text-decoration: underline;
}

#nav .nav3 .extra {
	float: right;
	margin: 0px 20px;
	font-size:11px;
	color: #967A51;
	vertical-align: top;position:relative;
}

#nav .nav3 .extra span{
	float:left;
	margin:9px 10px 0 10px;}

/********************************************************************************************* Content */

#content {
	padding: 10px 44px;
	min-height: 350px;
	_height:350px;
	position: relative;
}

#content div.TwocolsBox {
	width: 400px;
	float: left;
	padding: 0 10px 10px;
	position:relative;
}
#content div.TwocolsBox h2 {
	width:100%;
}
#content .landingPageBox{
	background:url(../images/bg_landing_box.gif) no-repeat;
	min-height:300px;
}
#content .landingPageBox div.TwocolsBox h1 ,#content .landingPageBox div.TwocolsBox p, #content .landingPageBox div.TwocolsBox ol, #content .landingPageBox div.TwocolsBox ul, #content .landingPageBox div.TwocolsBox h2, #content .landingPageBox div.TwocolsBox h3,  #content .landingPageBox table.mallette{
	margin-left:15px;
}
#content .landingPageBox div.TwocolsBox h1 {
	color:#5A6578;
	padding-top:30px;
	margin-bottom:15px;
}
#content .landingPageBox #Mvideo {
	margin-top:40px;
}
.orange {
	color: #f4a237;
}

.black {
	color: #666;
}

.blue {
	color: #7085af;
}

.green {
	color: #aac95c;
}
#content.green {
	background: #fff url('../images/bg_green_grad.gif') repeat-x;
}
div#content.orange {
	background: #fff url('../images/bg_orange_grad.gif') repeat-x;
}
#content span.tooltip, #content img.tooltip {
	color: #aac95c;
	cursor: pointer;
}
#content span.tooltip{
	border-bottom:dashed 1px #aac95c;
}
#content h1 {
	color:#fff;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 8px 0;
}

#content h2 {
	font-size: 18px;
	color: #666;
	font-weight: normal;
	width: 580px;
}

#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#content h4 {
	color: #5a6578;
	margin: 0 0 22px 38px;
	font-size: 12px;
	font-weight: normal;
}

#content h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0 20px;
}
#content h6 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 8px 0;
}

#content .intro {
	font-size: 12px;
	margin: 5px 0;
	color: #666;
}

#content .logout {
	text-align:right;
	font-size: 12px;
	margin: 5px 0 10px;
	color:#e2761b;
}
#content .logout a, #content .logout a:link, #content .logout a:visited{
	font-size: 12px;
	margin: 5px 0;
	color:#666;

}

#content form {
	margin-left: 38px;
}
#content form h4 {
	margin: 11px 0 22px 0;
}

#content table th {
	color: #ccc;
	font-size: 10px;
	text-align: left;
}

#content table td {
	color: #000;
	font-size: 12px;
}

#content input {
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px 5px;
	color: #5a6578;
	width: 300px;
}
#content input.bigger {
	width: 200px;
}
#content .bigger {
	width: 200px;
}
#content input.smaller {
	width: 70px;
}

#content input.RadioInput {
	width: auto;
	height: auto;
	margin: 5px 5px 0 0;
	background: none;
	border: none;
	padding: 0;
}

#content .contactform input {
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px 5px;
	color: #5a6578;
	width: 200px;
}

#content .day {
	width: 55px;
}

#content .month {
	width: 100px;
}

#content .year {
	width: 70px;
}

#content .tva {
	width: 55px;
}

#content .submit {
	border: none;
	height: 22px;
	width: 67px;
	background: url("../images/button_continue.gif") no-repeat;
	color: #fff;
	font-size: 12px;
	margin: 16px 16px;
}

#content .submit2 {
	border: none;
	margin: 16px 0 16px 16px;
	height: 22px;
	width: 67px;
}

#content .dwnlxl {
	border: none;
	margin: 10px 0 10px 10px;
	padding: 3px 5px 3px 0;
	height: 22px;
}

#content .backbtn {
	border: none;
	margin: 10px 10px 10px 0;
	padding: 3px 0 3px 5px;
	height: 22px;
}

#content .dwnlword {
	border: none;
	margin: 10px 0 10px 10px;
	padding: 3px 5px 3px 0;
	height: 22px;
}

#content ul li {
	color: #999;
	list-style-position: outside;
	list-style-type: none;
	line-height: 14px;
	font-size: 12px;
	margin: 10px 0 0 15px;
}

#content ul.bulletYes li {
	list-style-type: disc;
	margin-bottom: 10px;
}

#content ol li {
	color: #999;
	list-style-position: outside;
	line-height: 14px;
	font-size: 12px;
	margin: 10px 0 0 25px;
}

#content a {
	color: #5a6578;
}
#content #theForm a, #content #theForm a:link, #content #theForm a:active{
	color: #081ac0;
}
#content #theForm a:visited {
	color: #5a6578;
}

#content hr {
	border: solid 1px #eee;
	outline: none;
	margin: 22px 0 18px;
}

#content .column {
	width: 436px;
	margin-bottom: 40px;
}

.ulTwoCols {
	width: 100%;
	margin-bottom: 10px;
}

.ulTwoCols li {
	width: 45%;
	float: left;
}

#content .mallette h1 {
	font-size: 14px;
}

#content .mallette {
	margin: 42px 0;
}

#content .mallette th {
	color: #5a6578;
	font-size: 18px;
	font-weight: normal;
}

#content .mallette td {
	vertical-align: top;
	padding-right:5px;
}

#content .mallette .subtext {
	font-size: 10px;
	margin: 6px 0 0 0;
}

/********************************************************************************************* Home Page */

#home {
	background: #e0e5f0 url('../images/home_bkg.gif') repeat-x;
	font-family: verdana;
	margin: 0;
	padding: 0;
}

#home .intro {
	width: 386px;
	padding-top: 60px;
}

#home .intro .introtitle {
	margin: 79px 0 0 105px;
}

#home .content {
	width: 270px;
	float: right;
	margin: 60px 10px 20px 0;
}

#home .searchbox {
	width: 240px;
	float: right;
	margin: 60px 21px 0 20px;
	_margin: 60px 10px 0 20px;
}

.searchitem {
	width: 237px;
	margin: 0;
	padding: 0;
}

#home .searchitem h3 {
	background: url('../images/home_searchitem_h3.gif') no-repeat 0 top;
	padding: 5px 13px;
	margin: 0;
}

.searchitem .bottom {
	background: url('../images/home_searchitem.gif') no-repeat 0 bottom;
	margin: 0 0 12px;
	position: relative;
	padding: 0 13px 17px;
}

.searchitem .bottomMap {
	background: url('../images/home_searchitem_Map.gif') no-repeat 0 bottom;
	margin: 0 0 12px;
	position: relative;
	min-height: 85px;
	@height: 110px;
	padding: 0 13px 17px;
}

.searchitem .bottomMapNl {
	background: url('../images/home_searchitem_Map_Nl.gif') no-repeat 0 bottom;
	margin: 0 0 12px;
	position: relative;
	padding: 0 13px 17px;
}

.searchitem form .loginname {
	border: none;
	outline: none;
	background: url('../images/home_form_bkg.gif') no-repeat;
	height: 23px;
	width: 204px;
	padding: 4px 4px;
	margin: 5px 0;
	color: #5181c3;
	font-size: 12px;
}

.searchitem form .password {
	border: none;
	outline: none;
	background: url('../images/home_pass_bkg.gif') no-repeat 0 0;
	height: 23px;
	width: 177px;
	padding: 4px 0 4px 4px;
	@padding: 5px 0 5px 5px;
	margin: 0px;
	color: #5181c3;
	font-size: 12px;
}

.searchitem form .go {
	border: none;
	padding: 0;
	margin: 0;
	height: 23px;
	width: 27px;
	background: url("../images/home_arrow1.gif") no-repeat 0 0;
}

.searchitem form {
	margin: 0px;
	padding: 0px;
	display: block;
}

.searchitem .subtext {
	color: #676b74;
	font-size: 10px;
	padding-top: 8px;
	display: block;
}

.searchitem .subtext a, .searchitem .subtext a:visited, .searchitem .subtext a:active,.searchitem .subtext a:hover {
	color: #e38f2f;
	text-decoration: underline;
}

.searchitem form .select {
	width: 204px;
	margin: 5px 0;
	color: #5181c3;
}

.searchitem #searchform {
	padding: 0;
	margin: 0;
}

#searchform input {
	border: none;
	background: none;
	margin: 10px 0 0;
	padding: 3px 5px 3px 0;
	color: none;
	width: auto;
	height: 22px;
}

#content input.submitInput {
	border: none;
	background: none;
	margin: 10px 0;
	padding: 3px 5px 3px 0;
	color: none;
	width: auto;
	height: 22px;
}

#home h1 {
	color: #fff;
	font-size: 27px;
	font-weight: normal;
	line-height: 110%;
	margin: 0 0 10px;
	padding: 0;
}

#home h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: -8px 0 0 0;
}

#home h3 {
	color: #5a6578;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

#content p, #Home p {
	color: #5a6578;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 10px;
}

/********************************************************************************************* Footer */

#footer {
	background: #f2f4f9;
	padding: 11px 25px;
	height: 12px;
	@height: 34px;
	color: #7f9bc3;
	font-size: 10px;
	margin: 0;
}

#footer a {
	color: #7f9bc3;
	text-decoration: underline;
}

#footer .left a {
	color: #f4a237;
	text-decoration: none;
}

#footer .left a:hover {
	text-decoration: underline;
}


}



.customselect{ /*style of DHTML Select Menu, main box */
	width: 200px; /*default  width of main box */
	height: 23px;
	border: none;
	position: relative;
	text-indent: 3px;
	padding: 3px;
	cursor: pointer;
	background:url('../images/select-bkg2.gif') no-repeat;
	color:#5a81a0;
	font-family:verdana;
	font-size:12px;
	margin:0;
}
.customselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	background:#fff;
	position: absolute;
	left: 0;
	width: 200px; /*default width of drop down menu*/
	top:0;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	display: block;
	z-index: 5;
	font-weight: normal;

}

.customselect .dropdown a, .customselect .dropdown a:link{ /*style of Drop Down Menu's links */
	width: 100%;
	display: block;
	background: #f8fbfd;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
	text-indent: 5px;
	text-decoration: none;
	color:#5a81a0;
}
* html .customselect .dropdown a, * html  .customselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}
.customselect .dropdown a:hover, .customselect .dropdown a:hover{
	background: #94cde5;
	text-decoration:none;
}
#eventCalendar table.calendarTable{
	/*width:372px;*/
	border-spacing:0px;
	position:relative;
}
#eventCalendar table.calendarTable thead td {
	height:22px;
	font-size:12px;
	line-height:22px;
	font-weight:normal;
	text-transform:uppercase;
	color:#676b74;
	background:#e2e3e4;
	width:50px;
	text-align:center;
}
#eventCalendar table.calendarTable thead td small{
	font-size:10px;
	color:#aaa;
	
}
#eventCalendar table.calendarTable thead th {
	width:30px;
}

#eventCalendar table.calendarTable tbody th a, #eventCalendar table.calendarTable tbody th a:link, #eventCalendar table.calendarTable tbody th a:visited {
	text-decoration:none;
	color:#f19234;
	font-weight:bold;
	padding-right:15px;
background:url(../images/icon_check_week.cfm.gif) no-repeat right;
}
#eventCalendar table.calendarTable tbody td {
	height:50px;
	width:50px;
	background:#e2e3e4;
	border-right:1px solid #e2e3e4;
	border-top:1px solid #e2e3e4;
	position:relative;
	padding:0;
	vertical-align:top;
}
#eventCalendar table.calendarTable tbody td a.event, #eventCalendar table.calendarTable tbody td a.event:link, #eventCalendar table.calendarTable tbody td a.event:visited, #eventCalendar table.calendarTable tbody td a.event:active {
	height:50px;
	width:50px;
	display:block;
	overflow:hidden;
	background:#c2c4c7 url('../images/calendar_icon.gif') no-repeat 17px 17px ;
	text-decoration:none;
}
#eventCalendar table.calendarTable tbody tr td a.event:hover{
	background-color:#f19234;
}
#eventCalendar table.calendarTable tbody tr.active td{
	background-color:#e3dcd6;
}
#eventCalendar table.calendarTable tbody tr.active td a.event{
	background-color:#eaba8c;
}
#eventCalendar table.calendarTable tbody tr.active td a.event:hover{
	background-color:#f19234;
}
#eventCalendar table.calendarTable tbody td span.date {
	position:absolute;
	text-align:right;
	display:block;
	color:#999;
	font-size:10px;
	width:46px;
	padding:2px;
}
#eventCalendar table.calendarTable td.weekend, #eventCalendar table.calendarTable td.weekend a.event:link {
	width:28px;
	background-position:7px 20px ;
}
#eventCalendar table.calendarTable thead td.weekend {
	color:#999;
}
#eventCalendar table.calendarTable td.weekend span.date {
	width:24px;
}
#eventCalendar table.calendarTable tbody th {
	width:30px;
	padding-right:5px;
	font-size:13px;
	font-weight:normal;
	color:#676b74;
}
#eventCalendar .calenderNav {
	color:#f08c28;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	width:372px;
	font-weight:bold;
	padding:4px 0;
	line-height:19px;
}
#eventCalendar .calenderNav a.calendarPrevious, #eventCalendar .calenderNav a.calendarNext{
	text-decoration:none;
	line-height:19px;
	padding:0 5px;
}
#eventCalendar .calenderNav a.calendarPrevious{
	background: url('../images/calendar_Previous.gif') no-repeat center 5px;
}
#eventCalendar .calenderNav a.calendarNext{
	background: url('../images/calendar_next.gif') no-repeat center 5px;
}
#calendarDetails ul.calendarList {
	margin-left:16px;
}
#calendarDetails ul.calendarList li{
	list-style:disc;
	color:#f19234;
	line-height:12px;
	padding:2px 0;
	margin:0;
}
#calendarDetails ul.calendarList li a {
	color:#f19234;
	text-decoration:none;
	font-size:12px;	
}
#calendarDetails ul.calendarList li a:hover{
	text-decoration:underline;
}



/********************************************************************************************* Sitemap */
table.sitemap{
width:100%;
border-collapse:collapse;
margin-bottom:20px;
}
table.sitemap td{
width:20%;
}
table.sitemap thead tr{
vertical-align:top;
}
table.sitemap thead td{
	padding:10px 5px 5px;
border-bottom:1px solid #f18c28;
}
table.sitemap tbody td{
padding:5px;
}
table.sitemap thead a, table.sitemap thead a:link, table.sitemap thead a:visited{
font-size:15px;
text-decoration:none;

}
table.sitemap tbody a, table.sitemap tbody a:link, table.sitemap tbody a:visited{

text-decoration:none;
}
table.sitemap thead a:hover, table.sitemap tbody a:hover{
text-decoration:underline;
}
#content table.sitemap tbody ul li{
	color:#f19234;
	line-height:12px;
	padding:2px 0;
	margin:0 0 0 15px;
	list-style-type:disc;
}
sup{
font-size:0.5em;
}

#content p.blackSection{
	color: #666;
	line-height: 185%;
}






@media screen {

#printheader {
	display: none;
}

}

@media print {

#printheader {
	height: 70px;
	border-bottom: solid 1px #ccc;
}

a {
	text-decoration: none;
}

#header {
	display: none;
}

#nav {
	display: none;
}

#content .submit {
	background: none;
	border: solid 1px #ddd;
}

#home .searchbox {
	display: none;
}

#home .intro h1 {
	margin: 0px;
}

#home .intro {
	float: none;
}

#home .content {
	float: none;
	width: auto;
}

#footer {
	border-top: solid 1px #ccc;
}

#footer .left {
	display: none;
}

#footer .right a {
	display: none;
}

}