/**
 * Основные стили
 *
 * @author Pavel Alexandrov <pavel@vmt.ru>
 * @copyright Copyright (c) 2010, Pavel Alexandrov
 * @license http://opensource.org/licenses/gpl-2.0.php The GNU Public License (GPL) Version 2, June 1991
 * @package
 * @subpackage
 * @category CSS
 * @version 0.1
 */
/* Основная разметка */
*{margin:0;padding:0;}
html,body{
	height:100%;
	width:100%;
}
body{
    font-family:"trebuchet ms",helvetica,verdana,arial;
    font-size:11pt;
    background-color:#000;
    color:#aaa;
}
a{
    color:#aaa;
    text-decoration:none;
}
h2{
    font-size:1em;
    font-weight:bold;
}
a:hover{
    color:#fff;
}
img{border:0}
#page{
	height:100%;
    width:95%;
    margin:0 auto;
}
/* Заголовок */
#head{
    /*padding-top:1.2em;*/
    /*overflow:hidden;*/
}
/* Логотип */
#logo{
	/*float:left*/
	display: inline-block;
	margin-right:20px;
	font-size: 1.5em;
	letter-spacing: 2px;
}
#logo .lg a{
    width:173px;
    height:40px;
    display:block;
    background:transparent url(img/logo.gif) no-repeat 0 0;
    overflow:hidden;
    text-indent:200px;
}
#logo a:hover{
    background-position:0 -40px;
}
/* Общие классы меню */
ul.menu, ul.submenu{
    clear:both;
    list-style: none;
    float:left;
    font-variant: small-caps;
}
ul.submenu{
    float:left;
	padding-left:15px;
	background:transparent url(ico/pm_left.gif) no-repeat  25px -3px;
}
ul.submenuright{
    float:right;
	padding-left:0;
	padding-right:10px;
	margin-right:5px;
	background:transparent url(ico/pm_right.gif) no-repeat right -3px;
}
ul.menu li, ul.submenu li{
    float:left;
    padding:0.1em 0 0 1.5em;
    font-weight:bold;
}
ul.submenu li{
	font-size:0.85em;
    padding-left:1.4em;
}
ul.menu li.current a,ul.submenu li.current a,ul.submenu li.active a{
    color:#fff;
}
ul.menu, ul.submenu{
	text-transform: uppercase;
}
/* Классы основного меню и подменю */
#mainmenu{
	text-align: center;
}
/*.submenu{float:right;line-height:1.2em;height:1.2em;}*/
/* Основной блок содержания страницы*/
#content{
    clear:both;
    margin-top:50px;
}
/* Подвал */
#foot{
    clear:both;
    font-size:0.75em;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-top:2px solid #ccc;
	border-radius: 15px 15px 0 0;
	background: #1a1a1a url(img/micro_carbon.png);
	width:80%;
	overflow: hidden;
	margin:0 auto;
	padding:10px;
}
#foot p{
    float:left;
    margin:3px 0;
    font-weight:bold;
}
#foot .phone,#foot .email{
    width:29%;
    text-align:center;
}
#foot .email{
	width:30%;
    float:right;
}
#foot .copy{
    width:40%;
    text-align:center;
}
#counters{
    clear:both;
    text-align:center;
	margin-top:7px;
}
/* Информационный блок */
#info{
    height:2.7em;
    overflow:hidden;
}
.client,.project{
    text-align:center;
}
#info a,.info a, .hl{
    font-size:1.1em;
    font-weight:bolder;
    color:#fff;
}
h5{
    display:none;
}
#projects,#clients,#trademarks{
    visibility:hidden;
    overflow:hidden;
}
#clients img,#projects img,#trademarks img{
    float:left;
}
.ll{
	float:left;width:215px;background:transparent url(../img/main/linedown.jpg) no-repeat left top;height:1px
}
.lr{
	float:right;width:215px;background:transparent url(../img/main/linedown.jpg) no-repeat right -1px;height:1px;
}
#service{
	margin:0 60px;
}
#service p{
	margin-bottom:5px;
}

