/*Abercrombie site*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background: #D7DFE2;
	height: 100%;
}
a:link {
	color: #003966;
	text-decoration: underline;
}
a:visited {
	color: #829BAE;
	text-decoration: underline;
}
a:hover, a:active {
	color: #61013E;
	text-decoration: none;
}
#content h2 {
	font-size: 1.3em;
}
#pageWrapper {
	width: 831px;
	background: url(images/pageBack.jpg) repeat-y;
	height: 100%;
}
#contentWrapper {
	background: url(images/topBar.jpg) no-repeat 200px 0;
	height: 100%;
}
#content {
	width: 579px;
	padding-left: 5px;
	padding-left /**/: 20px;
	height: 100%;
	padding-top: 30px;
}
#content ul {
	margin: 0;
	padding: 0;
	margin-left: 1em;
	padding-left: 1em;
}
#sidebarRight h3 {
	font-size: 1.1em;
	margin-bottom: .5em;
}
#pageHead {
	height: 110px;
	background: #D7DFE2;
}
#logo {
	padding: 42px 0 0 23px;
}
#headerBottom {
	height: 25px;
	margin-top: -4px;
	background: url(images/pageTop.jpg) repeat-y;
}
.google {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 37px;
	margin-right: 20px;
	width: 160px;
	right: 10px;
	height: 50px;
	background: url(images/searchTxt.jpg) no-repeat 35px top;
}
#googleSubmit {
	position: absolute;
	margin-top: 18px;
	margin-left: 2px;
	width: 23px;
	height: 20px;
	background: url(images/searchBtn.jpg) no-repeat;
}
#google label {
	display: none;
}
#q {
	margin-top: 18px;
	width: 120px;
}
#oneColumnSidebar .twoThird {
	width: 340px;
}
#oneColumnSidebar {
	margin-top: -27px;
	height: 100%;
}
#oneColumnSidebar .oneColumn {
	margin-top: 27px;
	height: 100%;
}
#oneColumnSidebar {
	height: 100%;
}
#sidebarRight, .oneThird {
	background: #D7DFE2;
	color: #5E5E5E;
	height: 100%;
	border-left: 1px solid #436B86;
	border-bottom: 1px solid #436B86;
	width: 200px;
	margin-left: 5px;
	padding: 27px 10px 1em 15px;
	float: right;
}
#oneColumn {
	padding-right: 1.5em;
}
#home #pageWrapper {
	background: url(images/pageBack_home.jpg) repeat-y;
	height: auto;
}
#home #oneColumnSidebar {
	position: relative;
	left: -21px;
}
#home .oneColumn, #home .twoThird {
	margin: 0;
	padding: 0;
	width: 326px;
	margin-top: 10px;
}
#home #sidebarRight {
	float: right;
	width: 200px;
	background: none;
	border: none;
	font-size: 90%;
	height: auto;
	margin-left: -10px;
	padding-left: 2em;
}
#sidebarRight .grpHeadline {
	border-bottom: 1px solid #A8A69E;
	width: 220px;
	margin-left: -10px;
	padding-left: 10px;
}
.greeting {
	position: relative;
	padding: .5em 1em;
	background: #D7DFE2;
	border-bottom: 1px solid #9C9C9C;
}

#navL, #sidebarLeft {
	width: 190px;
	line-height: normal;
	padding-top: 70px;
}
#navL ul {
	width: 187px;
	font-size: 100%;
	margin: 0;
	padding-top: 16px;
	padding-top /**/: 0;
}
#navL ul li {
	margin: 0;
	padding: 0;
	margin-bottom /**/: -1px;
	border-bottom: 1px solid #003866;
}
#navL ul a:link, #navL ul a:visited {
	display: block;
	color: #D7DFE2;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	margin-left: -12px;
	font-weight: bold;
	font-weight /**/: normal;
	border-top: 1px solid #003866;
	border-bottom: 1px solid #003866;
}
#navL a:hover, #navL a:active {
	background: #829BAE;
	color: #D7DFE2;
	border-top: 1px solid #4E7592;
	border-bottom: 1px solid #4E7592;
}
#navL a.current, #navL .activeTop .current {
	background: #D7DFE2;
	color: #003866;
	border-top: 1px solid #4E7592;
	border-bottom: 1px solid #4E7592;
}
#navL a.current span {
	color: #003866;
}
#navL ul ul {
	margin: 0;
	padding: 0;
	margin-left: -29px;
	padding-left: 29px;
}
#navL ul ul li {
	border-bottom: 1px solid #76A4D5;
}
#navL li.activeTop {
	background: #76A4D5;
	margin-left: -12px;
	padding-left: 12px;
}
#navL li.activeTop a:link, #navL li.activeTop a:visited {
	color: #003866;
}
#navL ul ul a:link, #navL ul ul a:visited {
	width: 174px; 
	margin-bottom: 0;
	padding: 7px 0 7px 25px;
	border: none;
	color: #003866;
}
#navL ul ul a:hover, #navL ul ul a:active {
	color: #D7DFE2;
}
#footer {
	background: #D7DFE2 url(images/footerShadow.jpg) no-repeat;
	border: none;
	padding-top: 1em;
	font-size: 90%;
	color: #5E5E5E;
}
#footer p {
	background: none;
}

/**site tweaks**/

.articleEnd:after {
    content: "."; 
    display: block;
    height: 0; 
    visibility: hidden;
}