/* CSS layout */ 
html body { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
    width: 100%; 
    background-image: url('images/red033.jpg'); 
    background-repeat: repeat; 
}
#navigation { 
    width: 175px; 
    background-color: #9F9F7F; 
    padding: 4px 6px 4px 4px; 
    margin-left: -40px; 
} 
li {
    list-style: none;
}
#navigation li {
    padding-top: 4px;
    padding-bottom: 4px;
} 
#navigation a {
    color: #660000;
    text-decoration: none;
}
#navigation a.visited {
    color: #660000;
    text-decoration: none;
}
#navigation a.hover {
    font-style: italic;
    text-decoration: none;
}
#navigation td {
    background-color: transparent;
}
.header { 
    background-color: Black; 
    width: 950px; 
    height: 150px; 
} 
.maincontent {
    height: 96%; 
    background-color: white;
    padding: 5px;
    text-alignment: center;
}
#QuickSearch {
    font-family: Comic Sans, Verdana;
    border: 0;
}
#BreadCrumb {
    background-color: white;
    margin-bottom: -20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.whiteBackground {
    padding: 5px;
    color: pink;
}
.CategoryList {
    cell-padding: 0px;
    cell-spacing: 0px;
    padding-top: 0px;
}
.CategoryList a {
    color: blue;
    text-decoration: none;
    font-size: smaller;
}
.CategoryList a.visited {
    color: blue;
    text-decoration: none;
}
.CategoryList a.hover {
    font-style: italic;
    text-decoration: none;
}
.title {
    font-weight: bold;
    font-size: 24pt;
    font-family: Bedini Bold, Brush Script, Arial;
    text-alignment: center;
    width: 100%;
}
.tabHolder {
    width: 100%;
    background-color: white;
}
.topBottomBanner {
    background-color: #9F9F7F;
}
.page_item {
    font-weight: bold;
    font-size: 14pt;
}
#dc_Custom_block4, #SearchResultsInfo, .dividerTopEnclose, .fullBorder, .dividerBottomEnclose, #dc_default_block4, #dc_default_block3, #dc_Custom_block2, #dc_default_block6, #searchResults, .searchResults {
    background-color: white;
    padding-bottom: 10px;
}
#dc_Custom_block1, #dc_default_block1, #dc_catalog_block1, #dc_item_choose_block1 {
    padding-bottom: 10px;
}
#dc_default_block4, #dc_default_block10, #dc_default_block6 {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}
.websites {
    background-color: white;
    width: 100%;
    border: solid 1px white;
}
.headline {
    background-color: #dddddd;
    border: 4px outset #660000;
    font-color: #660000;
    font-weight: bold;
    font-style: italic;
    font-size: medium;
    width: 100%;
}

#NoProdsFoundTable {
  background-color: #FFFFFF;

}

#MainSiteBody {
  background-color: #FFFFFF;
}

.dc_featured_product {
  padding-left: 15px;
  padding-right: 15px;
}
#dc_default_block12, #dc_default_block13 {
  width: 50%;
}
.buyline {
  font-family: Arial, Helvetica;
  font-size: 12pt;
  width: 85%;
  text-align:justify;
}




