/* ---------- MAIN TWO COLUMN LAYOUT ------------ */

#inner-wrap {
	width:720px;
	margin:0 0 0 16px;
	margin-top:15px;
	padding-bottom:20px;
	overflow:hidden;
}

#column-left {
	width: 215px;
	float: left;
}

#column-right {
	width: 490px;
	float: right;
}


/* ---------- NICE MENU ------------ */

ul.nicemenu {
	background: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	width: 215px;
	list-style-position: outside;
	overflow: hidden;
}

ul.nicemenu li {
	line-height: 30px;
	border: 1px solid #e9e9e9;
	border-top: 0;
	display: block;
}

ul.nicemenu li.active {
	background: #55ae55 url(/pokerimages/nicemenu_active_bg.jpg) 0 0 repeat-x;
	border-color: #55ae55;
}

ul.nicemenu li.active ul li {
	background: #55ae55;
}

ul.nicemenu li.active a, ul.nicemenu li.active ul li a {
	color: #fff;
}

ul.nicemenu li a {
	display: block;
	width: 205px;
	padding-left: 8px;
	text-decoration: none;
	color: #4b4b4b;
	font-size: 12px;
	font-weight: bold;
}

ul.nicemenu li a:hover {
	color: #333;
	background: #f9f9f9;
}

ul.nicemenu.no-hover li a:hover {
	background: #fff;
	color: #4b4b4b;	
}

ul.nicemenu li.active a:hover, ul.nicemenu li ul li a:hover {
	color: #fff;
	background: #55ae55;
}

ul.nicemenu li.active a:hover {
	background: #55ae55 url(/pokerimages/nicemenu_active_bg.jpg) 0 0 repeat-x;
}

ul.nicemenu li.active ul li a:hover {
	background-image: none;
	text-decoration: underline;
}

ul.nicemenu li.alt a, ul.nicemenu.no-hover li.alt a:hover {
	background: #e9e9e9;
}

ul.nicemenu li ul {
	display: none;
	background: #55ae55;
	margin-bottom: 0;
	padding-bottom: 10px;
}

ul.nicemenu li.active ul {
	display: block;
}

ul.nicemenu li ul li {
	border: 0;
	line-height: 16px;
}

ul.nicemenu li ul li a {
	padding-left: 20px;
	font-weight: normal;
}

ul.nicemenu li.active ul li.active a {
	font-weight: bold;
}

ul.nicemenu li.active ul li.active a:hover {
	text-decoration: none;
}

h3.nicemenu {
	line-height: 30px;
	background: #226f2f url(/pokerimages/nicemenu_h3_bg.jpg) 0 0 repeat-x;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

h3.nicemenu a {
	text-decoration: none;
	color: #fff !important;
	display: block;
}

h3.nicemenu a:hover {
	color: #fff;
}



/* ---------- PLATE ------------ */

.plate {
	background: #eaf4de;
	position: relative;	
}

.plate .inner {
	border-left: 1px solid #4ca43b;
	border-right: 1px solid #4ca43b;
	overflow: hidden;
}

.plate .top, .plate .top div, .plate .bottom, .plate .bottom div {
	position: absolute;
	height: 2px;
	width: 245px;
	padding-right: 245px;
	background: url(/pokerimages/plate720t.gif) 0 0 no-repeat;	
}

.plate .bottom, .plate .bottom div {
	background: url(/pokerimages/plate720b.gif) 0 0 no-repeat;
}

.plate .top, .plate .bottom {
	left: 0;
}

.plate .top div, .plate .bottom div {
	right: 0;
	padding: 0;
	background-position: 100% 0;
}

.plate .inner {
	padding: 10px;
}



/* ---------- FADED PUFF ------------ */

.faded-puff {
	float: left;
	width: 235px;
	height: 220px;
	background: url(/pokerimages/faded-puff_bg.jpg) 0 0 no-repeat;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.faded-puff-right {
	margin-right: 0;
}

.faded-puff img {
	display: block;
	height: 80px;
	width: 235px;
	background: #000;
}

.faded-puff h4 {
	padding: 10px 4px 4px 15px;
	font-size: 14px;
}

.faded-puff p {
	padding: 0 15px;
}


/* ---------- ROUNDED BUTTON ------------ */

a.button, button {
	background: url(/pokerimages/btnGreenL2.gif) 0 0 no-repeat;
	border: 0;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-left: 23px;
	float: left;
	text-decoration: none;
	cursor: pointer;
}

a.button span, button span {
	background: url(/pokerimages/btnGreenR2.gif) 100% 0 no-repeat;
	margin: 0;
	padding: 0;
	padding-right: 23px;
	line-height: 23px;
	float: left;
	color: #fff !important;
	white-space: nowrap; 
}

button {
	background-position: 0 1px;	
}

button span {
	height: 23px;
	position:relative; 
	display: block;
}
