body {
	background-color: #0970C3;
  margin: 0px;
  padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #191919;
	background-image: url("../images/fonec_back.png")/*tpa=/images/fonec_back.png*/;
  background-repeat: repeat-yx;
	background-position: top center;
}


/* ---------- Шапка */

#header {
  width: 1200px;
  height: 738px;
	background-image: url("../images/shapka.jpg")/*tpa=/images/shapka.jpg*/;
  background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}

#top-line {
  height: 68px;
	background-image: url("../images/verh_liniya.jpg")/*tpa=/images/verh_liniya.jpg*/;
  background-repeat: no-repeat;
	background-position: top center;
}
#down-line {
  height: 68px;
	background-image: url("../images/niz_liniya.jpg")/*tpa=/images/niz_liniya.jpg*/;
  background-repeat: no-repeat;
	background-position: top center;
}
/* ---------- Логотип */
#logo {
  width: 307px;
	height: 220px;
	padding: 270px 0px 0px 760px;
	font-family: Arial;
	font-size: 16px;
	color: #fff;
  text-align: right;
}

#logo a {
	font-family: Arial;
	font-size: 30px;
  color: #999;
}

/* ---------- Разметка 2-х колонок */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#container {
  width: 100%;
}
#content {
  width: 100%;
  float: left;
  background-color: #FFF;
}
#text {
  float: left;
  margin: 0px 68px 0px 68px;
  width: 864px;
}

/* ---------- Текст 1 */

#article-1 {
	font-family: Arial;
	font-size: 16px;
	color: #4a4a4a;
  text-align: justify;
}

#article-2 {
	font-family: Arial;
	font-size: 16px;
	color: #4a4a4a;
  text-align: justify;
}

#article-3 {
  margin: 34px 0px 34px 0px;
  background: #ddcfcf;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddcfcf;
	font-family: Arial;
	font-size: 14px;
	color: #302a2a;
  text-align: center;
  padding: 8px 0px;
}

#article-3 p {
  margin: 0px;
  padding: 0px;
}

#text-2 {
	font-family: Arial;
	font-size: 15px;
	color: #302a2a;
  text-align: justify;
}

h2{
	font-family: Arial;
	font-size: 15px;
	color: #302a2a;
  text-align: justify;
}

h1                    {
	margin: 15px;
	font-family: Arial;
	font-size: 20px;
	color: #453f3f;
  text-align: left;
}


#text-4, #text-4 p {
  margin: 0px;
	font-family: Arial;
	font-size: 20px;
	color: #1891ee;
  text-align: left;
}

#text-5, #text-5 p {
  margin: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #1891ee;
  text-align: left;
}

#article-1 img {
  float: left;
  padding: 4px 20px 0px 0px;
}

#article-2 img {
  float: left;
  padding: 30px 34px 0px 0px;
}

#article-6 img {
  float: left;
  padding: 30px 34px 0px 0px;
}


/* ---------- Кнопка купить */

#buy {
  float: right;
  margin: 34px 70px 34px 0px;
}



#buy a:hover{
	background-position: 50% 100%;
	width: 234px;
	height: 51px;
	display: block;
	color: #fff;
}


/* ---------- Футер */

#footer {
  padding: 34px 0px 34px 0px;
	width: 1000px;
	font-family: Arial;
	color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#footer a {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	text-decoration: none;
  border-bottom: 1px dashed #fff;
}

#footer a:hover {
	text-decoration: none;
	color: #e82f67;
  border-bottom: 1px dashed #e82f67;
}

.clear {
  clear: both;
  height: 0px;
}

#share42 a {opacity: 0.5;}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

/* ----////// Эффект прозрачности /////------- */

 #banners a img {
 opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40); 
 }

 #banners a:hover img {
 opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
 }