/* 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-color: #e9e9e9;
}

/**Background 
**************************************/
.bkgSiteHeader{
background: #96bd46 url(../images/bkg_site_header.jpg) repeat-x top left;
}

.bkgFirstNav{
background: #656565 url(../images/bkg_first_nav.jpg) repeat-x top left;
padding: 0px;
}

.bkgSecondNav{
background: #9d8d6b url(../images/bkg_second_nav.jpg) repeat-x top left;
padding: 0px;
width: 200px;
vertical-align: top;
}

.bkgSitefooter{
background: #6e6e6e url(../images/bkg_site_bottom.jpg) repeat-x top left;
height: 17px;
}

/** General
*****************************/

.mainTable{
border: 1px solid #c8c8c8;
background-color: #FFFFFF;
}


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

a:link{ 
text-decoration: underline;
} 

a:visited{ 
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

a:link img, a:visited img, a:hover img{
border: 0px;
}

/**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;
}

.redText{
color: #b3342b;
font-size: 10pt;
font-weight: bold;
}

.redTextSm{
margin-bottom: 10px;
color: #b3342b;
font-size: 8pt;
text-decoration: none;
}

.redTextSm a:link, .redTextSm a:visited{
margin-left: 155px;
color: #b3342b;
font-size: 8pt;
text-decoration: none;
}

.redTextSm a:hover{
margin-left: 155px;
color: #2b2b2b;
}

li{
margin: 2px 0px;
}


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

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

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

.searchText{
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;
}

/** Home BTN 
*************************************/

a.btnHome:link, a.btnHome:visited{
display: block;
float: left;
margin: 0px 0px 0px 7px;
padding: 7px;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 8pt;
}

a.btnHome:hover{
background-color: #666;
}

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

a.userLogin:link, a.userLogin:visited{
float:left;
margin: 0px;
padding: 7px;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 8pt;
}

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

a.userLogout:link, a.userLogout:visited{
float:left;
margin: 0px;
padding: 7px;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 8pt;
}

a.userLogout:hover{
background-color: #666;
}

/**first level navigation
**************************************/
#firstNav{
display: block;
overflow: auto;
}

#firstNav ul{
margin: 0px;
padding: 0px;
list-style-type: none;
float: left;
}

#firstNav li{
float: left;
margin: 0px 0px;
}

#firstNav li li{
float: none;
margin: 0px;
}

#firstNav ul ul{
position: absolute;
background-color: #9C8C6B;
margin: 0px 2px;
}

#firstNav li a:link, #firstNav li a:visited{
display: block;
margin: 0px;
padding: 7px 10px;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 8pt;
text-align: left;
}

#firstNav li a:hover{
background-color: #666; 
}

#firstNav li li a:link, #firstNav li li a:visited{
display: block;
color: #fff;
padding: 6px 5px;
font-weight: normal;
border-bottom: 1px dotted #B3A381;
width: 165px;
}

#firstNav li li a:hover{
background-color: #908162;
}

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

#mainTableContainer{
width: 810px;
padding: 5px;
position: absolute;
left: 50%;
margin-left: -405px;
}

#headerContainer{
margin: 0px;
padding: 0px;
}

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

#loginContainer{
display: inline;
margin: 0px -6px;
}

#frontpageContainer{
margin: 0px 0px;
width: 770px;
}

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

#newContentContainer{
margin: 0px;
width: 813px;
}

#contentContainer{
margin: 20px 10px;
width: 610px;
}


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

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

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

.gallery_table td{
height: 150px;
width: 140px;
background-color: #f2f2f2;
vertical-align: bottom;
text-align: center;
}

.gallery_table td img{
margin: 5px 0px 15px;
padding: 1px;
border: solid 1px #b8b8b8;
}

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

.gallery_child_table td{
height: 150px;
width: 140px;
background-color: #f2f2f2;
vertical-align: bottom;
text-align: center;
}

.gallery_child_table td img{
margin: 5px 0px 15px;
padding: 1px; 
border: solid 1px #666666;
}

