html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #3d3d3d;
    font-family: Tahoma;
    font-size: 12px;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

#wrapper {
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 10px;
	background-color: #fff;
}

    #header {
	    width: 950px;
	    height: 124px;
	    overflow: hidden;
	    background: #fff url('../images/header.jpg') no-repeat top left;
    }

    #content
    {
	    width: 950px;
	    overflow: hidden;
    }

        #menu {
            width: 168px;
            float: left;
            color: #8c8c8c;
            font-size: 14px;
        }
        
            #menu a {
                color: #8c8c8c;
                text-decoration: none;
                width: 168px;
                height: 29px;
                display: block;
                margin-left: 10px;
            }
            
            #menu a:hover {
                text-decoration: underline;
            }
        
            #menu ul {
                list-style-type: none;
                padding: 0;
                margin: 0;
            }
            
            #menu ul li {
                padding-top: 12px;
                padding-left: 5px;
                border-bottom: 1px solid #e5e5e5;
            }
            
            #menu ul li.page {
                padding-left: 10px;
            }
            
            #menu ul li.page-selected {
                padding-left: 10px;
                font-weight: bold;
            }
            
            #menu ul li.selected {
                font-weight: bold;
                background-image: url(../images/menu_selected_bg.png);
            }

            #menu ul li.selected a {
                color: #000;
            }
            
        #main {
            width: 740px;
            margin-left: 210px;
        }
        
            #top {
                width: 740px;
                overflow: hidden;
                margin-top: 20px;
            }
            
            #top-left {
                width: 360px;
                min-height: 165px;
                float: left;
                border: 1px solid #fff;
            }
            
            #top-right {
                width: 360px;
                min-height: 165px;
                float: right;
                border: 1px solid #fff;
                margin-right: 10px;
            }
            
            #bottom {
                width: 740px;
                overflow: hidden;
                margin-top: 20px;
            }

            #bottom-left {
                width: 360px;
                min-height: 165px;
                float: left;
                border: 1px solid #fff;
            }
            
            #bottom-right {
                width: 360px;
                min-height: 165px;
                float: right;
                border: 1px solid #d5d5d5;
                position: relative;
                margin-right: 10px;
            }
            
            #banner {
                width: 164px;
                height: 164px;
                background-image: url(../images/showroom_renewed.png);
                z-index: 1;
                position: absolute;
                top: -1px;
                right: -1px;
            }
            
            a.product-link {
                text-decoration: none;
                color: #fec774;
            }

    #footer {
	    width: 940px;
	    border-top: 2px solid #9c9c9c;
	    margin-top: 10px;
	    padding: 5px 0;
	    overflow: hidden;
    }

        #footerinfo {
            color: #b5b5b5;
            float: left;
            margin-top: 5px;
        }

        #footerinfo a {
            color: #b5b5b5;
            text-decoration: none;
        }
        
        #footerlogo {
            float: right;
        }

#colofon {
    width: 960px;
    height: 30px;
    margin: 0 auto;
}

    #colofon-content {
        width: 730px;
        height: 24px;
        margin-left: 230px;
        color: #fff;
        background-color: #8f8f8f;
        padding: 5px;
    }
    
        #colofon-content a {
            color: #fec774;
            text-decoration: none;
        }
        
        #colofon-content img {
            float: left;
        }

        #colofon-content div {
            margin: 5px 20px 0 0;
            float: right;
        }
