a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body,
canvas, caption, center, cite, code, command,
datalist, dd, del, details, dfn, div, dl, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, source, span, strike, strong, sub, sup,
table, tbody, td, tfoot, th, thead, tr, tt,
u, ul,
var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  z-index: 1;
  font-family: Arial, verdana;
  font-size: 13.68px;
  line-height: 125%;
  color: #fff;
}

html {
  position: relative;
  height: 100%;
  width: 100%;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  height: auto !important;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  background: #fff url('../images/sitebg.jpg') no-repeat;
}

.bglogo img {
  display: block;
  height: 100%;
  width: auto;
  right: 0;
  position: absolute;
  z-index:
}

.container {
  position: relative;
  margin-top: 20px;
  margin-left: 90px;
}

.maincontent {
  position: relative;
  height: 510px;
  width: 990px;
  padding: 35px 55px 45px 55px;
  background-image: linear-gradient(bottom, rgb(63,53,13) 0%, rgb(223,213,178) 100%);
  background-image: -o-linear-gradient(bottom, rgb(63,53,13) 0%, rgb(223,213,178) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(63,53,13) 0%, rgb(223,213,178) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(63,53,13) 0%, rgb(223,213,178) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(63,53,13) 0%, rgb(223,213,178) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFD5B2', endColorstr='#3F350D'); /* for IE */

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(63,53,13)),
    color-stop(1, rgb(223,213,178))
  );
  
  -webkit-box-shadow: 10px 5px 11px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    10px 5px 11px rgba(50, 50, 50, 0.75);
  box-shadow:         10px 5px 11px rgba(50, 50, 50, 0.75);
  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  
  -moz-opacity: 0.95;
  opacity: 0.95;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=95);
}

.docheader {
  position: relative;
  width: 1100px;
  height: auto;
  margin-bottom: 7px;
}

.logo {
  position: relative;
  float: left;
  width: auto;
}

.mainmenu {
  float: left;
  left: 383px;
  position: absolute;
  bottom: 0px;
  height: 36px;
  z-index: 66;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 17px;
  display: block;
  position: relative;
  z-index: 9999;
  height: 36px;
}

.mainmenu ul li {
  float: left;
}

.mainmenu ul li a {
  padding: 2px 20px;
  color: #575656;
  text-decoration: none;
  display: block;
  height: 32px;
  border-right: 2px solid #575656;
}

.mainmenu ul li.last a {
  border-right: 0 solid #575656;
}

.mainmenu ul li a:hover,
.mainmenu ul li.active a {
  color: #957500;
}

.slider {
  margin-left: -55px;
  position: relative;
  height: 220px;
  width: 1045px;
  margin-bottom: 40px;
}

.headerimage {
  height: 220px;
  width: 1135px;
  position: absolute;
  overflow: hidden;
  background-size: 100% 100%;
  z-index: -1;
  left: -90px;
  background-position: right !important;
}

.slideroverlay {
  position: absolute;
  width: 1225px;
  height: 100%;
  background: #000;
  -moz-opacity: 0.45;
  opacity: 0.45;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=45);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  top: 0;
  left: -90px;
  z-index: 10;
}

.imagetext {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  z-index: 9999;
}

.contentleft {
  float: left;
  width: 720px;
  height: 270px;
  overflow: hidden;
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.contentright {
  width: 208px;
  float: right;
  height: 262px;
  position: relative;
  z-index: -1;
  background: transparent url('../images/rightcontent.png') no-repeat top left;
  padding: 35px 20px 10px 20px;
}
  

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: normal;
}

.contentright h1, .contentright h2, .contentright h3, .contentright h4, .contentright h5, .contentright h6 {
  color: #575656;
  font-weight: bold;
  font-size: 13.68px;
}

p {
  margin-bottom: 12px;
  line-height: 150%;
}

.docfooter {
  width: 900px;
  text-align: center;
  position: relative;
  margin-top: 5px;
  padding-left: 200px
}

.docfooter a {
  font-weight: bold;
  border-right: 2px solid #fff;
  text-decoration: none;
  padding: 0 5px;
  position: relative;
  font-size: 18px;
}

.docfooter a.last {
  border-right: 0;
}

.clearer {
  float: none;
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  width: 100%;
}

/** PROJECTS **/
.project {
  float: left;
  width: 100px;
  height: 100px;
  display: table-cell;
  padding: auto;
  text-align: center;
  margin: 0 10px 20px 10px;
}

.projectimage {
  height: 80px;
  display: block;
  line-height: 100px;
  width: 100px;
  padding: auto 0;
}

.projectimage a {
  margin: auto 0;
  display: block;
  height: 100%;
  width: 100%;
}

.projectimage a img{
  height: 80px;
  height: auto !important;
  max-height: 80px;
  width: 100px;
  width: auto !important;
  max-width: 100px;
  margin: auto;
}

.projecttitle {
  height: 20px;
  line-height: 20px;
}

#projects {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
}

.projectspage {
  position: absolute;
  width: 100%;
  height: 200px;
}

.projectspagebrowser {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 45px;
}

.projectspagebrowser div {
  float: left;
  height: 20px;
  width: 20px;
  display: block;
  background: #776C45;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 20px;
  text-align: center;
  line-height:20px;
  cursor: pointer;
}

.projectspagebrowser .current {
  background: #333;
  cursor: default;
}

.projectspagebrowser .disabled {
  background: #575656;
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}

.projectspagebrowser .invisible {
  display: none;
}

.projectspagebrowser .seemoreend, 
.projectspagebrowser .seemorebegin {
  background: #333;
  color: #776C45;
  border-color: #776C45;
  cursor: pointer;
}