img {
border:0;
}

.homepage-container {
	width:890px;
	position:relative;
	float:left;
	background-color:#FFF;
	border:0;
	padding:6px;
}

.homepage-main {
	width:888px;
	position:relative;
	float:left;
	border:1px solid #dedede;
	margin-bottom:5px;	
}

/* Box Shadows */
.homepage-main, .secondary-content, .tertiary-content, .brands {
	box-shadow:1px 1px 3px #999;
	-moz-box-shadow:1px 1px 3px #999;
	-webkit-box-shadow:1px 1px 3px #999;
}

/* Secondary Content Rollover Styles */
.secondary-content {
	width:888px;
	height:60px;
	position:relative;
	float:left;
	background-color:#000;
	border:1px solid #dedede;
	margin:0;
	padding:0;
	margin-bottom:4px;
}


.secondary-content ul {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	display:inline;
}

.secondary-content ul li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	border-right:1px solid #CCC;
}

.secondary-content ul li:last-child {
	border-right: none;
	list-style: none;
	display: inline;
	border-right:none;
}


/* Rollover Styles */
ul.secondary-content-ul {
	display:inline;
	float:left;
	height:60px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	display: table;
/*Just add the following properties and values*/
	width: 888px;
	table-layout: fixed;
}

li.secondary-content-radley a, li.secondary-content-women-SS10 a, li.secondary-content-men-SS10 a {
	display:inline; 
	width:295px; 
	height:60px; 
	position:relative;
	float:left;
}

 li.secondary-content-women-SS10 a .rollover {
	display:inline; 
	position:absolute; 
	top:0; 
	left:0;
	width:295px; 
	height:60px; 
	background:url(../images/Women-SS10-on.gif);
}

li.secondary-content-radley a .rollover {
	display:inline; 
	position:absolute; 
	top:0; 
	left:0;
	width:295px; 
	height:60px; 
	background:url(../images/Radley-on.gif);
}



li.secondary-content-men-SS10 a .rollover {
	display:inline; 
	position:absolute; 
	top:0; 
	left:0;
	width:296px; 
	height:60px; 
	background:url(../images/Men-SS10-on.gif);
}


/* Tertiary Content Rollover Styles */
.tertiary-content {
	width:888px;
	height:60px;
	position:relative;
	float:left;
	background-color:#000;
	border:1px solid #dedede;
	margin:0;
	padding:0;
	margin-bottom:5px;
}

.tertiary-content ul {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	display:inline;
}

.tertiary-content ul li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	border-right:1px solid #CCC;
}

.tertiary-content ul li:last-child {
	border-right: none;
	list-style: none;
	display: inline;
	border-right:none;
}


/* Rollover Styles */
ul.tertiary-content-ul {
	display:inline;
	float:left;
	height:60px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	display: table;
/*Just add the following properties and values*/
	width: 888px;
	table-layout: fixed;
}

li.tertiary-content-nine-west a, li.tertiary-content-boots a {
	display:inline; 
	width:443px; 
	height:60px; 
	position:relative;
	float:left;
}

 li.tertiary-content-nine-west a .rollover {
	display:inline; 
	position:absolute; 
	top:0; 
	left:0;
	width:443px; 
	height:60px; 
	background:url(../images/Nine-West-on.gif);
}

li.tertiary-content-boots a .rollover {
	display:inline; 
	position:absolute; 
	top:0; 
	left:0;
	width:444px; 
	height:60px; 
	background:url(../images/Boots-on.gif);
}

.brands {
	width:888px;
	position:relative;
	float:left;
	border:1px solid #dedede;
	margin-bottom:5px;
	background-color:#f6f6f6;
}

.brands ul {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	display:inline;
}

.brands ul li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
}

/* Brand Logo Transparency Rollover */
.img-rollover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
}

.img-rollover:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity:0.80;
opacity:0.80;
}


.newsletter {
	position:relative;
	float:right;
	margin:3px 0;
}