/* CSS Document */

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
font-family: Verdana, Helvetica, Tahoma, sans-serif;
font-size: 9pt;
color: #2b2b2b;
}

body{
margin: 0px;
padding: 0px;
background: #e8e8e8 url(/images/bkg_title_repeat_x.jpg) top left repeat-x;
}

/************************ Background *****************************/

.headerBkg{
background: #fff url(/images/header_bkg.jpg) top left repeat-x;
height: 100px;
}

.mainBkg{
background: url(/images/main_bkg.jpg) top left repeat-x;
height: 500px;
}

.shadowLeft{
background: url(/images/shadow_left_repeat.png) top left repeat-y;
width: 10px;
}

.shadowRight{
background: url(/images/shadow_right_repeat.png) top left repeat-y;
width: 10px;
}

.shadowBottomFront{
background: url(/images/bdr_bottom_front.png) top left no-repeat;
width: 867px;
height: 22px;
}

.shadowBottomContent{
background: url(/images/bdr_bottom_content.png) top left no-repeat;
width: 867px;
height: 22px;
}

.firstNavBkg{
background: url(/images/nav_top.jpg) top left no-repeat;
width: 847px;
height: 22px;
}

.secondNavBkg{
background: url(/images/2nav_bkg.jpg) top left repeat-y;
width: 225px;
}

/****************************General Link Color*******************************/

a:link{ 
color: #3a3a3a;
text-decoration: underline;
} 

a:visited{ 
color: #3a3a3a; 
text-decoration: underline;
}

a:hover{ 
color: #3a3a3a; 
text-decoration: none;
}