.mask{
	width:100%;
	overflow-x:hidden;
}
.wrap{
	width:200%;
	overflow:hidden;
}
.fulltext .title{
	font-size:2em;
	color:#fff;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.fulltext p{
	margin-bottom:10px;
}
.fulltext a.back{
	clear:both;
	border-top:1px solid #ccc;
	display:block;
}
.article{
	width:1000px;
	margin:0 auto;
}
.fulltext .page{
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
}
.article td{
	padding:10px;
	vertical-align:top;
	text-align:justify;
	text-indent:4ex;
}
.slogan{
	display:block;
	font-size:2em;
	float:none;
	letter-spacing:2px;
}
.article .mark{
	font-size:1.2em;
	border-bottom:5px solid #333;
}
.container .title{
	overflow:hidden;
}
.container .title span{
	display:block;
	float:left;
}
.container .a{
	display:block;
	float:right;
}
.article1,.article2{
	float:left;
	width:50%;
}
.wraparticle1{
	padding-right:10px;
}
.pointer{
border:1px dotted #ccc;
-moz-border-radius: 5px;
border-radius: 5px;
padding:5px;
padding:5px;
margin:10px;

}
div.pointer  li{
	list-style: url(/img/pointer.png) inside;
}

#hintedblock{
	position:absolute;




}
#hintedblock .image{
	float:left;
	width:250px;
	height:auto;
}
#hintedblock .text{


	margin-left: 260px;
	clear:none;
	float: none;
	width:auto;
	background-color: #000;
	color:#fff;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: -2px -2px 2px 1px #eee;
	-moz-box-shadow: -2px -2px 2px 1px #eee;
	box-shadow: -2px -2px 2px 1px #eee;
	height:358px;
}
#hintedblock ul{
	list-style-position: inside;
	margin-left:1em;
}
.hinted li div{
	display:none;
}
.hinted span.marker{
	background:transparent url(ico/balloons.png) no-repeat left center;
	text-indent: 20px;
	width:16px;
	height:16px;
	display: inline-block;
	margin-left:-2px;
}

	.block h1{
		display: block;
		float:none;
	}
    .block
    {
        margin: 30px auto;
        padding: 20px;
        width: 680px;
		font-family: 'trebuchet MS', Arial, helvetica;
        background: #fff url(logo.png) no-repeat 50px  bottom;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 0 10px #555;
        -webkit-box-shadow: 0 0 10px #555;
        box-shadow: 0 0 10px #555;
    }

    h1:after, h1:before,
    h2:after, h2:before,
    #twitter-follow:after, #twitter-follow:before
    {
        content: '';
        position: absolute;
    }

    /* ---------------------------------------------- */

    .lenta{
        text-align: center;
        position: relative;
        color: #fff;
        margin: 0 -30px 30px -30px;
        padding: 10px 0;
        text-shadow: 0 1px rgba(0,0,0,.8);
        background: #5c5c5c;
        background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
        background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
        background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
        -moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 0 rgba(0,0,0,.3);
        clear: both; // Clear the Folow me on Twitter floating element
    }

    .lenta:before, .lenta:after
    {
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }

    .lenta:before
    {
        border-width: 0 10px 10px 0;
        border-right-color: #222;
        left: 0;
    }

    .lenta:after
    {
        border-width: 0 0 10px 10px;
        border-left-color: #222;
        right: 0;
    }




	.box6{
margin-left:360px;
	width: 300px;
	min-height: 350px;
	padding:10px;
	position:relative;
	background:#fff;
	background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
	background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f3f3f3);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 60px 5px;
	-webkit-border-top-right-radius: 60px 5px;
	-webkit-border-bottom-right-radius: 60px 60px;
	-moz-border-radius-topleft: 60px 5px;
	-moz-border-radius-topright: 60px 5px;
	-moz-border-radius-bottomright: 60px 60px;
	border-top-left-radius: 60px 5px;
	border-top-right-radius: 60px 5px;
	border-bottom-right-radius: 60px 60px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
}

.box6:before{
	content:'';
	width: 25px;
	height: 20px;
	position: absolute;
	bottom:0;
	right:0;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
	-webkit-transform:	rotate(-20deg)
						skew(-40deg,-3deg)
						translate(-13px,-13px);
	-moz-transform:	rotate(-20deg)
						skew(-40deg,-3deg)
						translate(-13px,-13px);
	-o-transform:	rotate(-20deg)
						skew(-40deg,-3deg)
						translate(-13px,-13px);
	transform:	rotate(-20deg)
						skew(-40deg,-3deg)
						translate(-13px,-13px);
}

