﻿

body 
{
	text-align: center;
	width: 838px;
	margin: 0px auto;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	background: #B4B4B4 url(images/Background.jpg) top left repeat-x;
	/* 
	font-family: Arial, Helvetica, sans-serif; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-family: Courier New, Courier New, Courier, monospace;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-family: Comic Sans MS, Comic Sans MS, cursive; 
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;	
	font-family: "century gothic", helvetica, verdana, sans-serif; 
	*/
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	
}

a img
{
	border: none;
}

a
{
	color: #333;
}

h1
{
	margin: 0px;
	margin-top: 30px;
	margin-left: 20px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #333;	
}

h2
{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}


#header
{
	width: 838px;	
	text-align: left;	
}



.homerotate
{
	padding: 10px;
	padding-top: 24px;	
	padding-left: 0px;
}

h2.featured
{
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}

.homecontent
{
	float: left;
	padding: 0px;	
	padding-left: 10px;
	width: 394px;
	display: block;
}

.homecontent h1
{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #333;	
}

.homecontent p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.homecontent h2
{
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.homefeatured
{
	padding: 0px;
	margin-right: 5px;
	float: right;
	width: 170px;
}

.logo
{
	width: 235px;
	float: left;
}

.logo a
{
	width: 235px; /*match to width of the image*/
	height: 89px; /*match to height of the image*/
	text-decoration:none; 
	display:block;	 	
}

.logo a span
{
	display: none;
}


#taglinediv
{
	width: 313px;
	float: left;
}

#storefinderdiv
{
	float: right;
	width: 146px;
	height: 25px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: 10px;
}

#storefinderdiv a
{
	text-decoration: none;
	color: #333;	
}

#storefinderdiv a:hover
{
	text-decoration: underline;
	color: #000;	
}

#wishlistdiv
{
	float: left;
}

#locatordiv
{
	float: right;
}

#searchdiv
{
	float: right;
	width: 151px;
	height: 25px;
	margin-right: 10px;
	background: #FFF url("images/SearchBar.gif") no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#searchtext
{
	float: left;
	padding-top: 5px;
	padding-left: 9px;
	font-size: 9px;
	color: #FFF;
}

#searchbox
{
	float: left;
	padding-top: 3px;
}

.searchtextbox
{
	margin-left: 8px;
	font-size: 9px;
	width: 70px;
	border-width: 0px;
}

.searchbutton
{
	padding-top: 4px;
	margin-left: 4px;
	_margin-left: 1px;
}

.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}




  
  
    #navigation {
      float:left;
      width:100%;
      background:#FFF;
      font-size: 11px;
      line-height:normal;
      }
    #navigation ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      float: right;
      }
    #navigation li {
      float:left;
      background:url("images/tableft.jpg") no-repeat left top;
      margin:0;
      padding: 0 0 0 7px;
      }
    #navigation a {
      float:left;
      display:block;
      background:url("images/tabright.jpg") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#FFF;
      }
    #navigation > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a {float:none;}
    /* End IE5-Mac hack */
    #navigation a:hover {
      color:#FFF;
      }
    #navigation .current {
      background-position:0 -25px;
      color:#FFF;
      }
    #navigation .current a {
      background-position:100% -25px;
      }
    #navigation li:hover, #navigation li:hover a {
      background-position:0% -25px;
      color:#FFF;
      }
    #navigation li:hover a {
      background-position:100% -25px;
      }


  
  


  
#custommenu
{
	padding-top: 10px;
	padding-left: 31px;
}

#custommenu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;	
}

#custommenu ul li
{
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#custommenu ul li a
{
	text-decoration: none;
	font-weight: bold;
}

#content
{
	text-align: left;	
 	clear: both;
	float: left;
	width: 838px;	
	background: #FFF url(images/ContentBG.gif) repeat-y left top; 
	margin:0;
	padding:0;
	display: block;
}

#pagecontent
{
	float: right;
	width: 615px;
	margin:0;
	padding: 0px;	
	text-align: left;
	background: url(images/MainContentBG.gif) no-repeat right top; 
	min-height: 300px;
}

#pagecontent p
{
	margin: 0;
	margin-bottom: 10px;	
	line-height: 16px;
}

.basiccontent
{
	margin: 20px;
}

.basiccontent p
{
	margin-bottom: 10px;
}

.formtable
{
	margin: 10px;
}


#sidebar
{	
 	float: left;
	width: 223px;
	margin:0;
	padding: 0;
	padding-top: 20px;	
	text-align: left;
	background: url(images/SidebarBG.gif) no-repeat left top;
}


#sidebar p
{
	margin: 0;
	margin-left: 16px;
}

#footer
{
	clear: both;
	width: 818px;
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 100px;
	text-align: left;
	background: url(images/FooterBG.gif) top left no-repeat;
	font-size: 10px;
}

#footercopyright
{
	text-align: left;
	float: left;
	width: 338px;
}

#footernav
{
	text-align: right;
	float: right;
	width: 238px;
}
  
* html .icon img { border: 0px solid #ccc; padding: 0; margin: 0;  }        




#button {	
		display:block;
		float:left;
		color:#1C4F81;
		padding: 8px 5px 2px 0px;
		font-family:Arial, Verdana, Helvetica, sans-serif;
 		}

#button .gradbtn	{
    background: #AAA url("images/butn_bk_gray.gif") repeat-x;
    border: 1px #FFF solid;
	padding: 3px 5px 3px 5px;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
    margin:0px;
    }

