body {
	text-align: left;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
}


h1, h2, h3 {
	color: #333;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
	margin: 20px 0 10px 0;
}

a {
	outline: none;
}

hr {
	height: 1px;
	background: #ccc;
}

strong {
	color: #333;
}

td {
	vertical-align: top;
}

#content_detail textarea {
	height: 120px;
}

#content_detail input, textarea, select {
	border: 1px solid #aaa;
	padding: 5px;
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.4em;
}

#content_detail input:focus, textarea:focus, select:focus {
	background: #f3f3f3;
	border: 2px solid #666;
	padding: 4px;
}

.pagecontainer {
	width:960px;margin:0 auto;
	background: url(../img/mainbg.png) center top;
}

p {
	font-family: Tahoma;
	font-size:1.1em;
}

#header_wrap, #topnav_wrap, #content_wrap, #footer_wrap {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#header_wrap {
	position: relative;
	height: 402px;
}

#homelink {
	background: url(../img/homelink.png) no-repeat;
	width: 61px;
	height: 59px;
	position: absolute;
	left: 0;
	top: 0;
}

#clubmenu {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 999;
	width: 480px;
	height: 30px;
}

#clubmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#clubmenu li {
	padding: 0;
	float: left;
	height: 30px;
	width: 160px;
	background-position: 0px 0px;
	text-indent: -9999px;
}

#clubmenu li a {
	height: 30px;
	width: 160px;
	display: block;
}

#clubmenu_karaoke:hover, #clubmenu_bowling:hover, #clubmenu_iceskate:hover {
	height: 30px;
	width: 160px;
	background-position: 0px -30px;
}

#clubmenu_karaoke {
	background-image: url(../img/clubmenu_karaoke.png);
}

#clubmenu_bowling {
	background-image: url(../img/clubmenu_bowling.png);
}

#clubmenu_iceskate {
	background-image: url(../img/clubmenu_iceskate.png);
}


#headertheme {
	z-index: 1;
	width: 960px;
	height: 402px;
}

#topnav_wrap {
	background: url(../img/topnav_bg.jpg) repeat-x left center;
	height: 44px;
}

#topnav {
	background: none;
	width: 906px;
	height: 44px;
	float: left;
	padding: 0 20px;
	margin: 0;
	text-align: center;
}

#topnav_l {
	background: url(../img/topnav_l.jpg) no-repeat left center;
	width: 27px;
	height: 44px;
	float: left;
}

#topnav_r {
	background: url(../img/topnav_r.jpg) no-repeat right center;
	width: 27px;
	height: 44px;
	float: right;
}

#content_wrap {
	width: 910px;
	margin: 0 auto;
}

#content_t {
	background: url(../img/content_t.png) no-repeat center;
	width: 900px;
	height: 12px;
	padding: 0 5px;
	clear: both;
}

#content {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-width: 0 1px 1px;
	margin: 0 5px 20px;
	width: 848px;
	padding: 0 25px;
	clear: both;
	float: left;
	min-height: 400px;
	position: relative;
	height: 100%; /* for IE */
	min-height: 100%; /* for CSS2 compliant browers */
}

.secthead_wrap {
	clear: both;
	border-bottom: 1px #dcdcdc solid;
	float: left;
	width: 100%;
	margin: 15px 0 20px;
}

.secthead {
	float: left;
	vertical-align: middle;
	padding-top: 15px;
}

.themeicon {
	float: right;
	margin: 5px;
}

#content_detail {
	width: 638px;
	float: left;
	margin: 0;
	padding-right: 14px;
	border-right: 1px #ddd solid;
	min-height: 400px;
}

#content_rightcol {
	width: 180px;
	float: left;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 0 15px;
	padding: 10px 0;
}

#sidebar {
	margin-bottom: 10px;
}

#sidebar a.buttonbanner {
	margin-bottom: 10px;
	display: block;
}


#content_rightcol .banner {

}

.subscribe {
	font-size: 1em;
	color: #666;
	cursor: pointer; cursor: hand;
	padding: 4px;
	margin-bottom: 15px;
	border: 2px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.subscribe:hover {
	background: #ddd;
	border-color: #999;
	color: #000033;
}

.subscribe img{
	vertical-align: middle;
	margin: 0 5px 5px 0;
	float: left;
}

.subscribe span{

}


/* Section Home */

div.gridlist {
	float: left;
	display: inline-block;
	margin: 20px 23px;
	width: 267px;
	height: auto;
	vertical-align: top;
}

.ib-fix li { display:-moz-inline-box; -moz-box-orient:vertical;
		   display:inline-block; vertical-align:top; word-wrap:break-word; }
* html .ib-fix li { display:inline; }
* + html .ib-fix li { display:inline; }
.ib-fix li > * { display:table; table-layout:fixed; overflow:hidden; }

ul.gridlist li > *, div.gridlist > * { width:244px; margin-left: 12px; margin-right: 12px; }      /* for all other browser */

ul.gridlist {
	margin: 0 auto;
}

ul.gridlist li {
	margin: 12px 24px;
	padding: 0;
	list-style: none;
}

.gridlist h3 a {
	color: #000066;
	display: block;
	background: #eee;
	padding: 4px 0;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 5px;
}

.gridlist h3 a:hover {
	background: #ddd;
}

.gridlist .thumb {
	background: url(../img/featured_thmframe.jpg) no-repeat center top;
	width: 240px;
	height: 160px;
	padding: 4px 12px;
	margin: 0;
	clear: both;
}

.gridlist .thumb span {
	text-align: center;
	display: block;
	margin-top: 65px;
	color: #ccc;
	font-weight: bold;
}

.gridlist .thumb img {
	width: 240px;

}

.gridlist h2 {
	clear: both;
	margin-bottom: 4px;
	line-height: .9em;
	font-size: 1.2em;
	font-weight: bold;
}

.gridlist p {
	margin-bottom: 0;
}

.gridlist a {
	color: #333;
	text-decoration: none;
}

.gridlist .date {
	color: #999;
}

.gridlist .intro {

}

/* News Article Listing */
.article_item, #intro {
	background: url(../img/horzdiv.jpg) no-repeat center bottom;
	padding-bottom: 18px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	clear: both;
}

.article_item:hover {
	background-image: url(../img/horzlist_h.jpg);
}

.article_item .sqrthm {
	background: url(../img/events_thmframe.jpg) no-repeat 50% 50%;
	width: 100px;
	height: 100px;
	padding: 5px;
	margin-right: 20px;
	float: left;
}

.article_item .title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 7px;
	text-align: left;
}

/* Article Detail */

.mainimg {
	background: url(../img/largeimg_frame.png) no-repeat center top;
	width: 562px;
	height: 352px;
	padding: 6px 14px;
	clear: both;
	margin: 0 auto;
}

.mainimg img {
	border: 1px solid #e3e3e3;
}

#content_detail h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	color:#333;
	font-size: 2.6em;
}

#content_detail .date {
	font-size: .9em;
}

#content_detail .detail {
	margin-left: auto;
	margin-right: auto;
	width: 562px;
}

/* Branch Page */
h1#branchhead {
	text-align: left;
	font-size: 1.8em;
	margin-top: 0;
	font-weight: bold;
	letter-spacing: 1px;
}

span.branch_complexhead, span.branch_locationhead {
	display: inline-block;
	padding-top: 18px;
}

span.branch_locationhead {

}

span.branch_brandhead {
	display: block;
	float: left;
	height: 40px;
	text-indent: -9999px;
	clear: right;
}

.branch_brandhead.blu-o {
	background: url(../img/blu-o_logo.jpg) no-repeat;
	width: 114px;
}

.branch_brandhead.major-bowl-hit {
	background: url(../img/major-bowl-hit_logo.jpg) no-repeat;
	width: 114px;
}

.branch_brandhead.d-cine {
	background: url(../img/d-cine_logo.jpg) no-repeat;
	width: 114px;
}

.branch_brandhead.blu-o {
	background: url(../img/blu-o_logo.jpg) no-repeat;
	width: 114px;
}

