body {
    margin: 0;
    background: #93897c;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

code {
    display: block;
    text-align: left;
}

p, h2 {
    width: 900px;
    max-width: 100%;
    margin: 12px auto 0;
}

br {
    clear: both;
}

.text {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    border: solid 8px #fff;
    background: #dedbd7 url(/gfx/textBackground.gif) no-repeat 600px 0px;
    border-radius: 20px;
}

.textContent {
    padding: 20px 350px 100px 30px;
    font-size: 120%;
    text-align: left;
    background: transparent url(/gfx/textBackgroundBottom.gif) no-repeat 1% 100%;
}

.textContent p, .textContent h1, .textContent h2, .textContent a {
    color: #93897c;
    width: auto;
}

.textContent a {
    font-weight: bold;
}

.textContent p {
    margin: 0;
    line-height: 180%;
    padding: 3px 0 12px;
}

.textContent h1, .textContent h2 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 110%;
    line-height: 140%;
    font-weight: normal;
    margin: 20px auto 0;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

p, p a {
    color: #d6d3cf;
    font-weight: normal;
}

a:hover, .series a:hover {
    color: #fff;
    text-decoration: none;
}

li a:hover {
    color: #d6d3cf;
}

em {
    font-style: normal;
    font-weight: bold;
}

a img {
    border: none;
}

body, select {
    font-family: Tahoma, Arial, Sans-Serif;
}

#top, #footer {
    padding: 30px;
    overflow: hidden;
}

#top {
    padding-top: 17px;
}

#footer {
    border-top: solid 1px #7e7469;
    background: url(/gfx/footerBackground.gif) repeat-x;
}

#logo img {
    padding-bottom: 5px;
    border-bottom: solid 6px #93897c;
}

.thumbs {
    width: 842px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0px;
}

a#logo:hover img {
    border-bottom-color: #c8c3bc;
}

.nojs {
    font-size: 1px;
    line-height: 1px;
}

.nojs img {
    border: solid 8px #fff;
    border-radius: 20px;
    max-width: 100%;
}

.thumbs .nojs {
    margin: 0 5px 10px;
    float: left;
}

.thumbs .nojs img {
    border: solid 6px #fff;
    border-radius: 20px;
    min-width: 98px;
    min-height: 65px;
}

a.js:hover, a.nojs:hover img {
    border-color: #c8c3bc;
}

.js {
    display: block;
    border: solid 8px #fff;
    margin: 0 auto;
    width: 600px;
    min-height: 600px;
}

.thumbs .js {
    width: 98px;
    border: solid 6px #fff;
    margin: 0 5px 10px;
    float: left;
}

.js img {
    display: block;
    min-width: 600px;
    min-height: 600px;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul {
    margin: 20px auto 0;
    width: 880px;
    max-width: 100%;
    padding-left: 20px;
}

li {
    display: inline;
    margin: 0 15px 0 0;
    padding: 2px 0 8px 0;
}

li, li a {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
}

li a {
    padding: 2px 0 8px 28px;
    overflow: visible;
}

#top li a:hover {
    background: none;
}

li.color {
    background-image: url(/gfx/colorCodingOver.gif);
}

li.about {
    background-image: url(/gfx/aboutOver.gif);
}

li.contact {
    background-image: url(/gfx/contactOver.gif);
}

li.color a {
    background-image: url(/gfx/colorCoding.gif);
}

li.about a {
    background-image: url(/gfx/about.gif);
}

li.contact a {
    background-image: url(/gfx/contact.gif);
}


ul select {
    background: #c8c3bc;
    border: none;
    color: #fff;
    font-weight: bold;
}

h1 {
    margin: 0 0 8px 0;
    padding: 5px 0 12px;
    font-size: 160%;
    line-height: 100%;
}

.box a {
    color: #93897c;
    font-size: 120%;
}

.box {
    max-width: 100%;
    width: 916px;
    margin: 0 auto;
}

.box .t {
    background: url(/gfx/box.png) no-repeat;
    padding: 10px 23px 0;
    text-align: left;
}

.box .b {
    height: 19px;
    background: url(/gfx/box.png) repeat-y 0 -932px;
}

.series {
    overflow: hidden;
}

.series ul {
    margin: 0;
    padding: 0;
    width: 200px;
    float: left;
}

.series li {
    display: block;
    margin: 0;
    padding: 0;
}

.series li a {
    display: inline;
    background: none;
    padding: 0;
}



.seriesLarge {
    float: left;
    width: 426px;
    margin-right: 20px;
}

.seriesLarge span {
    height: 112px;
}

.seriesLarge:hover span {
    background-position: top left;
    cursor: hand;
}


.seriesSmall {
    width: 203px;
    float: left;
}

.seriesSmall span {
    width: 203px;
    height: 42px;
}

.series a span {
    display: block;
    background: transparent url(/gfx/seriesPictures.jpg) no-repeat 0px -112px;
}

.seriesColumn {
    float: left;
    overflow: hidden;
    width: 223px;
}

.seriesRow {
    padding-top: 10px;
    clear: both;
    margin-right: -20px;
}

.seriesRow .seriesSmall {
    margin-right: 20px;
}

.seriesImageContainer {
    max-width: 100%;
    width: 669px;
    float: left;
}

#s1 {
    height: 70px;
}

#s1 span {
    background-position: -203px -224px;
}

#s2 span {
    background-position: -203px -266px;
}

#s3 span {
    background-position: -203px -308px;
}

#s4 span {
    background-position: -203px -350px;
}

#s5 span {
    background-position: -203px -392px;
}

#s1:hover span {
    background-position: 0px -224px;
}

#s2:hover span {
    background-position: 0px -266px;
}

#s3:hover span {
    background-position: 0px -308px;
}

#s4:hover span {
    background-position: 0px -350px;
}

#s5:hover span {
    background-position: 0px -392px;
}

#usa {
    float: left;
    width: 426px;
    margin-right: 20px;
}

#japan {
    height: 70px;
}

#japan, #newzealand {
    float: left;
}

#japan span, #usa span, #newzealand span {
    display: block;
    background: transparent url(/gfx/seriesPictures.jpg) no-repeat 0px -112px;
}

#usa span {
    height: 112px;
}

#usa:hover span {
    background-position: top left;
    cursor: hand;
}

#japan, #newzealand {
    width: 203px;
}

#japan span, #newzealand span {
    width: 203px;
    height: 42px;
}

#japan span {
    background-position: -203px -224px;
}

#japan:hover span {
    background-position: 0px -224px;
}

#newzealand span {
    background-position: -203px -266px;
}

#newzealand:hover span {
    background-position: 0px -266px;
}

#links {
    max-width: 100%;
    width: 900px;
    margin: 8px auto 0;
    text-align: right;
}

#links a {
    margin-left: 20px;
}

.nojsh {
    display: none;
}
