/*	CSS-Framework

	Creat     : Churakov Andrey (http://churakof.ru)
	Base	  : Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Core ------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container { width: 100%; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html { height: 100%; background: #a2c9e2; font: .75em/1.5 Verdana, Arial, Helvetica, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; position: relative; } /* body height 100% */

a { color: #0066cc; }
a:visited {  }
a:hover {  }
a:active {  }

/* Layout Boxs
------------------------------ */

.page-layout { margin-right: -5px; }
.layout-box { float: left; margin: 0 5px 5px 0; }

.lb-1 { width: 779px; } /* 100% */
.lb-2 { width: 583px; } /* 75% */
.lb-3 { width: 387px; } /* 50% */
.lb-4 { width: 191px; } /* 25% */



.logo  {
	position:absolute;
	width : 210px;
	height : 50px;
	left : 60px;
	top : 60px;
	font-size : 14px;

}
.logo span {
	width : 100%;
	height : 100%;
	position : absolute;

	cursor:pointer;
} 

/* Demo Template
------------------------------ */


#container {width: 100%;}
#content {
  width: 100%;
  float: left;
}
#text {margin: 0 254px;}
#left {
  float: left;
  width: 246px;
  margin-left: -100%;
}
#right {
  float: left;
  width: 246px;
  margin-left: -246px;
}
#right  .box {margin-right:0px;margin-left:auto;}
#left  .box {margin-left:0px;}



#page { width: 983px; margin: 0 auto; background: #a2c9e2; }
#header { height:250px; background:url('../i/vi-header.jpg') top center no-repeat; position:relative;}


#footer { clear: both; padding-top: 1em; border-top: 1px dashed #999; height:60px;}

.tel {position:absolute;bottom:20px;right:20px;color:#fff;font-size:20px;}

.menu {background:url('../i/menu.png') left top repeat-x ;height:35px;text-align:center;padding-top:7px;}

.box  {background:url('../i/menu-b.jpg') bottom center no-repeat #5d9ac3;padding-bottom:110px;margin: 10px 8px;width:230px;}
.content {padding-top:10px;}
.break {color:#444;font-size:10px;margin-bottom:16px;}
.break a {color:#444;}

.box_title  {text-align:center;padding-bottom:10px;margin-top:-6px;padding-top:3px;}
.box_title  span {background:#2a4d71;padding:5px;color:#fff;font-weight:normal;font-size:17px;}


.catalog {float:left;width:33%;text-align:center;height:80px;margin-bottom:10px;line-height:1.3;overflow:hidden;}
.prod-list {overflow:hidden;margin-bottom:15px;}
.liter {margin-bottom:20px;}

.product  {overflow:hidden;margin-bottom:20px;}
.product-img  {float:left;text-align:center;width:120px;font-weight:bold;color:#222;}
.product-text  {margin-left:135px;}
.product-text  h3 {font-size:14px;}


/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; }
.menu-h li { display:inline;font-size:14px;list-style: none; padding: 0 .3em;}
.menu-h a { text-decoration: none;  color:#fff;}
.menu-h a:hover { text-decoration: underline; }


/* Vertical Menu
------------------------------ */
.top-r {height:5px;background:url('../i/top-r.png') top center no-repeat ;}
.menu-v { padding-top:5px; }
.menu-v li {  list-style: none; border-bottom: 1px solid #6ba6ce;}
.menu-v li ul { padding-left: 1em; margin-top: 2px;padding-bottom:0.7em; }
.menu-v li li { border: none; border: 0px ; }
.menu-v a { text-decoration: none;font-size:16px; display: block;padding: 2px 10px;color:#fff; }
.menu-v li ul a {font-size:14px;text-decoration:none;color;#f1f1f1;}
.menu-v li ul a:hover ,
.menu-v li .active  a {background:transparent;text-decoration:underline;}
.menu-v a:hover,
.menu-v .active a { background:#88b9db;}
.menu-v .active  li a {background:transparent;}





/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Verdana, Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; font-weight: bold; }
.content h4 { font-size: 1.1em; font-weight: bold; }
.content h1 {margin-bottom:0px;}
blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns,  hr { margin-bottom: 11px; }


/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td {  padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */


.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

.backform  form {width:210px;margin:0px auto;}
.backform  input  {width:100%;margin-bottom:3px;}
.backform  textarea  {width:100%;margin-bottom:3px;height:100px;}
.backform  .button  {width:100px;}


input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }

