body
{
  background: url('../images/design/bg.jpg');
  font-family: Arial, Verdana, Georgia, serif;
  color: #222;
  font-size: 10pt;
}

h1, h2, h3, h4
{
  font-family: Arial, Verdana, Georgia, serif;
}

h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}

a, a:visited, a:active, a:focus
{
  text-decoration: none;
  outline: none;
  color: #da251c;
}

a:hover
{
  text-decoration: underline;
  color: #da251c;
}

.width_limiter
{
  width: 1000px;
  margin: auto;
  text-align: left;
  -webkit-box-shadow: 0px -4px 8px rgb(50, 50, 50);
  -moz-box-shadow: 0px -4px 8px rgb(50, 50, 50);
  box-shadow: 0px -4px 8px rgb(50, 50, 50);
  background: #fff;
}

.header
{
  position: relative;
  width: 1000px;
  height: 180px;
  background: url('../images/design/header.jpg') top left no-repeat;
}

.header .logo
{
  width: 250px;
  height: 180px;
  position: absolute;
  left: 15px;
  top: 0px;
  background: rgba(250,250,250,0.56);
  text-align: center;
  color: #204a98;
  font-weight: bold;
  font-size: 11pt;
}

.header .logo img
{
  margin-top: 20px;
  margin-bottom: 5px;
}

.header .phones
{
  width: 450px;
  position: absolute;
  right: 0px;
  top: 20px;
  background: rgba(220,220,220,0.65);
}

.header .phones::after
{
  content: '';
  display: block;
  clear: both;
}

.header .phones > div
{
  width: 50%;
  padding: 10px;
  float: left;
  box-sizing: border-box;
}

.header .phones a
{
  color: #204a98;
}

.header .phones p
{
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #0000ff;
  font-size: 1.2em;
}

.header .phones p:last-child
{
  font-size: 1.4em;
}

.header .main_menu
{
  position: absolute;
  bottom: 0px;
  left: 290px;
  width: 710px;
  height: 33px;
}

.header .main_menu > div
{
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
  margin: 0px;
  width: 39px;
  height: 33px;
}

.header .main_menu > ul
{
  position: relative;
  left: 0px;
  top: -32px;
  z-index: 1;
  width: 710px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #fff;
}

.header .main_menu > ul > li
{
  float: left;
  z-index: 1;
}

