@charset "UTF-8";
/* CSS Document */

#bgImages {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}
.bgImage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

div {
	z-index: 1;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background:rgb(0,0,0);
	width:100%;
	height:100%;
	margin:0;
}

h1 {
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	margin:0px 0px 20px;
	text-transform:uppercase;
}

h2 {
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	margin:0px 0px 20px;
	text-transform:uppercase;
}

p,
li {
	font-size:12px;
	line-height:16px;
	margin:0px;
}

ul {
	margin:15px 0px;
	padding:0px 0px 0px 10px;
}

a {
	color:rgb(0,0,0);
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

img {
	border:0;
}

#pageContainer {
	padding:40px;
	/*position: absolute;*/
	top: 0px;
	left: 0px;
}

#topContainer {
	position:relative;
	background:url(../img/backBlack.png);
	/*width:860px;*/
	height:60px;
	margin-bottom:10px;
}

	#logo {
	position:absolute;
	left:15px;
	bottom:10px;
	}
	
	#address {
		position:absolute;
		right:15px;
		bottom:15px;
	}
	
		.addressItem {
			color:white;
			font-size:12px;
			margin-left:30px;
		}

#menuContainer {
	position:relative;
	/*width:860px;*/
	height:30px;
	margin-bottom:10px;
}

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

#mainMenu li {
	float:left;
	margin-right:10px;
}

#mainMenu li.menuItem a {
	padding:9px 15px;
	display:block;
	background:rgb(255,255,255);
	font-size:12px;
	line-height:12px;
	color:rgb(70,70,70);
	text-decoration:none;
	opacity:.8;
	filter: alpha(opacity=80);
	font-weight:normal;
}

#mainMenu li.menuItemActive a {
	padding:9px 15px;
	display:block;
	background:rgb(0,0,0);
	font-size:12px;
	line-height:12px;
	color:rgb(255,255,255);
	text-decoration:none;
	opacity:.8;
	filter: alpha(opacity=80);
	font-weight:normal;
	cursor:default;
}



#languageSelector {
	float:left;
	/*width:122px;*/
	height:12px;
	background:rgb(255,255,255);
	opacity:.8;
	filter: alpha(opacity=80);
	padding:9px 15px 9px 0px;
	text-align:right;
}

#languageSelector img {
	margin-left:10px;
}

a.dkFlag {
	background:url(../img/flagDk.png) no-repeat right;
}

a.dkFlag:hover {
	background:url(../img/flagDkHover.png) no-repeat right;
}

a.ukFlag {
	background:url(../img/flagUk.png) no-repeat right;
}

a.ukFlag:hover {
	background:url(../img/flagUkHover.png) no-repeat right;
}


/* submenu */
#subMenu {
	position:relative;
	float:left;
	width:235px;
	margin-right:15px;
	background:url(../img/backGreen.png);
}

.dropTrigger {
	background:rgb(210,225,85) url(../img/dropdownArrow.png) no-repeat 181px 5px;
	border:1px solid rgb(135,144,58);
	font-size:12px;
	line-height:12px;
	color:rgb(0,0,0);
	padding:8px 10px 7px;
	margin: 10px 15px;
	height: 13px;
}

.dropTrigger.active {
	background:rgb(210,225,85) url(../img/dropdownArrowActive.png) no-repeat 181px 5px;
}


ul.dropList {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
}

ul.dropList a {
	display:block;
	width:185px;
	font-size:12px;
	color:rgb(0,0,0);
	text-decoration:none;
	padding:6px 25px 7px;
	border-top:1px solid rgb(135,144,58);
	font-weight:normal;
}

ul.dropList a:hover {
	background:rgb(210,225,85);
}

/* main content */
#mainContent {
	position:relative;
	/*float:left;*/
	width:610px;
	margin-left:250px;
}

.textArea {
	background:url(../img/backGreen.png);
	padding:20px 30px;
}

/* accordion */
.mainAccordion {
	background:url(../img/backBlack.png);
	color:rgb(255,255,255);
}

.mainAccordion.ui-accordion-header {
	padding:20px 30px;
	background:url(../img/mainAccordionHeader.png);
	color:rgb(255,255,255);
}

.mainAccordion.ui-state-active {
	background:url(../img/mainAccordionHeaderActive.png);
}

.secondaryAccordion {
	background:url(../img/backWhite.png);
	color:rgb(0,0,0);
}

.secondaryAccordion.ui-accordion-header {
	background:url(../img/secondaryAccordionHeader.png);
	padding:10px 30px;
	margin-top:2px;
	color:rgb(0,0,0);
}

.secondaryAccordion.ui-state-active {
	background:url(../img/secondaryAccordionHeaderActive.png);
}

.ui-accordion-header {
	cursor:pointer;
}

.ui-state-active {
	cursor:default;
}

.ui-accordion-header h1,
.ui-accordion-header h2 {
	margin-bottom:0px;
}

.ui-accordion-content {
	padding:0px 30px 20px;
}

.secondaryAccordion.ui-accordion-content {
	padding:0px 30px 10px;
}

.caseText {
	float:left;
	width:360px;
	margin-right:15px;
}

.caseText a:link {
	color:rgb(255,255,255);
	font-weight:bold;
}

.caseText a:visited {
	color:rgb(255,255,255);
	font-weight:bold;
}


.caseText a:hover {
	text-decoration:none;
}


.caseInfos {
	float:left;
	font-size:9px;
	line-height:9px;
	width:175px;
}

.caseInfoTitle {
	float:left;
	width:50px;
	padding: 5px 0px 5px 15px;
}

.caseInfoContent {
	float:left;
	width:110px;
	padding: 5px 0px;
}

.underOverBorder {
	border-bottom:1px solid rgb(255,255,255);
	border-top:1px solid rgb(255,255,255);
}



/* slideshow */

.slideshowContainer {
	margin-bottom:15px;
}

.slideshowContainer img {
	border:1px solid rgb(255,255,255);
}

.slideshowContainer img.first {
	margin-right:13px;
}

.slideshowContainer img.last {
	margin-left:12px;
}

.slideshowContainer.fivePic img {
	margin-left:10px;
	
}

.slideshowContainer.fivePic img.first {
	margin-left:0px;
	margin-right:0px;
}

.secondaryAccordion .slideshowContainer img {
	border:1px solid rgb(0,0,0);
}

/* ie warning */
#ie6warning {
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(../img/warningBack.gif);
	z-index:1000;
}

#ie6dialog {
	position:absolute;
	width:500px;
	margin-left:-250px;
	top:160px;
	left:50%;
	padding:20px 20px;
	background:rgb(0,0,0);
	color:rgb(255,255,255);
}

#ie6dialog a {
	color:rgb(255,255,255);
}

#ie6dialog a.closeWarning {
	color:rgb(200,0,0);
}


/* misc */

.clr {
	clear:both;
}

:focus { outline: none; }