#button a:hover.gradbtn	{
    background: #BBB url("images/butn_bk_gray_over.gif") repeat-x;
    
    }
    
    div.button {	
		display:block;
		color:#1C4F81;
		padding: 8px 5px 2px 0px;
 		}

div.button .gradbtn	{
    background: #AAA url("images/butn_bk_gray.gif") repeat-x;
    border: 1px #FFF solid;
	padding: 3px 5px 3px 5px;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
    margin:0px;
    }

div.button a:hover.gradbtn	{
    background: #BBB url("images/butn_bk_gray_over.gif") repeat-x;
    
    }
    
    
    
/* page content -- more customized */ 
    
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;

text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 20px;
line-height: 20px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #465870;
text-decoration: none; 
color: #516682;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #465870;
color: #000;
background-color: #DDD;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #516682;
color: #FFF;
}

.pagination li.disablepage, li.disablepage a {
color: #929292;
text-decoration: none; 
background-color: #FFF;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}



div.productthumbnail
{
	width: 127px;
	padding: 7px;
	background: url("images/thumbnailcontainer.gif") no-repeat top;
}

div.productthumbnailhome
{
	margin-bottom: 5px;
}

td.productthumbnailcolumn
{
	width: 127px;
	vertical-align: top;
	padding-bottom: 20px;
}

div.productdesc
{
	width: 225px;
	padding-left: 5px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

div.productdeschome
{
	width: 165px;
	padding-left: 5px;
	margin: 0;
	margin-bottom: 40px;
	font-size: 12px;
	font-weight: normal;
}

div.productdescdream
{
	width: 225px;
	padding-left: 10px;
	line-height: 20px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

div.productdesclearn
{
	width: 515px;
	padding-left: 20px;
	line-height: 20px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

td.productdesccolumn
{
	width: 295px;
	vertical-align: top;
	padding-bottom: 20px;
}

td.productdesccolumnhome
{
	width: 145px;
	vertical-align: top;
	padding-bottom: 10px;
}

#resultscolumndetails
{
	float: left;
	width: 360px;
	vertical-align: top;
	padding: 10px;
	padding-left: 17px;
}

#resultscolumndetails div.productdesc
{
	width: 355px;
	padding-left: 5px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
}

#resultscolumndetails td.productdesccolumn
{
	width: 355px;
	vertical-align: top;
	padding-bottom: 20px;
}





#picturecolumn
{
	float: right;
	vertical-align: top;
	width: 210px;		
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
}

#picturecolumndetails
{
	background: #EBEBEB url("images/CustomMenuLeftTopPicture.gif") no-repeat top left;
	padding-left: 10px;
	padding-top: 12px;
	margin: 0px;
	padding-bottom: 10px;
}

#narrowresults
{
	background: #EBEBEB url("images/CustomMenuLeftTop.gif") no-repeat top left;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	
}

#narrowfooter
{
	vertical-align: top;
	background: #EBEBEB url("images/CustomMenuLeftBottom.gif") no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	height: 14px;
	margin-right: 10px;
	margin-left: 10px;
}

#narrowcolumn h4
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #333;	
}

#narrowcolumn h5
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #666;	
}

#narrowcolumn h5 a
{	
	margin: 0px;
	margin-left: 10px;
	padding: 2px;
	line-height: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #333;	
	background-color: #CCC;
	text-decoration: none;
}

#narrowcolumn ul
{
	display: inline;
	padding: 0px;
	margin: 0px;
	
	list-style-type: none;
	list-style-position: outside;
	color: #666666;	
}

#narrowcolumn ul li
{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	padding-bottom: 3px;
	text-decoration: none;
}

#narrowcolumn ul li a
{
	text-decoration: underline;
	color: #666666;	
}


#narrowcolumn
{
	float: right;
	vertical-align: top;
	width: 201px;		
	font-size: 12px;
	font-weight: normal;
}

#resultscolumn
{
	float: left;
	width: 378px;
	vertical-align: top;
	padding: 10px;
	padding-left: 17px;
}



#resultstitle
{
	float: left;
	width: 399px;
	vertical-align: top;
}

#resultscolumn p
{
	font-size: 11px;
}

td.homeleftcolumn
{
	vertical-align: top;
	padding-left: 15px;			
}

td.homerightcolumn
{
	vertical-align: top;
}

#productcolumn
{
	width: 300px;
	text-align: left;
}

div.productdesc h2 
{	
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding-bottom: 10px;
}

div.productdesc h3
{	
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

div.productdesc h4 
{	
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

div.productdesc h2 a
{	
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding-bottom: 10px;
}

div.productdesc h2.homeproducttitle
{	
	padding-top: 5px;
	padding-bottom: 0px;
}

div.productdesc h2.homeproducttitle a
{	
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;	
	padding-bottom: 0px;
}

div.productdesc ul
{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
	color: #666666;	
}

div.productdesc ul li
{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

div.productdesc ul li a
{
	line-height: 30px;
	text-decoration: underline;
	color: #000;
}

div.productdesc ul li p
{
    margin-top: 10px;
}

























#navigation2 {
  clear: both;
  width:100%;
  background:#FFF;
  font-size: 11px;
  font-weight: bold;
  line-height:normal;
  }

#navigation2 ul {
  margin:0;
  padding: 0px;
  padding-right: 10px;   /* pushes whole nav to the left by x pixels*/
  list-style:none;
  float: right;          /* right aligned */ 
  }
#navigation2 li {
  display:inline;
  margin:0;
  padding:0;
  
  }
#navigation2 a {
  float:left;
  background: #FFF url("images/tableft.jpg") no-repeat left top;
  margin:0;
  padding: 0 0 0 7px;     /* should be set to width of left graphic */
  text-decoration:none;
  height: 25px;
  }
#navigation2 a span {
  float:left;
  display:block;
  background: #FFF url("images/tabright.jpg") no-repeat right top;
  padding: 5px 15px 0px 6px;
  color:#FFF;  
  /* height: 20px;   problem in IE6 */
  min-width: 65px; 
  }
  