.gallery_child_table a:link, .gallery_child_table a:visited{
font-size: 9pt; 
color: #3C3C3C; 
text-decoration: none;
font-weight: normal;
}

.gallery_child_table a:hover{
font-weight: normal;
text-decoration: none;
}

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

.newsBtn{
position: relative;
top: 11px;
}

#newsletter_err{
margin-top: 15px;
color: #990033;
font-size: 8pt;
}


/*************************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{
position: relative;
top: 5px
}

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

.newsItemContent{}

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

/** Member Search
*********************************/

.members_search fieldset{
border: 0px;
}

.members_search fieldset legend{
display: none;
}

#members_search-filter, #members_search-group, #members_search-category{
display: block;
margin: 2px;
}

#members_search-alpha{
margin-left: 15px;}

#members_search-alpha li{
margin: 0px;
padding: 4px;
}

.members_search select, .members_search input {font-size: 8pt;}

.members_search fieldset > div {clear: both; overflow: auto; margin: 1em 0em;}

.members_search fieldset > div > label {float: left; width: 19%; font-size: 9pt; font-weight: bold;}

.members_search fieldset > div > input,
.members_search fieldset > div > select,
.members_search fieldset > div > div {width: 550px; float: left;}

.members_search ul {margin: 0px; padding: 0px; list-style: none;}

.members_search div.members_search-submit {float: right;}
.members_search div.members_search-submit input {width: auto;}
.members_search div.members_search-submit label {display: none;}

.members_search-category{ display: block; font-size: 9pt; font-weight: bold; margin-bottom: 5px;}
.members_search div.members_search-category div{clear: both;}
.members_search div.members_search-category div div {float: left; border: 0px; margin: 0px; padding: 0px; font-weight: normal; margin: 9px 0px;}
.members_search div.members_search-category div div:first-child {float: right; font-weight: normal; margin: 9px 0px;}
#members_search-category_match-all{}
#members_search-category_match-any{}

.members_search div.members_search-category ul{clear: both; width: 46em;}
.members_search div.members_search-category ul li{float: left; width: 15em; margin: 2px 0px; font-weight: normal;}


.members_search div.members_search-category ul ul {overflow: auto; clear: both; border: thin solid #f3f3f3; margin: 0px; padding: 1em 1em;}
.members_search div.members_search-category ul label {font-size: 8pt; text-transform: capitalize;}
.members_search div.members_search-category ul li input {float: left;}

#members_search-filter{width: 200px;}
#members_search-group{width: 204px;}


#members_search-results {padding: 0; margin: 3em 0px;}
#members_search-results a{margin: 0px; padding: 0px;}
.members_search-results {padding: 0; margin: 0px 8px;}
.members_search-results a{margin: 0px; padding: 9px 0px;}
#members_search-results li {display:block; padding: 0em; margin: 0em; list-style: none;}
#members_search-results li {text-align:left; padding: 0px 25px;}
#members_search-results li li {display:block; padding: 0em; margin: 0em; list-style: none;}
#members_search-results img {float:left; margin-right:4px;}
#members_search-results address {font-style: normal;}
#members_search-results .locality:after {}
#members_search-results .group:after {}
#members_search-results .postal-code:after {}

.members_search-results a:link, .members_search-results a:visited{margin: 0px 4px;}

#members_search-alpha-top {margin: 1em 0em; padding:0; list-style: none;}
#members_search-alpha-top li {display: inline;  padding: 0px 0px; margin: 0px;}
#members_search-alpha-top li a {margin: 0px 8px 0px 0px; padding: 0px;}
#members_search-alpha-bottom {margin: 1em 0em; padding:0; list-style: none;}
#members_search-alpha-bottom li {display: inline;  padding: 0px 0px; margin: 0px;}
#members_search-alpha-bottom li a{margin: 0px 8px 0px 0px; padding: 0px;}

.categories ul{overflow: auto; clear: both; padding: 10px 3px;}
.categories ul li{float: left; width: 50%; margin: 0px; font-weight: normal; padding: 2px 0px;}

.org{
font-size: 8pt;
font-weight: bold;
text-decoration: underline;
color: #3a3a3a;
margin: 4px 0px 10px;
}

.org:hover{
text-decoration: none;
color: #c4c4c4;
}

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

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

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

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

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

#loginOutline{
width: 225px;
margin: 10px 10px;
padding:  10px 15px 35px;
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 65px 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 #eee;
}

