@charset "utf-8";

body {
  margin: 0px;
  padding: 0px;
  background: #000000 url('../images/layout/bg.gif') no-repeat 50% 20px;
}

#container {
  margin: 0px auto;
  width: 900px;
}

/* HEADER */

#header {
  margin: 20px 0px 15px 0px;
}

#header #logo {
  margin-left: 25px;
  float: left;
}

#header #titles {
  margin: 60px 70px 0px 0px;
  float: right;
}

#header #titles strong {
  font-family: "Verdana", "Calibri";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #afafaf;
}

#header #titles .delimiter {
  padding: 0px 30px;
  width: 4px;
  display: inline-block;
  background-image: url('../images/layout/header/delimiter_bg.png');
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* TOP PANEL */

#top_panel {
  height: 90px;
  display: block;
  background: #414244 url('../images/layout/mainmenu/background.png') repeat-x 0px 0px;
}

#top_panel .left_border {
  background: transparent url('../images/layout/mainmenu/left_border.png') no-repeat top left;
}

#top_panel .right_border {
  background: transparent url('../images/layout/mainmenu/right_border.png') no-repeat top right;
}

/* MAIN MENU */

#mainmenu {
  margin: 0px;
  padding: 0px 10px;
  height: 60px;
  border-bottom: 1px solid #000000;
}

#mainmenu ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  list-style-type: none;
  list-style-position: inside;
}

#mainmenu li {
  height: 60px;
  float: left;
  display: block;
}

#mainmenu ul a:link, #mainmenu ul a:visited {
  padding: 22px 15px 22px 15px;
  font-family: "Arial";
  font-size: 16px;
  line-height: 16px;
  color: #f2f2f2;
  text-decoration: none;
  display: block;
  float: left;
  background: none;
}

#mainmenu ul a:hover, #mainmenu ul a:active, #mainmenu ul a.active {
  background: transparent url('../images/layout/mainmenu/item.png') repeat-x 0px 0px;
}

/* QUICK PANEL */

#quick_panel {
  float: right;
}

#quick_panel ul {
  margin: 2px 25px 0px 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: inside;
}

#quick_panel li {
  margin-right: 30px;
  float: left;
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  text-indent: 15px;
}

#quick_panel li.last_item {
  margin-right: 0px;
}

#quick_panel li.home_page {
  background-image: url('../images/layout/icons/home.png');
}

#quick_panel li.contact {
  background-image: url('../images/layout/icons/contact.png');
  background-position: 0px 8px;
}

#quick_panel li.sitemap {
  background-image: url('../images/layout/icons/sitemap.png');
}

#quick_panel ul a:link, #quick_panel ul a:visited {
  font-family: "Calibri";
  font-size: 12px;
  line-height: 12px;
  color: #e3e3e3;
  text-decoration: none;
}

#quick_panel ul a:hover, #quick_panel ul a:active {
  text-decoration: underline;
}

/* CONTENT */

#content {
  margin: 0px;
  padding: 25px;
  min-height: 200px;
  font-family: "Arial";
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  background: #f4f4f4;
}

#content .w510 {
  width: 510px;
}

#content .w410 {
  width: 410px;
}

#content .h400 {
  min-height: 430px;
}

#content #left_panel {
  margin-right: 30px;
  float: left;
}

#content #right_panel {
  width: 310px;
  float: left;
}

#content .border_top {
  margin: 0px;
  background: #ffffff url('../images/layout/content/border_side.gif') repeat-x top left;
}

#content .border_bottom {
  background: transparent url('../images/layout/content/border_side.gif') repeat-x bottom left;
}

#content .border_left {
  background: transparent url('../images/layout/content/border_side.gif') repeat-y top left;
}

#content .border_right {
  background: transparent url('../images/layout/content/border_side.gif') repeat-y top right;
}

#content .border_top_left {
  background: transparent url('../images/layout/content/border_top_left.gif') no-repeat top left;
}

#content .border_top_right {
  background: transparent url('../images/layout/content/border_top_right.gif') no-repeat top right;
}

#content .border_bottom_left {
  background: transparent url('../images/layout/content/border_bottom_left.gif') no-repeat bottom left;
}

#content .border_bottom_right {
  padding: 15px;
  background: transparent url('../images/layout/content/border_bottom_right.gif') no-repeat bottom right;
}

#content .company_icon {
  background: transparent url('../images/layout/company_icon_large.png') no-repeat 25px 95%;
}

#content .w410 .company_icon {
  background: transparent url('../images/layout/company_icon.png') no-repeat 25px 95%;
}

#content .offset {
  padding: 20px 20px 20px 20px;
}

#content h1 {
  padding: 10px 20px;
  height: 20px;
  width: 440px;
  display: block;
  font-family: "Verdana";
  font-size: 20px;
  line-height: 20px;
  color: #393939;
  font-weight: normal;
  text-transform: uppercase;
  background: transparent url('../images/layout/content/header_background.png') no-repeat top left;
}

#content h1.short {
  width: 340px;
  background: transparent url('../images/layout/content/header_short_background.png') no-repeat top left;
}

