body {
    background: #000;
}

a {
    color: #009DDC;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

p {
    margin: 1em 0;
}

dt {
    font-weight: bold;
    margin-top: 1em;
}

#container {
    font: 1.2em helvetica, tahoma, arial, sans-serif;
    line-height: 1.4em;
    width: 992px;
    margin: 0 auto;
    padding: 0;
    color: #333;
    position: relative;
    background: #FFF;
}

#header {
    background: transparent url(../images/presentation/logo.png) no-repeat 44px center;
    height: 139px;
    padding: 0 30px;
}

/* 
 * nav
 */
.nav {
    margin: 0 -2em 0 0;
    padding: 0;
    list-style-type: none;
    float: right;
    clear: both;
    line-height: 139px;
}

.nav li {
    float: left;
}

.nav li a {
    padding: 0 2em;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
}

.nav li a:hover, .nav li.selected a {
    text-decoration: underline;
}

#home-content {
    clear: both;
    height: 255px;
    background: transparent url(../images/presentation/home-sections.jpg) no-repeat 2px 1px;
}

#home-content .section {
    float: left;
    width: 270px;
    padding: 20px 30px;
}

.section h2 {
    margin: 0 0 0.5em 0;
    font-size: 1.5em;
    font-weight: normal;
}

.section h2, .section h3 {
    margin-bottom: 0;
}

.section p {
    margin: 0.3em 0;
}

/*
 * Content
 */

#content {
    padding: 25px 50px;
    clear: left;
    background: transparent url(../images/presentation/bg-sky.jpg) no-repeat 1px top;
    height: 20em;
}

#leftCol {
    margin-right: 390px; 
}

#rightCol {
    width: 332px;
    float: right;
}

#rightCol div {
    margin-bottom: 6px;
    width: 332px;
    height: 119px; 
    position: relative;
}

#rightCol a {
    display: block;
    height: 125px;
    position: absolute;
    width: 331px;
    top: 1px;
    left: 0;
    z-index: 2;
	background: url(../images/presentation/hover-corner.gif) no-repeat -1000px 0; 
}
#rightCol a:hover {
	background-position: right top; 
}

#rightCol a span {
    left: -999em;
    position: absolute;
}

#rightCol h2 {
    position: absolute;
    top: 5px;
    left: 25px;
}

#rightCol p {
    position: absolute;
    top: 45px;
    left: 125px;
    z-index: 1;
}

#nz {
    background: transparent url(../images/presentation/button-nz.png) no-repeat left top;
}

#au {
    background: transparent url(../images/presentation/button-au.png) no-repeat left top;
}


#productLogos {
	padding: 20px;
	text-align: center;
}


/* 
 * Footer
 */
#footer {
    clear: both;
    padding: 28px 30px 23px 0;
}

#footer a {
    color: #333;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .copy {
    text-align: right;
    font-size: 0.9em;
}

#ckweb span {
    display: none;
}
