body { background:#24353f; }
.wrapper {
  width:960px;
  margin:0px auto;
  padding-top:200px;
  padding-bottom:35px;
  overflow:auto;
}
.sidemenu {
  padding-left:180px;
  width:780px;
}
.content {
  width:99.5%;
  margin:0px auto 10px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:justify;
  float:left;
  position:relative;
}
.blogContentBorder {
  float:left;
  width:680px;
}
.contentMenu {
  width:780px;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  text-align:justify;
  float:left;
}
.js #main .accordion { visibility:hidden; }
.js #side .accordion { display:none; }
.accordion {
  margin:0;
  padding:0 10px;
}
.accordion li { list-style-type:none; }
.accordion li.last-child {
  margin-left:19px;
  list-style-type:disc;
}
#side ul.accordion ul {
  margin:0;
  padding:0 0 0 20px;
}
.accordion .outer {
  border:1px solid #dadada;
  border-width:0 1px 1px;
  background:#fff;
}
.accordion .inner {
  margin-bottom:0;
  padding:.5em 20px 1em;
  overflow:hidden;
}
.accordion .inner .inner { padding-bottom:0; }
.accordion .h { padding-top:.3em; }
.accordion p { margin:.5em 0 1em; }
.switch { margin-bottom:.5em; }
a.trigger {
  display:block;
  padding-left:20px;
  background-image:url(../style/img/plus.gif);
  background-repeat:no-repeat;
  background-position:1px 50%;
  font-weight:700;
}
a.trigger.open { background-image:url(../style/img/minus.gif); }
.last-child a.trigger {
  padding-left:1px;
  background-image:none;
  font-weight:normal;
}
#main a.trigger { background-color:#f0f0f0; }
#main a.trigger.open {
  border-color:#dadada;
  background-color:#e7e7e7;
}
#main a:hover.trigger.open, #main a:focus.trigger.open, #main a:active.trigger.open { border-color:#bcd; }
#main .switch a.open { background:transparent none; }
#side a.active {
  font-weight:700;
  color:#f72;
  text-decoration:none;
}
.inputs {
  border:1px solid #666;
  font-size:12px;
  padding:5px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -moz-box-shadow:-0px 1px 2px #000;
  -webkit-box-shadow:-0px 1px 2px #000;
  box-shadow:-0px 1px 2px #000;
}
.menu {
  height:40px;
  background:#ef2b1b;
  line-height:40px;
  color:#fff;
  margin-bottom:10px;
  position:fixed;
  top:150px;
  left:0;
  width:100%;
  z-index:600;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:14px;
  -moz-box-shadow:0px 3px 15px #000;
  -webkit-box-shadow:0px 3px 15px #000;
  box-shadow:0px 3px 15px #000;
}
.menuwrap {
  width:960px;
  margin:0px auto;
}
.menuwrap ul {
  margin:0px;
  padding:0px;
}
.menuwrap ul li {
  display:inline;
  height:40px;
  float:left;
  list-style:none;
  position:relative;
}
.menuwrap ul li a {
  color:#fff;
  text-decoration:none;
  display:block;
  white-space:nowrap;
  padding-left:15px;
  padding-right:15px;
}
.menuwrap ul li a:hover {
  background-color:#ff6f5f;
  text-decoration:none;
}
.menuwrap ol li {
  display:inline;
  height:40px;
  float:left;
  list-style:none;
  padding-left:0px;
  padding-right:0px;
  position:relative;
}
.menuwrap ol li img { margin-top:3px; }
.menuwrap li ul {
  margin:0px;
  padding:0px;
  display:none;
  position:absolute;
  left:0px;
  top:40px;
  background-color:#ef2b1b;
  z-index:150;
  -webkit-box-shadow:0px 5px 5px -3px #000 inset;
  -moz-box-shadow:0px 5px 5px -3px #000 inset;
  box-shadow:0px 5px 5px -3px #000 inset;
}
.menuwrap li:hover ul { display:block; }
.menuwrap li li {
  list-style:none;
  display:block;
  float:none;
  white-space:nowrap;
  min-width:125px;
}
.menuwrap li li a {
  color:#fff;
  text-decoration:none;
}
.menuwrap li:hover ul li:hover a {
  text-decoration:none;
  -webkit-box-shadow:0px 5px 5px -3px #000 inset;
  -moz-box-shadow:0px 5px 5px -3px #000 inset;
  box-shadow:0px 5px 5px -3px #000 inset;
  background-color:#ff6f5f;
}
.header {
  height:150px;
  background:none;
  background-color:#401b03;
  border-bottom:1px solid #000;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:800;
  -moz-box-shadow:0px 3px 15px #000;
  -webkit-box-shadow:0px 3px 15px #000;
  box-shadow:0px 3px 15px #000;
}
.header .headwrap {
  width:960px;
  margin:0px auto;
}
.header .logo {
  width:100px;
  height:100px;
  float:left;
  position:relative;
  top:70px;
  left:-3px;
}
.header .companyname {
  width:300px;
  float:left;
  position:relative;
  top:67px;
  left:0px;
  font:bold 30px Arial, Helvetica, sans-serif;
  color:#fff;
  margin-left:10px;
}
.header .companyname span { font-size:18px; }
.header .contactno {
  width:650px;
  float:right;
  font:bold 60px Arial, Helvetica, sans-serif;
  color:rgba(255,255,255,0.6);
  margin-left:10px;
  text-align:right;
  clear:right;
  margin-top:74px;
}
.footer {
  height:25px;
  background:#444;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:600;
  -moz-box-shadow:0px -3px 15px #000;
  -webkit-box-shadow:0px -3px 15px #000;
  box-shadow:0px -3px 15px #000;
}
.footer .footwrap {
  min-width:960px;
  width:960px;
  margin:0px auto;
  text-align:center;
  color:#ccc;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:12px;
  line-height:25px;
}
.footer .footwrap a {
  text-decoration:none;
  color:#eee;
}
.footer .footwrap img { margin:5px; }
.footer .footwrap td { text-align:center; }
.vertmenu {
  width:150px;
  margin-left:-99.5%;
  padding:10px;
  float:left;
  position:relative;
  right:180px;
  background-color:rgba(255,255,255,0.8);
  -moz-box-shadow:0px 2px 5px #000;
  -webkit-box-shadow:0px 2px 5px #000;
  box-shadow:0px 2px 5px #000;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.vertmenu ul, .vertmenu ul li { list-style:none; }
.vertmenu ul.text {
  margin-bottom:1em;
  line-height:1.5em;
}
.vertmenu .text-center { text-align:center; }
.vertmenu h2 {
  font:normal 26px Arial, sans-serif;
  padding:20px 0;
  margin:0 0 30px 0;
}
.clear { clear:both; }
.vertmenu .dcjq-count { float:right; }
.graphite .accordion {
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:14px;
  border-top:1px solid #111;
  border-right:1px solid #111;
  border-left:1px solid #111;
}
.graphite .accordion, .graphite .accordion li {
  margin:0;
  padding:0;
  border:none;
}
.graphite .accordion a {
  padding:10px 10px 10px 10px;
  background:#ef2b1b;
  text-decoration:none;
  display:block;
  color:#ddd;
  border-bottom:1px solid #222;
  border-top:1px solid #777;
  position:relative;
}
.graphite .accordion ul a {
  background:#ef2b1b;
  padding-left:17px;
}
.graphite .accordion ul ul a { padding-left:24px; }
.graphite .accordion a.dcjq-parent { background:#ef2b1b; }
.graphite .accordion a.dcjq-parent.active { background:#bf1b0d; }
.graphite .accordion a:hover, .graphite .accordion a.dcjq-parent:hover {
  background:#be544c;
  color:#fff;
}
.graphite .accordion li a.active { background:#bf1b0d; }
.graphite .accordion li li a.active { background:#ce1d0e; }
.graphite .accordion li li li a.active { background:#dc1f0f; }
.content p, .contentMenu p {
  margin:10px 0px 0px 0px;
  font-size:14px;
  line-height:18px;
}
.content p:first-child, .contentMenu p:first-child { margin:0px 0px 0px 0px; }
.content h1, .contentMenu h1 {
  margin:0px 0px 10px 0px;
  color:#333;
  font-size:36px;
  text-shadow:1px 1px 2px #444;
}
.content h2, .contentMenu h2 {
  margin:0px 0px 10px 0px;
  color:#401b03;
  font-size:18px;
  line-height:24px;
}
.content ul, .contentMenu ul {
  list-style:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:20px;
  color:#444;
}
.content li, .contentMenu li {
  display:block;
  margin:0px 0px 0px 25px;
  padding:0px;
}
.content li:first-child, .contentMenu li:first-child { margin:15px 0px 0px 25px; }
.content li:last-child, .contentMenu li:last-child { margin:0px 0px 15px 25px; }
.homeText {
  margin:30px;
  text-align:justify;
}
.contentBorder, .blogContentBorder {
  margin:0px auto 10px;
  padding:10px;
  border-bottom:1px solid #512c14;
  background-color:rgba(255,255,255,0.8);
  -moz-box-shadow:0px 2px 5px #000;
  -webkit-box-shadow:0px 2px 5px #000;
  box-shadow:0px 2px 5px #000;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.dmxSlideshow {
  margin-bottom:10px;
  border:1px solid #666;
  width:100%;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -moz-box-shadow:0px 2px 5px #000;
  -webkit-box-shadow:0px 2px 5px #000;
  box-shadow:0px 2px 5px #000;
}
.dmxSlideshow .dmxSlide img, .dmxSlideshow .dmxSlide canvas {
  width:100%;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.dmxSlideshow .dmxSlide { background-color:transparent; }
.menuBackground {
  background:url(../../images/menubgtop.jpg) top center no-repeat, url(../../images/menubgbottom.jpg) bottom center no-repeat, url(../../images/menubg.jpg) top center repeat-y;
  width:700px;
  margin:0 auto;
  padding-top:30px;
  padding-bottom:30px;
}
.menuTable {
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  margin-bottom:15px;
  font-family:"Courier New", Courier, monospace;
}
.menuTable td { padding:4px; }
