@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/canada-pattern.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0 0 15px 0;
}
p {
	margin:0 0 10px;
	padding:0;
}
#mainbox {
	background-image: url(images/mainbox-bgk.jpg);
	background-repeat: repeat-y;
	width:764px;
	display:block;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

th {
	font-size:11px;
	color:#FFFFFF;
	background:#990000;
	padding:4px;
	font-weight:bold;
}

a:hover {color:#FF0000;}

hr {width:50%; margin:15px 0 15px 0;}

.back2top a {
	font-size:10px;
	background:#FFECE9;
	padding:5px;
	color:#FF0000;
	float:right;
	margin-bottom: 15px;
	display: block;
}
.back2top a:hover { color:#000000; }

/*-- Header -- */
.header {
	display:block;
	width:752px;
	height:143px;
	padding:0;
	margin:0;
	background-image:url(images/poker-in-canada-header.jpg);
	background-repeat:no-repeat;
	text-align: right;
}

/*-- Menu Bar -- */
.menubar {
	display:block;
	width:752px;
	height:30px;
	background-image:url(images/menubar-bgk.jpg);
	background-repeat:repeat-x;
	margin:1px 0 1px 0;
	font-size:12px;
}
.menubar ul{ padding:7px 0 0 0 ; margin:0; }
.menubar li{ border-left: 1px solid #999999; padding:0px 7px 0px 7px; display:inline-block; display:-moz-inline-stack; zoom:1; *display:inline;}
.menubar li:first-child{ border-left: none; }
.menubar li a{ color:#000000; text-decoration:none; font-weight:bold;}
.menubar li a:hover {text-decoration:underline; color:#CC0000;}

/*-- Sub Menu -- */
.submenu {
	display:block;
	margin:0px 0 10px 0;
	font-size:11px;
	padding:0;
	border:1px solid #FF0000;
	border-top:none;
	text-align:center;
}
.submenu ul{ padding:0; margin:0 0 5px 0;  }
.submenu li{ border-left: 1px solid #000000 ; padding:0px 6px 0px 6px; display:inline-block; display:-moz-inline-stack; zoom:1; *display:inline;}
.submenu li:first-child{ border-left: none; }
.submenu li a{ color:#FF0000; text-decoration:none; font-weight:bold;}
.submenu li a:hover {text-decoration:underline; color:#000000;}

/*-- Footer -- */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	margin-top:15px;
	display:block;
	width:752px;
}
.footer img {
	margin:5px 0 10px 0;
}
.footer a {
	color:#999999;
}
.footer a:hover {
	color:#FFFFFF;
}

/*-- Content --*/
.content {
	display:block;
	width:722px;
	min-height:300px;
	padding:15px;
	margin:0;
	background-color:#FFFFFF;
	text-align:left;
	font-size:12px;
}
.hometxt {
	font-size: 12px;
	font-weight: normal;
	width:532px;
	height:236px;
	display:block;
	float:left;
	background:#FFFFFF;
	text-align:left;
}
.hometxt ul {
	color:#FF0000;
}
.hometxt li {
	margin-bottom:10px;
	color:#000000;
}	
#terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	display: none;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;

}
.promo-teaser {
	display:block;
	width:700px;
	height:105px;
	padding:5px;
	margin:0 0 10px 0;
	border:1px solid #333333;
}
.promo-teaser:hover {background:url(images/promoover-bgk.jpg) right no-repeat}
.promo-teaser img { float:left; padding:0 15px 0 0; background:#FFFFFF; display:block}
.promo-teaser h1 { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; color:#990000; border-bottom:1px solid #999999; padding:5px; margin:0 0 5px 0}
.promo-teaser p { font-size:12px; text-align:left}
.promo-teaser a { font-size:10px; color:#990000;}
.promo-teaser a:hover { color:#000000}
.promo-teaser more {display:block; float:right;}
