@import url('forms.css');

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

body, h1, h2, h3, h4, h5, h6 {
	font-family: verdana,arial,tahoma,sans-serif;
}

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
    width: 821px;
    height: 98px;
    position: relative;
    padding: 47px 0 0 129px;
    overflow: hidden;
}

    .header .logo {
        float: left;
        width: 567px;
    }

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

        .header h1 a {
        	width: 498px;
        	height: 55px;
        	padding: 0;
        	background: url(../img/general/logo.jpg) no-repeat;
        	text-decoration: none;
        	display: block;
        }

            .header h1 a span {
            	visibility: hidden;
            }

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

        .header .e44-link a {
        	width: 59px;
        	height: 55px;
        	padding: 0;
        	background: url(../img/general/logo-e44.jpg) no-repeat;
        	text-decoration: none;
        	display: block;
        }

            .header .e44-link a span {
            	visibility: hidden;
            }

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

        .header h2 a {
        	width: 326px;
        	height: 43px;
        	padding: 0;
        	background: url(../img/general/logo-subtitle.jpg) no-repeat;
        	text-decoration: none;
        	display: block;
        }

            .header h2 a span {
            	visibility: hidden;
            }

    .header .nav {
        float: left;
        width: 254px;
        margin-top: -3px;
    }

        .header .nav ul {
            list-style: none;
            margin: 0;
            padding: 0 0 0 15px;
            font-size: 11px;
            line-height: 16px;
        }

        .header .nav ul li {
            padding: 0;
            text-transform: lowercase;
            letter-spacing: 0.5px;
        }

            .header .nav ul li.first {

            }

            .header .nav ul ul {
                display: none;
            }

        .header .nav ul li a {
            color: #e2007a;
            text-decoration: none;
        }

        .header .nav ul li a.active, .header .nav ul li a:hover {
            color: #45a12b;
            text-decoration: none;
            font-weight: bold;
        }

/* Content
----------------------------------------------------------------------------------------------------*/

.content-container {
    position: relative;
    width: 960px;
    min-height: 320px;
    height: auto !important;
    height: 320px;
    padding: 28px 0 0 0;
}

    .content a, .content a:hover {
        color: #45a12b;
        text-decoration: underline;
    }

    .content.home {
        float: left;
        width: 700px;
        padding: 0 170px 0 90px;
        font-size: 11px;
        line-height: 18px;
        color: #45a12b;
    }

    .content.portfolio, .content.page {
        float: left;
        width: 900px;
        font-size: 11px;
        line-height: 18px;
        color: #45a12b;
        letter-spacing: 0.2px;
    }

        .content .visual {
            float: left;
            width: 460px;
            height: 270px;
            padding: 5px;
            border: 1px dotted #45a12b;
            text-align: right;
        }

            .content .visual .cycle {
                width: 460px;
                height: 270px;
                overflow: hidden;
            }

                .content .visual .cycle .img {
                    width: 460px;
                    height: 270px;
                    text-align: center;
                }

        .content .text {
            float: left;
            width: 410px;
            min-height: 230px;
            height: auto !important;
            height: 230px;
            padding: 0 0 50px 18px;
            position: relative;
        }

            .content .text a.active {
                font-weight: bold;
            }

        .content .text .portfolio-links {
            position: absolute;
            bottom: 0;
            left: 18px;
            width: 200px;
        }

            .portfolio-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .portfolio-links ul li {
                    float: left;
                    padding: 12px 4px 0 0;
                    margin: 0;
                }

                    .portfolio-links ul li a {
                        display: block;
                        width: 10px;
                        height: 10px;
                        background: url(../img/backgrounds/bg-portfolio-links-li.gif) no-repeat top left;
                    }

                    .portfolio-links ul li a:hover, .portfolio-links ul li a.active {
                        background: url(../img/backgrounds/bg-portfolio-links-li-active.gif) no-repeat top left;
                    }

                        .portfolio-links ul li a span {
                            display: none;
                        }

        .content .text .portfolio-nav {
            position: absolute;
            bottom: -4px;
            left: 230px;
            width: 60px;
        }

            .portfolio-nav a {
                text-decoration: none;
                font-weight: bold;
                font-size: 10px;
            }

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    width: 710px;
    height: 17px;
    background: #f1f6eb url(../img/backgrounds/bg-footer.gif) no-repeat top right;
}

    .footer ul {
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer ul li {
            float: left;
            padding: 0 8px;
            font-size: 11px;
            line-height: 17px;
            text-transform: lowercase;
            letter-spacing: 0.5px;
            background: url(../img/backgrounds/bg-footer-li.gif) no-repeat left 4px;
        }

            .footer ul li.first {
                background: none;
            }

            .footer ul li a {
                color: #e2007a;
                text-decoration: none;
            }

            .footer ul li a:hover {
                color: #45a12b;
                text-decoration: none;
                font-weight: normal;
            }

            .footer ul li a.active {
                color: #45a12b;
                text-decoration: none;
                font-weight: bold;
            }