@import 'reset.css';


h2 {
    font-weight: normal;
    margin-bottom: 1em;
    font-size: 1.75em;
}

h3 {
    font-weight: bold;
    margin-bottom: .5em;
}



p {
    margin: 0 0 1.5em 0;
}

a {
    color: #fff;
    text-decoration: underline;
}


body {
    background: #000 url(/i/bg.jpg) center 147px no-repeat;
    color: #e6e6e6;
}

.l-page {
    max-width: 960px;
    padding-left: 16px;
    margin: 0 auto;
}

.l-header {
	width: 960px;
	height:45px;
    padding: 28px 0 60px;
}


/* .b-logo (begin) */
.b-logo {
    position: relative;
    float: left;
    width: 230px;
    margin-right: 15px;
    margin-left: -17px;
}

    .b-logo a,
    .b-logo span,
    .b-logo a i,
    .b-logo span i {
        display: block;
        width: 213px;
        height: 56px;
        color: #fff;
    }

    .b-logo a,
    .b-logo span {
        overflow: hidden;
    }

    .b-logo i {
        background: url(/i/netzvuka.ru.png) 0 -56px no-repeat;
    }

/*
    .b-logo a:hover i {
        xbackground-position: 0 0;
    }*/
/* .b-logo (end) */




/* .b-nav (begin) */
    .b-nav {
        float: left;
        width: 590px;
        height: 40px;
        padding-top: 7px;
    }

    .b-nav ul {
        list-style: none;
    }

        .b-nav ul li {
            display: inline;
        }

            .b-nav ul li a,
            .b-nav ul li strong {
				float: left;
                display: block;
                margin-right: 8px;
                padding: 8px;
                color: #fff;
                font-size: .8em;
                font-weight: bold;
                text-decoration: none;
            }

            .b-nav ul li a:hover,
            .b-nav ul li strong {
                text-decoration: none;
                color: yellow;
            }
/* .b-nav (end) */





/* .b-slogan (begin) */
    .b-slogan {
        width: 945px;
        height: 64px;
        overflow: hidden;
        margin-bottom: 298px;
    }

    .b-slogan i {
		display: block;
        width: 945px;
        height: 64px;
        background: url(/i/show-must-go-on.png) 0 0 no-repeat;
        opacity: 0;
    }
/* .b-slogan (end) */






/* .b-content (begin) */
    .b-content {
        font-size: .85em;
        padding: 15px 20px;
        /*background: url(/i/bg-content.png) 0 0 repeat;*/
    }

    .b-content table td {
        vertical-align: top;
        text-align: left;
        padding-right: 25px;
        width:200px;
    }

    .b-content th {
		font-size: 1.2em;
		width: 250px;
        padding-right: 60px;
    }
    
		.b-content th p {
			font-size: .9em;
		}

    .b-content ul,
    .b-content ol {
        margin: .5em 0 1em 20px;
    }

    .b-content td {
        font-size: .85em;
        padding-right: 35px;
    }

	.b-content td td {
        font-size: 1em;
    }

	/* .b-content (end) */





/* .b-footer (begin) */
    .b-footer {
        font-size: .75em;
        margin: 50px 0 30px;
    }


    .b-footer p {
        margin: 0 0 .5em;
    }

    .b-footer .c {
        font-size: .8em;
        color: gray;
    }

        .b-footer .c a {
            color: gray;
            text-decoration: none;
        }
/* .b-footer (end) */




/* .b-price (begin) */
    .b-price table {
        width: auto !important;
        margin-bottom: 2em;
    }

    .b-price td,
    .b-price th {
        font-size: 1em;
        padding: 5px;
        width: auto;
    }

    .b-price th {
        font-weight: bold;
        border-bottom: 1px solid #333;
    }

     .b-price tr.alt td {
        background: #111;
    }

     .b-price tr.over td,
     .b-price tr:hover td {
        background: #222;
    }

/* .b-price (end) */