/**************************General Text*********************************************/
h1{
font-size: 14pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h2{
font-size: 13pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h3{
font-size: 12pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h4{
font-size: 11pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h5{
font-size: 10pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h6{
font-size: 9pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h7{
font-size: 8pt;
padding: 0px;
margin: 1em 0px 4px 0px;
font-style: italic;
}

.redText{
font-family: Arial, Helvetica, Tahoma, sans-serif;
color: #b3342b;
font-size: 10pt;
font-weight: bold;
}

.redTextSm{
margin-left: 155px;
}

.redTextSm a:link, .redTextSm a:visited{
font-family: Arial, Helvetica, Tahoma, sans-serif;
color: #b3342b;
font-size: 8pt;
text-decoration: none;
}

.redTextSm a:hover{
color: #2b2b2b;
}

/*********************************Search******************************/

#search{
float: right;
margin: 0px 20px 0px 0px;
padding: 0px;
}

#search form{
margin: 0px;
padding: 0px;
}

.searchText{
height: 12px;
width: 150px;
font-size: 7pt;
color: #5b6771;
margin: 2px 0px 2px 8px;
padding: 2px 4px;
}

.searchButton{
height: 20px;
margin: 2px;
font-size: 7pt;
}

.searchResult{
font-size: 12pt;
font-weight: bold;
}

.searchResult a:link, .searchResult a:visited{
padding: 0px;
font-weight: bold;
text-decoration: none;
font-size: 9pt;
}

.searchResult a:hover{
text-decoration: underline;
}

.searchResult table td{
margin: 0px;
padding: 5px 0px;
font-size: 9pt;
font-weight: normal;
}

/***********************Breadcrumbs/Print/Mail******************/

a.breadCrumb:link, a.breadCrumb:visited{
padding: 5px 5px;
font-size: 8pt;
text-decoration: none;
color: #202020;
}

a.breadCrumb:hover{
text-decoration: underline;
color: #5b6771;
}

/******************************Sitemap***************************/

.sitemapParent a:link, .sitemapParent a:visited{
font-size: 11pt;
text-decoration: none;
font-weight: bold;
}

.sitemapParent a:hover{
text-decoration: underline;
}

.sitemapChild a:link, .sitemapChild a:visited{
display: block;
margin: 1px 8px;
font-size: 9pt;
text-decoration: none;
font-weight: normal;
}

.sitemapChild a:hover{
text-decoration: underline;
}

/************************* Login / Logout ************/

a.userLogin:link, a.userLogin:visited{
height: 18px;
padding: 4px 17px 4px 17px;
color: #ffffff;
text-decoration: none;
font-size: 9pt;
}

a.userLogin:hover{
background-color: #d9c078;
color: #ffffff;
}

a.userLogout:link, a.userLogout:visited{
height: 18px;
padding: 4px 17px 4px 17px;
color: #ffffff;
text-decoration: none;
font-size: 9pt;
}

a.userLogout:hover{
background-color: #ffffff;
color: #2b2b2b;
}

/**********************************navigation***********************/

.firstNavTable{
border-collapse: collapse;
margin: 0px 0px;
}

.firstNavTable td{
padding: 0px;
}

/*.firstBullet{
float: left;
padding: 7px 3px 7px 15px;
background-color: #ffffff;
}*/

a.firstNav:link, a.firstNav:visited{
display: block;
height: 18px;
margin: 0px;
padding: 4px 10px 0px 10px;
color: #ffffff;
text-decoration: none;
font-size: 9pt;
}

a.firstNav:hover{
color: #ffffff; 
}

a.firstNavSelected:link, a.firstNavSelected:visited{
display: block;
background-color: #d9c078;
height: 18px;
margin: 0px;
padding: 4px 10px 0px 10px;
color: #ffffff ; 
text-decoration: none;
font-size: 9pt;
}

a.firstNavSelected:hover{
background-color: #d9c078;
color: #ffffff;
}
/******************* SUB NAV CONTROL *********************/

.secondNavTable{
border-collapse: collapse;
margin: 30px 0px;
padding: 0px;
}

.secondNavTable td{
padding: 0px;
}

a.secondNav:link, a.secondNav:visited{
display: block;
width: 191px;
line-height: 30px;
padding: 0px 10px;
margin: 0px 5px;
border-bottom: 1px solid #efeee4;
color: #3a3a3a; 
font-weight: normal;
text-decoration:none;
font-size: 9pt;
}

a.secondNav:hover{
font-weight: normal;
color: #daa327; 
}  

a.secondNavSelected:link, a.secondNavSelected:visited{
display: block;
width: 191px;
line-height: 30px;
padding: 0px 10px;
margin: 0px 5px;
border-bottom: 1px solid #efeee4;
color: #daa327; 
font-weight: normal;
text-decoration:none;
font-size: 9pt;
} 
/************************third nav***************************/

a.thirdNav:link, a.thirdNav:visited{ 
display: block;
width: 173px;
line-height: 30px;
border-bottom: 1px solid #efeee4;
padding: 0px 19px;
margin: 0px 5px;
color: #3a3a3a; 
font-weight: normal;
text-decoration:none;
font-size: 8pt;
} 

a.thirdNav:hover{
text-decoration: underline;
}

a.thirdNavSelected:link, a.thirdNavSelected:visited{ 
display: block;
width: 173px;
line-height: 30px;
border-bottom: 1px solid #efeee4;
padding: 0px 19px;
margin: 0px 5px;
color: #3a3a3a; 
font-weight: normal;
text-decoration:none;
font-size: 8pt;
}

a.thirdNavSelected:hover{
text-decoration: none;
}

/*********************** Containers ******************************/

#headerContainer{
margin: 8px 21px;
}

#navContainer{
float: left;
margin: 0px 13px;
}

#loginContainer{
float: left;
margin: 4px -13px;
}

#frontpageContainer{
margin: 0px;
padding: 0px;
width: 847px;
}

#headerImageContainer{
margin: 0px 0px 10px 0px;
}

#contentContainer{
margin: 15px 30px 30px 15px;
}

#footerContainer{
width: 575px;
margin: 0px 10px 15px 20px;
}

/****************************Gallery****************************/

.gallery_table{
padding: 8px;
margin: 0px;
}

.gallery_table tr td{
vertical-align: middle;
text-align: center;
}

.gallery_child_table{
padding: 8px;
margin: 0px;
}

.gallery_child_table tr td{
vertical-align: middle;
text-align: center;
}

.gallery_child_table a:link, .gallery_child_table a:visited{
font-size: 8pt; 
color:#2b2b2b; 
text-decoration: none;
}

.gallery_child_table a:hover{
font-size: 8pt; 
color:#2b2b2b; 
text-decoration: underline;
}

/******************** newsletter signup ************************/

.newsBtn{
vertical-align: bottom;
}


/*************************news*********************************/

.newsCategoryTitle{
font-weight: bold;
font-size: 12pt;
}

