/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
    height: 100%;
    margin: 0px;
    margin-bottom: 1px;
    padding:  0px 0px 0px 0px;}
table{
    border-spacing: 0px;
}
form {
    margin: 0;
    padding: 0;
}
p{
    padding: 0px;
    margin: 0px;
}
a img{
    border: none;
}
body {
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.4em;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    padding:  0px 0px 0px 0px;
    height: 100%;
}
.block{
    padding: 0px;
    margin: 0px auto;
    width: 1000px;
    position: relative;
}
.vk{
    padding: 0px;
    margin: 0px auto;
    width: 607px;
    position: relative;
}
.header{
    height: 150px;
    padding: 5px 0px;
}
.header a#logo img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 150px;
}
#name_company{
    position: absolute;
    top: 20px;
    left: 240px;
    line-height: 50px;
    font-size: 35px;
    color: #4b4b4b;
    font-weight: bold;
    font-family: "trebuchet MS", helvetica;
    text-shadow: 2px 2px 3px #bbb;
    text-decoration: none;
    cursor: pointer;
}
.header ul.menu{
    position: absolute;
    top: 115px;
    left: 200px;
    height: 35px;
    list-style: none;
}
.header ul.menu li{
    float: left;
    margin-right: 15px;
}
.header ul.menu li a{
    line-height: 16px;
    border: 1px solid #aaaaaa;
    font-size: 12px;
    color: #4b4b4b;
    background: #f4f4f4;
    padding: 6px 25px;
    cursor: pointer;
    text-decoration: none;
}
.header ul.menu li a:hover{
    background: #e1e1e1;
}
.header .contacts{
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 16px;
    font-size: 16px;
    color: #4b4b4b;
}
.vk .head .contacts{
    position: absolute;
    top: 60px;
    left: 0px;
    line-height: 16px;
    font-size: 16px;
    color: #4b4b4b;
}
.header .contacts span,.vk .head .contacts span {
    line-height: 50px;
    font-size: 35px;
    color: #4b4b4b;
    font-weight: bold;
    font-family: georgia;
}
.header .search{
    position: absolute;
    right: 0px;
    top: 60px;
}
.vk .head .search{
    position: absolute;
    left: 0px;
    top: 20px;
}
.header .search input, .vk .head .search input{
    border: 1px solid #aaaaaa;
    line-height: 20px;
    font-size: 14px;
    padding: 2px;
    height: 26px;
    width: 175px;
    margin-top: 1px;
}
#Minicart-1{
    position: absolute;
    right: 0px;
    top: -50px;
    z-index: 1000;
}
.empty{
    height: 75px;
    width: 100%;
}
.vk .head{
    height: 150px;
    width: 100%;
}
.header .search button, .vk .head .search button{
    line-height: 16px;
    border: 1px solid #aaaaaa;
    font-size: 12px;
    color: #4b4b4b;
    background: #f4f4f4;
    padding: 4px 25px;
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
}

