body {
	background:url('/wcsstore/common/transp.gif') repeat-x top left;
	margin:0px;
}

.shell_header_bg {
	background:url('/wcsstore/common/en_GB/header_bg_home.gif') top left no-repeat;
}

.shell_leftnav_bg {
	background:url('/wcsstore/common/en_GB/leftnav_bg_home.png') top left no-repeat;
	width:171px;
	height:488px;  /* 8-14-09 Added to Keep height of left nav b/c only 1px was showing when using ABS Pos */
}

/* 8-14-09 Absolutely Positioned to Prevent overlap of main content img if window is resized (not maximized) */
.shell_leftnav_bg img {
	position:absolute;
	top:55px;
	left:0px;
}

/*Added 8-18-09 if ABS Pos, then static image in correct place but Flash & Left Nav Text then move*/
/*.home_content_bg {*/
	/*background-color:white;*/  /*ORIGINALLY Just this*/
	/*background:url('/wcsstore/common/transp.gif')repeat-x top left;
	z-index:14;
}*/

/*Added 8-14-09 ABS POS to force Main Content Img to align exactly with Flash overlay & vertically align with "Women" drop down in Header*/
.home_content_bg img {
	position:absolute;
	top:55px;
	left:171px;
	/*left:177px;*/  /*to vertically align with the Women Drop down in Header*/
	width:797px; 
	height:488px;
}

/*Men's & Women's Dept Links in Main Content Image - TESTING*/
/*#DeptOverLinks {
}

#WmHover {
	position:absolute;
	top:343px;
	left:792px;
	font:"Times New Roman", Times, serif;
	font-size:10px;
	color:#D17C44;
	font-weight:normal;
}

.body_dept_link {
	position: absolute; 
	left: 8px; 
	top: 109px;	
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	color:#5A3C2B; 
	font-size:9pt;
	font-weight:600;
	text-decoration:none;
}*/
/*END TESTING*/ 


/*Textual Left Nav Positioning for Home page*/
.left_nav_home{
	position: absolute; 
	left: 8px; 
	top: 109px;	
}

.spacer{
	line-height:9px;
}

.spacer_5 {
	line-height:5px;
}

/* Content added on Mouse Over */
/*
.after_head:hover:after {
	font-family:Helvetica, Arial, sans-serif;
	content:"\00A0 \00BB";
	color:#2F1F18; 
	white-space:nowrap;
}

.after_subcat:hover:after {
	font-family: Helvetica, Arial, sans-serif;
	content:"\00A0 \00BB";
	color:#FFFFFF; 
	white-space:nowrap;
}
*/
/*End Content added*/

/* Seperator/Divider */
div.seperator {
	margin:0px 0px 0px 10px;
	padding:0px;
	display:block; 
	width: 110px;
	border-bottom: 1px inset #9a8555; /* Beige */
	vertical-align:middle;
	line-height:3px;
}

/*STARCK*/ 	
a.starck {
	padding: 4px 0px 4px 10px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:9pt;
	font-weight:600;
	/*color: #fff;*/ /* WHite */  /*Color Controlled by Master.css*/
	text-decoration:none;
}

/*
.starck:hover {
	padding: 4px 0px 4px 10px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:9pt;
	color:#3C3324; 
	text-decoration:none;
}
*/

.starckT {
	font-size:11pt;
	font-weight:bold;
	/*color: #ED753E;*/ /*Orange*/  /*Color Controlled by Master.css*/
}
/* End STARCK*/

/* Breadcrumb */
#mainnav_breadcrumb {display:none;}

/* LOGO - IT Generated with a GIF */
#logoimg {display:none;}

/* Remove footer Line from Dept Page */
.footer_table {
	border:none;
	margin: 0px 5px 0px 10px; 
}

.footerPad {padding-top:10px;}