body {
    margin: 0;
    padding: 0;
    background: #FFF;
    font: 11px/20px Georgia, Times, Times New Roman, Serif;
    text-align: center;
    width: 100%;
    height: 100%;
}
    
    a {
        color: #B92D00;
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
        
    a img {
        border: 0;
    }

    .Number {
        font-family: Trebuchet MS;
    }
    
    #Page {
        margin: auto;
    }

    #Page,
    #Header,
    #Footer {
    	text-align: left;
        width: 990px;
    }
    
    .Clear {
        clear: both;
    }
    
    #PageTop {
    	position: absolute;
    	height: 40px;
    	width: 100%;
    	top: 0;
    	left: 0;
    	background: #95144d;
    	text-align: center;
    	overflow: auto;
    }
    
    	#PageTopContents {
    		margin: auto;
    		width: 990px;
    		height: 40px;
    		line-height: 40px;
    		font-family: "Trebuchet MS", Arial, Sans-serif;
    		font-weight: bold;
    		font-size: 11px;
    		color: #d59791;
    	overflow: auto;
    	}
    	
    	#PageTopContents span.Exclamation {
    		font-family: "Georgia", Times, "Times New Roman", Serif;
    		font-weight: normal;
    		font-style: italic;
    		color: #d59791;
    		margin-right: 10px;
    	}
    	
    	#PageTopContents span.Highlight {
    		font-size: 12px;
    		color: #ebcdcb;
    	}
    	
    	#PageTopLeft {
    		float: left;
    	}
    	
    	#PageTopRight {
    		float: right;
    	}
    	
    	#PageTopRight a {
    		padding-right: 10px;
    		margin-right: 10px;
    		color: #FFF;
    		border-right: 1px solid #d3908a;
    	}
    
    #Header {
    	margin-top: 51px;
        height: 64px;
        border-bottom: 1px solid #A9A9A9;
        overflow: hidden;
    }
    
        #Header #Logo {
            float:left;
            margin: 29px 32px 0 0;
        }
        
        #Header #SupportLinks {
            margin-right: 8px;
		}
        
        #Header #SupportLinks {
        	margin-top: 27px;
        }
        #Header #CartLink {
            margin-top: 34px;
        }
        
        #Header #CartLink p {
        	margin-top: 0px;
        }
        
        #Header #SupportLinks img {
            border: none;
        }
        
        #Header #SupportLinks {
            float: left;
        }
        
            #Header #SupportLinks a {
            	float: left;
                margin-right: 38px;
                font-size: 12px;
                color: #888;
                cursor: pointer;
            }
        
        #Header #CartLink {
            float: right;
        	padding-left: 24px;
            background: url("../images/cart.default.gif") no-repeat left 3px;
            color: #888;
			font-size: 13px;
		}

            #Header #CartLink a {
                padding-right: 4px;
                margin: 0;
                font-style: italic;
                text-align: right;
            }
            
				#CartLink #CheckoutLink {
	                padding-left: 4px;
				}
            
            #Header #CartLink #CL_1 {
                margin-right: 4px;
                font-weight: bold;
                color: #BC1D00;
            }
        
    #Menu {
        float: left;
        width: 160px;
        margin: 32px 30px 0 0;
    }
    
        #Menu ul#CategoryMenu,
        #Menu ul#BrandsMenu,
        #Menu ul#ElsewhereMenu {
            margin: 0;
            padding: 32px 0 12px 0;
            width: 160px;
            list-style-type: none;
            border-bottom: 1px solid #A9A9A9;
        }
        
        #Menu ul#CategoryMenu {
            border-top: 1px solid #A9A9A9;
            background: url('../images/menu.categories.gif') no-repeat 0 10px;
        }
        
        #Menu ul#BrandsMenu {
            background: url('../images/menu.brands.gif') no-repeat 0 10px;
        }
        
        #Menu ul#ElsewhereMenu {
            background: url('../images/menu.elsewhere.gif') no-repeat 0 10px;
        }

            
            #Menu ul#CategoryMenu li {
                color: #000;
                padding: 0 0 1px 0;
            }
    
            #Menu ul#BrandsMenu li,
            #Menu ul#ElsewhereMenu li{
                padding: 0;
                margin: 0;
                line-height: 17px;
            }
            
                #Menu ul#BrandsMenu a,
				#Menu ul#ElsewhereMenu a {
                    color: #777;
                    font-size: 11px;
                }

                #Menu ul#ElsewhereMenu #OnSale {
					margin-bottom: 10px;
                }
                
                #Menu ul#ElsewhereMenu #OnSale a {
                	font-size: 14px;
                	color: #B92D00;
                }
        
        #Menu #CustomDeluxeLink {
            padding-top: 4px;
        }
        
        #CustomDeluxeLink #CustomHalf {
            color: #b93f00;
        }
        #CustomDeluxeLink #DeluxeHalf {
            color: #744a9a;
        }

        #Menu ul li img {
            border: 0;
            vertical-align: bottom;
        }
        
            #Menu ul .TopSelection {
                padding: 3px 5px 3px 15px !important;
                margin: 4px 0 4px 0;
                background: url('../images/menu.selected.gif') no-repeat 0 8px;
            }
            
            #Menu ul ul {
                clear: both;
                margin: 0px;
                padding: 0;
                list-style-type: none;
                line-height: 17px;
            }
                                
            #Menu ul li a {
                color: #2d2d2d;
                border: none;
                outline: none;
                vertical-align: bottom;
                font-size: 14px;
            }
            
            :focus
            {
              -moz-outline-style: none;
            }

        
        #Menu ul #SearchCatalogLink {
            margin-top: 32px;
            border-top: 1px solid #B91900;
            border-bottom: 1px solid #B91900;
            color: #B91900;
            background: url("../images/search.default.gif") no-repeat 143px 50%;
        }

            #SubMenus {
                margin-bottom: 12px;
                padding-bottom: 10px;
                border-bottom: 1px solid #A9A9A9;
            }
            
            #Menu_tables_compendia #SubMenus {
            	border-bottom: none;
            }

            .SubMenu {
                padding: 4px 0 6px 18px;
            }
            
                .SubMenu ul li a {
                    color: #777 !important;
                    font-size: 11px !important;
                    line-height: 17px !important;
                }

            .MenuHeading {
                display:block;
                padding-left: 18px;
                color: #000;
                font-weight: bold;
                font-size: 12px !important;
                line-height: 24px !important;
            }

    #MenuCallouts {
        width: 160px;
        text-align: center;
        margin: 17px 0 0 0;
        padding: 0;
        border: 1px solid #CCC;
        background: #FFF;
    }
    
    #MenuCallouts a {
        border: 0;
    }
    
		.SidebarBlock {
			border-top: 1px dotted #CCC;
		}
    
    #Content {
        float: left;
        width: 798px;
        min-height: 400px;
        margin-top: 32px;
    }
    
    #OverlayMatte {
        display: none;
        position: fixed;    
        width: 100%;
        height: 100%;
        z-index: 99;
        background: url("../images/overlay.bg.png");
    }
    
    	#ShareForm {
    		margin: 0;
    		padding: 0;
    	}
    
    	#ShareOverlay {
    		width: 550px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -200px;
			margin-left: -255px; 
			border: 2px solid #000;
			background: #EEE;
    	}
        
                
                #SearchInputWrapper {
					float: left;
					width: 260px;
					height: 32px;
                }
                	
                	#SearchInput {
                		margin: 0 0 0 0;
						padding: 0 9px 2px 0;
						height: 32px;
                	}

                	#SearchInput input {
                		width: 100%;
                		padding: 5px;
                		height: 28px;
                		font-size: 12px;
                		outline: none;
                		border: 1px solid #CCC;
                		background: #F0F0F0;
                		color: #999;
                	}

					input.UnTouched {
						font-family: Georgia, Times, "Times New Roman";
						font-style: italic;
						color: #BBB;
					}

     
    #CartOverlayWrapper {
        display: none;
        position: absolute;
        margin: 18px 0 0 182px;
        width: 750px;
        z-index: 101;
    }
        
        #CartShadow {
            padding: 10px;
            background: url("../images/overlay.bg.png");        
        }
    
        #CartOverlay {
            width: 730px;
            background: #FFF;
        }
        
            #CartOverlayClose {
                float: left;
                padding-left: 5px;
            }

            #CartOverlayTitle {
                width: 730px;
                text-align: right;
                background: #B91900 url('../images/cart.overlay.icon.gif') no-repeat 480px 11px;
                overflow: auto;
            }
            
            #CartOverlayTitleItems {
                float: right;
                padding: 6px 45px 6px 0;
                font-size: 13px;
                font-family: Georgia;
                font-style: italic;
                color: #FFF;
            }
            
            #CartOverlayTitleItems #CL_1 {
                font-weight: bold;
            }
            
                #CartOverlayTitleItems strong {
                    color: #FFF;
                }
                
            #CartOverlayCheckout {
            	padding: 20px;
				text-align: center;            	
				background: #EEE;
            }
                
                #CartOverlayCheckout img {
                    border: none;
                    cursor: pointer;
                }
                
            #CartOverlayBodyWrapper {

            }
            
            .CartOverlayItem {
                border-bottom: 1px solid #CCC;
                padding: 10px;
            }
            
                .CartOverlayItemThumbnail {
                    float: left;
                    width: 65px;
                    height: 35px;
                    padding: 10px;
                    text-align: center;
                    overflow: hidden;
                }
                
                .CartOverlayItemDelete {
                    float: right;
                    padding: 15px 10px 0 0;
                    cursor: pointer;
                }
                 
                .CartOverlayItemDescription {
                    float: left;
                    padding-top: 5px;
                    width: 220px;
                    line-height: 16px;
                }
                
                    .CartOverlayItemDescription a {
                    	font-size: 14px;
                    	font-family: Trebuchet MS, Arial, Sans-serif;
                        display: block;
                    }
                
                .CartItemQuantity {
                    color: #888;
                }
                
                .CartItemPrice {
                	font-size: 12px;
                    line-height: 22px;
                    color: #777;
                }
                
                	.CartItemPrice .Number {
                		margin-left: 3px;
                		color: #000;
                	}
                
        #ConciergeWindow {
            position: absolute;
            margin: 95px 0 0 -275px;
            width: 550px;
            left: 50%;
            background: url("../images/overlay.bg.png");
            z-index: 104;
        }
        
            #ConciergeContents {
                margin: 10px;
                overflow: auto;
                background: #FFF;
                width: 530px;
            }
            
                #ConciergeTitle {
                    height: 44px;
                    background: #B91900 url("../images/concierge.title.gif") no-repeat 12px 50%;
                }
                
                #ConciergeTitle img {
                    float: right;
                    cursor: pointer;
                    padding: 5px;
                }
                
                #ConciergeTip {
                    margin-bottom: 10px;
                    padding: 10px 10px 10px 100px;
                    font-size: 12px;
                    font-style: italic;
                    background: #FAFAFA url('../images/concierge.icon.gif') no-repeat 32px 50%;
                    color: #777;
                    border-bottom: 1px solid #CECECE;
                }
                
                #ConciergeForm {
                    padding: 20px 20px 10px 20px;
                    border-top: 1px solid #CCC;
                    border-bottom: 1px solid #CCC;
                    background: #EEE;
                }
                
                    .ConciergeInputRow {
                        display: block;
                    }
                    
                        .ConciergeLabel {
                            float: left;
                            width: 115px;
                            padding-bottom: 5px;
                            font-style: italic;
                        }
                        
                        .ConciergeInput {
                            float: left;
                        }
                        
                        .ConciergeInput input{
                            font-size: 14px;
                            width: 390px;
                            margin-bottom: 15px;
                        }
                        
                        .ConciergeInput textarea{
                            width: 390px;
                            height: 70px;
                            padding: 10px;
                            margin-bottom: 15px;
                        }
                        
                        #ConciergeInputSubmit {
                            text-align: center;
                        }

    #Footer {
        margin: 40px 0 32px 0;
        font-size: 10px;
        line-height: 16px;
        color: #777;
        text-align: right;
    }
    
        #FooterContents {
            float: right;
            width: 798px;
            margin: 0 0 0 0;
            text-align: left;
        }
        
            .FooterColumn {
                float: left;
                overflow: auto;
            }
            
            #FirstFooterColumn {
                width: 266px;
            }
            
            #SecondFooterColumn {
                width: 266px;
                border-left: 1px dotted #CCC;
                border-right: 1px dotted #CCC;
            }
            
            #ThirdFooterColumn {
                width: 264px;
            }
            
                .FooterColumn h3 {
                    margin: 0 0 7px 0;
                    font-family: Trebuchet Ms, Trebuchet, Arial, Sans-serif;
                    color: #000;
                }
            
                .FooterColumnContents {
                    padding: 0 10px 0 10px;
                }
                
                #PhoneNumber {
                	font-size: 18px;
                	line-height: 28px;
                    font-family: Trebuchet Ms, Trebuchet, Arial, Sans-serif;
                    color: #888;
                    font-weight: bold;
                    margin: 4px 0;
                }
                
			#CopyrightLine {
				margin-top: 30px;
				text-align: right;
			}
			
			#CopyrightLine span {
				margin-right: 20px;
			}