/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, form, input, textarea, fieldset, table, th, td { margin: 0; padding: 0; }

html{
	font:normal 12px Arial, Tahoma, sans-serif;
	color:#000;
    line-height:20px;
}

body {
  background:#fff url(../images/bodybg.jpg) repeat-x  0 0;
}

input, textarea{
	outline:none; /* preventing the chrome and safari nasty yellow border */
    border:1px solid #acadaf;
}

input[type="button"] {
  cursor:pointer;
}

a:focus{
	outline:none;
}

a, a:visited, a:active {
	color:#1c6db8;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

i  { font-size:11px; }

h1, h2, h3, h4, h5, h6 { color:#383838; }

h1 {
  font:normal 23px Arial;
}

img { border:none; }

.clear {clear: both;}

#wrapper {
  width:1000px;
  margin:0px auto;
}

#visual {
  background:url(../images/index.jpg) no-repeat 0 0;
  display:block;
  position:absolute;
  z-index:1;
  width:1000px;
  height:211px;
  top:0;
  left:50%;
  margin:0px;
  margin-left: -500px;
  padding:0;
  /*display:none;*/
}

#visual img{ position:absolute; display:none; }


#header {
  background:none;
  width:1000px;
  height:211px;
  position:relative;
  z-index:2;
}

#header .left {
  float:left;
  margin:30px 0 0 30px;
}

#header .left .logo {

}

#header .left .langs {
  margin:0 0 0 84px;
  color:#fff;
}

#header .left .langs a{
  color:#183579;
}

#header .right {
  float:right;
  width:500px;
  margin:30px 30px 0 0;
  text-align:right;
}

#header .right .slogan {
  height:120px;
}

#header .right .search form {
  margin:0;
  padding:0;
}

#header .right .search input{
  width:138px;
  height:21px;
  background:url(../images/searchbg.png) no-repeat 0 0;
  padding:0 0 0 20px;
  margin:10px 0 0 0;
  border:none;
  color:#545454;
  font:normal 13px Arial;
}

#content {
  background:none;
}

#content h1.title {
  color:#000;
  font:normal 23px Arial;
  margin:0 0 10px 0;
}

#content .rsslink {
  text-align:right;
  margin:-30px 0 0 0;
}

#content .rsslink a {
  display:block;
  height:30px;
  background: url(../images/rss.png) right 0 no-repeat;
  padding:0 25px 0 0;

}

#content .welcome {
  float:left;
  width:400px;
  margin:20px 0 0 30px;
  line-height:17px;
}

#content .welcome h1 {
  color:#1c6db8;
  font:bold 25px Arial;
  margin:0 0 10px 0;
}

#content .newsmain {
  float:left;
  width:260px;
  margin:20px 0 0 20px;
}

#content .newsmain h1 {
  margin:0 0 15px 0;
}

#content .newsmain ul {
  list-style:none;
  padding:0;
  margin:0;
}

#content .newsmain ul li {
  list-style:none;
  margin:0 0 10px 0;
  padding:0;
  line-height:17px;
}

#content .newsmain span.date {
  color:#959595;
  font:normal 11px Arial
}

#content .info {
  float:left;
  margin:20px 0 0 20px;
}

#content .info ul {
  list-style:none;
  padding:0;
  margin:0;

}

#content .info ul li {
  list-style:none;
  display:block;
  float:left;
  margin:0 0 0 10px;
  font:normal 14px Arial;
  text-align:center;
}

#content .info ul li img {
  margin:0 0 5px 0;
}

#content .leftBlock {
  float:left;
  margin:20px 0 0 30px;
  width:230px;
}

#content ul.submenu a {
  font:normal 14px Arial;
}

#content ul.submenu a:hover {
  font:bold 14px Arial;
}

#content ul.submenu a.selected {
  font:bold 14px Arial;
}

#content ul.submenu {
  list-style:none;
  margin:0 0 20px 0;
  padding:0;
}

#content ul.submenu li {
  list-style:none;
  display:block;
  margin:0 0 7px 0;
  font:normal 14px Arial;
}

#content ul.submenu li ul {
  margin:5px 0 5px 15px;
  padding:0;
}

#content ul.submenu li ul li ul {
  margin:5px 0 5px 15px;
  padding:0;
}

#content .banner {
  margin:0 0 0 -30px;
}

#content .text {
  float:left;
  /*width:650px;*/
  max-width:610px;
  margin:20px 0 0 10px;
  line-height:17px;
}

