/* ============================================ */
/* alcoholenik.nl                               */
/* Website structural styles: layout div's      */
/* Medium: screen                               */
/* -------------------------------------------- */
/* Copyright Hic et Nunc                        */
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* ============================================ */

html,body { 
	margin: 1em;
	padding: 0;
}
body { 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 62.5%;
	font-weight: normal;
	color: #555;
	background-color: #fff;
}

#pageWrapper {
	width: 840px;
	margin: 0 auto;
	padding: 0;
}

/* __________ header __________ */

#header {
	width: 840px;
	height: 95px;
	margin: 0;
	padding: 0;
}

.leftColumn {
	float: left;
	width: 215px;
	clear: right;
}

.rightColumn {
	float: right;
	width: 600px;
}

/* __________ navigation __________ */

/* ----- top navigation ----- */
#topNav {
	float: right;
	font-weight: bold;
	color: #b2b2b2;
	letter-spacing: 1px;
}
#topNav li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
	border-left: 1px solid #b2b2b2;
}
#topNav li:first-child {
	border-left: none;
}
#topNav li a { color: #b2b2b2; text-decoration: none; }
#topNav li a:hover { color: #0078a5; text-decoration: none; }
#topNav li a.selected { color: #be1d72; text-decoration: none; }

/* ----- main navigation ----- */
#mainNav {
	clear: both;
	height: 24px;
	margin-top: 40px;
	padding: 6px 10px 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-image: url(../images/mainNav_bg.png);
	background-repeat: no-repeat;
}
#mainNav li {
	display: inline;
	list-style-type: none;
	padding-right: 23px;
}
#mainNav li a { color: #fff; text-decoration: none; }
#mainNav li a:hover, #mainNav li a.selected { color: #000; text-decoration: none; }

/* ----- sub navigation ----- */
#roundtop_subNav {
	height: 26px;
	margin-bottom: 20px;
	background: url(../images/subNav_roundedCorner_tr.png) no-repeat top right; 
	border-bottom: 1px solid #b2b2b2;
}

#subNav {
	height: 26px;
	margin: -23px 0 0 0;
	padding: 5px 0 10px 10px;
}
#subNav li {
	display: inline;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;

}
#subNav li a { 
	color: #555; 
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#subNav li a:hover { 
	color: #000; 
	text-decoration: none; 
	border-bottom: 4px solid #b2b2b2;
}
#subNav li a.selected { 
	color: #000; 
	text-decoration: none; 
	border-bottom: 4px solid #be1d72;
}
#roundtop_subNav img.corner {
   width: 10px;
   height: 26px;
   border: none;
   display: block !important;
}

/* ----- left menu----- */
ul#leftMenu { margin: 0; padding: 0; }
ul#leftMenu li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	list-style-type: none;
}

/* __________ content __________ */

#banner {
	width: 600px;
	height: 255px;
	margin: 0;
	padding: 0;
}


#contentWrapper {
	width: 840px;
	min-height: 450px;
	margin: 0;
	padding: 0;
}
#contentContainer {
	float: right;
	width: 600px;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}

.roundtop { 
	background: url(../images/roundedCorner_tr.png) no-repeat top right; 
}
.roundbottom {
	background: url(../images/roundedCorner_br.png) no-repeat bottom right; 
}
img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

#content { 
	margin: 1em; 
	font-size: 1.2em;
	line-height: 1.4em;
}


/* __________ footer __________ */

#footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: .9em;
	color: #999;
	letter-spacing: 1px;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
	border-left: 1px solid #b2b2b2;
}
#footer li:first-child {
	border-left: none;
}
#footer li a { color: #999; text-decoration: none; }
#footer li a:hover, #footer li a.selected { color: #000; text-decoration: none; }

/*
#footer a, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
*/

/* */
.clear {
	clear: both; 
	line-height: 0; 
	height: 4em;
}

#control_overlay { background-color: #000; }
.window {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	padding-left: 30px;
	/*
	font-family:"Lucida Grande",Verdana;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	min-width:150px;
	min-height:100px;
	*/
	background-color: #fff;
}
html>body .window { 
	border: 1px solid #898989;
}
.window .window_contents {
	margin-top: 10px;
	/*
	width:100%;
	height:100%;
	*/
}
.window .window_header { text-align: center; }
.window .window_title {
	margin-top: -7px;
	margin-bottom: 7px;
	font-size: 11px;
	cursor: move;
	background-color: #000;
}
.window .window_close {
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	height: 32px;
	width: 32px;
	background-image: url("../images/modal_window_close.gif");
	cursor: pointer;
}
.modal {
	background-color:#fff;
	padding:50px;
	font-size:300em;
	color:#fff;
	border: double; 
	border-color: red;
}
/*
.tooltip {
	padding:10px;
	border: 5px solid #999;
	background-color:#ffffcc;
	width:200px;
	font-family:"Lucida Grande",Verdana;
	font-size:10px;
	color:#333;
}
*/

.window_darkGrey {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	color: #005a9c;
	/*
	font-family:"Lucida Grande",Verdana;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	min-width:150px;
	min-height:100px;
	*/
	background-color: #333;
}
.window_darkGrey .window_close {
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	height: 32px;
	width: 32px;
	background-image: url("../images/modal_window_close_darkGrey.png");
	cursor: pointer;
}

/* MODAL WINDOW 
#modal_container {
	padding: 5px;
	border: double; 
	border-color: #999;
	overflow: auto;
}
#modal_overlay { background-color: #000; }

#closeModalWindowImg { 
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	cursor: pointer;
}*/
/* default containerClassName 
.modal_container_default { 
	color: #005a9c;
	background-color: #fff; 
}
.modal_container_darkGrey { 
	color: #005a9c;
	background-color: #333; 
}*/
/* help containerClassName 
modal_container_help { 
	color: #005a9c;
	background-color: #333; 
}*/