#home {
    background: #fff url("../images/bg_home.png") top left repeat-y;
    clear: both;
    margin: 0 12px;
    padding: 0;
    width: 956px;
}

    #home_feature {
        height: 316px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 956px;
    }
    
    #home_content {
        margin: 0 7px 12px 7px;
        padding: 0;
        position: relative;
        width: 942px;
    }
    
        #home_content * {
            line-height: 1.5em;
        }
            
        #home_arrow_overlay {
            background: url("../images/home_arrow_overlay.png") top left no-repeat;
            height: 23px;
            left: 499px;
            position: absolute;
            top: 0;
            width: 35px;
        }
        
        #home_bride_underlay {
            background: url("../images/home_bride_underlay.png") 220px 1px no-repeat;
            height: 220px;
        }

        #home_content .panel {
            background: #ffeff7 url("../images/bg_home_panel.png") top left repeat-x;
            border: 1px solid #eb89be;
            margin: 11px 11px 0 11px;
            padding: 10px 15px;
            width: 417px;
        }
        
            #home_content .panel.double {
                float: left; display: inline; /* IE6 fix */
                height: 205px;
                overflow: hidden;
            }
            
            #home_content .panel.single {
                clear: right;
                float: right; display: inline; /* IE6 fix */
                height: 86px;
                overflow: hidden;
            }
            
            #home_content .panel.double .hdrimg {
                margin: -1px 0 7px 0;
            }
            
            #home_content .panel.single .hdrimg {
                margin: 0 0 5px 0;
            }
			
			.goUp {
				margin-top:-10px;
			}
            
            #home_content .panel label {
                font-size: 14px;
                font-weight: bold;
                padding: 0 10px 0 5px;
            }
            
            #home_form_search {
                width: 410px;
            }
            
                #home_form_search * {
                    vertical-align: middle;
                }
            
                #home_form_search div {
                    margin: 0 0 12px 0;
                    padding: 0;
                }
            
                #home_form_search input.text, #home_form_search input[type="text"], #home_form_search select {
                    font-weight: bold;
                    line-height: 15px;
                    padding: 1px 3px;
                }

                #home_form_search input.text, #home_form_search input[type="text"] {
                    width: 210px;
                }

                #home_form_search select {
                    float: right; display: inline; /* IE6 fix */
                    width: 160px;
                }
                
                #home_form_search input.image, #home_form_search input[type="image"] {
                    float: right; display: inline; /* IE6 fix */
                }
                
    #home_bottom {
        background: #fff url("../images/bg_home_bottom.png") top left no-repeat;
        height: 10px;
        margin: 0;
        padding: 0 !important;
        width: 956px;
    }
    
/* SCRATCH */
ul, li { line-height: 1em; margin-top: 0; margin-bottom: 0; }