#content .bottommenu {
  clear:both;
  width:940px;
  height:15px;
  margin:20px 0 0 0;
  margin:0 auto;
}

#content .bottommenu ul{
  list-style:none;
  padding:0 2px 0 2px;
}

#content .bottommenu ul li{
  list-style:none;
  display:inline;
  padding:0 2px 0 2px;
  font:normal 11px Arial;
}

#content .bottommenu ul.left{
  float:left;
  list-style:none;
  margin:0;
  padding:0;
}

#content .bottommenu ul.right{
  float:right;
  list-style:none;
  margin:0;
  padding:0;
}

/* Раздел новости */
#newsList {
  list-style:none;
  margin:0;
  padding:0;
}

#newsList li {
  clear:left;
  list-style:none;
  margin:0;
  padding:10px 0 15px 0;
}

#newsList li img {
  float:left;
  margin:0 10px 0 0;
}

#newsList li span.date {
  color:#373737;
  font:normal 11px Arial;
}
/* конец Раздела новости */
a.button {
    background: transparent url('../images/rr.gif') no-repeat scroll top right;
    color:#fff;
    display:block;
    float:left;
    font:normal 11px arial, sans-serif;
    height:21px;
    margin-right:6px;
    padding-right:10px; /* sliding doors padding */
}

a.button span {
    background:transparent url('../images/rl.gif') no-repeat;
    display:block;
    padding:3px 0 6px 10px;
}

#footer {
  width:940px;
  height:100px;
  margin:10px auto 0 auto;
  padding:10px 20px 0 20px;
  border-top:2px solid #7e9cb8;
  background:none;
  line-height:15px;
  color:#545454;
}

#footer .copyrights {
  float:left;
  width:440px;
}

#footer .copyrights a{
  color:#1c6db8;
}

#footer .search {
  float:left;
  margin:0 0 0 20px;
}

.search input[type="text"]{
    width:148px;
    height:21px;
    background:url(../images/searchbg.png) no-repeat 0 0;
    padding:0 0 0 20px;
    *padding-top:4px;
    margin:10px 0 0 0;
    border:none;
    color:#545454;
    font:normal 13px Arial;
}

.search input[type="button"], .search input[type="submit"]{
  cursor:pointer;
  -moz-border-radius:4px;
}

.searchList li {
  margin:3px 0;
}


#footer .developed {
  float:right;
  width:200px;
  text-align:right;
}

#footer .developed img {
  position:relative;
  top:7px;
  left:5px;
}

/*contacts form*/
form#contactForm   {
  width:380px;
  padding:0;
  margin:10px;
}

form#contactForm div {
  clear:both;position:relative;margin:0 0 10px;
}

form#contactForm label {
  cursor:pointer;
  display:block;
}

form#contactForm input[type="text"],
form#contactForm input[type="password"] {
  width:300px;border:1px solid #999;padding:5px;-moz-border-radius:4px;
}

form#contactForm textarea {
  width:300px;
  border:1px solid #999;
  padding:5px;
  -moz-border-radius:4px;
}

form#contactForm input[type="text"]:focus,
form#contactForm input[type="password"]:focus,
form#contactForm textarea:focus {
   border-color:#333;
}

/* submit button */
form#contactForm input[type="submit"], form#contactForm input[type="reset"] {
  cursor:pointer;border:1px solid #999;padding:5px;-moz-border-radius:4px;background:#eee;
}

form#contactForm input[type="submit"]:hover,
form#contactForm input[type="submit"]:focus,
form#contactForm input[type="reset"]:hover,
form#contactForm input[type="reset"]:focus {
   border-color:#333;background:#ddd;
}

form#contactForm input[type="submit"]:active,
form#contactForm input[type="reset"]:active {
   margin-top:1px;
}

div.succes, span.succes {
  margin:15px 0 15px 0;
  color:#006600;
}

div.error, span.error {
  margin:15px 0 15px 0;
  color:#ff0000;
}

span.required {
  color:#ff0000;
}

#formData label.error {
  display:block;
  color:#ff0000;
  margin:0;
  padding:0;
}

#captcha {
  margin:5px 0;
  height:60px;
}
/* end of form styles */

/*FAQ Styles*/
.faq {
  clear:both;
  padding:10px 0 0 0;
}

.quest {
  margin:15px 0 15px 0;
}

.faq h2 {
  color:#e14d18;
  margin:0;
  padding:6px 10px 6px 15px;
  background:none;
  width: 200px;
}