.header .main_menu > ul > li > a
{
  display: block;
  width: 135px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  font-size: 12pt;
  background: #e7e7e7;
  background: -moz-linear-gradient(-45deg,  #e7e7e7 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e7e7e7), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(-45deg,  #e7e7e7 0%,#ffffff 100%);
  background: -o-linear-gradient(-45deg,  #e7e7e7 0%,#ffffff 100%);
  background: -ms-linear-gradient(-45deg,  #e7e7e7 0%,#ffffff 100%);
  background: linear-gradient(135deg,  #e7e7e7 0%,#ffffff 100%);
  color: #2b2b2b;
  text-decoration: none;
}

.header .main_menu > ul > li > a span.droppable
{
  background: url('../images/design/droppable.png') bottom right no-repeat;
  display: block;
}

.header .main_menu > ul > li:first-child > a
{
  width: 130px;
  padding-left: 20px;
}

.header .main_menu > ul > li > a.active
{
  background: #da251c;
  color: #fff;
}

.header .main_menu > ul > li > a:hover
{
  background: #ccc;
  color: #2b2b2b;
}

.header .main_menu ul li ul
{
  position:absolute;
  left:-9999px;
  top:-9999px;
  list-style-type:none;
  border: solid #ddd 1px;
  border-top: none;
}

.header .main_menu > ul > li:hover
{
  position: relative;
}

.header .main_menu ul li:hover ul
{
  left: 0px;
  top: 32px;
  padding: 0px;
}

.header .main_menu ul li:hover ul li a
{
  padding: 2px 5px 0px 10px;
  display: block;
  background-color: #ddd;
  white-space: nowrap;
  min-width: 150px;
  line-height: 25px;
  color: #222;
  font-size: 11pt;
}

.header .main_menu ul li:hover ul li a:hover
{
  background: #ccc;
  text-decoration: none;
}

.left_menu
{
  float: left;
  width: 265px;
}

.main_block
{
  float: left;
  width: 700px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.left_menu ul
{
  display: block;
  margin: 0px 0px 0px 15px;
  padding: 0px;
  list-style: none;
}

.left_menu ul li
{
  margin-bottom: 10px;
}

.left_menu ul li span
{
  display: block;
  line-height: 20px;
  padding: 7px 40px 5px 7px;
  background: #da251c url('../images/design/vertical_menu_corner.jpg') bottom right no-repeat;
  text-transform: uppercase;
  color: #fff;
  font-size: 11pt;
}
.left_menu ul li span.blue
{
  background: #204998 url('../images/design/vertical_menu_corner_blue.jpg') bottom right no-repeat;
}

.left_menu ul li ul
{
  list-style-image: url('../images/design/vertical_menu_bullet.jpg');
  margin: 0px 0px 20px 15px;
}

.left_menu ul li:last-of-type ul
{
  margin-bottom: 0px;
}

.left_menu ul li ul li
{
  margin: 2px 5px 0px 0px;
  line-height: 16px;
}

.left_menu ul li ul li a
{
  text-decoration: underline;
  color: #777;
  font-size: 11pt;
}

.left_menu ul li ul li img
{
  vertical-align: middle;
}

.left_menu ul li ul li img:first-of-type
{
  margin-left: 5px;
}

.left_menu ul li ul li a:hover, .left_menu ul li ul li a.active:hover
{
  background: #cfcfcf;
  text-decoration: none;
  color: #222;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
}

.left_menu ul li ul li a.active
{
  color: #da251c;
  text-decoration: none;
}

.bnrs
{
  margin-left: 15px;
  overflow: hidden;
  margin-top: 30px;
}

.left_menu .articles
{
  width: 250px;
  height: 71px;
  background: url('../images/design/articles.jpg') top left no-repeat;
  margin-left: 15px;
  margin-top: 30px;
  position: relative;
}

.left_menu .articles a
{
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  left: 70px;
  top: 24px;
  color: #fff;
  font-size: 11pt;
}

.left_menu .articles a:hover
{
  text-decoration: underline;
}

.left_menu .request
{
  background: #b4b4b4 url('../images/design/request_form.jpg') top left no-repeat;
  margin-left: 15px;
  margin-top: 20px;
  width: 250px;
  min-height: 100px;
  border-bottom: solid #b4b4b4 1px;
}

.left_menu .request h3
{
  color: #fff;
  text-transform: uppercase;
  font-size: 11pt;
  font-weight: normal;
  padding-top: 26px;
  padding-left: 65px;
  margin-bottom: 20px;
}

.left_menu .request div
{
  padding: 0px;
  padding: 0px 15px 5px 15px;
  font-size: 10pt;
}

.left_menu .request div span
{
  font-size: 8pt;
}

.left_menu .request input
{
  margin: 0px;
  width: 215px;
  height: 20px;
  line-height: 20px;
  font-size: 10pt;
  border-color: #204a98;
  border-width: 1px;
}

.left_menu .request input[type=file]
{
  height: 23px;
  font-size: 9pt;
}

.left_menu .request .submit
{
  display: block;
  margin: 0px auto 10px auto;
  padding: 0px;
  width: 215px;
  border: solid #6f6f6f 2px;
}

.left_menu .request .submit button
{
  display: block;
  float: none;
  padding: 5px;
  margin: 0px;
  top: 0px;
  width: 100%;
  font-size: 11pt;
  text-transform: uppercase;
  color: #fff;
  border: solid #fff 1px;
  background: #a2a2a2;
  background: -moz-linear-gradient(top,  #a2a2a2 0%, #7b7b7b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2a2), color-stop(100%,#7b7b7b));
  background: -webkit-linear-gradient(top,  #a2a2a2 0%,#7b7b7b 100%);
  background: -o-linear-gradient(top,  #a2a2a2 0%,#7b7b7b 100%);
  background: -ms-linear-gradient(top,  #a2a2a2 0%,#7b7b7b 100%);
  background: linear-gradient(to bottom,  #a2a2a2 0%,#7b7b7b 100%);
}

.left_menu .request .submit button:focus
{
  background: #7b7b7b;
}

.left_menu .request textarea
{
  margin: 0px;
  padding: 0px;
  width: 215px;
  height: 40px;
  font-size: 10pt;
  border-color: #204a98;
}

.index_top
{
  clear: both;
  width: 100%;
  margin-top: 20px;
}

.title_block
{
  margin-bottom: 20px;
  color: #777;
}

.title_block a
{
  color: #777;
}

h1.page_title
{
  color: #6c6c6c;
  font-weight: bold;
  font-size: 14pt;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.article
{
  border-bottom: dotted #ccc 1px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.article > h2
{
  margin: 0px;
}

.article .category
{
  margin: 0px;
  margin-top: -5px;
  color: #777;
}

.article > .content > p:last-child
{
  margin-bottom: 0px;
}

.article > div:last-child
{
  text-align: right;
}

.group_image
{
  float: left;
  width: 250px;
  margin: 0px 15px 5px 0px;
}

.group_image img
{
  border: solid #ccc 1px;
  display: block;
  max-width: 100%;
}

ul.subgroups
{
  margin: 0px 0px 20px 15px;
}

ul.subgroups a
{
  color: #2b2b2b;
  font-size: 12pt;
}

ul.subgroups li.active a
{
  color: #da251c;
}

.group_image + ul.subgroups
{
  margin-left: 290px;
}

input[type=text], textarea, select
{
  border: solid #999999 1px;
  background-color: #ffffff;
}

.navigation
{
  text-align: center;
  margin: 0px 0px 10px 0px;
  clear: both;
  font-size: 11pt;
}

.form {
  margin: auto;
  display: block;
  padding-top: 20px;
}

.form > div
{
  display: block;  
  padding: 0px;
  margin: 0px;
  width: 100%;
  margin-bottom: 10px;
}

.form input, .form textarea
{
  margin: 0px;
}

.form > div div:first-of-type
{
  width: 150px;
  margin-left: 10px;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}

.form > div div:last-of-type
{
  text-align: left;
  display: inline-block;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  vertical-align: middle;
}

.form div.error_mark {color: #ff0000;}

.generated_gallery
{
  display: block;
  margin: 0px;
}

p > .generated_gallery
{
  margin-bottom: -20px;
}

.generated_gallery a
{
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin: 0px 5px 20px 5px;
  color: #2b2b2b;
}

.generated_gallery img
{
  border: solid #ccc 1px;
  padding: 3px;
}

.project
{
  display: block;
  clear: both;
  width: 699px;
  border: dotted #ccc 1px;
  margin-bottom: 40px;
  padding: 5px;
}

.project h2
{
  color: #6c6c6c;
  margin-bottom: 10px;
}

.project .generated_gallery
{
  float: left;
  width: 420px;
}

.project p:nth-of-type(1)
{
  margin: 0px;
}

.footer
{
  background: #e6e6e6 url('../images/design/footer_bg.jpg') top left no-repeat;
  height: 150px;
  position: relative;
}

.footer .copy
{
  position: absolute;
  left: 20px;
  top: 40px;
  width: 350px;
  font-size: 9pt;
}

.footer .copy span
{
  color: #da251c;
}

.footer .copy p
{
  margin-bottom: 5px;
}

.footer .facebook
{
  width: 32px;
  position: absolute;
  right: 270px;
  top: 10px;
}

.footer .facebook img
{
  width: 32px;
}

.footer .phones
{
  width: 240px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.footer .phones a
{
  color: #204a98;
}

.footer .phones p
{
  text-align: left;
  margin: 0px 0px 10px 0px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.footer .phones p:first-child
{
  background: url('../images/design/phone.png') 10px 5px no-repeat;
  font-weight: bold;
  font-size: 12pt;
  line-height: 1.2em;
}

.footer .phones p:first-child span
{
  font-size: 16pt;
}

.footer .phones p:nth-child(2)
{
  background: url('../images/design/mail.png') 8px 8px no-repeat;
  font-size: 11pt;
}

.footer .phones p:last-child
{
  background: url('../images/design/home.png') 7px 5px no-repeat;
  font-size: 11pt;
}

.std-table {
  border:  solid #333 1px;
  border-spacing: 1px;
}

.std-table th {
  background-color: rgb(153, 204, 255);
  border:  solid #333 1px;
  padding: 5px 10px;
  text-align: center;
}

.std-table td {
  border:  solid #333 1px;
  padding: 5px 10px;
  text-align: center;
}