﻿@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:#666 url(http://www.sportsdirect.com/images/bootroom/images/bootlas.jpg) no-repeat fixed center top;
	
}

.thrColFixHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #231f20;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-right: auto;
} 

.thrColFixHdr #header {
 	width:1024px;
	height:150px;
	display:block;	
} 
.thrColFixHdr #leftblock {
 	width:512px;
	height:150px;
	float:left;	
	text-align:left;
} 
.thrColFixHdr #rightblock {
 	width:512px;
	height:150px;
	float:right;	
	text-align:right;	
} 


.thrColFixHdr #mainContent {
	background-image:url(http://www.sportsdirect.com/images/marketing/revampboots.jpg);
	width:1024px;
	height:512px;
}

.thrColFixHdr #footer { 
 	width:1024px;
	height:30px;
	background-color:#111111;
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
	font: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:small;
	font-weight:bold;
} 

a.whitecastle:link, a.whitecastle:visited {
	padding-left:20px;
	font: VArial, Helvetica, sans-serif;
	color:#231f20;
	font-size:small;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
}

a.whitecastle:hover {
	padding-left:20px;
	font: Arial, Helvetica, sans-serif;
	color:#231f20;
	font-size:small;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

.thrColFixHdr #store {
	clear:left;
	float:left;
	text-align:left;
	width:330px;
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
	margin-left:20px;
	padding-left:20px;
	background-image:url(http://www.sportsdirect.com/images/marketing/backboots.png);	
	font-weight:bold;
} 

.thrColFixHdr #range { 
	clear:right;
	float:right;
	text-align:right;
	background-image:url(http://www.sportsdirect.com/images/marketing/backboots.png);
	width:330px;
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
	margin-right:20px;
	padding-right:20px;
	font-weight:bold;
} 

a.stylesa {
	color:#333;
	font: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	text-decoration:none;
	text-transform:uppercase;
	height:30px;
	font-weight:bold;
}
a.stylesa:hover {
	text-decoration:underline;
}

.thrColFixHdr #boots { 
 	width:1024px;
	height:512px;
} 

#prepage {
	width: 1024px;
	height: 695px;
}
