body {
    height: 100%;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/background.jpg) no-repeat left top;
    padding: 10px 0 0 20px;
    margin: 0;
    font-family: arial,helvetica,clean,sans-serif;
}

header {
    width: 100%;
}

    header div.logo {
        width: 167px;
        height: 38px;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 830px;
        top: 23px;
    }


nav {
    width: 660px;
    float: left;
    padding: 10px 10px 0 2px;
    margin-top: 182px;
}

    nav .product {
        float: left;
        width: 192px;
        margin: 10px;
        padding: 0;
    }

    nav .product.box-01 .visual,
    nav .product.box-04 .visual {
        background-image: url(../images/box_blue_light.png);
    }

    nav .product.box-02 .visual,
    nav .product.box-05 .visual {
        background-image: url(../images/box_blue_medium.png);
    }

    nav .product.box-03 .visual,
    nav .product.box-06 .visual {
        background-image: url(../images/box_blue_dark.png);
    }

    nav .visual {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center bottom;
        position: relative;
        height: 155px;
        padding: 0;
        margin-bottom: 15px;
    }
    
    nav h3 {
        text-align: right;
        color: #FFF99C;
        font-size: 14px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        margin: 0;
        padding: 0;
        width: 172px;
    }

aside {
    float: left;
    margin-top: 183px
}

h1 {
    font: normal 18px Arial,Helvetica,Sans-serif;
    color: #666;
}

button {
    height: 34px;
    border: 0;
    padding: 6px 8px 10px 6px;
    color: #666;
    background-image: url(../images/button_white_mediumlarge.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    width: 103px;
    margin-top: 17px;
    margin-left: -2px;
    cursor: pointer;
}

button:hover, button:focus {
background-position: 0 100%;
}

a img { border: 0; }

/* Footer */
.disclaimer {
	width:641px;
	clear:both;
	padding-top:10px;
	text-decoration:none;
	text-align: center;
	color:#999;
	font-size:11px;
}

.disclaimer a {
	color:#999;
	font-size:11px;
	font-weight:bold;
}
