/*
Projectnaam/algemene info
@author: Bernhard Verkade
@version: 20080805-##
*/
body, #publerBody {
	margin: 0;
	padding: 0;
}	
#container {
	position: relative;
	width: 600px;
	margin: 0;
	text-align: left;
	padding: 0;
}

body.home#header {
	height: 503px;
}

#contents{
	margin: 50px 0 0 8px;
	padding-top: 0;
	} 
	
body.work #contents{
	margin-top: 78px;
}
body.worldwide #contents, body.shop #contents{
	margin-top: 90px;
}

/*
*	menu
*/
.home ul#navigation, ul#navigation{
	position: absolute;
	width: 608px;
	margin: 20px 0 15px 8px; 
	}
	.social {
		position: absolute;
		right: 0;
		top: 94px;
		width: 64px;
	}
	.home .social { top: 516px; }


	.home ul#navigation { top: 500px; }
		ul#navigation { top: 75px; }
ul#navigation li {
	margin-right: 5px;
	list-style: none;
	float: left;
	}
	ul#navigation li a {
		display: block;
		height: 19px;
		background-repeat: no-repeat;
		background-position: bottom left;
		text-decoration: none;
		text-indent: -5000px;
		}

		#navigation #home a{ 
			background-image: url(../../images/dlvs/background/news.gif); 
			width: 69px;
			}
		#navigation #shop a { 
			background-image: url(../../images/dlvs/background/shop.gif); 
			width: 72px;
		}
		#navigation #work a { 
			background-image: url(../../images/dlvs/background/work.gif); 
			width: 77px;
		}
		#navigation #worldwide a{ 
			background-image: url(../../images/dlvs/background/worldwide.gif); 
			width: 130px;
			}
		#navigation #contact a{
			background-image: url(../../images/dlvs/background/contact.gif);
			width: 104px;
			}
		#navigation #info a{ 
			background-image: url(../../images/dlvs/background/info.gif); 
			width: 47px;
			}
			#navigation a:hover, .home #navigation #home a, .contact #navigation #contact a, .shop #navigation  #shop a, .worldwide #navigation #worldwide a, .work #navigation  #work a, .info #navigation  #info a   {
				background-position: bottom right; 
			}
			#navigation li.selected a {
				background-position: bottom right;
			}
			#container #navigation li li a{
				background-image: none;
				text-indent: 0px;
				width: auto;
				margin-right: 5px;
				font-size: 12px;
				font-family: arial;
				font-weight: bold;
				color: #000;
				float: left;
				}
				#container #navigation li li a:hover, #container #navigation li li.selected a{
					color: #EC008C;
					}
/*
* submenu
*/
ul#navigation li ul{
		display: none;
	}

/*---- sIFR core css ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}
.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
/* SIFR heading
********************************/
.sIFR-active  #contents h2, .sIFR-active #contents dt .sIFR-active #contents h3, .sIFR-active  #paymentscreen h2 {
	visibility: hidden;
	font-family: Arial;
	/* color: #EC008C;  original color */
	line-height: 1em;
	font-size: 16px;
	height: auto;
	width: auto;
	}
	.sIFR-active  #contents h2, .sIFR-active #contents dt {
		background: url(../../images/dlvs/icons/bullet.gif) left top repeat-x;
		height: auto;
		_height: 40px;
		padding-top: 10px;
	}
	.sIFR-active #contents h3 {
		margin: 5px 0;
		width: auto;
	}
	
/* sIFR "slash" class for DLVS font and "time" class for VAGrounded font  within the h2, h3 or dt*/
.slash, .time {
	font-family: Arial;
	color: #000000; 
	line-height: 1em;
	}
	.slash {
		font-size: 16px;
	}
	.time {
		font-size: 14px;
	}
