/** Globals **/
* {
  padding: 0;
  margin: 0;
  font-style: normal;
}
body {
  background: #FFF top url(images/pageshade.png) repeat-y;
  text-align: left;
  font-size: 14px;
  font-family: "Tahoma", sans-serif;
  color: #424041;
}
h1 {
  font: 40px "Tahoma", "Arial", sans-serif;
  font-weight: bold;
  text-align: left;
  color: #C40000;
}
h2 {
  font: 26px "Tahoma", "Arial", sans-serif;
  font-weight: bold;
  text-align: left;
  color: #1E1E1E;
}
h3 {
  font: 20px "Tahoma", "Arial", sans-serif;
  font-weight: bold;
  text-align: left;
  color: #37609E;
}
h4 {
  font: 15px "Tahoma", sans-serif;
  font-weight: bold;
  text-align: left;
  color: #1E1E1E;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  text-align: justify;
}
a {
  color: #37609E;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.indent {
  text-indent: 1;
  text-decoration: none;
}
#indent div {
 padding-left: 10px;
}
a.active {
  color: #FF7F00;
}
a.toggleLink:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  border: none;
}
img.thumb {
  width: 260px;
  height: 195px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.extender {
  height: 20px;
}
.toggle {
  width: 690px;
  top: 0;
  margin-left: 172px;
  position: absolute;
  float: right;
  z-index: 0;
}

/** Layout **/
#container {
  width: 980px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background: #FFF top url(images/background.png) repeat-x;
}
#shadecontainer {
  background: top url(images/background.png) repeat-x;
}
#scroll{
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 0 1px 0;
}
#footclear {
  height: 10px;
}

/** Header **/
#header {
  height: 125px;
}
#logo {
  height: 85px;
  width: 324px;
  margin: 20px 20px;
  float: left;
}
#connav {
  height: 125px;
  margin-right: -10px;
  float: right;
}
#contact {
  height: 30px;
  width: 225px;
  padding: 10px 20px;
  margin-top: 4px;
  float: right;
  position: relative;
  background: bottom left url(images/buttonback_2.png) no-repeat;
  color: #FFF;
  font-size: 18px;
  font-family: "Trebuchet MS",Tahoma;
  text-align: center;
}
#contact strong {
  font-size: 22px;
}
#contact a {
  width: 265px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: bottom right url(images/buttonend_2.png) no-repeat;
}
#nav {
  height: 50px;
  margin-top: 21px;
  float: right;
}
#nav .tab {
  height: 19px;
  padding: 16px;
}
#nav div {
  height: 49px;
  margin: 0 1px 1px 0;
  float: left;
  overflow: hidden;
  background: #FFF;
}
#nav div.active, #nav div:hover {
  background: top left url(images/buttonback.png) no-repeat;
}
#nav div.last {
  margin: 0;
}
#nav span {
  margin: -2px 0 0 0;
  float: left;
}
#nav span.active, #nav span:hover {
  color: #F2F2F2;
  background: top right url(images/buttonend.png) no-repeat;
  text-decoration: none;
}

/** Middle **/
#middle {
  height: 425px;
  margin-top: 10px;
}
#middle .MR * {
  color: #FFF;
}
#middle .mid {
  height: 425px;
  float: left;
}
#middle .ML {
  width: 650px;
  margin-right: 10px;
}
#middle .MR {
  width: 320px;
  background: url(images/gradient.png);
  position: relative;
}
#middle .MRCont {
  padding: 30px;
  text-align: justify;
}
#middle .Profile {
  width: 260px;
  height: 365px;
  padding: 30px;
  float: right;
  text-align: justify;
}
#middle p {
  padding: 6px 0;
}
#middle a {
  text-decoration: underline;
}
#middle a.more {
  bottom: 20px;
  right: 20px;
  padding: 12px;
  position: absolute;
  text-decoration: none;
}
#middle a.more:hover {
  background: #636363;
  text-decoration: none;
}