.box6:after{
	content: '';
	z-index: -10;
	width: 100px;
	height: 100px;
	position:absolute;
	bottom:0;
	right:0;
	background: rgba(0, 0, 0, 0.2);
	display: inline-block;
	-webkit-box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(0deg)
						translate(-45px,-20px)
					   	skew(20deg);
	-moz-transform: rotate(0deg)
						translate(-45px,-20px)
					   	skew(20deg);
	-o-transform: rotate(0deg)
						translate(-45px,-20px)
					   	skew(20deg);
	transform: rotate(0deg)
						translate(-45px,-20px)
					   	skew(20deg);
}

div.articleview img {
	padding:4px;
	border: sopd 5px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#999;
	margin:2px auto;
	display:block;
}
div.articleview p {
	text-indent:3ex;
}
.articleview{
	width:1000px;
	background-color:black;
	color:#AAAAAA;
	font-size:16px;
	text-apgn:justify;
	margin:0 auto;
}
.preview{
	font-style:italic;
	color:#ccc;
}

.articleview a{
	text-decoration:underline;
	color:red;
}
.articleview ul{
	list-style:none;
	text-indent:3ex;
	padding:5px 5px 5px 10px;
	border-left:solid 2px #fff;
	margin:5px 0 5px 25px;

}
.articleview h2{
	letter-spacing:2px;
	font-size:130%;
	color:#fff;
	margin:5px 0;
	text-indent:2ex;

}
.articleview h3{
	letter-spacing:2px;
	font-size:120%;
	color:#eeeeee;
}
.articleview h4{
	letter-spacing:2px;
	font-size:110%;
	color:#eeeeee;
}

.lndpage{

}
.lndpage .lndpred{
	color: #bf0000;
	font-weight:bold;
	text-transform: uppercase;
	display: block;
	padding:0;
}
a.lndpred{
	text-decoration: underline;
}
.lndpage .ourphone, .lndpage .ourmail, .lndpage .ourweb{
	font-weight:bold;
	color:#fff;
}
.lndpage .lndpl .lndpcont br{
	display:block;
}
.lndpcont{
	margin-top:10px;
}
.lndpcont a{
	text-decoration: underline;
}
.lndpage .lndplogo{
	text-align: center;
	display: block;
}
.lndpage img.lndpbottles{
	display: block;
	max-width: 1028px;
	min-width: 600px;
	width:100%;
}
.lndpage .lndpl{
	width:170px;
	float:left;
	text-align: center;
}
.lndpage .lndpl br{
	display:none;
}
.lndpage .lndpr{
	padding-left:180px;
}
.prespdf{
	font-weight:bold;
	text-align: center;
}
.prespdf a{
	color: rgb(255, 193, 210);
}

.feedback{
	width: 90%;
  margin: 20px auto;
}
.feedback label{
	display: block;
	margin-left:5px;
	font-weight: bold;
}
.feedback input[type=text],.feedback textarea{
	display: block;
	margin:3px auto;
	width:99%;
	border:1px solid #eee;
	background: #000;
	color:#fff;
	padding:2px;
}
.feedback .buttons{
	text-align: right;
	margin:0 20px;
}
.feedback input[type=submit]{
	padding:3px 10px;
	margin-top:5px;
	border:1px solid #aaa;
	background: #eee;
	color:#000;
}
.formpan{
	width:700px;
	height:350px;
	margin:0 auto;
	border:1px solid #ddd;
	overflow:hidden;
	background-color:#000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.mainmenupanel{
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-radius: 0 0 15px 15px;
	display: inline-block;
	background: #1a1a1a url(img/micro_carbon.png);
	width:80%;
	margin: 0 auto;
	padding-top:10px;
}
.mainmenupanel a{
	display: block;
}
.mainmenupanel ul{
	padding:5px 20px;
	display: inline-block;
	margin:0;
}
.mainmenupanel li{
	display: inline-block;
	padding:3px 10px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.mainmenupanel .submenupanel{
	padding:0;
	margin-left:3px;
}
.mainmenupanel .submenupanel li{
	clear:both;
	display: block;
	float: none;
	text-align: left;
	padding:2px 10px;
	font-size:0.7em;
	line-height: 1em;
	background: transparent url(img/left-t.gif) no-repeat left center;
}
.mainmenupanel .submenupanel li.last{
	background-image: url(img/left-g.gif);
}
.mainmenupanel .current{
	color:#fff;
}