div.maincol {

}

div.iconbox {
	background: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin: 20px 0;
}

.branchdata {
	clear: both;
	display: block;
}

.branchmap {
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 10px #eee solid;
	background: #eee;
}

.branchicon {
	background: no-repeat center;
	width: 113px;
	height: 82px;
	margin: 12px;
	position: relative;
	display: inline-block;
}

.branchicon span {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	bottom: 11px;
	right: 12px;
	height: 30px;
	width: 30px;
	text-align: center;
}

.bowlinglane {
	background-image: url(../img/icon_bowlinglanes.png);
}

.karaokeroom {
	background-image: url(../img/icon_karaokeroom.png);
}

.snookertable {
	background-image: url(../img/icon_snookertable.png);
}

.platinumroom {
	background-image: url(../img/icon_platinumroom.png);
}

ul.branchlist {
	list-style: none;
	padding: 0;
	width: 297px;
	float: left;
	margin: 0 11px;
}
ul.branchlist li {
	padding: 0 5px;
	background: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 3px 0;
}

ul.branchlist li a {
	padding: 2px 6px;
	display: block;
	border-bottom: 1px #eee solid;
	border-top: 1px #fcfcfc solid;
	background: #f9f9f9;
	text-decoration: none;
}

ul.branchlist li a:hover {
	background: #efefef;
	border-bottom-color: #ddd;
	border-top-color: #eee;
}

.content_footer {
	background: #f0f0f0;
	margin-left: -25px;
	margin-top: 20px;
	float: left;
	width: 848px;
	clear: both;
	text-align: center;
	padding: 15px 25px;
}

.content_footer p {
	margin: 0;
}

#footer_t {
	background: url(../img/footer_t.png) no-repeat center;
	width: 944px;
	height: 23px;
	margin: 0 auto;
	clear: both;
}

#footer {
	background: url(../img/footer_bg.png) repeat-y center;
	width: 944px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	text-align: center;
}

#grouplogos {
	margin: 0 70px;
	clear: both;
	height: 40px;
	list-style: none;
	top: -7px;
	position: relative;
}

table.grouplogos {
	top: -7px;
	position: relative;
	margin: 0 3px;
}

#grouplogos li {
	margin: 0 27px;
	padding: 0;
	float: left;
}

#copyright {
	padding: 3px;
	margin: 0 6px;
	background: #ccc;
	color: #666;
	font-size: 12px;
}

/* Branch Selector */

#branchselector {
	position: absolute;
	right: 115px;
	top: 38px;
}

input#branchdropdown_input {
	background: url(../img/branchselect_basebg.gif) no-repeat top left;
	height: 23px;
	width: 141px;
	border: none;
	padding: 21px 0 0 18px;
	padding-right: 50px;
	font-size: .9em;
	color: #666;
}

/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  overflow:auto;
	height: 280px;
	width: 267px !important;
	top: 60px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-topleft: 10px;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  padding: 0;
  margin: 0;
}

/* Selected item in dropdown list and Hover state for dropdown list*/
div.selectbox-wrapper ul li.selected a, div.selectbox-wrapper ul li a:hover{ 
	color: #333;
	border: 2px solid #999;
	-moz-border-radius: 10px;
	padding: 1px 5px;
	background: #ccc;
}

div.selectbox-wrapper ul li a {
  display:block;
  margin:0;
  cursor:pointer;
	border: 2px solid #fff;
	-moz-border-radius: 10px;
	padding: 1px 5px;
	color: #666;
	text-decoration: none;
}

/* Look and feel of select box */
.selectbox 
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;/* Resize Font*/
  width : 190px; /* Resize Width */
  display : block;
  text-align:left; 
  background: url('bg_select.png') right;
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}

.delayload {
	display: none;
}

/* Gallery */

.gallery {
	margin: 0 auto;
	padding: 0;
}

.gallery li {
	list-style: none;
	padding: 7px;
	margin: 10px;
	line-height: 0;
	float: left;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.gallery li img {
	width: 150px;
}

.gallery li.newrow{
 	clear: left;
}