#navigation2 span 
{
	height: 20px; /* */
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation2 a span {float:none; }
/* End IE5-Mac hack */
#navigation2 a:hover span {
  color:#FFF;

  }
#navigation2 a:hover {
  background-position:0% -25px;
  }
#navigation2 a:hover span {
  background-position:100% -25px;
  }

#navigation2 .menuselected {
  background-position:0% -25px;
  }
#navigation2 .menuselected span {
  background-position:100% -25px;
  }
  
  
  
  
  
  

#navigation4 {
  clear: both;
  width:100%;
  background:#FFF;
  font-size: 11px;
  font-weight: bold;
  line-height:normal;
  }
#navigation4 ul 
{
	margin:0;
  float : right;
  padding: 0px;
  padding-right: 10px;   /* pushes whole nav to the left by x pixels*/
  list-style:none;
  }
#navigation4 li {
  background:url("images/tabright.jpg") no-repeat right top;
  display:inline;
  margin:0;
  padding:0;
  }
  
  
  
  
#navigation4 a {
  float:left;
  display:block;
  background:url("images/tableft.jpg") no-repeat left top;
  margin:0;
  padding: 0 0 0 7px;     /* should be set to width of left graphic */
  text-decoration:none;
  font-weight:bold;
  color:#FFF;
  height: 25px;
  }
#navigation4 a span {
  float:left;
  display:block;
  background: #FFF url("images/tabright.jpg") no-repeat right top;
  padding: 5px 15px 0px 6px;
  color:#FFF;  
  min-width: 65px; 
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation4 a span {float:none; }
/* End IE5-Mac hack */

#navigation4 a:hover {
  background-position:0% -25px;
  }
#navigation4 a:hover span {
  background: #CCC;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  

.resultscolumn
{
	padding: 0px;
	margin: 0;	
	width: 433px;
	float: left;
	padding-left: 10px;
	min-height: 600px;
}

.thumbnails
{
	margin-top: 10px;
	margin-bottom: 10px;
}


.productdiv
{
	float: left;
	width: 143px;
	margin-bottom: 10px;
	padding: 0px;
}

.productthumbnail
{
	width: 127px;
	padding: 7px;
	background: url("images/thumbnailcontainer.gif") no-repeat top;
}

#narrowresults
{
	background: #EBEBEB url("images/CustomMenuLeftTop.gif") no-repeat top left;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 3px;
	margin-top: 40px;
}

.narrowcolumn
{
	float: left;
	width: 148px;
	padding-left: 0px;
	margin-top: 60px;
	padding-top: 60px;
}

.narrowtitle
{
	width: 100%;	
	margin-bottom: 5px;
}

.narrowtitle h4
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.narrowcolumn h5
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 8px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;	
	
}

.narrowdivider
{
	border-top: solid 1px #DDD;
	height: 5px;
	width: 100%;
	margin-top: 5px;
}

.narrowcolumn ul
{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
	color: #000;	
}

.narrowcolumn ul li
{
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	padding-bottom: 3px;
	text-decoration: none;
}

.narrowcolumn ul li a
{
	font-size: 11px;
	text-decoration: underline;
	color: #000;	
}

h1.pagetitle
{
	margin: 0px;
	margin-left: 0px;
	margin-top: 28px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	color: #333;
}

h2.pagetitlesub
{	
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	color: #666666;
}

.clearfloat
{
	clear: both;
}

.relatedthumb
{
	float: left; 
	margin-right: 4px;
	margin-bottom: 4px; 
	padding: 3px; 
	background: #CCC;
}

.basiccontent
{
	margin: 0px;
	padding: 0px;
}

.basiccontent p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}