.mainNewsTitle{
color: #2b2b2b;
font-size: 8pt;
font-style: italic;
}

a.mainNewsTitle:link, a.mainNewsTitle:visited{
color: #2b2b2b;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
font-style: normal;
}

a.mainNewsTitle:hover{
color: #2b2b2b;
text-decoration: underline;
}

.newsSummary{
padding: 3px 0px 2px 5px;
}

.mainNewsMod{
padding: 3px 0px 2px 5px;
font-size: 8pt;
font-style: italic;
}

.mainNewsPic{
padding: 0px 8px 5px 0px;
}

.signupInfo{
padding: 0px 8px;
}

.signupInfo .newsBtn{
position: relative;
top: 5px
}

.newsItemTitle{
color: #2b2b2b;
font-size: 10pt;
font-weight: bold;
}

.newsItemContent{}

.newsItemModified{
font-size: 8pt;
font-style: italic;
}

/*********************Singup/login********************************/

.memberHello{
font-size: 12pt;
font-weight: bold;
}

.memberName{
display: inline;
font-size: 12pt;
font-weight: bold;
color: #4b657c;
}

#signupOutline{
width: 400px;
margin: 10px;
padding:  5px 15px;
border: 1px solid #eeeeee;
}

#member_submit{
margin: 0px 0px 0px 200px;
}

#loginOutline{
height: 80px;
width: 225px;
margin: 10px 10px;
padding:  10px 15px;
border: 1px solid #eeeeee;
}

#loginOutline input{
display: block;
float: right;
margin: 0px 11px 0px 0px;
}

#forgotPass{
clear: both;
text-align: right;
margin: 0px 11px 0px 0px;
padding: 10px 0px 0px 0px;
}

#forgotPassOutline{
width: 320px;
margin: 10px;
padding:  15px 15px 15px 15px;
border: 1px solid #eeeeee;
}


#forgotPassOutline form{
display: inline;
margin-top: 2px;
}

#forgotPassOutline br{
display: none;
}

#forgotPassOutline table{
float: left;
margin: 0px;
padding: 0px;
}

#forgotPassOutline input{
margin-top: 0px;
}

#newsletterOutline{
width: 45%;
margin: 10px;
padding:  15px 15px 15px 15px;
border: 1px solid #cceeea;
}

/**************************Store***********************************/

/* MiniCart*/

.miniCartBkg{
background: url(/images/mini_cart_bkg.jpg) top left repeat-y;
width: 225px;
}


.miniCartTable{
padding: 0px;
width: 225px;
}

#cartPadding{
padding: 10px;
}

#minicart_summary{
margin: 2px 5px 5px 10px;
}

#minicart_product_list{
margin: 2px 4px;
}

#minicart_product_list table{
border-collapse: collapse;
width: 195px;
margin: 0px;
}

#minicart_product_list input{
font-size: 9pt;
height: 11px;
padding: 2px;
margin: 0px 3px;
}

#minicart_product_list td{
vertical-align: baseline;
padding: 3px 8px;
}

#minicart_qty_total{
margin: 4px 2px;
}

#minicart_product_total{
margin: 4px 2px;
}

div#order_buttons{
margin: 15px 6px 0px;
}

div#order_buttons a{
padding-left: 0px;
}

/*Category */

.categoryTable{
margin-left: 15px;
border-collapse: collapse;
}

.categoryItemsTitle{
padding: 15px;
text-align: center;
font-size: 12pt;
}

.categoryItemsTitle a:link, .categoryItemsTitle a:visited{
font-weight: bold;
text-decoration: none;
}

.categoryItemsTitle a:hover{
text-decoration: underline;
}

.categoryTable table{
width: 175px;
}

.categoryProductPic{
margin: 5px;
}

.categoryProductTitle{
width: 125px;
margin: 18px 5px 5px 5px;
}

.categoryProductTitle a:link, .categoryProductTitle a:visited{
font-size: 9pt;
color: #2b2b2b;
text-decoration: none;
font-weight: bold;
}

.categoryProductTitle a:hover{
color: #4b657c;
text-decoration: none;
}

.categoryProductDesc{
font-size: 7pt;
width: 125px;
margin: 2px 5px;
}

