/* 
   20081217 DK - Created
   multiple ids as a selector are only used to see, which divs are surrounding that last div id.
*/ 

/*@font-face{
	font-family: "Jenkins v2.0";
	src: url("../font/jenkins.eot");
}*/

#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;
}

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

#subheader #shmrg #logo a{
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
}

/* 
	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: Geneva, Arial, Helvetica, sans-serif;
	height:90px;
	font-size:12px;
	display:block;
	margin: 0 auto;
	text-transform: uppercase;
}

/*
	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:72px;
	left: 210px;
}

/* controls the visibilty of the text that makes up the menu 
*/
#subheader #shmrg #menu #nav a{
	visibility: visible;
}

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

#shopbag a{
	color: #999999;
}

#shopbag .sifr-shopping{
	font-size:9px;
	color: #999999;
}

#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: 25px;
}

/*
	styles for links in main menu items
*/
#subheader #shmrg #menu #nav li a, #subheader #shmrg #menu #nav li a:visited{
	text-decoration:none;
	height:28px;
	color:#48341d;
	line-height:28px;
	overflow:hidden;
	font-size: 12px;
	font-weight: lighter;
	cursor: pointer;
	height: 1em;
}

/*
	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: block;
	margin: 0;
	padding: -15px 0px 0px 0px;
	width:180px;
	font-size:10px;
}

/*
	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: 10px;
	padding: 15px 0px 0px 20px;
}

/*
	set color of the head sub items and change font styles
*/
#leftnavigation-content .sub ul li a{
	font-size: 10px;
	padding: 0px 0px 10px 0px;
	display:block;
	text-decoration:none;
	cursor: pointer;
	height: 1em;
	font-weight: lighter;
}

#leftnavigation-content .sub ul li a b{
	color: #48341d;
}

/*
	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
*/
#leftnavigation-content .sub ul li ul li a{
	font-size: 10px;
	font-weight:lighter;
	padding: 0px;
	margin:0;
	cursor: pointer;
	height: 1.5em;
}

/*
	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: #777777;
}

/*
	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: #777777;
}