.faq .date {
  color:#555;
  font-size:11px;
  padding:2px 10px 1px 20px;
  background:url(../images/faqico.gif) 0 -44px no-repeat;
}

.faq .name {
  padding:2px 10px 1px 20px;
  background:url(../images/faqico.gif) 0 -25px no-repeat;
}

.faq p.question {
  font-size:13px;
  margin:0;
  padding:3px 0 10px 15px;
}

.faq p.answer {
  font-size:13px;
  margin:0;
  padding:5px 0 5px 20px;
  background:url(../images/faqico.gif) 0 5px no-repeat;
  cursor:pointer;
}

.faq .answerBlock {
  font-size:13px;
  padding:0;
  margin:0;
  padding:0 0 15px 15px;
  border-bottom:1px dashed #999;
}
/*END of FAQ Styles*/

/*Sitemap*/
div.sitemap {
  margin:10px 0 0 0;
}


div.sitemap ul li {
  margin:5px 0;
}

div.sitemap ul li ul {
  margin:5px 0 5px 10px;
}
/*End of sitemap*/

/*News Block Left*/
.newsBlock {
 /* margin:0 0 0 -30px;*/
}

.newsBlockTop {
  display: block;
  width:251px;
  height:16px;
  margin:0;
  padding:0;
  background:url(../images/newsBlockTop.gif) top left no-repeat;
}

.newsBlockBottom {
  display: block;
  width:251px;
  height:13px;
  margin:0;
  padding:0;
  background: url(../images/newsBlockBottom.gif) top left no-repeat;
}

.newsBlockBody {
  display:block;
  width:217px;
  margin:0 0 0 1px;
  padding:5px 15px 30px 15px;
  background:#fff;
  border-left:1px solid #b6b6b6;
  border-right:1px solid #b6b6b6;
}

.newsBlockBody ul {
  list-style:none;
  margin:0;
  padding:0;
}

.newsBlockBody ul li {
  clear:left;
  list-style:none;
  margin:0;
  padding:5px 0 5px 0;
}

.newsBlockBody ul li span.date {
  color:#373737;
  font:normal 11px Arial;
}
/*End of news Block left*/

/* SHOPPIG CART */
table#zakupki {
	border-collapse: collapse;
	margin-bottom:1em;
	width:670px;
    font:normal 13px Tahoma;
}

table#zakupki tr.header {
  background:url(../images/zakupkitable.jpg);
  color:#fff;
  text-align:left;
  white-space:nowrap;
  height:30px;
  border:0;
  font:normal 13px Tahoma;
}

table#zakupki th {
    padding: 5px 15px;
}

table.zakList {
  width:650px;
  margin:0 0 0 10px;
}


table.zakList td.side {
    width:10px;
    border:0;
    padding:0;
}

table.zakList td {
    padding:10px 10px;
    border-bottom:1px dashed #000;
    vertical-align:top;
}

table.zakList .info {
}

table.zakList .date, table.zakList .type {
  width:110px;
  color:#545454;
  font:normal 12px Tahoma;
}

/* and now the form itself */

/*Галлерея и список галлерей*/
ul#gallery {
  list-style:none;
  margin:15px 0;
}

ul#gallery li {
  list-style:none;
  display:inline;
  margin:0 10px 0 0;
}

ul#gallery li img {
  border:2px solid #383838;
}

#photoList {
  list-style:none;
}

#photoList li {
  clear:left;
  list-style:none;
  margin:0;
  padding:10px 0 15px 0;
}

#photoList li img {
  float:left;
  margin:0 10px 0 0;
  border:2px solid #383838;
}
/*конец Галлереи и списков галлерей*/

.oprosnik{font-size: 14px; font-family: Tahoma;}
.oprosnik h1{padding-bottom: 20px;}
.oprosnik dt{color: #1c6db8; border-bottom: dashed 1px #787878; padding-bottom: 8px; margin-bottom: 6px; font-size: 15px;}
.oprosnik dd{padding-bottom: 30px;}
.oprosnik td{padding: 4px 4px 4px 0px;}
.oprosnik td.lbl{padding-right: 38px; font-size: 12px;}

.oprosnik-result-table table{width: 100%; border-collapse: collapse;}
.oprosnik-result-table td{vertical-align: top; padding: 12px;}
.oprosnik-result-table th{background: #6fa5d3; height: 30px; padding: 0px 12px; color: #fff; font-size: 13px; font-weight: normal; text-align: left;}
.oprosnik-result-table img{border: solid 1px #666666;}

#oprosnik-result-table tr{border-bottom: dashed 1px #787878;}
