@import url('forms.css?v=2');

/* Body
----------------------------------------------------------------------------------------------------*/
body {
    background: #fff url(../img/backgrounds/bg.png) repeat-x top left;
	text-align: center;
	margin: 0;
}

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

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
    background: url(../img/backgrounds/bg-container.png) no-repeat center top;
	width: 940px;
	margin: 0 auto;
	padding: 0 26px 0 14px;
	text-align: left;
	position: relative;
}

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

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

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

            .header h1 a span {
            	visibility: hidden;
            }

    .header .nav {
        position: absolute;
        top: 180px;
        left: 0;
        width: 940px;
        height: 36px;
        background: url(../img/backgrounds/bg-nav.png) repeat-x top left;
        z-index: 100;
    }

        .header .nav ul {
            list-style: none;
            margin: 0;
            padding: 0 0 0 40px;
            font-size: 12px;
            line-height: 36px;
            text-transform: uppercase;
        }

        .header .nav ul li {
            float: left;
            padding: 0 12px;
        }

            .header .nav ul li.first {
                padding-left: 0;
            }

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

        .header .nav ul li a.active, .header .nav ul li a:hover {
            color: #fff;
            text-decoration: none;
        }

        .header .nav ul ul {
        	position: absolute;
        	width: 130px;
        	left: -999em;
        	z-index: 100;
        	padding: 0;
        	margin: 0;
        	text-transform: none;
        }

            .header .nav li ul li {
            	background: none;
            	padding: 0;
            	width: 160px;
            	font-size: 11px;
            	border-bottom: 1px solid #fefefe;
            }

                .header .nav li ul li a {
                	padding: 4px 0 4px 10px;
                	color: #2071bb;
                	background-color: #eaeaea;
                	line-height: 18px;

                	border: 0;
                }

                    .header .nav li ul li a:hover {
                        background-color: #2071bb;
                        color: #fff;
                        border: none;
                    }

                .header .nav li:hover ul, #nav li.sfhover ul {
                	left: auto;
                	z-index: 1000;
                }

                .header .nav li:hover {
                    position: static;
                }

    .header .nav .after {
        position: absolute;
        top: 0;
        left: 940px;
        width: 25px;
        height: 60px;
        background: url(../img/backgrounds/bg-nav-after.png) no-repeat top left;
        z-index: 100;
    }

    .header .visuals {
        position: absolute;
        right: -26px;
        top: 0;
        width: 340px;
        height: 320px;
    }

        .visuals .frame {
            position: absolute;
            width: 340px;
            height: 320px;
            z-index: 50;
            background: url(../img/backgrounds/bg-visual-frame.png) no-repeat top right;
        }

        .visuals .images {
            position: absolute;
            top: 20px;
            right: 34px;
            width: 272px;
            height: 218px;
            overflow: hidden;
            z-index: 25;
        }

/* Content
----------------------------------------------------------------------------------------------------*/
.content {
    float: left;
    width: 500px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    padding: 20px 0 0 40px;
    color: #3d3d3d;
    font-size: 12px;
    line-height: 16px;
}

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

    .content h2 {
        color: #2071bb;
        font: 16px/24px verdana,arial,tahoma,sans-serif;
        margin: 0 0 1em 0;
    }

    .content h3 {
        color: #c60b46;
        font: 14px/24px verdana,arial,tahoma,sans-serif;
        margin: 0;
    }

    .content table td {
        font-size: 11px;
        line-height: 14px;
    }

        .content table td p {
            margin: 0 0 14px;
        }


    .content p.right {
        text-align: right;
    }

    .hide {
        display: none;
    }

.sidebar {
    float: left;
    width: 320px;
    padding: 100px 0 0 80px;
}

    .sidebar .block {
        position: relative;
        font-size: 11px;
        line-height: 14px;
        color: #3d3d3d;
        margin: 0 0 32px 0;
        padding: 0 0 10px 0;
        background: url(../img/backgrounds/bg-block.gif) repeat-y top left;
    }

        .sidebar .block h2 {
            margin: 0 0 10px 0;
            padding: 0 0 0 20px;
            background: url(../img/backgrounds/bg-sidebar-h2.png) repeat-x top left;
            font-size: 12px;
            line-height: 30px;
            height: 38px;
            color: #fff;
            text-transform: uppercase;
        }

        .sidebar .block .after {
            position: absolute;
            top: 0;
            left: 320px;
            width: 25px;
            height: 60px;
            background: url(../img/backgrounds/bg-sidebar-h2-after.png) no-repeat top left;
            z-index: 100;
        }

        .sidebar .block p {
            margin: 0 0 14px 0;
            padding: 0 40px;
        }

        .sidebar .block ul {
            margin: 0 0 14px 0;
            padding: 0 40px;
            list-style: none;
        }

            .sidebar .block ul li {
                padding: 0 0 0 15px;
                background: url(../img/backgrounds/bg-block-li.gif) no-repeat left 5px;
            }


    .sidebar a {
        color: #c60b46;
        text-decoration: none;
    }
        .sidebar a:hover {
            color: #c60b46;
            text-decoration: underline;
        }

        .sidebar .plainlink a, .sidebar a.plainlink {
            color: #3d3d3d;
        }

/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
    float: right;
    width: 168px;
    height: 42px;
    text-align: right;
    margin: 0 24px 0 0;
    padding: 0 60px 0 0;
    background: url(../img/general/logo-krt.png) no-repeat right 2px;
    font-size: 10px;
    line-height: 14px;
    color: #898989;
}

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

        .footer a:hover {
            color: #898989;
            text-decoration: none;
        }
