@charset "utf-8";
/* CSS Document */
/* Author: Peter Gavrilov */

html, body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #cfcfcf;
}

body {
    background: #000000 url(../images/background.jpg) no-repeat top center;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
}

/* Header */

ul#navigation {
    float: right;
    list-style: none;
    margin: 0 0 77px 0;
    padding: 0;
}

ul#navigation li {
    float: left;
    display: inline;
    padding: 10px 5px 7px 5px;
}

ul#navigation li a {
    color: #ffffff;
    text-decoration: none;
    margin: 10px 5px 7px 5px;
}

ul#navigation li a:hover {
    color: #cd0003;
    text-decoration: underline;
    background-color: #000000;
    margin: 10px 0 7px 0;
    padding: 10px 5px 7px 5px;
    box-shadow: 0 0 10px #000;
    -web-kit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
}

ul#navigation li.active {
    background-color: #000000;
    padding: 10px 5px 7px 5px;
    box-shadow: 0 0 10px #000;
    -web-kit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
}

ul#navigation li.active a {
    color: #cd0003;
    text-decoration: underline;
}

/* Big TV */

#screen {
    width: 334px;
    height: 174px;
    margin: 0 0 0 271px;
    padding: 10px;
    overflow: hidden;
}

#logo {
    width: 233px;
    height: 78px;
    margin: 36px auto;
}

#logo a {
    display: block;
    width: 233px;
    height: 78px;
    background: url(../images/preview-logo.gif) no-repeat top left;
}

#slogan {
    font-size: 10px;
    color: #cfcfcf;
    text-align: center;
    margin-top: 30px;
}

/* Content */

#content {
    width: 700px;
    margin: 185px auto 0;
    padding-bottom: 20px;
    border-bottom: 3px #3d0000 solid;
    text-align: justify;
    line-height: 18px;
}

#content a {
    color: #fff;
    text-decoration: underline;
}

#content a:hover {
    color: #cd0003;
    text-decoration: underline;
}

#content h2 {
    margin: 20px 0;
    color: #cc0003;
    font-size: 18px;
    font-weight: bold;
	text-transform: uppercase;
}

#content h3 {
    margin: 20px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#content ul {
    list-style-image: url(../images/list-style.gif);
}

#content li:hover {
    color: #fff;
}
.products-holder {
	width: 350px;
	float: left;
}

/* Footer */

#footer {
    margin: 20px auto;
    width: 700px;
    color: #373737;
    font-size: 11px;
}

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

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

#footer #madeby {
    float: right;
}

*, *:hover, *:focus, *:active { outline: 0px none; }
