html {
    background-image: url('../images/background-dot.jpg');
    background-position: 0 5px;
}

body {
    background: url('../images/background.jpg') repeat-x;
    height: 1277px;
}

h2 {
    color: #00a8ec;
    font-size: 14px;
    margin-bottom: 10px;
}

h3 {
    width: 75%;
    border-bottom: 1px dotted #fff;
}

div.title {
    width: 472px;
    border-bottom: 1px dotted #fff;
    font-size: 150%;
    margin: 5px 0 10px;
}

ul.black-li {
    list-style: inside url('../images/li-button-black.jpg');
}

li { margin: 0; }

#header {
    height: 110px;
}

#logo {
    height: 110px;
    background: url('../images/logo.jpg') no-repeat;
}

#contacts {
    background: url('../images/handset.jpg') no-repeat;
    height: 110px;
    color: #fff;
}

#contacts a {
    color: #fff;
    font-weight: 700;
}

#contacts .blue {
    color: #00a8ec;
    font-size: 90%;
}

#head {
    height: 259px;
    background: url('../images/head.png') no-repeat 50% 0;
}

#menu, #head_nav {
    background: url('../images/menu-bg.png');
    height: 44px;
    position: relative;
    text-align: center;
}

#head_nav {
    overflow: hidden;
    margin-bottom: 4px;
}

#menu ul,
#head_nav ul {
    list-style: none;
    margin-left: 42px;
}

#menu li,
#head_nav li
{
    float: left;
    margin: 0;
}

#menu a,
#head_nav a
{
    color: white;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    top: 3px;
    padding: 7px 30px;
    border-left: 2px dotted white;
    position: relative;
}

#menu a.first,
#head_nav a.first
{
    border: 0;
}

#top-bg {
    background: url('../images/black-top.png') no-repeat 50% 0;
}

#bot-bg {
    margin-top: 50px;
    background: url('../images/black-bot.png') no-repeat 50% 100%;
}

#content {
    color: #fff;
    background: url('../images/black-line.png') repeat-y 50%;
    margin-bottom: 50px;
}

#content a, #content a:visited {
    color: #fff;
}

#last-announces, #last-devices {
    margin-bottom: 20px;
}

#last-announces .portlet-title,
#last-devices .portlet-title {
    font-size: 21px;
    font-weight: 700;
    width: 75%;
    border-bottom: 1px dotted #fff;
}

#last-news .portlet-title {
    border-bottom: 1px dotted #fff;
    font-size: 150%;
}

.last-news {
    overflow: hidden;
    margin: 5px 0;
}

.last-news-title {
}

#last-news a {
    color: #fff;
}

.pricelist-shadow {
    background: url('../images/pricelist-corner-shadow.png') no-repeat 384px 100%;
}

.pricelist {
    padding: 0 5px;
    margin-top: 10px;
}

.pricelist .portlet-decoration { }

.pricelist .portlet-title {
    background: url('../images/price-title-bg.png') no-repeat 0 100%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 150%;
    color: #06aaf2;
}

.pricelist .portlet-content {

}

.pricelist-table-shadow {
    background: url('../images/pricelist-shadow.png') repeat-y 100% 0;
}

.pricelist .portlet-content table {
    width: 379px;
    background: #394551;
    border: 1px solid #4e5052;
    border-top: 0;
    margin-bottom: 0;
}

.pricelist .portlet-content th {
    height: 32px;
    background: url('../images/pricelist-price-bg.png');
    vertical-align: middle;
}

.pricelist .portlet-content tr {
}

.pricelist .portlet-content td {
    padding: 5px 20px;
    border: 1px solid #4e5052;

}

.pricelist .portlet-content td.service {
    background: url('../images/pricelist-service-shadow.png') repeat-y 100% 0;
}

.pricelist .portlet-content td.price {
    width: 100px;
}

.pricelist .find-more {
    color: #06aaf2;
    background: url('../images/pricelist-more-bg.png');
    height:39px;
}

#content .pricelist .find-more a {
    color: #06aaf2;
    margin-left: 20px;
    font-weight: 700;
}

#description {
    padding-right: 40px;
}

#articles-list li {
    margin-top: 13px;
}

#articles-list a {
    color: #fff;
}

#print {
    margin-top: 10px;
    cursor: pointer;
    font-weight: 700;
    background: url('../images/printer1.png') no-repeat;
    height: 32px;
    padding-left: 48px;
}

#footer {
    color: #fff;
    margin-top: 30px;
}

#footer ul {
    list-style: none;
}

#footer li {
    float: left;
    margin: 0;
}

#footer a {
    color: #fff;
    margin-right: 30px;
}

#footer_link {
    margin-top: 30px;
    text-align: center;
}

label {
    font-weight: 700;
}

input, textarea {
    width: 300px;
    border: 1px solid black;
    padding: 3px 5px;
}
span.help {
    font-size: 85%;
    color: #ccc;
}

div.form-buttons {
    text-align: right;
}

input.submit {
    width: 150px;
}

div.form-row {
    border-bottom: 1px solid #777;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

ul.error_list {
    list-style: none;
    color: #fca
}

