F/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
/* Left & Right alignment */
.left {
  float: left;
}
.right {
  float: right;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.header {
  height: 83px;
}
.center {
  text-align: center;
}
body {
  background: #5d2e00;
  border: 0;
  font: 14px Arial, Helvetica, sans-serif;
  color: #363636;
  line-height: 20px;
}
.css3 {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  behavior: url(js/PIE.htc);
  position: relative;
}
.main {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.body1 {
  background: url(../images/bg_top_repeat.gif) top repeat-x #8f4600;
  height: 209px;
}
.body2 {
  background: url(../images/bg_top1.jpg) top center no-repeat;
}
.body4 {
  background: url(../images/bg_top2.jpg) top center no-repeat;
  height: 379px;
}
.body5 {
  background: url(../images/bg_top3_repeat.jpg) top center repeat-x;
  height: 159px;
}
.body6 {
  padding: 32px 28px;
}
.body7 {
  background: #eeeeee;
}
.body8 {
  background: url(../images/bg_bot_repeat.jpg) top repeat-x;
}
.body9 {
  background: url(../images/bg_bot.jpg) top center no-repeat;
  height: 230px;
}
.body10 {
  background: url(../images/bg_top4_repeat.jpg) top center repeat-x;
  height: 69px;
}
.body11 {
  padding-top: 10px;
}
/* main layout */
a {
  color: #de0c0c;
  outline: none;
  text-decoration: none;
}
h1 {
  float: left;
  padding: 21px 0 0 24px;
}
h2 {
  font-size: 30px;
  color: #182125;
  line-height: 1.2em;
  padding: 26px 0 26px 0;
  letter-spacing: -1px;
}
h2 span {
  color: #de0c0c;
}
h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.2em;
  padding: 24px 0 40px 0;
}
h4 {
  line-height: 74px;
  color: #a8b1b3;
  font-weight: normal;
  font-size: 18px;
  text-align: right;
}
footer h3 {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}
p {
  padding-bottom: 20px;
}
.dancing {
  font-family: "Dancing Script", cursive;
}
.shadow {
  text-shadow: 1px 1px 5px #333;
  filter: shadow(color=#444444, direction=135, strength=3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=135,strength=3)";
}
#cont_loc {
  position: absolute;
  margin-left: 68px;
  margin-top: 70px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  filter: shadow(color=#444444, direction=135, strength=3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=135,strength=3)";
}
.lang_img {
  margin-right: 10px;
  margin-top: 8px;
}
/* header */
header {
}
#logo {
  display: block;
  background: url(../images/logo.png) no-repeat;
  width: 240px;
  height: 62px;
  text-indent: -9999px;
}
#container_lang {
  width: 261px;
  height: 80px;
  overflow: hidden;
  margin-right: 65px;
}
.menu {
  border: 0px;
  margin: 0px;
  width: 127px;
  margin-left: 108px;
  font-size: 80%;
}
.menu ul {
  height: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  float: left;
  padding: 0px;
}
.menu li a {
  background: #818b8c url("images/seperator.gif") bottom right no-repeat;
  color: #393a3a;
  display: block;
  font-weight: normal;
  line-height: 28px;
  padding-left: 10px;
  margin: 0px;
  width: 117px;
  text-align: left;
  text-decoration: none;
  font-size: 11px;
}
.menu li a:hover,
.menu ul li:hover a {
  /*color:#FFFFFF;
			text-decoration:none;*/
}
.menu li ul {
  background: #818b8c;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  z-index: 200;
  /*top:1em;
		/*left:0;*/
}
.menu li:hover ul {
  display: block;
}
.menu li li {
  background: url("images/sub_sep.gif") bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
}
.menu li:hover li a {
  background: none;
  font-size: 11px;
}
.menu li ul a {
  display: block;
  height: 28px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  text-align: left;
  width: 117px;
}
.menu li ul a:hover,
.menu li ul li:hover a {
  background: #999 url("images/hover_sub.gif") center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
.menu p {
  clear: left;
}

#search {
  background: url(../images/search.jpg) no-repeat;
  width: 191px;
  height: 26px;
  float: right;
  margin-top: 3px;
}
#search .submit {
  float: right;
  background: none;
  height: 26px;
  width: 28px;
  cursor: pointer;
}
#search .input {
  float: right;
  width: 153px;
  height: 16px;
  padding: 5px 0 5px 10px;
  font: 14px Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
}
#menu {
  margin-top: 29px;
}
#menu ul {
  width: 100%;
  overflow: hidden;
  margin-left: 61px;
  background: url(../images/menu_shed.jpg) top left no-repeat;
}
#menu li {
  float: left;
  padding-left: 2px;
}
#menu li a {
  display: block;
  height: 36px;
  width: 123px;
  font-size: 11px;
  padding-top: 60px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: url(../images/menu_shed.jpg) top right no-repeat;
}
#menu li a:hover,
#menu #menu_active a {
}
.nav1 {
  background: url(../images/home.png) center 0px no-repeat;
}
.nav2 {
  background: url(../images/equipments.png) center 31px no-repeat;
}
.nav3 {
  background: url(../images/products.png) center 31px no-repeat;
}
.nav4 {
  background: url(../images/quality.png) center 31px no-repeat;
}
.nav5 {
  background: url(../images/engineering.png) center 31px no-repeat;
}
.nav6 {
  background: url(../images/metallurgy.png) center 31px no-repeat;
}
.nav7 {
  background: url(../images/contact.png) center 31px no-repeat;
}
.nav1:hover,
.nav1#active {
  background: url(../images/home.png) center 0px no-repeat #713800;
  border-bottom: 1px solid #a25300;
}
.nav2:hover,
.nav2#active {
  background: url(../images/equipments.png) center 31px no-repeat #713800;
}
.nav3:hover,
.nav3#active {
  background: url(../images/products.png) center 31px no-repeat #713800;
}
.nav4:hover,
.nav4#active {
  background: url(../images/quality.png) center 31px no-repeat #713800;
}
.nav5:hover,
.nav5#active {
  background: url(../images/engineering.png) center 31px no-repeat #713800;
}
.nav6:hover,
.nav6#active {
  background: url(../images/metallurgy.png) center 31px no-repeat #713800;
}
.nav7:hover,
.nav7#active {
  background: url(../images/contact.png) center 31px no-repeat #713800;
}
.slogan {
  height: 379px;
  overflow: hidden;
  position: relative;
}
.slogan a {
  margin-top: 64px;
}
/* The Nivo Slider styles */
#slider {
  height: 141px;
  position: absolute !important;
  top: 0;
  width: 981px;
  left: 82px;
}
.nivoSlider {
  position: absolute;
}
.nivoSlider img {
  top: 0px;
  left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 60;
  display: none;
}
/* The slices in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100%;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  margin-top: 163px;
  z-index: 99;
  cursor: pointer;
  text-indent: -9999px;
  width: 21px;
  height: 33px;
}
.nivo-prevNav {
  left: -22px;
  display: block;
  background: url(../images/marker_left.png) no-repeat;
}
.nivo-nextNav {
  right: 123px;
  background: url(../images/marker_right.png) no-repeat;
}
.nivo-prevNav:hover {
  background: url(../images/marker_left_active.png) no-repeat;
}
.nivo-nextNav:hover {
  background: url(../images/marker_right_active.png) no-repeat;
}
/* content */
#content {
  width: 100%;
  overflow: hidden;
  padding: 33px 0 48px 53px;
}
.body6 figure {
  padding-left: 58px;
  margin-right: 20px;
}
#page2 .body6 figure {
  padding-left: 53px;
}
#page2 #content,
#page3 #content,
#page4 #content,
#page5 #content {
  padding-top: 0;
}
#page3 #content {
  padding-bottom: 37px;
}
#page2 .col2 figure {
  margin-right: 10px;
}
#page4 .body6 {
  padding-bottom: 25px;
}
#page4 .marg_bot1 {
  margin-bottom: 14px;
}
#page4 #content {
  padding-bottom: 44px;
}
.body6 h2,
.body10 h2 {
  padding: 0 0 14px 0;
  margin-top: -1px;
  letter-spacing: -1px;
  float: left;
  width: 862px;
}
.pad_left1 {
  padding-left: 33px;
}
.pad1 {
  padding: 0 5px;
}
.pad_bot1 {
  padding-bottom: 10px;
  line-height: 30px;
}
.pad_bot2 {
  padding-bottom: 15px;
}
.marg_bot1 {
  margin-bottom: 20px;
}
.button {
  background: url(../images/button1_bg.gif) top repeat-x;
  display: inline-block;
  font-size: 20px;
  color: #363636;
  line-height: 34px;
  text-decoration: none;
}
.button2 {
  background: url(../images/btn_rdgm.gif) top no-repeat;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  text-decoration: none;
  width: 43px;
  text-align: center;
  font-weight: bold;
}
.button span {
  display: block;
  background: url(../images/button1_left.gif) top left no-repeat;
}
.button span span {
  padding: 0 40px;
  background: url(../images/button1_right.gif) top right no-repeat;
  height: 39px;
}
.button:hover {
  color: #006abb;
}
.font1 {
  font-size: 12px;
  display: block;
  padding-bottom: 5px;
  margin-top: -2px;
}
.line1 {
  background: url(../images/line_ver1.gif) 285px 0 repeat-y;
}
.list1 li {
  line-height: 35px;
  padding-left: 25px;
  background: url(../images/marker_1.gif) 0 8px no-repeat;
  display: block;
  text-decoration: none;
  font-size: 90%;
  color: #de0c0c;
}
.list1 li a:hover {
  text-decoration: underline;
}
.list2 {
  margin-top: -2px;
  padding-bottom: 24px;
}
.list2 li {
  line-height: 37px;
  background: url(../images/line_hor1.gif) bottom repeat-x;
}
.list2 li a {
  padding-left: 15px;
  text-decoration: none;
  font-size: 90%;
  background: url(../images/arrow.jpg) 0px 3px no-repeat;
}
.list2 .bg_none {
  background: none;
}
.list2 li p {
  background: url(../images/arrow.jpg) 0px 13px no-repeat;
  font-size: 12px;
  color: #363636;
  text-decoration: none;
  padding: 0px 0px 0px 15px;
}
.list2 li img {
  margin-right: 10px;
}
.list3 li {
  line-height: 25px;
}
.list3 li a {
  text-decoration: none;
  padding-left: 14px;
  background: url(../images/marker_2.gif) 0 5px no-repeat;
}
.list3 li a:hover {
  text-decoration: underline;
}
/* footer */
footer {
  padding: 0 0 0 60px;
  color: #fff;
}
footer a {
  color: #c6c6c6;
  font-size: 95%;
  text-decoration: none;
}
footer p {
  padding-bottom: 0px;
  font-size: 85%;
  color: #c6c6c6;
  line-height: 25px;
}
.col_1 {
  width: 190px;
  float: left;
}
.col_2 {
  width: 338px;
  float: left;
  margin-left: 17px;
}
.col_3 {
  width: 230px;
  float: left;
  padding-left: 8px;
}
footer .col_1 {
  width: 210px;
  float: left;
}
footer ul.col_1 {
  width: 150px;
}
/* forms */
#ContactForm {
  margin-top: -4px;
  line-height: 26px;
}
#ContactForm strong {
  float: left;
  width: 70px;
  font-weight: normal;
}
#ContactForm .wrapper {
  min-height: 30px;
  margin-bottom: 10px;
}
#ContactForm .bg {
  background: url(../images/input2.gif) no-repeat;
  float: left;
}
#frm_rdgm .bg {
  background: url(../images/input3.gif) no-repeat;
  float: left;
}
#ContactForm .textarea_box {
  min-height: 260px;
}
#ContactForm .textarea_box .bg {
  background: url(../images/textarea.gif) no-repeat;
  float: left;
}
#ContactForm a span span {
  padding: 0;
  font-size: 60%;
  color: #363636;
  text-align: center;
  line-height: 27px;
}
#ContactForm a {
  margin-right: 20px;
  float: right;
  width: 80px;
  text-align: center;
}
#ContactForm .input {
  width: 277px;
  height: 17px;
  background: none;
  padding: 6px 10px;
  color: #000;
  font: 14px Arial, Helvetica, sans-serif;
}
#ContactForm textarea {
  overflow: auto;
  width: 464px;
  height: 228px;
  background: none;
  padding: 6px 10px;
  color: #000;
  font: 14px Arial, Helvetica, sans-serif;
  margin: 0;
}
#frm_rdgm .input {
  width: 200px;
  height: 17px;
  background: none;
  padding: 6px 10px;
  color: #000;
  font: 14px Arial, Helvetica, sans-serif;
}
#sign_up {
  width: 100%;
  height: 29px;
  overflow: hidden;
  padding-top: 7px;
}
#sign_up .input {
  float: left;
  background: url(../images/input.gif) no-repeat;
  width: 120px;
  height: 17px;
  padding: 6px 10px;
  font: 14px Arial, Helvetica, sans-serif;
  color: #000;
  margin-right: 7px;
}
#sign_up a {
  font-size: 16px;
  float: left;
  background: url(../images/sign_up.gif) no-repeat;
  width: 77px;
  text-align: center;
  line-height: 24px;
  height: 29px;
  color: #363636;
  text-decoration: none;
}
#sign_up a:hover {
  color: #006abb;
}
#sign_up {
}
/* tables */
#metallurgy .rowa {
  background: #e0e0e0;
  height: 30px;
}
#metallurgy .rowb {
  background: #eeeeee;
  height: 30px;
}
#metallurgy .cell {
  padding: 5px;
  border: 0px solid #000000;
}
a img.thumb {
  margin-right: 5px;
  border: 5px solid #ccc;
  margin-bottom: 10px;
}
.img_box {
  width: 561px;
  height: 383px;
  overflow: hidden;
  margin-left: -8px;
  position: relative;
  margin-bottom: 30px;
}
.img_box2 {
  width: 561px;
  height: 743px;
  overflow: hidden;
  margin-left: -8px;
  position: relative;
  margin-bottom: 30px;
}
.img_box_top,
.img_box_bottom {
  width: 561px;
  height: 18px;
  overflow: hidden;
  position: relative;
}
.img_box_top {
  background: url(../images/box_top.png) no-repeat center;
}
.img_box_bottom {
  background: url(../images/box_bottom.png) no-repeat center;
}
.img_box_left,
.img_box_right {
  width: 18px;
  height: 100%;
}
.img_box_left {
  background: url(../images/box_left.jpg) repeat-y center;
}
.img_box_right {
  float: right;
  background: url(../images/box_right.jpg) repeat-y center;
}
.img_box_mid {
  height: 350px;
  overflow: hidden;
  background: url(../images/box_left.jpg) repeat-y left;
}

.img_box_mid2 {
  height: 700px;
  overflow: hidden;
  background: url(../images/box_left.jpg) repeat-y left;
}

.img_box_mid img {
  margin-left: 18px;
}
.header_logo {
  position: absolute;
}
.col1 p {
  padding: 0 0 15px 0;
}
.link_l {
  color: red;
}
.gm_iframe {
  width: 100%;
  height: 147px;
  frameborder: 0px;
  scrolling: no;
  marginheight: 0px;
  marginwidth: 0px;
}
#top-link {
  width: 120px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 250px;
  right: 0px;
  cursor: pointer;
  display: none;
  color: #333;
  font-size: 11px;
}
a.email {
  font-size: 105%;
}
a.email:hover {
  color: #999;
}
footer a.copyright:hover {
  text-decoration: none;
  cursor: default;
}
