html {
	margin: 0;
	padding: 0;
	background-color: #617b94;
	/*background-image: url('pngs/noise.jpg');
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat;*/
	/*background-color: #ddd;
	background-image: none;*/
}

body{
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url('pngs/gradient_blue.png');
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat-x;
	font-family: arial;
	font-size:12px;
	/*background-image: none;*/
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

a:active,
a:focus{
	outline: none;
}

/* @group sticky footer */

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */


.clearDiv {clear:both;height:0px;line-height:0;font-size:0px;margin:0;padding:0;}


#wrap,#footer{	
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

/* @group backgrounds */

#header{
	background-color: transparent;
	background-image: url('pngs/stripes.png');
	background-attachment: scroll;
	background-position: center -28px;   /* 43 px patternheight - padding top */
	background-repeat: repeat-x;
	padding-top:25px;
}

h1 {
	display: block;
	background-color: transparent;
	background-image: url('pngs/cavale_kop.png');
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0;
	/* clear for headerpic */
	overflow: hidden;
	height:133px;
	text-indent: -999em;
	float:left;
	width:500px;
	margin-bottom:10px;
}
h2{font-size: 2.0em;margin:0;}
h3{font-size: 1.5em;margin-top:0;}
h4{font-size: 1.3em;margin-top:0;}

#nav {
	/*margin-top: 30px;*/
	margin-right:30px;
	float:right;
	width:50px;
} 

#main{}

#footer {
	height:15px;
	clear:both;
	background-color: transparent;
	background-image: url('pngs/stripes.png');
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat;} 

#footer p {	
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	color:#ccc;
}

/* @end */

/* @group mast */

#mast  {	
	/*position:relative;*/
	padding-bottom: 50px;
	margin-bottom: 80px;
	/*background:#6f0;*/
}

/*#mast img {border:0;}*/


#mast a  {text-decoration:none;color:#000;margin-top:0;display:block;/*background:#f60;*/}
#mast a  h2 {color:white;margin:0;float:left;}

.cover{
	/*overflow: hidden;*/
	width: 100%;
	height: 540px;
	background-color:black;
	margin:0 0 10px 0;
	text-align: center;
	line-height: 0;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border: 1px solid black;
	}
#mast em {
	position:relative;
	float: right;
	margin-right: 15px;
	height: 16px;
	padding:5px;
	padding-left:7px;
	background-color:white;
	width: 200px;
	color:Black;
	font-size:1.2em;
	font-weight:bold;
	}
#mast em:after {
	content:"\00a0";
	display:block; 
	position:absolute;
	width:0;
	height:0;
	border-style:solid;
	top:0; 
	right:-26px;
	border-width:13px 13px 13px 13px;
	border-color:transparent transparent transparent white;
	}
#mast em:hover {
	background-color:#ffdd00;
	}
#mast em:hover:after {
	border-color:transparent transparent transparent #ffdd00;
	}

#stripimage {
	width:100%;
	height:100px;
	overflow: hidden;
	background-position:50% 50%;
	background-repeat:no-repeat;
	}
	
#stripimage h2 {	
	display: block;
	width: 100%;
	padding-top: 100px;
	text-decoration:none;
	color:white;
}
	
	
/* @end */












/* @group ie warning */

		#iewarning {
		position: relative;
		display:block;
		border: 1px solid #F7941D;
		background: #FEEFDA;
		color:#000;
		padding:15px;
		font-size:15px;
		text-align:center;
		}
		
		#iewarning a#close{
		position: absolute;
		right: 3px;
		top: 3px;
		color:#000;
		text-decoration:none;
		}
		
		#iewarning li{
		display: inline;
		list-style-type: none;
		padding-right: 20px;
		}
		
		#iewarning li a{
		color:#000;
		}
		


/* @end */

/* @group STRUCTURE */


.h2box{
	width: 80%;
	margin: 0 10% 0 10%;
	clear: both;
}

