/* HTML Reset 

For the alignment issues, it's always a good idea to do an HTML reset on
your pages. By default, a lot of the styles have paddings and/or margins
already determined.

*/

html { font-size: 100% }

body  { 
	font-size: 62.5%;
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}
/* End Reset */




/* Navigation */
.nav, .nav ul { 
	width:886px; 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 110;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 10;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	color: #6f655d;
	display: block;
	padding: 0 0px;
	width: 100%;
	text-decoration: none;
	text-align: center;
}

.nav li a:hover {
  color: #6f655d;	
  font: bold 12px Arial, Helvetica, sans-serif;
  text-align: center;


}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #6f655d;

}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #6f655d;
 padding-top: 8px;
    padding-bottom: 8px;	

}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  color: #6f655d;	
}

.nav ul {
  background-image: url(images/trans_white.png);
  border-bottom: 1px solid #FFFFFF;
  list-style: none;
  margin: 0;
  width: 100%;
  position: absolute;
  top: -999em;
  left: -1px;
}

/* distance of drop-down from main link */
.nav li:hover ul,
.nav li.sfHover ul {

  top: 30px;
}
.nav ul li {
  border: 0;
  float: none;



}
.nav ul a {
  padding-right: 10px;
  width: 80px;
  white-space: nowrap;
}
.nav ul li a:hover,
.nav ul a:hover {
  background: #FFFFFF;
  color: #000;



/* Main CSS */
  
  
}
	body {
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
    .storehours {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f655d;
	font-size: 12px;
	text-align: left;
}

    .header {
	font-family: Arial, Helvetica, sans-serif;
	color: #376c9e;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
}

    .subheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #376c9e;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

    .bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f655d;
	font-size: 12px;
	text-align: left;
	line-height: 18px;

}

    .bodycopybold {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f655d;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
 	font-weight: bold;
	line-height: 32px;


}

    .bullets {
	margin-left: 35px;


}

    .brands {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f655d;
	font-size: 11px;
	text-align: left;
	line-height: 22px;

}

    </style>
	
	
	
	
	
/* Products Side Menu CSS */

ul#menu {
	width:164px; 
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  margin: 0;
  padding: 0;
  
}

ul#menu li, 
  ul#menu a {
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #776d65;
}

ul#menu li {
  line-height: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
     border-top: solid 2px #c1bcb7;  
}

ul#menu ol li {
  border-top: solid 1px #c1bcb7;
  padding-left: 16px;
}

ul#menu ol li:before {
  content: "   ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
  
}

ul#menu a:hover {
  color: #376c9e;
  font-weight: bold;

}

ul#menu a.active {
  color: #376c9e;
  font-weight: bold;


}


/* Side menu, current link */

#nav li.current, #nav li.current a {
 color: #376c9e;
 font-weight: bold;
}


/* Adds the up and down arrows to the sides */

ul#menu li a.active  {
padding-right: 15px;
background-image: url(images/arrow_down.jpg);
background-repeat: no-repeat;
background-position: top right;
}

ul#menu li a {
padding-right: 15px;
background-image: url(images/arrow_up.jpg);
background-repeat: no-repeat;
background-position: top right;
}

ul#menu li ol li a {
background-image: none;
}



/* image rollovers */

.thumbnail{
position: relative;
text-align: center;
z-index: 0;

}

.thumbnail:hover{
background-color: transparent;
z-index: 999;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 10px;
left: -1000px;
border: 1px solid #776d65;
visibility: hidden;
z-index: 999;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -20px;
left: -260px; /*position where enlarged image should offset horizontally */
z-index: 999;

}








/* Other Side Menu CSS */

ul#menu2 {
	width:164px; 
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu2 ol {
  display: none;
  text-align: left;
  margin: 0;
  padding: 0;
  
}

ul#menu2 li, 
  ul#menu2 a {
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #776d65;
}

ul#menu2 li {
  line-height: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
     border-top: solid 2px #c1bcb7;  
}

ul#menu2 ol li {
  border-top: solid 1px #c1bcb7;
  padding-left: 16px;
}

ul#menu2 ol li:before {
  content: "   ";
}

ul#menu2 a {
  text-decoration: none;
  outline: none;
  
}

ul#menu2 a:hover {
  color: #376c9e;
  font-weight: bold;

}

ul#menu2 a.active {
  color: #376c9e;
  font-weight: bold;


}








/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 15% no-repeat;}
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
