/* clear fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.gainlayout {zoom: 1;}

html, body {
padding: 0;
margin: 0;
font-size: 12px;
}

h1,h2,h3,h4,h5,h6,p,input,form,button,select {
padding: 0;
margin: 0;
}

p {
font-weight: normal;
}


/* template specific */
body {
background: url(../images/bg_gold.jpg) top center repeat-x;
font-family: "Helvetica", "Arial";
}

#page {
background: url(../images/bg_mahjong.jpg) center top no-repeat;
min-width: 960px;
/*
padding-bottom: 64px;
*/
}

#canvas {
position: relative;
width: 960px;
margin-left: auto;
margin-right: auto;
}

a {
text-decoration: underline;
}


.footer {
	background: #6B3200 url(../images/bg_footer.gif) repeat-x;
	color: #FFF;
	text-align: center;
}

/* page specific */

a.logo {
position: absolute;
display: block;
top: 0;
left: 0;
width: 154px;
height: 46px;
z-index:99;
}

a.logo[class] {
background: url(../images/farm_present.png) center no-repeat;
}

* html a.logo {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/farm_present.png');
}

a.to_hkm {
position: absolute;
display:block;
width: 176px;
height: 28px;
right: 0;
top:10px;
z-index:99;
}

a.to_hkm[class] {
background: url(../images/to_hkm.png) no-repeat center;
}

* html a.to_hkm {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/to_hkm.png');
}


.tagline {
	position: relative;
	padding: 8px 0 28px 0;
	text-align: center;
}

.sunny {
	position: absolute;
	top: 142px;
	left: 82px;
	z-index: 1;
	width: 332px;
	height: 560px;
}

.sunny[class] {
	background: url(../images/sunny_kok.png) top left no-repeat;
}

* html .sunny {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/sunny_kok.png');
}

.tagline-img {
	position: absolute;
	top: 626px;
	left: 152px;
	z-index: 1;
	width: 642px;
	height: 211px;
}

.tagline-img[class] {
	background: url(../images/tagline.png) top left no-repeat;
}

* html .tagline-img {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/tagline.png');
}

.mahjong {
	position: absolute;
	top: 16px;
	left: 232px;
	width: 466px;
	height: 331px;
}

.mahjong[class] {
	background: url(../images/mahjong.png) top left no-repeat;
}

* html .mahjong {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/mahjong.png');
}

.appstore {
	display: block;
	position: absolute;
	top: 560px;
	left: 372px;
	width: 229px;
	height: 145px;
	cursor: pointer;
	z-index: 1;
}

.appstore[class] {
background: url(../images/ico_appstore.png) left top no-repeat;
}

* html .appstore {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/ico_appstore.png');
}

.demo-wrap {
	position: relative;
	width: 632px;
	height: 496px;
	margin: 268px auto 0;
	z-index: 1;
	overflow: hidden;
}

.demo-wrap .demo {
	position: relative;
	width: 632px;
	height: 645px;
	margin: 0 auto;
}

.demo-wrap[class] .demo {
	background: url(../images/bg_iphone.png) center no-repeat;
}

* html .demo-wrap .demo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/bg_iphone.png');
}


.demo-wrap .screens-wrap {
	position: absolute;
	top: 43px;
	left: 127px;
	width: 384px;
	height: 256px;
	white-space: nowrap;
	overflow: hidden;
}

.demo-wrap .screens {
	position: absolute;
	left: 0;
}

.demo-wrap .screens img {
cursor: pointer;
}

.feature {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.feature p {
	line-height: 18px;
	margin: 1em 0;
}

.feature .highlight {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}

.feature .section {
	margin: 1em 0;
	float: left;
	display: inline;
	width: 600px;
}

.feature .section .entry {
	width: 240px;
	float: left;
	display: inline;
	margin: 2em;
	height: 6em;
}

.feature .section .entry p {
	margin: 0.2em 0;
}



.footer {
	padding: 32px 0 16px 0;
}

.footer .bound {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
}

.footer .bound a {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	margin-left: 24px;
	padding-left: 32px;
	float:left;
}

.footer .cr {
text-align:center;
margin-top:4em;
font-size:10px;
}


.footer .gtLogo {
margin-left: auto;
margin-right: auto;
margin-top: 24px;
display:block;
text-decoration: none;
width: 34px;
height: 33px;
}

.footer .gtLogo[class] {
background: url(../images/logo_gt.png) no-repeat center;
}

* html .footer .gtLogo {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/logo_gt.png');
}

.twitter[class] {
background: url(../images/ico_tweetthis.png) left center no-repeat;
}

* html .twitter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/ico_tweetthis.png');
}

.facebook[class] {
background: url(../images/ico_shareonfacebook.png) left center no-repeat;
}

* html .facebook {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/ico_shareonfacebook.png');
}

.stumbleupon[class] {
background: url(../images/ico_stumbleit.png) left center no-repeat;
}

* html .stumbleupon {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/ico_stumbleit.png');
}

.digg[class] {
background: url(http://digg.com/img/badges/16x16-digg-guy.png) left center no-repeat;
}

* html .digg {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://digg.com/img/badges/16x16-digg-guy.png');
}

.delicious {
background: url(http://l.yimg.com/hr/img/delicious.20.gif) left center no-repeat;
}



.main-link {
	color: #0a6918;
}