@charset "utf-8";
body, h1, h2, h3, h4, h5, h6 {
font: 1em/1.5em Arial, sans-serif;
}
code, kbd, pre, samp, tt, var {
font: 0.875em/1.5em Consolas, "Courier New", monospace;
}
body, optgroup {
color: #000;
background: #fff;
}
body, code, dl, dd, form, pre {
margin: 0;
}
a:link, a:visited, ins, del {
text-decoration: none;
}
a:link img, a:visited img, object, fieldset, abbr, acronym {
border: none;
}
sub, sup {
position: relative;
display: inline-block;
font-size: 0.6875em;
line-height: 0.6875em;
}
sub {
top: 5px;
vertical-align: middle;
}
sup {
top: -0.125em;
margin-top: -0.6875em;
}
abbr, acronym {
cursor: help;
}
address, cite, dfn {
font-style: normal;
}
code, pre {
white-space: pre;
}
img {
vertical-align: bottom;
}
textarea {
vertical-align: top;
}
input, select, button {
overflow: visible;
vertical-align: middle;
}
legend {
color: #000;
margin: 0 0 -0.125em;
padding: 0;
}
li {
display: block;
list-style: none;
}
optgroup option {
padding-left: 1.375em;
}
table {
border-collapse: collapse;
}
caption, th {
text-align: left;
}
td, th {
vertical-align: top;
padding: 0;
}
address, blockquote, h1, h2, h3, h4, h5, h6, fieldset, p, ol, ul {
margin: 0;
padding: 0;
}
th, h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
q {
quotes: "\00ab" "\00bb" "\201e" "\201c";
}
q:after {
content: "\00bb";
}
q:before {
content: "\00ab";
}
q > q:after {
content: "\201c";
}
q > q:before {
content: "\201e";
}
body{
background:url(/static/img/body-bg.png) repeat;
font-size:16px;
}
h1,h3{
font: 26px Georgia, sans-serif;
}
h2{
font: 22px Georgia, sans-serif;
}
a:link, a:visited, a:hover{
text-decoration: none;
border-bottom: 1px solid;
}
a:link{
color: #414141;
border-color: #414141;
}
a:visited{
color: #666;
border-color: #666;
}
a:hover {
color: #44ccff;
border-color: #44ccff;
}
.container{
background:url(/static/img/container-bg.png) repeat-y;
background-position:center bottom;
margin:0 auto;
width: 960px;
overflow: hidden;
}
.band {
background:url(/static/img/c-band.png) repeat-x;
overflow: hidden;
color:#FFF;
}
.band .l-band{
background:url(/static/img/l-band.png) no-repeat;
float:left;
width: 15px;
height: 64px;
}
.band .r-band{
background:url(/static/img/r-band.png) no-repeat;
float:right;
width: 14px;
height: 64px;
}
.header{
overflow: hidden;
}
.header .header-navi{
float:left;
background:url(/static/img/header-navi.png) no-repeat;
width: 110px;
height: 22px;
margin: 27px 290px 0 40px;
}
.header .header-navi a{
display:inline-block;
float:left;
width: 20px;
height: 20px;
margin: 1px 8px;
}
.header .header-navi a:link, .header .header-navi a:visited, .header .header-navi a:hover{
text-decoration: none;
border: none;
}
.header h3{
display:inline-block;
width: 468px;
height: 73px;
float:left;
}
.header h3 .motto{
display:inline-block;
margin-top:-30px;
position:relative;
width: 468px;
height: 73px;
background:url(/static/img/header-title.png) no-repeat;
}
.header .shade{
background:url(/static/img/shade.png) no-repeat;
float:left;
width:960px;
height:360px;
}
.header .shade .tricot{
background:url(/static/img/tricot.jpg) no-repeat;
background-position:center center;
height:360px;
}
.header .shade .tricot h2{
margin:240px 0 10px 90px;
display:inline-block;
}
.header .shade .tricot h2 span{
font: 20px Georgia, sans-serif;
}
.header .shade .tricot h2 .big{
font-size:26px;
}
.header .navigation ul {
overflow: hidden;
float:left;
margin:20px 0 0 30px;
}
.header .navigation ul li{
float:left;
padding: 0 10px;
}
.header .navigation a {
background:url(/static/img/arr.png) no-repeat;
display:inline-block;
float:left;
padding-left: 20px;
}
.header .navigation a:link, .header .navigation a:visited{
text-decoration: none;
background-position:top left;
border:none;
}
.header .navigation a:link span{
color: #FFF;
}
.header .navigation a:visited span{
color: #FFF;
}
.header .navigation a:hover {
background-position:bottom left;
border:none;
}
.header .navigation a:hover span{
color: #44ccff;
border-bottom: 1px solid #44ccff;
}
.main{
width:820px;
padding: 20px 40px;
overflow: hidden;
margin:0 auto;
color: #2b2b2b;
}
.main h1, .main h3{
color:#000;
/*text-align:center;*/
margin-bottom:10px;
padding-bottom: 10px;
border-bottom: 1px solid #2b2b2b;
}
.main h3{
font-size: 24px;
}
.main .articles h1 {
  text-align:center;
}
.main .articles {
float:right;
width:150px;
margin:0;
}
.main .articles div{
text-align:center;
margin: 15px 0;
}
.main .articles a{
margin-left:5px;
}
.main .articles a:link, .main .articles a:visited, .main .articles a:hover{
text-decoration: none;
border-bottom: 1px solid;
}
/*
.main .articles a:link{
color: #2b2b2b;
border-color: #2b2b2b;
}
.main .articles a:visited{
color: #999999;
border-color: #999999;
}
.main .articles a:hover {
color: #44ccff;
border-color: #44ccff;
}
*/
.index{
float:left;
width:630px;
}
.index .text{
text-align:right;
}
.index .text p{
text-align:justify;
}
.index .index-contacts, .index .time{
text-align:right;
width:300px;
font-family:Tahoma;
}
.index .index-contacts h2, .index .time h2{
color:#000;
margin-bottom:10px;
padding: 35px 0;
border-bottom: 1px solid #2b2b2b;
}
.index .index-contacts div, .index .time div{
margin:5px 0;
}
.index .index-contacts {
float:left;
}
.index .index-contacts h2{
background:url(/static/img/phone.png) no-repeat;
background-position:center left;
}
.index .time{
float:right;
margin-left:20px;
}
.index .time h2{
background:url(/static/img/clock.png) no-repeat;
background-position:center left;
}
.catalog{
float:left;
width:630px;
}
.catalog .title {
  margin-bottom:10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2b2b2b;
}
.catalog .title h1, .catalog .title h2, .catalog .title b {
  display: inline;
  line-height: 26px;
}
.catalog .title h1{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none
}
.catalog .title b {
  padding: 0 10px;
  font-size: 26px;
}
.catalog .catalog-navi{
width:100%;
overflow:hidden;
}
.catalog .catalog-navi ul{
float:left;
width:450px;
}
.catalog .catalog-navi ul li{
width:150px;
float:left;
}
.catalog .catalog-navi ul li a {
display:inline-block;
font-size:14px;
float:left;
padding-left: 15px;
}
.catalog .catalog-navi ul li a:link, .catalog .catalog-navi ul li a:visited{
text-decoration: none;
background:url(/static/img/points.png) no-repeat;
background-position:top left;
border:none;
}
.catalog .catalog-navi ul li a:link span, .catalog .catalog-navi ul li a:visited span{
color: #2b2b2b;
border-bottom: 1px solid #2b2b2b;
}
.catalog .catalog-navi ul li a:hover {
background:url(/static/img/points.png) no-repeat;
background-position:bottom left;
border:none;
}
.catalog .catalog-navi ul li a:hover span{
color: #44ccff;
border-bottom: 1px solid #44ccff;
}
.catalog .catalog-list{
width:100%;
overflow:hidden;
}
.catalog .catalog-list .product{
width:100%;
overflow:hidden;
padding: 20px;
margin: 15px 0;
}
.catalog .catalog-list .product div{
width:350px;
float:left;
}
.catalog .catalog-list .product .img{
width:120px;
}
.catalog .catalog-list .product .img img{
border: 2px solid #c1c1c1;
margin-right: 15px;
}
.catalog .catalog-list .product h4{
font: 18px Georgia, sans-serif;
}
.catalog .catalog-list .product h4 span{
border-bottom: 1px solid #000;
}
.catalog .catalog-list .product h4, .catalog .catalog-list .product p{
margin: 10px 0;
}
.catalog .catalog-list .odd{
border-bottom: 4px solid #e3e3e3;
border-top: 4px solid #e3e3e3;
background-color:#f7f7f7;
}
.price{
float:left;
width:630px;
font-size:14px;
}
.price h1 {
text-align:left;
}
.price table{
width:100%;
}
.price table td, .price table th {
border:1px solid #98b1cb;
text-align:center;
}
.price table .table-header{
background-color:#bad8f7;
font-size:16px;
}
.price table .lesser-header{
background-color:#ffffff;
}
.price table .odd{
background-color:#e2eaf3;
}
.price div{
float:right;
}
.price div a {
width:160px;
height:25px;
padding-top: 30px;
margin: 10px 15px 0 15px;
background:url(/static/img/XLSX.png) no-repeat;
background-position:right center;
display:inline-block;
float:left;
}
.price div a:link, .price div a:visited, .price div a:hover{
text-decoration: none;
border:none;
}
.price div a:link span, .price div a:visited span, .price div a:hover span{
border-bottom:1px solid;
}
.price div a:link span{
color: #2b2b2b;
border-color: #2b2b2b;
}
.price div a:visited span{
color: #999999;
border-color: #999999;
}
.price div a:hover span{
color: #44ccff;
border-color: #44ccff;
}
.price div .catalog{
width:160px
}
.contacts h4 span{
font: 24px Georgia, sans-serif;
border-bottom:1px solid #424141;
}
.contacts .data{
float:left;
font-size:14px;
width:340px;
margin-right: 80px;
}
.contacts .data div{
margin: 0 0 20px 20px;
}
.contacts .data div li, .contacts .data ul li{
display: list-item;
list-style-type:disc;
}
.contacts .data div li span, .contacts .data ul li span{
font-weight: bold;
}
.contacts .map{
float:left;
}
.contacts .map div{
background-color:#FFF;
border:1px solid #a1a0a0;
width:790px;
height:360px;
}
.contacts .map h4{
margin-bottom: 15px;
}
.contact-form {
float:left;
width:380px;
}
.contact-form form fieldset {
  overflow: hidden;
}
.contact-form form fieldset acronym{
font-size:16px;
color: #44ccff;
}
.contact-form form div {
width:100%;
margin:5px 10px 5px 0;
float:left;
}
.contacts form label, .contacts form p{
font-size:12px;
}
.contact-form form .errorlist{
  font-size: 10px;
color:#C10000;
}
.contact-form form .form-text, .contacts form .form-text input {
width:180px;
}
.contact-form form .form-textarea textarea{
  display: block;
  width: 370px;
  height: 150px;
}
.contact-form form #submit{
cursor: pointer;
background-color:#f5f5f5;
width: 93px;
height: 26px;
border: 1px solid #8f8f8f;
font-size:14px;
padding-bottom:4px;
}
.contact-form form #submit:hover{
border: 2px solid #8f8f8f;
}
.contact-form .footnote{
width:380px;
border-top:1px solid #bebebe;
}
.footer{
width:940px;
margin:10px auto;
font:13px Tahoma sans-serif;
}
.footer .copyright{
float:left;
margin: 22px;
width:350px;
}
.footer ul {
overflow: hidden;
float:left;
margin:22px 0 22px 150px;
}
.footer ul li{
float:left;
height:18px;
padding: 0 10px;
border-right: 1px solid #FFF;
}
.footer a:link, .footer a:visited{
color: #FFF;
border:none;
}
.footer a:hover{
color: #44ccff;
border-bottom: 1px solid #44ccff;
}

.text {
    padding: 0 5px;
    overflow: hidden;
}
.text p {
    text-align: justify;
    margin: 5px 0;
}
.text p img {
    padding: 5px;
    border: 1px solid #cfcfcf;
}
.text ul, #content .text ol {
    margin: 8px 0;
    padding: 0 0 0 25px;
}
.text ul li {
    display: list-item;
    list-style: disc outside none;
}
.text ol li {
    display: list-item;
    list-style: decimal inside none;
}
.sitemap {
  float:left;
  width:630px;
}
.sitemap ul {
  display: block;
  margin-left: 30px;
}
.sitemap ul li {
  display: list-item;
  list-style: outside square none;
}
.sitemap ul li ul li {
  list-style-type: disc;
}
body .a_img:link, body .a_img:hover, body .a_img:visited{
    border: none;
    text-decoration: none;
}