.h2{
	width: 100%;
	padding:7px;
	color: #fff;
	margin-bottom:20px;
	border: 3px solid white;
}

.h2 h3{
	text-transform: uppercase;
}



.h3{
	overflow: hidden;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	margin:10px 0 10px 0;
}

.h3 h4{
	margin-bottom: 20px;
}


/* @end */

/* @group linkthumbs cornerfold */



.h4 ul,
.h3 ul{
	list-style-position: inside;
	list-style-type: disc;
	width: 100%; 
	overflow: hidden;
	clear: both;
}
.h4 ul li,
.h3 ul li{
	margin: 4px;
	margin-right: 44px;
}

/* thumbgallery */ 
.h4 ul.gallery,
.h3 ul.gallery{
	list-style: none;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.h4 ul.gallery li,
.h3 ul.gallery li{
	margin: 4px;
	float: left;	
}
.h4 ul.gallery li a img, 
.h3 ul.gallery li a img {
	border: none;
}

/* @end */



.h4{
	width: 80%;
	margin: 0 10% 0 10%;
	clear: both;
	background-color: #3d556f;
	position: relative;
	color: white;
	padding: 10px;
}

.h4:after {
	content:"\00a0";
	display:block; 
	position:absolute;
	width:0;
	height:0;
	border-style:solid;
	bottom:0px; 
	right:0px;
	border-width:24px 24px 24px 24px;
	border-color:transparent white white transparent;
	}



/* @group popthumbs */



/* @end */



/* @group FORM */






.aliasbox{
	overflow: hidden;
	width: 100%;
}

.aliasbox h3{
	background-color:white;
	margin: 30px 101px 20px 10px;
	padding: 10px;
	position: relative;
	height:40px;

}

.aliasbox h3:after {
	content:"\00a0";
	display:block; 
	position:absolute;
	width:0;
	height:0;
	border-style:solid;	
	right:-60px; 
	top:0;
	border-width:30px 30px 30px 30px;
	border-color:transparent transparent white white;
	}
	
	
/* @group speechballoon dropdown */

.sballoon-menu {
	position:relative;
	width: 60px;
	padding:4px;	
	margin:0 30px 0 auto;/*top right bottom left */
	margin-left:auto;
	background:white;
	color: #3d556f;
	list-style:none;
	text-align: center;
	

}

.sballoon-menu:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	right:20px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:10px 0 10px 10px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:white transparent transparent; 
}

.sballoon-menu li {
	
	display: none;
	
}

.sballoon-menu li.active, .sballoon-menu:hover li {
	display: block;
}

.sballoon-menu a {
	color: #3d556f;
	text-decoration: none;
	display: block;
	background-color:white;
}

.sballoon-menu a:hover {
	background-color:#ffdd00;
}



/* @end */



/* @group box with narative arrowlink */

.aliastxt {
	width: 50%;
	float: left;
	}
	
.aliastxt div {
	background-color:white;
	color:black;
	margin: 10px;
	height: 190px;
	position: relative;
	}

.aliastxt a  {	
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration:none;
	color:white;
}

.aliastxt p  {	
	color:black;
	margin:1em;
	font-size:1.3em;
}
	
.aliastxt span {
	position:absolute;
	bottom: 0;
	right: 13px;/*room arrowtip */
	margin:1em;
	height: 16px;
	padding:5px;
	background-color:#3d556f;
}

.aliastxt a span:after {
	content:"\00a0";
	display:block; 
	position:absolute;
	width:0;
	height:0;
	border-style:solid;
	top:0; 
	right:-26px;
	border-width:13px 13px 13px 13px;
	border-color:transparent transparent transparent #3d556f;
	}
	
.aliastxt div:hover {
	background-color:#ffdd00; 	
	}


	

address{
	font-size: 16px;
}



/* @end */

/* @group linkbox pinball arrow top right */

/* should be ul, as uxlondon */



.aliaspic {
	width: 25%;
	float: left;
	}
	
