
body {
	background-color: #bbb;
	background-image: url(images/bg/dots.gif);
}

/*  Title */
#title h1 {
	display:block;
	width: 100%;
	padding: 0 0 23px 0;
	margin: 0;
	padding-bottom: 20px;
	font: bold 64px Georgia, "Times New Roman", Times, serif;
	color: #444;
}

#title h1 a {
	display:block;
}


ul.horizontal-list
{
	list-style-type: none;
}
ul.horizontal-list li
{
	float: left;
	margin-left: 10px;
}
ul.horizontal-list a
{
padding: 5px;
}
ul.horizontal-list a:hover
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px ;
	border-radius: 3px ;
	background-color: #444;
	color: #fff;
	
}
/* Logo */
p.linkedText {
	padding: 0;
	margin: 0;
	text-indent:-2000px;
	float: left;
}

p.new_feature 
{
	width: 320px;
	height: 50px;
	margin: 0;
	padding: 20px 0 0 0px;
	text-align: center;
	float: right;
	line-height:18px;
	font: 18px/18px "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	//background-image: url(images/new-feature.png);

	
	background-color: #fcc;
	border: 1px #f00 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#logo p a {
	width: 160px;
	height:230px;
	display:block;
	background:url(images/logo.jpg) no-repeat;
	margin:  10px 10px 30px 80px;
}

/* Buttons */

#appstore p a {
	width:180px;
	height:64px;
	display:block;
	background:url(images/appstore.png) no-repeat;
	margin: 0px;
}

/*--------------*/

#body
{
	clear: both;
}

#body a
{
}
#body a:hover
{
	text-decoration:underline;
}

#body p 
{
	padding-top: 10px;
	text-align: justify;
}

p .text-decoy
{
	margin-right: 20px;
	float: left;
}
p .text-decoy-right
{
	margin-left: 20px;
	float: right;
}

#androidstore p
{
	width:180px;
	height:64px;
	display:block;
	background:url(images/androidmarket_soon.png) no-repeat;
	margin: 10px;
}

#paypal form
{
	float: left;
	padding: 0;
	margin: 0;
}


#paypal fieldset
{
	text-align: center;
	padding: 10px;
	margin: 0;
	border: 0;
	width:180px;
	height:64px;
	display:block;
}



#platforms p span {
	width:180px;
	height:64px;
	display:block;
	background:url(images/platforms_soon.png) no-repeat;
	margin: 10px;
}


div#container 
{
	width: 640px;
	height: auto;
	margin: 18px auto;
	padding: 26px 26px 0 26px;
	background-color: #fff;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer {
  width:100%;
  padding: 10px 0 30px 0;
  text-align: center;
  margin: 30px 0 0 0;
  font-size: .9em;
}

#columnContainer
{
	margin: auto;
}

.column
{
	color: #000;
	width:450px;
	height: 400px;
	float:left;
}

.column h2
{
	padding-top: 30px;
	text-align: center;
	text-transform: uppercase;

}

.game1
{
	background: url(images/left_top.jpg) no-repeat left top;
}

.game2
{
	background: url(images/rigth_top.jpg) no-repeat left top;
}

.game3
{
	background: url(images/rigth_bottom.jpg) no-repeat left top;
}

.game4
{
	background: url(images/left_bottom.jpg) no-repeat left top;
}


/* --- */
#left-alert-tag {
	//background: url(images/alert-tag.png) no-repeat bottom left;
	float: right;
	margin-right: -35px;
	width: 152px;
	height: 42px;
	z-index: 10;
	//text-indent: -9999px;
}


.warning
{
	display: block;
	background-color: #fcc;
	border: 1px #f00 solid;
	padding: 5px;
	margin: 0 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
