.SpacerFF {
	width: 1px;
	height: 1px;
	font-size: 1px;
}

.ClearFF{
	clear: both;
}

a img{
	border: 0px none;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

a.link{
	text-decoration: underline;
	color: #000000;
}

hr{
	border: none;
	height: 1px;
	background: #bbbbbb;
	margin: 10px 0px 10px 0px;
}


body{
	margin: 0px;
	padding: 0px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffae00 url('../images/mainback.jpg') no-repeat center top;
}


#mainwrapper{
	padding: 0px;
	width: 880px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#shadowwrapper{
	padding: 0px;
	width: 916px;
	background: url('../images/whiteback.png') repeat-y center top;
	margin-left: auto;
	margin-right: auto;
}

#shadowfooterwrapper{
	padding: 0px;
	width: 916px;
	height: 48px;
	background: url('../images/whitebackbottom.png') no-repeat center top;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	float: left;
}

#header{
	background: #ffffff url('../images/headerback.jpg') no-repeat center top;
}

#header h1{
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 50px 0px 10px 0px;
	color: #ffffff;
	background: url('../images/sloganback.png') no-repeat left top;
}

#mainnav{
	background: #ffd67f;
}

#mainnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 2px 5px;
}

#mainnav ul li{
	font-size: 0.85em;
	display: inline;
	padding: 0px 5px 2px 5px;
}

#mainnav ul li.selected{
	background: #ffad01;
}

#leftcolumn{
	width: 650px;
	float: left;
}

#rightcolumn{
	width: 210px;
	padding: 5px 10px 10px 10px;
	float: left;
}

#contentwrapper{
	padding: 5px 10px 10px 10px;
}

#contentwrapper p{
	font-size: 0.9em;
	line-height: 1.6em;
}

#contentwrapper p a{
	text-decoration: underline;
}

#topringtones h2{
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	padding: 1px 0px 2px 5px;
	background: #32c2da url('../images/headingbacks.gif') repeat-x center top;
}

#topringtones a{
	font-size: 0.85em;
}

#topringtones img{
	vertical-align:middle;
	margin: 2px 0px 1px 0px;
}

h1.pagetitle{
	font-size: 2em;
	font-style: italic;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	
}

h2.gameheading{
	font-size: 1.6em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 10px 10px 10px 10px;
	padding: 2px 0px 3px 20px;
	background: #32c2da url('../images/headingbacks.gif') repeat-x center top;
}

h2.gameheadingsmall{
	font-size: 1em;
	color: #ffffff;
	margin: 10px 10px 10px 10px;
	padding: 2px 0px 3px 10px;
	background: #32c2da url('../images/headingbacks.gif') repeat-x center top;
}

.listwrapper{
	width: 500px;
	height: 120px;
	margin: 0px 0px 10px 0px;
	clear: both;
}

.listpicture{
	float: left;
	width: 100px;
}

.listtext{
	float: left;
	width: 350px;
	padding: 0px 0px 0px 20px;
}

.minigamewrapper{
	float: left;
	width: 100px;
	height: 125px;
	text-align: center;
	font-size: 0.8em;
}

.minigamewrapper a:hover{
	text-decoration: none;
}




/* Form */

#EnquiryForm {
	border: 1px solid #999999;
	margin: 30px 0px 30px 50px;
	padding: 20px 50px 20px 50px;
	width: 310px;
}

#EnquiryForm dl {
	margin: 0px;
	padding: 0px;
}

#EnquiryForm dt {
	margin: 2px 0px 2px 0px;
	padding: 3px 0px 0px 0px;
	width: 100px;
	height: 20px;
	float: left;
}

#EnquiryForm dd {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	width: 200px;
	height: 23px;
	float: left;
}

#DetailsofEnquiry {
	margin-top: 5px;
	width: 300px;
	height: 100px;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}

html>body #DetailsofEnquiry{
	width: 302px;
}

.Inputbuttons {
	border: 1px solid #000000;
	padding: 1px 10px 1px 10px;
	color: #000000;
	font-size: 0.85em;
	background: #f5f5f5;
	text-decoration: none;
	margin-right: 1px;
	float: right;
}

html>body .Inputbuttons {
	margin-top: 10px;
}

.textfield {
	border: 1px solid #000000;
}

.Required {
	color: #ee0000;
}
