/* Body
----------------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
}

body {
    background-color: #fff;
	text-align: center;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	text-align: left;
	position: relative;
	background: url(../img/backgrounds/bg-container.gif) repeat-y left top;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
    width: 800px;
    position: relative;
    background: url(../img/backgrounds/bg-header.gif) no-repeat center top;
}

    .header h1 {
        float: left;
    	font-size: 10px;
    	line-height: 10px;
    	margin: 0;
    	padding: 0;
    }

        .header h1 a {
        	width: 800px;
        	height: 120px;
        	padding: 0 0 10px 0;
        	background: #fff url(../img/backgrounds/bg-header.png) no-repeat center top;
        	text-decoration: none;
        	display: block;
        }

            .header h1 a span {
            	visibility: hidden;
            }

/* Visual
----------------------------------------------------------------------------------------------------*/
.visual {
    width: 800px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    position: relative;
    padding: 0 0 10px 0;
    background-color: #fff;
}

    .visual .overlay {
        position: absolute;
        width: 85px;
        height: 100px;
        right: 0;
        bottom: 10px;
        background: url(../img/backgrounds/bg-overlay.png) no-repeat right bottom;
        z-index: 10;
    }

/* Content-container - navigation
----------------------------------------------------------------------------------------------------*/
.nav {
    width: 180px;
    float: left;
}

    .nav ul {
        list-style: none;
        padding: 0 10px 20px 0;
        margin: 0;
        font-size: 10px;
    }

    .nav ul li {

    }

        .nav ul li.first {

        }

    .nav ul li a {
        display: block;
        width: 146px;
        height: 30px;
        padding: 0 0 0 24px;
        line-height: 30px;
        background: #003a79 url(../img/backgrounds/bg-nav-li.gif) no-repeat 8px 10px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
    }

    .nav ul li a:hover {
        background: #003a79 url(../img/backgrounds/bg-nav-li-hover.gif) no-repeat 8px 1px;
        color: #fff;
        text-decoration: none;
    }

/* Content-container - content
----------------------------------------------------------------------------------------------------*/
.content {
    width: 529px;
    float: left;
    font-size: 10px;
    line-height: 18px;
    color: #003A79;
    padding: 0 10px;
}

    .content h2 {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #003A79;
        margin-bottom: 0;
    }

    .content ul {
        list-style: none;
        margin-bottom: 0;
    }

        .content ul li {
            padding: 0 0 0 12px;
            background: url(../img/backgrounds/bg-li.gif) no-repeat left center;
        }

   .content a {
       color: #777777;
       text-decoration: none;
    }

        .content a:hover {
           color: #000;
           text-decoration: none;
        }

        .content td.right, .content tr.right td {
            text-align: right;
            padding-right: 0;
        }

        .content .project-visual {
            position: relative;
            margin: 0;
            padding: 0;
        }

            .project-visual .visual-zoom {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 30px;
                height: 44px;
                background: url(../img/general/overlay-zoom.png) no-repeat right bottom;
                z-index: 10;
            }

            .project-visual .visual-text {
                position: absolute;
                right: 0;
                top: 0;
                width: 144px;
                background-color: #E5001C;
                border-bottom: 1px solid #fff;
                color: #fff;
                text-align: left;
                padding: 0 2px 0 4px;
                z-index: 20;
            }


    .content .buyers {
        padding: 10px 0;
    }

        .buyers .buyer {
            display: block;
            height: 40px;
            padding: 0 4px 0 0;
            float: left;
        }

/* Footer
----------------------------------------------------------------------------------------------------*/
.push, .inner-footer {
	height: 100px;
}

.footer {
    width: 100%;
}

    .inner-footer {
        position: relative;
        width: 800px;
        margin: 0 auto;
        text-align: left;
    }

        .inner-footer img {
            padding: 0 0 6px 35px;
        }

        .inner-footer a.li {
            padding: 4px 0 0 12px;
            margin: 0;
            background: url(../img/backgrounds/bg-li.gif) no-repeat left center;
            font-size: 9px;
            text-decoration: none;
            font-variant: small-caps;
            letter-spacing: 0.5px;
            color: #003A79;
        }
