/* casinobazar.nl
	(c) 2007 Omines
*/

/* PAGE LAYOUT DEFENITIOMS */
div#page {
	background:white;
}
div#page-header {
	background-image:url(../static/images/header.jpg);
	background-repeat:no-repeat;
	height:112px;
}
div#topmenu {
	height:27px;
	/*background-image:url(../static/images/menu_back.png);*/
	background-repeat:repeat-x;
	margin-left:17px;
	margin-right:18px;
	position:relative;
	top:20px;
}

/* MENU TOP DEFINITIONS*/
div#topmenu ul.leftmenu{
	float:left;
	margin: 0px;
	padding: 0px;
}
div#topmenu ul.rightmenu{
	float:right;
	margin: 0px;
	padding: 0px;
}
div#topmenu ul img{
	border:none;
}
div#topmenu li {
	display:block;
	float:left;
	height:27px;
	padding-left:15px;
	padding-right:25px;
	line-height:27px;
	background-repeat:no-repeat;
	background-position:right;
}
div#topmenu img{
	padding-top: 8px;
}
div#topmenu li.one 		{ background-image:url(../static/images/menu_diamond.png);}
div#topmenu li.two 		{ background-image:url(../static/images/menu_spade.png);}
div#topmenu li.three 	{ background-image:url(../static/images/menu_heart.png);}
div#topmenu li.four 	{ background-image:url(../static/images/menu_club.png);}
div#topmenu li.end 		{ padding-right:15px;}

/* PAGE DEFENITIONS*/
div#page-header h2 {
	/*background-image:url(../static/images/logo.png);*/
	background-repeat:no-repeat;
	position:relative;
	left:31px;
	height:56px;
	width:373px;
	padding:0;
	margin:0;
}
div#page-header h2 a {
	display:block;
	height:100%;
	width:100%;
}
div#page-header span{
	display:none;
}