.categoryProductPrice{
font-size: 9pt;
color: #a1a1a1;
font-weight: bold;
margin: 2px 5px;
}

.picDescContainer{
display: block;
margin-left: 0px;
float: left;
}
/* Product */

.productPic{
float: left;
}

.productTitle div{
padding: 8px 0px 0px 0px;
font-size: 11pt;
font-weight: bold;
}

.productPrice{
padding: 8px 0px;
display: block;
font-size: 11pt;
font-weight: bold;
}

.productPrice div{
display: inline;
font-size: 11pt;
font-weight: bold;
}

#total_display{
padding-left: 10px;
color: #990000;
font-size: 9pt;
font-weight: bold;
}

.productDesc{
float: left;
margin: 5px 20px 5px 10px;
}


#cart_Add_Message{
display: block;
margin-left: 4px;
color: #4b657c;
font-weight: normal;
font-size: 8pt;
width: 185px;
}

.btnAdd form{
display: block;
margin: 8px 0px;
}

.btnContinue{
display: block;
float: left;
margin: 8px 20px;
}


/** Sale **/
.salename{
display: inline;
padding: 8px 0px;
color: #990000;
font-size: 11pt;
font-weight: bold;
}

.salePrice, #total_display{
display: inline;
padding-left: 10px;
color: #990000;
font-size: 11pt;
font-weight: bold;
}

.salestart, .saleend{
display: inline;
padding: 8px 2px;
color: #990000;
font-size: 8pt;
font-weight: normal;
}

/** Checkout **/

.checkoutTitles{
font-size: 10pt;
font-weight: bold;
padding: 0px 15px;
}

.checkoutForm{
padding: 10px 15px;
}

.checkoutForm a{
padding: 10px 15px;
}

/*** confirm.mst ***/

#cartTable{
width: 550px;
}

#cartTable th{
padding: 5px;
background-color: #eeeeee;
}

#cartTable table{
border-collapse: collapse;
padding: 5px;
margin: 2px;
}

.cartTable table{
border-collapse: collapse;
width: 350px;
padding: 5px;
margin: 2px;
}

/*** cart.mst ***/

form iframe{
height: 5px;
}

.cartTable table{
border-collapse: collapse;
width: 290px;
padding: 5px;
}

.cartTable th {
background-color: #eeeeee;
padding: 3px;
}

.cartTable td{
text-align: left;
padding: 1px 8px;
vertical-align: middle;
}

.cartHeaders{
font-size: 10pt;
font-weight: normal;
}

.cartRows td{
border: 1px solid #eeeeee;
padding: 3px:
}

.cartRows td td{
border: 0px;
padding: 3px:
}

.cartRows table td{
font-size: 11pt;
font-weight: bold;
}

.cartRows li{
font-size: 8pt;
font-weight: normal;
}

.cartAltRows td{
border: 1px solid #eeeeee;
padding: 3px:
}

.cartAltRows td td{
border: 0px;
padding: 3px:
}

.cartAltRows table td{
font-size: 11pt;
font-weight: bold;
}

.cartAltRows li{
font-size: 8pt;
font-weight: normal;
}

#btnRemove{
float: left;
padding: 0px 4px;
}
#updateBtn{
float: left;
padding: 0px 4px;
}

#checkBtn{
float: right;
}
 
.continueShoppingBtn img{
margin: 10px 4px;
}



/** payment page **/

#get_quote{
margin: 10px 0px 0px 30px;
}

.contCheckoutBtn{
padding: 15px 8px;
}

.contShopBtn{
padding-left: 45px;
}

/******************* Footer***********************/

#footerContainer div{
color: #ffffff;
font-size: 8pt;
}

#footerContainer div a:link, #footerContainer div a:visited{
color: #ffffff;
font-size: 8pt;
textdecoration: underline;
}

#footerContainer div a:hover{
text-decoration: none;
}





/*
     FILE ARCHIVED ON 14:16:44 Feb 16, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:32:04 Jun 02, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 114.707
  exclusion.robots: 0.081
  exclusion.robots.policy: 0.071
  cdx.remote: 0.06
  esindex: 0.008
  LoadShardBlock: 89.057 (3)
  PetaboxLoader3.datanode: 81.044 (4)
  load_resource: 118.757
  PetaboxLoader3.resolve: 62.131
*/