/* 
   20081217 DK - Created
*/ 

/* 20090313 GG - Added to fix spacing issue in IE6 */
* html ul li a { height: 1em; }

#header a, #footer a, #breadcrumbs a{
	cursor: pointer;
}

/* set position to relative to position menu absolute */
#subheader #shmrg{
	margin:0 auto;
	position:relative;
	width:900px;
	padding:0 10px;
}

/* position the silver jeans logo */
#subheader #shmrg #logo{
	top:0px;
	padding-top: 10px;
	padding-left: 0px;
	width: 200px;
	float:left;
}

/* 
	div using id menu in subheader
	position div absolute to div subheader
	and reset font size and family to not use settings from main css file
 */
#subheader #shmrg #menu {
	font-family: Helvetica, Arial, sans-serif;
	height:90px;
	font-size:10px;
	display:block;
	margin: 0 auto;
	font-weight: bolder;
}

/*
	the main menu items are in an unordered list using id nav
	set list style to none and reset padding and margin
*/
#subheader #shmrg #menu #nav {
	padding:0; 
	margin:0; 
	float:left;
	list-style: none;
	position:absolute; 
	top:65px;
	left: 210px;
}

/*
	the shopping bag is in the div 'menu'
*/
#subheader #shmrg #menu #shopbag {
	padding:30px 20px 0px 0px; 
	margin: 0px 0px 0px 0px;
	float:right;
	list-style: none;
}

#shopbag a{
	color: #000000;
	text-transform: uppercase;
font-size:12px;
}

#welcome{
	display: inline;
	width: 250px; 
	text-align: right; 
	color: white; 
	font-size: 12px; 
	padding-right:10px;
	position: absolute;
	top: 5px;
	right: 20px;
}

#welcome a{
	text-transform: uppercase;
}

/*
	float list items left and set a right margin for space between items
*/
#subheader #shmrg #menu #nav li {
	float:left;
	margin-right: 20px;
}

/*
	styles for links in main menu items including mens womens and sales
*/
#subheader #shmrg #menu #nav li a, #subheader #shmrg #menu #nav li a:visited {
	height:15px;
	color:#000000;
	line-height:15px;
	overflow:hidden;
	font-size: 16px;
	font-weight: bold;
	padding-bottom:10px;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	vertical-align: bottom;
}

/*
	submenu items for each main menu item are in a div using class "sub"
	left navigation is in seperate file. 
	display is set to block	in javascript file for that menu
*/
#leftnavigation-content .sub {
	display: none;
	margin: 0;
	padding: -15px 0px 0px 0px;
	width:180px;
}

/*
	reset list style for the unordered lists in a submenu
*/
#leftnavigation-content .sub ul{
	margin: 0;
	padding: 0;
	list-style:none;
}

/*
	set font-size and padding from the top
*/
#leftnavigation-content .sub ul li{
	font-size: 16px;
	padding: 15px 0px 0px 0px;
}

/*
	set color of the head sub items and change font styles - HEADER item
*/
#leftnavigation-content .sub ul li a{
	font-size: 14px;
	display:block;
	text-decoration:none;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
}

#leftnavigation-content .sub ul li a b{
	color: #666666;
font-size: 14px;
}


/*
	set width for sub menu items of the sub menu (third level) to 180. 
*/
#leftnavigation-content .sub ul li ul{
	width:180px;
}

/*
	reset the padding, but add a margin to top and bottom of 2px
*/
#leftnavigation-content .sub ul li ul li{
	padding: 0;
	margin:2px 0px;
}

/*
	reset font-size - all sub menu items
*/
#leftnavigation-content .sub ul li ul li a{
	font-size: 14px;
	padding: 0;
	margin:0;
	cursor: pointer;
}

/*
	when the page doesn't reload set the color of the 3rd level active link to a dark blue
*/
#leftnavigation-content .sub ul li ul li a:active{
	color: #CC9900;
}

/*
	set width for 4th level unordered list item
*/
#leftnavigation-content .sub ul li ul li ul{
	padding-left:10px;
	width: 170px;
	display:none;
}

/*
	when the page doesn't reload set the color of the 4th level active link to a dark blue
*/
#leftnavigation-content .sub ul li ul li ul li a:active{
	color: #99CCFF;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         