/* <!-- */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#FFFFFF;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color:#369;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	margin:.3em 0 .2em 0;
	padding:0;
}

h1 {
	padding-left:30px;
}

h1 img {
	border:medium none;
	margin-left:-28px;
	margin-top:2px;
	position:absolute;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

/* Top line styles */

#topline {
	background:url("http://www.moneypokersites.org/images/languages.gif") repeat scroll 0 0 transparent;
	clear:both;
	width:962px;
	margin:0 auto;  
	text-align: center;
	height:24px;
	color: #ffffff;
}
#topline {
	border-bottom:1px solid #000;
}
#topline p,
#topline h1,
#topline h2 {
	padding:4px 15px 0 15px;
	margin:0;
}

#topline a {
	color:#FFFFFF !important;
}

/* Header styles */
#header {
	background:url("http://www.moneypokersites.org/images/boxes.gif") repeat scroll 0 0 transparent;
	clear:both;
	width:962px;
	height:196px;
	margin:0 auto;  
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	width:960px;				/* width of whole page */
	margin:0 auto; 
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
	background:#fff;    	/* Right column background colour */
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-191px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:382px;         	/* Left column width + right column width */
	background:#fff;    	/* Left column background colour */
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:191px;        	/* Width of left column */
	/* padding-bottom:1em; 	Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	background:url("http://www.moneypokersites.org/images/content_bg.gif") repeat-y scroll 0 0 transparent;
	padding: 10px 25px 0 25px;
	/*margin:0 215px;     	 Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:2110px;
	width: 530px;
	overflow:hidden;
	min-height:1250px;
}
.holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:171px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	padding: 0 10px 0 10px;
	/*right:15px;         	 Width of the left-had side padding on the left column */
}
.holygrail .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:171px;        	/* Width of right column content (right column width minus left and right padding) */
	/*margin-right:45px;  	 Width of right column right-hand padding + left column left and right padding */
	position:relative;
	padding: 0 10px 0 10px;
	left:50%;
}
/* Footer styles */
#footer {
	clear:both;
	width:962px;
	margin:0 auto; 
	border-top:5px solid #696969;
	background: #fff;
	text-align: center;
}
#footer p {
	padding:10px;
	margin:0;
}
/* --> */

/* Left & Right Navs */
.holygrail .col2 .col2-heading {
	height: 40px;
	text-align: center;
	padding-top: 7px;
	color: #ffffff;
	width:210px;
	margin-left:-20px;
	background:url("http://www.moneypokersites.org/images/right_head.gif") repeat-x top left;
}

.holygrail .col2 .col2-heading a {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:0.9em;
}

.holygrail .col2 .col2-heading a:hover {
	text-decoration:underline;
}

.holygrail .col2 .col2-content {
	margin-left:-10px;
	margin-top:-16px;
	padding-top:6px;
	text-align:center;
	width:190px;
	background:url("http://www.moneypokersites.org/images/col-content-bg.jpg") repeat-x top left;
}

.holygrail .col3 .col3-heading {
	height: 40px;
	text-align: center;
	padding-top: 7px;
	color: #ffffff;
	width:210px;
	margin-left:-19px;
	background:url("http://www.moneypokersites.org/images/right_head.gif") repeat-x top left;
}

.holygrail .col3 .col3-heading a {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:0.9em;
}

.holygrail .col3 .col3-heading a:hover {
	text-decoration:underline;
}

.holygrail .col3 .col3-content {
	margin-left:-9px;
	margin-top:-16px;
	padding-top:6px;
	text-align:center;
	width:190px;
	background:url("http://www.moneypokersites.org/images/col-content-bg.jpg") repeat-x top left;
}

/* 468 x 60 header banner and skyscraper banner */
#header #adbanner #adbannerlink {
	background: url("http://www.moneypokersites.org/images/cherry-red-468.gif");
	width: 468px;
	height: 60px;
	position:relative;
	top: 48px;
	float: right;
	margin-right: 35px;
}
#header #adbanner a {
	width: 468px;
	height: 60px;
	text-indent: -9999px;
}

#adbanner2 {
	width: 468px;
	height: 60px;
	position:relative;
	top: 48px;
	float: right;
	margin-right: 20px;
	z-index: 999;
}
#adbanner2 a {
	width: 468px;
	height: 60px;
}

.banners_skyscraper {
	margin:0 auto 15px;
	width:120px;
}

/* Navigation bar */
div#navigation {
	margin-top:160px;
	padding:0;
	position:absolute;
}

/* Header logo link */
#header #logo {
	width: 430px;
	height: 150px;
	display: block;
	float: left;
	text-indent: -9999px;
}

/* Table styling */

/* 
	Clean and crisp table styles
	written by Mats Lindblad http://blogs.su.se/matlin/
*/

table {
	font: normal 75%/150% Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 3px solid #999999;
	border-top: 5px double #999999;
	border-bottom: 5px double #999999;
	margin-bottom:15px;
}
th {
	font: bold 1.1em/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
thead th {
	border: 1px solid #999999;
	white-space: nowrap;
	background: #F6F6F6;
}
tbody td ,tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #999999;
}
tbody tr.odd td, tbody tr.odd th {
	background: #F6F6F6;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}

  
/* Side Nav Styling */
ul.sidenav {
	list-style-type:none;
	margin-bottom:20px;
}

ul.sidenav li {
	width:155px;
	height:21px;
	background:url("http://www.moneypokersites.org/images/sidenav-links-bg.gif") no-repeat;
	margin:0 auto 5px;
	padding-top:4px;
}

ul.sidenav li:hover {
	background:url("http://www.moneypokersites.org/images/sidenav-links-bg-hover.gif") no-repeat;
}

ul.sidenav li a {
	font-weight:bold;
	font-size:0.9em;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:150px;
	height:25px;
}

ul.sidenav li a:hover {
	color:#FFFFFF;
}