#content h1.long {
  width: 540px;
  background: transparent url('../images/layout/content/header_long_background.png') no-repeat top left;
}

#content h2 {
  margin: 5px 0px 5px 0px;
  font-family: "Arial";
  font-size: 15px;
  color: #a50013;
  font-weight: normal;
  text-transform: uppercase;
}

#content p {
  margin: 0px;
  padding: 0px;
}

#content table.basic td {
  width: 210px;
  vertical-align: top;
}

#content table.basic td a {
  display: block;
}

#content table.basic td.left {
  padding-right: 20px;
}

/* HOME */

#home ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
}

#home ul li {
  margin: 8px 0px 8px 0px;
  padding-left: 25px;
  color: #636363;
  background-image:  url('../images/layout/content/list_item_bg.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
}

#home ul li a {
  font-family: "Arial";
  font-size: 13px;
  color: #636363;
  text-decoration: none;
}

#home ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

/* PRODUCTS */

#products #portfolio_showcase {
  margin: 15px auto 10px auto;
}

#products #portfolio_showcase td {
  margin: 0px 0px 0px 0px;
  padding: 0px 50px 12px 0px;
  vertical-align: top;
}

#products #portfolio_showcase td.last_col {
  padding-right: 0px;
}

#products #portfolio_showcase td.last_row {
  padding-bottom: 0px;
}

#products #portfolio_showcase td a {
  padding: 12px 10px 12px 50px;
  width: 260px;
  height: 16px;
  display: block;
  font-family: "Calibri";
  font-size: 16px;
  line-height: 16px;
  color: #f0f0f0;
  white-space: pre-line;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url('../images/layout/content/portfolio_showcase_bg.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

#products #portfolio_showcase td a:hover {
  color: #a50013;
  text-decoration: underline;
  background-position: 0% 100%;
}

/* PRICELIST */

#pricelist p {
  margin: 10px 0px;
}

#pricelist p.top_offset {
  margin: 25px 0px 10px 0px;
}

#pricelist span.light {
  color: #750013;
}

#pricelist ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
}

#pricelist ul li {
  margin: 8px 0px 8px 0px;
  padding-left: 25px;
  color: #000000;
  background-image:  url('../images/layout/content/list_item_bg.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
}

#pricelist ul li ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  list-style-type: disc;
  list-style-position: outside;
}

#pricelist ul li ul li {
  margin: 8px 0px 0px 0px;
  padding: 0px;
  background: none;
}

#pricelist ul li a {
  font-family: "Arial";
  font-size: 13px;
  color: #636363;
  text-decoration: none;
}

#pricelist ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

/* CONTACT */

#contact p {
  margin: 0px;
  padding: 0px;
}

#contact table.contact_information td {
  padding: 1px 5px;
  border: 2px solid #ffffff;
}

#contact table.contact_information td.left {
  color: #404040;
  background: #fafafa;
}

#contact table.contact_information td.right {
  padding-left: 15px;
}

#contact .horizontal_line {
  padding: 10px 0px 10px 0px;
  display: block;
  background: transparent url('../images/layout/content/horizontal_line.gif') repeat-x 0px 10px;
}

img.contact_map {
  margin-top: 20px;
}

/* SITEMAP */

#sitemap ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
}

#sitemap ul li {
  margin: 0px;
  padding: 8px 0px 8px 30px;
  color: #000000;
  background-position: 0px 6px;
  background-repeat: no-repeat;
}

#sitemap ul li.page {
  background-image: url('../images/layout/icons/page.png');
}

#sitemap ul li.folder {
  background-image: url('../images/layout/icons/folder_small.png');
}

#sitemap ul li ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
}

#sitemap ul li ul li {
  margin: 0px;
  padding: 12px 0px 0px 30px;
  background-position: 0px 10px;
  background-repeat: no-repeat;
}

/* FOOTER */

#footer {
  height: 40px;
  background: #414244;
}

#footer .left_border {
  background: transparent url('../images/layout/footer/left_border.gif') no-repeat top left;
}

#footer .right_border {
  background: transparent url('../images/layout/footer/right_border.gif') no-repeat top right;
}

#footer .space {
  padding: 0px 10px;
  height: 40px;
}

#footer #titles_2 {
  margin: 10px 15px 0px 0px;
  float: right;
}

#footer #titles_2 strong {
  font-family: "Verdana", "Calibri";
  font-size: 12px;
  font-weight: normal;
  color: #afafaf;
}

#footer #titles_2 .delimiter {
  padding: 0px 20px;
  width: 4px;
  display: inline-block;
}

#copyright {
  margin: 5px 10px 10px 0px;
  font-family: "Arial Narrow";
  font-size: 10px;
  text-align: right;
  color: #9f9f9f;
  float: right;
}

#copyright span.gray {
  font-size: 9px;
  color: #5f5f5f;
}

/* FORMATINGS */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

h1 {
  margin: 0px;
  padding: 0px;
}

h2 {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
}

img {
  padding: 0px;
  border: none;
}

a {
  color: #a50013;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
}

.justify {
  text-align: justify;
}