/* CSS Document */

body {
	padding:20px 0 0 0;
	margin:0;
	background:#fff url('../images/bg.jpg') top repeat-x;
}


#container {
	margin:0 auto;
	!width:945px; /* in IE */
	background:#fff url('../images/container_bg.gif') top left repeat-y;
	display:table;
	border:1px solid #000;
}

#left {
	width:194px;
	float:left;
	background:url('../images/header_left.jpg') top left no-repeat;
	padding:344px 0 0 0;
}

	a#order_button {
		float:left;
		display:block;
		width:194px;
		height:76px;
		background:url('../images/order_button.jpg') left no-repeat;
	}

	#navigatie {
		padding:20px 0;
		float:left;
		width:194px;
		background:#d8d9da;
	}
	#navigatie a{
		width:174px;
		text-decoration:none;
		display:block;
		color:#555;
		padding-left:20px;
		padding-top:3px;
		padding-bottom:3px;
		font-size:11px;
	}
	#navigatie a:hover{
		color:#ffffff;
		background-color:#e8c213;
	}
	#navigatie .headitem {
		font-weight:bold;
		padding-left:10px;
		padding-right:10px;
		font-size:12px;
		color:#2a2a2a;
	}
	#navigatie .active{
		background-color:#e8c213;
		color:#FFFFFF;
	}


#right {
	width:751px;
	float:left;
	overflow:hidden;
}

	#header {
		background:url('../images/header_right1.jpg') top left no-repeat;
		height:380px;
		width:751px;
		position:relative;
		float:left;
	}
		#socialmedia {
			position:absolute;
			right:3px;
			bottom:-4px;
		}
			#socialmedia a  {
				outline:none;
			}
			
			#socialmedia span {
				float: left;
				padding-top: 5px;
				padding-right: 7px;
				color:  #fff;
			}
		
		.addthis_toolbox {
			position: absolute;
			bottom: -30px;
			right: 3px;
		}
		
		ul#tabs {
			list-style:none;
			padding:0;
			margin:0;
			width:270px;
			height:21px;
			margin:359px 0 0 451px;
		}
		ul#tabs li {
			float:left;
			padding:0 0 0 4px;
		}
		ul#tabs li a {
			behavior: url("http://www.jeneverfestival.nl/css/iepngfix.htc");
			color:#a1a1a1;
			text-decoration:none;
			text-align:center;
			float:left;
			width:131px;
			height:21px;
			line-height:21px;
			background:url('../images/tab.png') top left no-repeat;
		}
		ul#tabs li a:hover {
			background-position:bottom;
			color:#fff;
		}
	
		
	#content {
		padding:30px;
		float:left;
		width:690px;
	}
		
/* copyright */

	#footer {
	    padding:5px;
		margin:10px auto 20px auto;
		width:300px;
	}
	#footer a{
		display:block;
		background:url(../images/sjonic_small.png) bottom left no-repeat;
		color:#888888;
		height:22px;
		padding:0 0 0 30px;
		text-decoration:none;
		width:270px;
	}
	#footer a:hover{
		background-position:top left;
		color: #f79019;
	}