/** Content **/
#content {
  width: 590px;
  height: 365px;
  padding: 30px;
  background: #EEE;
}
#content p {
  width: 282px;
  float: left;
  padding: 20px 0;
}
#content p.first {
  padding-right: 26px;
}

/** Bottom **/
#bottom {
  height: 300px;
  margin-top: 10px;
}
#bottom p {
  color: #636363;
  text-align: justify;
}
#bottom a {
  width: 320px;
  height: 300px;
  top: 0;
  right: 0;
  position: absolute;
  background: url(images/sigh.png);
}
#bottom .bot {
  width: 320px;
  height: 300px;
  margin-right: 10px;
  float: left;
  background: #EEE;
}
#bottom .bot:hover {
  background: #DDD;
}
#bottom .bot h3 {
  height: 50px;
}
#bottom .BR {
  margin-right: 0;
}
#bottom .BLCont, #bottom .BMCont, #bottom .BRCont {
  padding: 15px 30px 0;
  position: relative;
}

/** Company Profile + Services **/
#info {
  width: 980px;
  height: 500px;
  background: #EEE;
}
#info p {
  padding: 5px 0;
}
#info img {
  width: 280px;
  height: 210px;
  margin: 20px;
  float: left;
}
#info .infotext {
  width: 280px;
  height: 210px;
  padding: 20px;
  float: left;
}

/** Gallery **/
#gallery h3 {
  height: 50px;
}
#gallery .cell, #gallery .info {
  width: 320px;
  height: 300px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  background: #EEE;
  position: relative;
}
#gallery .cell:hover {
  background: #DDD;
}
#gallery .cellcontent {
  padding: 15px 30px 0;
}
#gallery .info {
  text-align: justify;
  background: url(images/gradient.png);
}
#gallery .info * {
  color: #FFF;
}
#gallery .last {
  margin-right: 0;
}
#gallery a.full {
  width: 320px;
  height: 300px;
  top: 0;
  right: 0;
  position: absolute;
  background: url(images/sigh.png);
}
#gallery a.more {
  bottom: 20px;
  right: 20px;
  padding: 12px;
  text-decoration: none;
  position: absolute;
}
#gallery a.more:hover {
  background: #636363;
  text-decoration: none;
}

/** Gallery - Individual **/
#products .toprow {
  height: 425px;
  margin-bottom: 10px;
}
#products .slides_container {
  width: 650px;
  height: 425px;
  overflow: hidden;
  float: left;
  display: none;
}
#products .slides_container a {
  width: 650px;
  height: 425px;
  display: block;
}
#products .next,#products .prev {
  height: 1px;
  width: 1px;
  display: none;
}
#products .pagination  {
  height: 188px;
  width: 980px;
}
#products .pagination li {
  width: 188px;
  height: 176px;
  margin-right: 10px;
  float: left;
  list-style: none;
  background: #EEE;
}
#products .pagination li.current {
  background: #DDD;
}
#products .pagination li.last {
  margin-right: 0;
}
#products .pagination a {
  width: 168px;
  height: 156px;
  margin: 10px;
  display: block;
  overflow: hidden;
}
#products .pagination img {
  height: 100%;
  width: auto;
}

/** Footer **/
#footer {
  width: 980px;
  padding: 10px 10px;
  margin-left: -10px;
  border-top: 1px solid #303030;
  border-bottom: 3px solid #303030;
  background: #EEE;
}
#footer a:hover {
  text-decoration: underline;
}

/** Image Slide **/
#faded { 
  height: 100%; 
  width: 100%; 
  overflow: hidden;
}
#faded ul.pagination li a { 
  font-size: 0; 
}
#faded a { 
  outline: 0; 
  border: 0; 
}
#faded.prev, #faded.next { 
  display: none;
}
#faded img {
  width: 650px;
  height: 425px;
}