/**Client Profile
**************************************/

#profileContainer{
margin: 33px 0px 0px 15px;
}

#profileSection{
margin: 8px 32px 18px;
}

#profileText{
font-size: 9pt;
}

#profileImage{
display: block;
width: 120px;
padding: 10px;
margin: 8px 40px;
}

#profileTable{
margin: 50px 5px;
}

.gridDataTableLarge{
border-spacing: 1px;
empty-cells: show !important;
}

.gridDataTableLarge th{
background-color: #e6e8ed;
border: 1px solid #e6e8ed;
font-size: 10pt;
font-weight: bold;
padding: 3px;
text-transform: uppercase;
}

/*.gridHeaderRow{
border: 1px solid #e6e6d4;
border-left: 0px;
font-weight: normal;
font-size: 8pt;
}*/

.gridRow td{
border: 1px solid #e6e8ed;
text-align: center;
padding: 8px 3px;
font-size: 8pt;
}

.gridRow td a{
padding: 2px 5px;
}

.gridAltRow td{
border: 1px solid #e6e8ed;
background-color: #fcfdfc;
text-align: center;
padding: 8px 3px;
font-size: 8pt;
}

.gridAltRow td a{
margin: 2px 0px;
}

/*hover summary*/

.tooltip{
display: block;
text-align: left;
}

a.tooltip ul{
text-align: left;
display: none; 
margin: 0px; 
padding: 0px;
list-style-position: inside;
}
a.tooltip ul li{
margin: 0px; 
font-size: 8pt;
padding: 2px 15px 2px 0px;  
list-style-position: inside;
list-style-type: none;
}

a.tooltip:hover ul{
margin-left: 0em; 
position: absolute; 
display: inline;
padding: 1px;
background-color: #fcfdfc; 
border: 1px solid #e6e8ed;
text-decoration: none;
}

/*hover summary mozilla fix*/

a.tooltip + ul{
text-align: left;
display: none; 
margin: 0px; 
padding: 0px;
list-style-position: inside;
}

a.tooltip + ul li{
margin: 0px; 
font-size: 8pt;
padding: 2px 15px 2px 0px; 
list-style-position: inside;
list-style-type: none;
}

a.tooltip:hover + ul{
margin-left: 0em; 
position: absolute; 
display: inline; 
background-color: #fcfdfc; 
border: 1px solid #e6e8ed;
text-decoration: none;
}

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

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

#footerContainer div a:link, #footerContainer div a:visited{
color: #3a3a3a;
font-size: 8pt;
text-decoration: underline;
}

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

/**Extras
************************************/



#sslCert{
margin: 8px 60px;
}

.error{
color: red;
border: 2px solid red;
background-color: mistyrose;
}

.errorText{
color: #993300;
font-size: 7pt;
}


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

#storePad{
width: 564px;
margin: 0px;
padding: 20px 20px 0px 0px;
}

/*MiniCart
***********************************/

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

#cartPadding{
padding: 10px;
}

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

#minicart_product_list{
margin: 2px 5px;
}

#minicart_product_list table{
border-collapse: collapse;
}

#minicart_product_list table td{
font-size: 8pt;
padding: 2px;
}

#minicart_product_list table td input{
font-size: 8pt;
}

div#order_buttons input{
padding-left: 4px;
text-align: left;
border: 0px;
}

div#order_buttons a{
display: block;
padding: 4px;
}

#minicart_qty_total{
font-size: 8pt;
}

#minicart_product_total{
font-size: 8pt;
padding-bottom: 5px;
}

