/* @import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic); */
@import url(http://fonts.googleapis.com/css?family=Cuprum&subset=latin,cyrillic);

body, input, textarea, button { font: 16px Cuprum, "Arial Narrow", Tahoma, sans-serif; font-weight: 400; line-height: 22px; color: #333; }
#top-menu  { font-size: 12px; line-height: 14px; text-transform: uppercase; }
#main-menu { font-size: 13px; line-height: 15px; text-transform: uppercase; }
.bottom-bar { font-size: 14px; line-height: 20px; }

#site-content { min-height: 400px; }
table td { vertical-align: top; }

body { margin: 0; padding: 0; background: #f0f0f0 url(images/bg.png) 50% 0% repeat-y; }
.body { width: 100%; background: url(images/bg-top.png) center top no-repeat; }
#site-container { width: 990px; margin: auto; background: #FFF url(images/site-bg.png) 0 0 repeat-y; }
#site-cont-2 { width: 100%; background: url(images/site-top.png) no-repeat; position: relative; overflow: hidden; }
.bottom-bar { height: 134px; background: url(images/bg-bottom.png) left bottom no-repeat; position: relative; }
#ft-phones { position: absolute; width: 218px; left: 26px; bottom: 22px; background: url(images/b-delim.png) 0 0 no-repeat; padding-top: 24px; }
#copyright { position: absolute; left: 294px; top: 73px; width: 400px; }

html, body { height: 100%; }
.body, #site-container, #site-cont-2 { min-height: 100%; }

a { color: #FF8800; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: underline; }

a img { border: none; }
#logo { position: absolute; left: 50px; top: 32px; }
.menu, .menu li, .menu ul { margin: 0; padding: 0; list-style: none; }
#top-menu { position: absolute; left: 319px; top: 30px; width: 650px; }
#top-menu li { float: left; }
#top-menu li a { width: 160px; height: 50px; display: block; padding-left: 40px; text-decoration: none; color: #9c277b; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); outline: none; }
#top-menu li a span { display: block; }
#top-menu li a:hover { color: #f8af3d; }
#top-menu li.item-sss a { background: url(images/tm-sss.gif) 0 0 no-repeat; }
#top-menu li.item-order a { background: url(images/tm-order.gif) 0 0 no-repeat; padding-left: 50px; }
#top-menu li.item-calc a { background: url(images/tm-calc.gif) 0 0 no-repeat; }

#main-menu { position: absolute; left: 10px; top: 178px; width: 230px; }
#main-menu a, #main-menu span { padding: 6px 10px 5px 15px; text-decoration: none; color: #4a4a4a; display: block; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
#main-menu span { cursor: default; color: #888; }
#main-menu ul a { padding-left: 26px; color: #98006e; }
#main-menu li { background: url(images/mm-delim.png) left bottom no-repeat; padding-bottom: 1px; }
#main-menu a:hover {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(left, #e5e5e5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e5e5e5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(left, #e5e5e5, #f9f9f9);
  background-image: -o-linear-gradient(left, #e5e5e5, #f9f9f9);
  background-image: linear-gradient(to right, #e5e5e5, #f9f9f9);
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3, h4, h5, h6 { font-size: 16px; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: #bd148d; }

table h2 { margin-top: 0; }

#site-content { margin: 180px 44px 50px 306px; text-align: justify; position: relative; }
#site-content table { text-align: left; }
#site-content strong { font-weight: 400; color: #000; }

a.download { background: url(images/download-icon.png) 0% 50% no-repeat; display: inline-block; height: 24px; padding-left: 30px; white-space: nowrap; line-height: 24px; position: absolute; right: 0; top: 0; }

.upper { text-transform: uppercase; }

@media print {
	#main-menu, #top-menu, .bottom-bar { display: none; }
	#site-content { margin: 120px 2em 2em 3em; }
}

.product { position: relative; height: 40px; margin-bottom: 6px; overflow: hidden; }
.product .details { padding: 10px 0 20px 160px; font-size: 14px; min-height: 200px; }
.product h3 { margin: 5px 0 0 50px; display: inline-block; color: #333; border-bottom: 1px dotted #999; cursor: help; max-width: 400px; overflow: hidden; white-space: nowrap; }
.product h3:hover { color: #FF0000; border-bottom-color: #FF0000; }
.product h3:after { content: ""; display: inline-block; position: absolute; left: 435px; top: 0; background: url(images/fade.png) no-repeat; width: 15px; height: 40px; }
.product .details h4 { margin: 5px 0; border-bottom: 1px solid #FBD; }
.product .details p { margin: 5px 0; }
.product .product-img { height: 40px; position: absolute; left: 0; top: 0; }

.product .price { width: 80px; position: absolute; left: 480px; top: 5px; }
.product .unit { width: 60px; position: absolute; left: 560px; top: 5px; }
.product .order input { width: 50px; position: absolute; left: 560px; top: 0; padding: 2px 5px; display: none; }

/* .product.open { height: auto; } */
.product.open h3 { margin-left: 0; max-width: 410px; }
.product.open h3 { max-width: 350px; }
.product.open .price { left: 430px; }
.product.open .unit { left: 510px; }
.product.open .order input { display: block; }
/* .product.open .product-img { height: 200px; top: 50px; } */

.product dl, .product dd, .product dt { margin: 0; padding: 0; }
.product dl { position: absolute; left: 0; top: 260px; font-size: 12px; color: #999; }
.product dd { font-size: 18px; color: #F60;}
.product sup { line-height: 1px; }

ul.partners { margin: 0; padding: 0; list-style: none; }
ul.partners li { margin: 0 0 0px 220px; padding: 0; height: 100px; }
ul.partners img { float: left; margin-left: -220px; }
ul.partners h2 { padding: 30px 0 0 0; margin: 0; }

table.designed { border-collapse: collapse; border: 0 none; width: 100%; }
table.designed td, table.designed th { padding: 3px 4px 0 4px; }
table.designed thead td { background: #EEE; text-align: center; vertical-align: middle; }
table.designed td { border-bottom: 1px solid #CCC; text-align: center; }
table.designed tbody tr td:first-child { text-align: left; } 

table.form-table { border-collapse: collapse; }
table.form-table td { vertical-align: top; padding: 6px 10px 6px 0; }
table.form-table input.text { margin: -6px 0; }
table.form-table p { margin: 0;}
button.submit { width: 200px; height: 40px; margin: 10px 0;}
form input.text { padding-left: 8px; padding-right: 8px; }

#calc-result { font-size: 20px; color: #933; border: 1px solid #999; padding: 6px 15px; width: 140px; display: inline-block; white-space: nowrap; overflow: hidden; }

.photo { padding: 10px; background: #DDD; margin: 5px 0 5px 10px; float: right; width: 200px; clear: right; }
.photo.left { margin: 5px 10px 5px 0; float: left; clear: left; }
.photo img { max-width: 200px; border: 0 none; }
.photo .description { font-size: 12px; line-height: 15px; text-align: left; }
.photo.inline { clear: none; }

.slidephoto { position: fixed; left: 50%; top: 50%; margin: -50px 0 0 -50px; padding: 20px; background: #FFF; -webkit-box-shadow: 1px 1px 10px 0px #000; box-shadow: 1px 1px 10px 0px #000; width: 100px; height: 100px; overflow: hidden; }
.slidephoto img { opacity: 0; }
.slidephoto.loading { background: #FFF url(images/ajax-loader.gif) center center no-repeat; }

#gallery .photo { float: left; width: 210px; height: 200px; background: #FFF; padding: 0 0 10px 0; margin: 0; }
