#footer {
	display:block;
	width: 968px;
	/* height: 236px; */
	margin: 0 auto;
	background: #580A00 url(images/casinopacha_footer_background.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	position:relative;
}

#footer .column_holder{
	float:left;
	background: transparent url(images/casinopacha_footer_separator.gif) no-repeat right top;
	height:206px;
	padding:20px;
	padding-bottom:0px;
	min-width:96px;
}

#footer .category_title{
	font-size:12px;
	color:#ffcc99;
	text-transform:uppercase;
	font-weight:bold;
}

#footer ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer ul li{
	margin-top:7px;
}

#footer ul li a{
	color:#ffffff;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#d90000;
}
#footer .copyright_notice{
	padding-top:20px;
	padding-right:10px;
	padding-left:10px;
	margin-left:420px;
	padding-bottom:10px;
	/* height:200px; */
}
#footer .copyright_notice p{
	margin-top:10px;
}
#footer .copyright_notice a{
	color:#FFCC99;
	text-decoration:none;
}
#footer .copyright_notice a:hover{
	color:#d90000;
}

#footer .logos{
	position:static;
	display:block;
	margin-top:10px;
}
#footer .logos a#responsible_gaming{
	background: no-repeat left top; 
	width:125px; 
	height:24px;
	display:block; 
	float:right;
}
#footer .logos a:hover#responsible_gaming{
	background-position:left bottom;
}

#footer_toggle{
	text-align:center;
	padding:0px;
	margin:0px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:968px;
	height:26px;
	clear:both;
	cursor:pointer;
	background: transparent url(images/casinopacha_game_background.gif) repeat left bottom;
}
.footer_toggle_btn{
	background:transparent url(images/casinopacha_footer_arrow_close.jpg) no-repeat left top;
	border:none;
	padding:0px;
	margin:0px;
	width:21px;
	height:16px;
	cursor:pointer;
}
.footer_toggle_btn2{
	background:transparent url(images/casinopacha_footer_arrow_open.jpg) no-repeat left top;
	border:none;
	padding:0px;
	margin:0px;
	width:21px;
	height:16px;
	cursor:pointer;
}
#footer_toggle:hover button{
	background-position:left bottom;
}