.aliaspic div {
	background-color:white;
	margin: 10px;
	padding: 20px;
	height: 400px;
	position: relative;
	}

.aliaspic div h4  {	
	/*position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;*/
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
	}
	
.aliaspic div img  {	
	margin-left: 20px;
	padding: 0;
	border:none;
	}
.aliaspic div p {
	margin-left: 20px;
	margin-right: 20px;
}

/* stretch parent not needed with direct selectors? see #mast */

.aliaspic div a  {	
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration:none;
	color: black;
	}

.aliaspic div:hover {
	background-color:#ffdd00; 	
	}

.aliaspic div:after {
	content:"\00a0";
	display:block; 
	position:absolute;
	width:0;
	height:0;
	border-style:solid;
	
	right:0; 
	top:-60px;
	border-width:30px 30px 30px 30px;
	border-color:transparent transparent white transparent;
	}
	
.aliaspic div:hover:after {
	border-color:transparent transparent #ffdd00 transparent;
	}



/* @end */

/* @group linkbox pinball arrow right */

.h2link {
	width: 50%;
	float: left;
	}

.h2link div{
	background-color:white;
	margin: 10px 56px 10px 10px;
	padding: 10px;
	height: 72px;
	position: relative;
	}

.h2link div img  {	
	float:left;
	margin: 0 10px 0 10px;
	border:none;
	}

.h2link div h3  {	
	/*position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;*/
	/*text-indent: 92px;*/
	float:left;
	font-weight: bold;
	font-size: 14px;
	/*padding-top:10px;*/
	margin: 0;
	width: 77%;
	}
	
.h2link div p  {	
	/*margin: 18px 0 0 0;*/
	font-size: 12px;
	margin-top:18px;
	}
	
.h2link div a  {	
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration:none;
	color: black;
	padding-top:10px;
	/*background-color:#f60;*/
	}

.h2link div:hover {
	background-color:#ffdd00; 	
}

.h2link div:after  {
	content:"\00a0";
	display:block; 
	position:absolute;
	width:0;
	height:0;
	border-style:solid;
	
	top:0px; 
	right:-92px;
	border-width:46px 46px 46px 46px;
	border-color:transparent transparent transparent white;
	}
	
.h2link div:hover:after {
	border-color:transparent transparent transparent #ffdd00;
	}



.h3link {
	overflow:hidden;
	width:100%;
	height:100%;
	margin:0;
	margin-bottom:10px;
	background: #fff;
	position: relative;
}
.h3link:hover {
	background-color:#ffdd00;
	}
	
.h3link img{
	margin:10px;
	float:right;
	border:none;
	clear:right;
}

.h3link a{
	color: black;
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	height:100%;
	margin:0;
	display: block;
	text-decoration: none;
}



.h3link h4{
	margin:0;
	margin-left: 10px;
	padding:0;
	padding-top: 10px;
} 

.h3link p{
	margin-left: 10px;
	margin-top:5px;
	clear:left;
}


ul.h4link{
	list-style: none;
	padding-left:0;
	margin-left:0;
}
ul.h4link li{
	width: 72px;
	height: 134px;
	background-color:white;
	margin: 2px;
	padding: 10px;
	float: left;
	position: relative;
	background-color: #3d556f;
}
ul.h4link li h4{
	position:absolute;
	top: 0;
	left: 0;
	height: 38px;
	width: 72px;
	padding:92px 10px 10px 10px;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	color: white;
}
ul.h4link li a{
	text-decoration: none;
}
	
ul.h4link li:after {
	content:"\00a0";
	display:block; 
	position:absolute;
	width:0;
	height:0;
	border-style:solid;	
	bottom:0px; 
	right:0px;
	border-width:14px 14px 14px 14px;
	border-color:transparent white white transparent;
}
	
ul.h4link li:hover {
	background-color:#ffdd00; 
	color:black;
}
	
ul.h4link li:hover a h4 {
	color:black; 
	}
ul.h4link li img {
	border:none;
}



/* @end */




/* @group slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* @end */
