/******************* resets ******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
dfn,  font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
	background: transparent;
}
body {
	line-height: normal;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************* End Resets ******************************/

#sageWrapper {
	margin:0 auto;
	width: 940px;
	position:relative;
	padding:0 10px;

}
#sageHeader {
	position:relative;
	/*padding:0 10px;*/
	width:940px;
	height:145px;
}
#sageSubHeader {
	/*padding:0 10px;*/
	width:940px;
}
#sageSubHeader2 {
	width:680px;
}
#sageFooter {
	width:940px;
	padding:40px 0px 0;
	clear:both;
}
#sageFooter > div {
	/*padding:0 0;*/
}
 #narrowWide_content,#narrowWideNarrow_content,#wideNarrow_content,#wide_content,#sageSubHeader2 {
	float:left;
	margin:10px 10px 0;
}
#narrowWide_secondaryNav, #narrowWideNarrow_secondaryNav {
	float:left;
	margin:10px 10px 0 0;
}
#narrowWide_content {
	float:left;
	margin:10px 0 0 10px;
	overflow:hidden;
}

	/*------------------------------------
	 narrowWide_content Override
	------------------------------------*/

	body.NarrowWideNoContentPadding #narrowWide_content {
		width:700px;
		background-image: none;
		padding: 0 0 0 0;
	}

#wide_content {
	float:left;
	margin:10px 0 0 0;
	overflow:hidden;
}
#narrowWideNarrow_rightColumn,#wideNarrow_rightColumn {
	float:left;
	margin:10px 0 0 10px;
}

#narrowWide_secondaryNav {
	width:220px;	
}
#narrowWide_content {
	width:670px;
	background-image: url(../images/bg_700.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px 15px 0;
}
#narrowWideNarrow_secondaryNav {
	width:220px;	
}
#narrowWideNarrow_rightColumn {
	width:190px;	
	padding:5px 15px 0;
}
#narrowWideNarrow_content {
	width:430px;
	padding:10px 15px 0;
	background-image: url(../images/bg_460.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#wideNarrow_rightColumn {
	width:200px;
	padding:5px 5px 0;
	overflow: hidden;
}
#wideNarrow_content {
	width:670px;
	background-image: url(../images/bg_700.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:5px 15px 0;

}
#wide_content {
	width:940px;
	background-image: url(../images/bg_940.jpg);
	background-repeat:no-repeat;
	background-position:left top; 
	padding:5px 0 0;
	overflow:hidden;
}
#sageGlobalHeader {
	position:relative;
	min-width: 965px;
	height:40px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
  z-index:9999;
}
#bgCornerLeft {
	float: left;
}
#bgCornerRight {
	float: right;
}
#sageGlobalHeaderContent {
	margin:0 auto;
	width:960px;
	position:relative;
}
/* 
#wideNarrow_rightColumn, #narrowWideNarrow_rightColumn { background: url(../images/nav/leftNav/bkg_leftContent_sideNav_top.gif) no-repeat top left; padding:8px 0 0;}
*/

#sageHeader {
	z-index: 490;
}

.ListSummary { display: none; } 
.ListPageMore { display: none;} 

div.ie_6_notification {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px 15px 75px;
  border: 1px solid #cc0000;
  color: #cc0000;
  background: #f4e9e9 url(../images/quicklinks_alerts.png) no-repeat 20px 50%;
}

body.StoreWideNarrow #navContainer,
body.StoreWideNarrow #sageHeader #rule { display: none; }

body.StoreWideNarrow #sageHeader { height: 90px }