* {
    margin: 0;
    padding: 0;
}

body {
    font: 62.5%/1.6em Trebuchet MS, sans-serif;
    color: #fff;
    background: #343434 url(../img/bg.gif);
}

li {
    list-style-type: none;
}

fieldset {
    border: none;
}

hr {
    display: none;
}

p, li, th, td {
    font-size: 1.4em;
}

table {
    font-size: 1em;
}

li p, td p, th p, li li {
    font-size: 1em;
}

a {
    color: #fff;
}

img {
    border: none;
}

h2 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 1.4em;    
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.layout {
    width: 980px;
    margin: 0 auto;
    padding: 40px 55px 25px 55px;
}

.inner {
    padding-top: 10px;
}

.header {
    overflow: hidden;
    margin-bottom: 40px;
}

.header-main {
    float: left;
    width: 360px;
    padding-top: 19px;
}

.inner .header-main {
    width: 400px;
    padding-top: 35px;
}

.header h1 {
    margin-bottom: 63px;
    width: 325px;
    height: 91px;
    background: url(../img/logo.png) no-repeat;
}

.header h1 a {
    display: block;
    height: 91px;
    text-indent: -9000%;
}

.header .info {
    overflow: hidden;
    margin-bottom: 12px;
    height: 195px;
    padding-right: 20px;
}

.header-main ul {
    overflow: hidden;
}

.inner .header-main ul {
    padding-left: 40px;
}

.header-main ul li {
    float: left;
    margin-right: 23px;
}

.header-main ul li.about {
    width: 103px;
    background: url(../img/navi-about.png) no-repeat;    
}

.header-main ul li.catalogue {
    width: 90px;
    background: url(../img/navi-catalogue.png) no-repeat;     
}

.header-main ul li.contacts {
    width: 97px;
    background: url(../img/navi-contacts.png) no-repeat; 
}

.header-main ul li a {
    display: block;
    height: 30px;
    text-indent: -9000%;
}

.header-flash {
    margin-left: 370px;
    height: 370px;
    padding: 82px 0 0 149px;
    background: url(../img/tv.png) no-repeat;
}

.flash {
    width: 270px;
    height: 155px;
}

.inner .header-flash {
    margin-left: 490px;
    height: 272px;
    padding: 0;
    background: url(../img/tv-inner.png) no-repeat;
}

   .galery {
    margin-bottom:15px;
    overflow:hidden;
}

.inner .galery {
    padding-top: 25px;
    width: 690px;
}

.galery li {
    float: left;
    width: 324px;
    padding-bottom: 35px;
    text-align: center;
}

.inner .galery li {
    width: 220px;
}

.galery li p {
    margin-bottom: 15px;
}

.galery li .image {
    width: 210px;
    height: 144px;
    margin: 0 auto;
    padding-top: 5px;
    background: url(../img/gallery_item.gif) no-repeat;
}

.content {
    overflow: hidden;
}

.content .sidebar {
    float: left;
    width: 165px;
    padding: 0 20px;
}

.content .sidebar ul {
    margin-bottom: 65px;
}

.content .sidebar ul ul {
    margin-bottom: 0;
}

.content .sidebar ul li ul {
    padding: 20px 10px;
}

.content .sidebar ul li li {
    font-size: 0.9em;
}

.content .sidebar ul li.parent a {
    text-decoration: underline;
}

.content .sidebar ul li a {
    text-decoration: none;
}

.content .mainside {
    margin-left: 205px;
    width: 690px;
}

.content .mainside p {
    margin-bottom: 20px;
}

.footer {
    overflow: hidden;
    width: 865px;
    margin: 0 auto;
}

.footer .copy {
    float: left;
    width: 280px;
}

.footer .creator {
    margin: 3px 7px 0 0;
    float: right;
    width: 130px;
    padding: 13px 75px 0 0;
    background: url(../img/creator.gif) no-repeat top right;
    text-align: right;
}

.footer .address {
    margin: 0 220px 0 295px;
}

.footer p {
    font-size: 1.1em;
}




