/* -------------- reset styles -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}


/* -------------- general styles -------------- */
html,body{
	margin:0;
	padding:0;
}

body, div, p, li, h1, h2, h3, h4, h5, a {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #000; 
}

body.fend{
	background: #fff url(/fend/images/backer-header.png) repeat-x center top;
}
	
body.mceContentBody{
	background: #fff;
}

p{margin: 5px 0;}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

ol li{list-style-type:decimal;}
ol ol li{list-style-type:lower-alpha}
ol ol ol  li{list-style-type:upper-roman;}

li{
	margin: 1px 25px;
	color: #333;
}

b, strong{font-weight: bold;}

i, em{font-style: italic;}

.clear{clear: both;}

.hide{display: none;}

h1, h2, h3, h4, h5{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	color: #33;
	font-size: 22px;
	font-weight: bold;
}

h2{
    color : #000;
    font-size : 22px;
    font-weight : normal;
}

h3 {
    color : #666;
    font-size : 18px;
    font-weight : normal;
}

h4 {
    color: #4c738f;
    font-size: 15px;
    font-weight: bold;
}

h5 {
    color : #000;
    font-size : 11px;
    font-weight : bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

a:link, a:visited, a:active { 
    color: #006cb8;
    text-decoration: none;
}

a:hover {
    color: #006cb8;
    text-decoration: underline;
}


/* -------------- layout styles -------------- */
div#container{
	text-align:left;
}
	div#headershell{
		position: relative;
		margin: 0 auto;
		width: 900px;
		height: 100px;
	}
		div#headershell h1 a{
			display: block;
			height: 100px;
			width: 110px;
			background: url(/fend/images/logo.png) no-repeat top;
		}
		div#headershell h1 a:hover{background: url(/fend/images/logo.png) no-repeat bottom;}
		div#navshell{
			padding: 0 5px;
			_padding: 0;
			width: 666px; /*For KHTML*/
			height: 50px;
			_height: 30px;
			position: absolute;
			top: 74px;
			left: 234px;
			background: url(/fend/images/backer-nav.png);
			_background: url(/fend/images/backer-nav-ie6.png);
		}
		div#searchwrapper {
			position: absolute;
			top: 15px;
			left: 630px;
			width: 270px;
			height: 50px;
			background: url(/fend/images/backer-search.png);
		}
			div#searchwrapper #search_string {
				float: left;
				background: none;
				border: 0px none;
				margin: 15px 0 0 20px;
				width: 170px;
				color: #666;
			}
			#searchwrapper #search_submit {
				float: right;
				margin: 15px 15px 0 0;
				width: 45px;
				height: 20px;
			}
	div#wrapper{
		width: 100%;
		background: url(/fend/images/backer-content.jpg) repeat-x center;
	}
		div#innerwrapper{
			margin: 0 auto;
			width: 900px;
		}
		div.wrapper-home{
			background: url(/fend/images/backer-home.jpg) no-repeat left;
		}
			div#content{
				float: right;
				padding: 20px 10px;
				width: 760px;
				height: 375px;
				overflow-y: auto;
			}
			div#columnshell{
				float: left;
				width: 110px;
				height: 155px;
				background: url(/fend/images/backer-garmentnav.png) no-repeat;
				_background-image: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fend/images/backer-garmentnav.png', sizingMethod='crop');
			}
				div#columnshell a{
					position: relative;
					display: block;
					padding: 0 10px;
					font: normal 17px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;
					height: 35px;
					border-bottom: 1px dotted #000;
					color: #666;
					text-decoration: none;
				}
				div#columnshell a:hover{
					color: #006cb8;
					text-decoration: none;
					background: #fff;
					-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter:alpha(opacity=50);
					-moz-opacity:0.50);
					-khtml-opacity: 0.50;
					opacity: 0.50;
				}
div#footershell{
	clear: both;
	padding-top: 20px;
	text-align: center;
	background: url(/fend/images/backer-footer.png) repeat-x center top;
	min-height: 110px;
	height: auto!important;
	height: 110px;
}
	div#copyright{
		color: #666;
		font-size: 10px;
		line-height: 40px;
	}


/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  padding: 0;
  border: 0 none;
  list-style: none;
  position: relative;
  width: 666px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  z-index:5;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu li.menu-first a{
	margin-left: 5px;
	background: transparent;
}
ul#navmenu li.menu-last a{
	padding: 0 0 0 10px;
}
ul#navmenu a {
  padding: 0 8px 0 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #aaa;
  font: normal 11px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  background: url(/fend/images/backer-navsep.png) no-repeat left center;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #3c95d4;
}

/* 2nd Menu */
ul#navmenu ul li.menu-last a{padding: 0 10px;}
ul#navmenu ul li.menu-first a{margin: 0;}

ul#navmenu li:hover li a,
ul#navmenu li.iehover li a{
  float: none;
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px dotted #000;
  color: #666;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter:alpha(opacity=85);
  -moz-opacity:0.85);
  -khtml-opacity: 0.85;
  opacity: 0.85;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a{
  color: #006cb8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter:alpha(opacity=95);
  -moz-opacity:0.95);
  -khtml-opacity: 0.95;
  opacity: 0.95;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/*------------------ video player styles -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}