body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {
	position: relative;/*Remove me if all goes wrong*/
	width: 934px;
	margin: 0 auto;
	text-align: left;
	
}
#header {
	position: relative;
	height: 100px;
	background-color:#262626;
	background-image:url(../images/backgrounds/header-background.jpg);
	background-repeat: repeat-x;
}
#header img.logo {
	margin:27px 0 0 25px;
}
#nav1 {
	float: left;
	/*height: 26px;*/
	width: 934px;
	background-color:#262626;
	background-image:url(../images/backgrounds/tab-background.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	/*overflow: hidden;*/
}
#nav2 {
	float: left;
	clear: both;
	min-height: 22px;
	width: 934px;
	border-bottom: 8px solid #FFFFFF;
	background-color:#FF0000;
}
/* Gives IE 6 and below the height which treats it as min-height as min-height is not supported*/
* html #nav2 {
	height: 30px;
	he\ight: 22px;
}
#columnholder {
	width: 934px;
	background-color:#FFFFFF;
	background-image: url(../images/backgrounds/column-dividers-3.gif);
	background-repeat: repeat-y;
	
}
#maincontent {
	float: left;
	width: 552px;
	margin-left: 21px;
	display: inline; /*IE Double Margin Bug*/
}
#sidebar1 {
	float: left;
	width: 170px;
}
#sidebar2 {
	float: right;
	width: 170px;
}
.clear {
	clear: both;
	height: 0;
	font-size:0;
}
#footer {
	clear: both;
	border: 1px solid #CCCCCC;
	background-color:#E6E6E6;
	margin: 10px 0;
	padding: 3px 2px;
	text-align:center;
}
#logofooter {
    clear: both;
    border-top: 1px solid #CCCCCC;
    background-color:#FFFFFF;
    margin: 10px 0;
    padding-top: 10px;
    text-align:center;
}
#logofooter img {
    margin: 0 20px;
}
.containertype1 {
	border: 1px solid #CCCCCC;
	background-color:#E6E6E6;
	margin: 0 0 10px 0;
	padding: 5px;
	min-height: 136px;
}
/* Gives IE 6 and below the height which treats it as min-height as min-height is not supported*/
/* hide this from IE5 Mac \*/
* html .containertype1 {
	height: 148px;
	he\ight: 136px;
}
/* End Mac Hack*/
.loggedinbasket {
	margin: 0 7px 0 0;
}
#companylogo {
	width: 170px;
	text-align: center;
	min-height: 170px;
	margin: 0 0 10px 0;
}
/* Gives IE 6 and below the height which treats it as min-height as min-height is not supported*/
/* hide this from IE5 Mac \*/
* html #companylogo {
	height: 170px;
}
/* End Mac Hack*/
/*General bits*/
.welcomeimg { /*Adds a 10 pixel white space to the bottom of the image to hide the vertical lines from the background*/
	background-color:#FFFFFF;
	padding-bottom: 10px;
}
.imgb {
	margin-bottom: 10px;
}
.imgfloat {
	clear:both;
	float:left;
	margin: 0 10px 10px 0;
}
img {
	border:none;
}
/*Add spacing between sidebar1 company images*/
#sidebar1 #sideadverts img {
	margin-bottom: 10px;
}
/*Add spacing for editorial adverts. */
#sidebar2 .editorialimage {
	margin-bottom: 10px;
}

/*This is for top sellers*/
table.thumbnailholder {
 width: 158px;
 border-collapse:collapse;
 font-size: 0.9em;
 margin: -5px 0 0 0;
 padding: 0;
 table-layout:fixed;
 overflow: hidden;
}
table.thumbnailholder td {
 padding: 5px 0 5px 0;
 vertical-align:top;
 text-align: left;
 border-bottom: 1px solid #666666;
}
table.thumbnailholder col.tnhcol1 {
 width: 55px;
}
table.thumbnailholder col.tnhcol2 {
 width: 103px;
}

/*This is for Recently Viewed */
table.recentholder {
 width: 158px;
 border-collapse:collapse;
 font-size: 0.9em;
 margin: -5px 0 0 0;
 padding: 0;
 table-layout:fixed;
 overflow: hidden;
}
table.recentholder td {
 padding: 5px 0 5px 0;
 vertical-align:top;
 text-align: left;
 border-bottom: 1px solid #666666;
}
table.recentholder col.recentcol1 {
 width: 55px;
}
table.recentholder col.recentcol2 {
 width: 103px;
}

table.recentholder td img{
 margin-top: 3px;
}

/*125 Years Celebrating*/
img#celebrating {
    position: absolute;
    top: 22px;
    left: 620px;
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	background: #000;
	z-index: 1000;
}
.overlay {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}
#overlay * {
	opacity: 0.1;
}