/*layout*/
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 130px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


* {
  font-family:Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
br.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}
#wrapper { width:960px;
}
#header h1 a {
	display:block;
    text-indent:-9000px;
    background-image:url(/images/holding/shop_sheffield_logo.png);
    background-position:top left;
    background-repeat:no-repeat;
    padding:0px; 
    width: 93px;
    height: 95px;
	float:left;
	margin:10px;
}
#header {
	height:130px;
}
#header h2 {
	font-size:22px;
	margin:31px 0 3px;
	float:left;
}
#header h3 {
	font-size:17px;
	margin:0;
	font-weight:normal;
	color:#999999;
	float:left;
	clear:left;
	width:469px;
}
#header h3 span {
	display:block;
	background-image:url(/images/holding/play_arrow.png);
	background-repeat: no-repeat;
	background-position:top;
	width:25px;
	height:17px;
	float:right;
	margin:-7px 0 0;
}
#titles {
	float:left;
	width:700px;
	margin:20px 0 0 10px;
}
#game {
	width:940px;
	height:580px;

}
#footer {
	background-color:#505050;
	background-image:url(/images/holding/footer.png);
	background-repeat: repeat-x;
	background-position:top;
	
}
#footer_inner {
	position:relative;
	width:940px;
	height:130px;
	margin:0 auto;
}
#left_links {
	width:410px;
	float:left;
}
#left_links a {
	color: #CCCCCC;
}
#left_links a:hover {
	color:#CADE00;
}
a#sheffieldcitycentre {
	padding:13px 0 0 0;
	float:left;
	font-size:15px;
	text-decoration:none;
}	
#other_sites {
	background-color:#FFFFFF;
	width:410px;
	height:88px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#other_sites a {
	background-image:url(/images/holding/other_sites.jpg);
	background-repeat: no-repeat;
	text-indent:-9000px;
	display:block;
	float:left;
}
#shop {
	width:86px;
	height:88px;
	background-position:top left;
}
#shop:hover {
	background-position:bottom left;
}
#event {
	width:167px;
	height:88px;
	background-position: -86px 0px;
}
#event:hover {
	background-position:-86px -88px;
}
#eat {
	width:157px;
	height:88px;
	background-position: -253px 0px;
}
#eat:hover {
	background-position:-253px -88px;
}
#right_links {
	width:353px;
	height:41px;
	position:absolute;
	top:10px;
	right:0px;
}
#right_links a {
	background-image:url(/images/holding/right_links.png);
	background-repeat: no-repeat;
	text-indent:-9000px;
	display:block;
	float:left;
}
#creative {
	width:127px;
	height:41px;
	background-position:top left;
}
#creative:hover {
	background-position:bottom left;
}
#chamber {
	width:146px;
	height:41px;
	background-position: -127px 0px;
}
#chamber:hover {
	background-position:-127px -41px;
}
#council {
	width:65px;
	height:41px;
	background-position: -273px 0px;
}
#council:hover {
	background-position:-273px -41px;
}
#siteby {
	display:block;
    text-indent:-9000px;
    background-image:url(/images/holding/am.png);
    background-position:top right;
    background-repeat:no-repeat;
    padding:0px 38px 0 0; 
    width: 40px;
    height: 17px;
	margin-top:0px;
	line-height:9px;
	position:absolute;
	bottom:10px;
	right:29px;
}


#siteby:hover {
	background-position:bottom right;
	text-indent:0px;
	text-decoration:none;
	text-align:right;
	color: #fff;
	font-size: 0.8em;
}

#no_game {
  margin: 20px 0;
}

h2#page_title {
  margin-bottom: 20px;
}

#errorExplanation {
  margin-bottom: 20px;
}

#retailersregister a {
	color: #079837;
	text-decoration: none;
}

#retailersregister a:hover {
	color: #079837;
	text-decoration: underline;
}



#retailersregister {
	color: #079837;
	font-size: 11px;
	position:relative;
	right:-768px;
	top:0px;
	width: 148px;
	background: #EFEFEF;
	text-align: center;
	padding: 5px;
}

/* ==================== login form ===================== */
#login_form {
	margin:40px 0 0 40px;
}
#login_button input {
	background-color:#079837;
	border-style:none;
	clear:both;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	margin-left:236px;
	margin-top:12px;
	padding:3px;
	width:53px;
	
}
#login_wrapper form {
	margin-top:20px;
	
}
#login_form {
	height: 210px;
	width: 500px;
/*	float:left;
	position:relative;*/
	
}
.content p.password {
	margin:0px;
}
.password input, .login_email input {
	height:18px;
	width:170px;
	border-color:#AAAAAA;
	font-size:1.0em;
	padding:3px;
}
#login_intro {
	margin-top:-5px;
}
p.login_email {
	margin-bottom:15px;
}
#login_form label {
	font-weight:bold;
	display:block;
	width:225px;
	float:left;
	margin-right:5px;
	text-align:right;
	padding:3px;
}
#login_form label span {
	font-weight:normal;
}
.login_bottom_info {
	margin-top:34px;
	margin-left:90px;
	color:#676767;
}
.login_bottom_info p {
	margin:2px;
	padding:4px;
}
#forgotpass {
	float:left;
	font-size:10px;
	font-style:italic;
	margin-left:236px;
	margin-top:4px;
}
