     a:link {color:#ffffff;
              }
     a:visited {color:#000000;
              }
     a:hover {color:#ffff00;
              }

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
        width: 100%;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #ffffff;
        background-image: url(buttons/menu_bg1.png);
	
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #ffff00;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #333;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}



/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

.menu ul {
	visibility: visible;
	position: static;
}

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #ffffff;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}












#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, #prevLink:visited { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:visited { background: url(images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 90%; 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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 







#wrapper {   
   width: 740px;   
   margin: 0 auto;   
   text-align: left;   
}   
#body{
  margin:0 50px;
  padding:0 150px 0 150px;
}
#container{
  background-image: url(backgrounds/gray_texture2.jpg);
  float:left;
  width:680px;    
  border-left:125px solid #999;
  border-right:150px solid #999;
  margin-left:-100px;
  margin-right:-200px;
  display:inline; /* So IE plays nice */
}
#leftRail{
  float:left;
  width:125px;
  margin-left:-125px;
  position:absolute;
        background-image: url(backgrounds/gray_texture.jpg);

}
#center{
  float:left;
  width:100%;
  margin-right:-100%;
}
#rightRail{
  float:right;
  width:150px;
        background-image: url(backgrounds/gray_texture1.jpg);

  margin-right:-150px;
  position:relative;
       
}
#header{
	background-color:none;
        width:955px;        
	margin-left:-100px;
	margin-right:-200px;
	clear:both;
        background-image: url(logos/index_logo_bg_winter.jpg);
        background-width: 100%;
        background-repeat: no-repeat;
        cellpadding:0 0px 0 0px;
        cellspacing:0 0px 0 0px;
}
#footer{
	background-color:none;
        width:955px;
	margin-left:-100px;
	margin-right:-200px;
	clear:both;
        background-image: url(backgrounds/gray_texture2.jpg);
        background-repeat: repeat;
}









	
              
     span.price {font:bolder;font-size:16px;color:#ff0000;font-family:verdana;text-decoration: underline;line-height: 20px;
              }
     span.sale {font:bolder;font-size:36px;color:#ffff00;line-height: 36px;
              }
     span.blackindex {font:bolder;font-size:15px;color:yellow;
              }
     span.black1 {font:bolder;font-size:16px;color:black;
              }          
     span.black {font:bolder;font-size:12px;color:black;style:underline;
              }          
     span.green {font:bolder;font-size:14px;color:#065000;font-family:georgia;
              }
     span.titleb {font:bolder;font-size:28px;color:orange;font-family:verdana;text-decoration: underline;line-height: 34px;
              }
     span.title {font:bolder;font-size:28px;color:#fff;font-family:verdana;text-decoration: underline;line-height: 34px;
              }
     span.title2 {font:bolder;font-size:24px;color:yellow;font-family:verdana;text-decoration: underline;line-height: 34px;
              }
     span.titlered {font:bolder;font-size:28px;color:#000;font-family:verdana;text-decoration: none;line-height: 34px;
              }
     span.welcome {font:bolder;font-size:20px;color:#fff;font-family:verdana;text-decoration: underline;line-height: 34px;
              }
     span.menu {font:bolder;font-size:12px;color:#fff;font-family:verdana;
              }
     span.text {font:bolder;font-size:12px;color:#fff;font-family:verdana;text-spacing:5px;
              }
     span.white {font:bolder;font-size:16px;color:#fff;font-family:verdana;text-spacing:5px;
              }
     span.white2 {font:bolder;font-size:14px;color:#fff;font-family:verdana;text-spacing:5px;
              }
     span.blue {font:bolder;font-size:16px;color:#ffff00;font-family:verdana;text-spacing:5px;
              }
     span.submenu{font:bolder;font-size:9px;color:white;font-family:verdana;
              }
     span.copyright{font:bolder;font-size:9px;color:black;font-family:verdana;
              }
     img { border:0;
              }
     span.red {font:bolder;font-size:18px;color:red;font-family:verdana;text-decoration: underline;line-height: 30px;
              }
     span.redindex {font:bolder;font-size:14px;color:red;font-family:verdana;text-decoration:none ;line-height: 16px;
              }
     span.hours {font:bolder;font-size:16px;color:#ffff00;font-family:verdana;
              }
     span.warning {font:bolder;font-size:12px;color:#ff0000;font-family:verdana;text-decoration: underline;line-height: 18px;
              }


#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}