#cart_no_products{
display: block;
margin: 0px 25px;
font-size: 8pt;
}


/*Category
***********************************/

.categoryTable{
margin: 5px 18px 5px 18px;
border-collapse: collapse;
}

.categoryTable table{
width: 175px;
}

.categoryItemsTitle{
width: 165px;
padding: 5px 5px 10px;
text-align: center;
font-size: 10pt;
}

.categoryItemsTitle a:link, .categoryItemsTitle a:visited{
color: #3a3a3a;
font-weight: bold;
text-decoration: underline;
}

.categoryItemsTitle a:hover{
color: #7c9d36;
text-decoration: none;
}

.categoryItemsImage{
padding: 5px 5px;
width: 165px;
text-align: center;
}

/*Sub Categories
***********************************/

/*2Columns
**************/

.subCategoryTable table{
width: 275px;
padding: 0px 0px 10px 0px;
margin: 0px 10px 20px 0px;
border-left: 1px solid #e9e9e9;
border-bottom: 1px solid #d6d6d6;
}

.subCategoryTable td{
vertical-align: top;
}

.categoryProductPic{
margin: 10px;
}

.categoryProductTitle{
width: 175px;
margin: 8px 0px 5px 5px;
}

.categoryProductTitle a:link, .categoryProductTitle a:visited{
font-size: 10pt;
color: #3a3a3a;
text-decoration: underline;
font-weight: bold;
}

.categoryProductTitle a:hover{
color: #7c9d36;
text-decoration: none;
}

.categoryProductDesc{
width: 175px;
margin: 8px 0px 5px 5px;
}

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

.picDescContainer{
display: block;
float: left;
}


/* Three Columns
******************/

.threeColumns table{
width: 175px;
padding: 0px;
margin: 8px;
}

.threeColumns table{
border-collapse: collapse;
}

.threeColumns .left{}

.threeColumns .left.top{}

.threeColumns .center.top{
width: 150px;
}

.threeColumns .categoryProductDesc {
width: 150px;
margin: 2px 5px;
}

/*One Column
******************/

.oneColumn table{
width: 100%;
padding: 0px;
margin: 10px;
}

.oneColumn table{
border-collapse: collapse;
}

.oneColumn .left{}

.oneColumn .left.top{}

.oneColumn .center.top{
width: 300px;
}

.oneColumn .categoryProductDesc {
width: 350px;
margin: 2px 5px;
}

/* Product 
***********************************/

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

.productTitle div{
margin: 8px 5px 5px 0px;
font-size: 10pt;
font-weight: bold;
}

.productPrice{
margin: 8px 5px 5px 0px;
display: inline;
font-size: 10pt;
font-weight: bold;

}

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

.productOptions{
width: 450px;
margin-top: 8px;
}

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


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

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

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

#reg_display{
display: inline;
padding-left: 10px;
color: #2b2b2b;
font-size: 11pt;
font-weight: bold;
}

.altImgs {
margin-left: 15px;
}


/** Sale
***********************************/

.productPriceSale{
display: inline;
}

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

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


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

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

/** Checkout
***********************************/

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

.checkoutForm{
padding: 10px 15px;
}

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

/*** confirm.mst
***********************************/

#cartTable{
width: 600px;
}

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

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

.carHeaders{
font-size: 10pt;
font-weight: bold;
}

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

/*** cart.mst
***********************************/

form iframe{
height: 5px;
}

.cartTable table{
border-collapse: collapse;
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: bold;
}

.cartRows td{
border: 1px solid #eeeeee;
padding: 3px;
vertical-align: top;
}

.cartRows td div{
vertical-align: top;
}

.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;
vertical-align: top;
}

.cartAltRows td div{
vertical-align: top;
}

.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;
border: 0px;
}

#checkBtn{
float: right;
}

.continueShoppingBtn img{
margin: 10px 4px;
}

/** payment page
***********************************/

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

.contCheckoutBtn{
padding: 5px 8px;
}

.contShopBtn{
padding-left: 45px;
}




