body, html {
  padding: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  color: #fff; 
  font-family: Calibri, 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
  background-color: #3d3d3f;
  
}

body {
  padding: 0;
  min-width: 1000px;
  font-size: 11pt;
  
}

#site {
  padding: 0;
  margin: auto;
  width: 100%;
  min-height: 100%;
  position: relative;
  
}

* html #site {
  height: 100%;
  
}

#showcase-placeholder {
  padding: 0;
  margin: auto;
  width: 100%;
  height: 400px;
  background-color: #000;
  overflow: hidden;
  
}

#showcase {
  padding: 0;
  margin: auto;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  
}

#showcase-overlay {
  padding: 0;
  margin: auto;
  width: 100%;
  height: 400px;
  position: relative;
  top: -400px;
  background-image: url('images/layout/showcase-overlay.png');
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  
}

#showcase-url {
  padding: 0;
  margin: auto;
  width: 100%;
  height: 400px;
  background-image: url('images/layout/content-top.png');
  background-repeat: repeat-x;
  background-position: top;
  display: block;

}

#showcase-image {
  display: none;
  
}

#showcase-navigation {
  padding: 5px;
  margin: auto;
  height: 15px;
  position: relative;
  top: -425px;
  overflow: hidden;
  
}

#showcase-navigation a {
  float: left;
  padding: 0;
  margin: 0 2px 0 2px;
  width: 11px;
  height: 11px;
  background-image: url('images/layout/select.png');
  background-repeat: no-repeat;
  display: block;
  cursor: hand;

}

#showcase-navigation a:hover {
  background-position: bottom;

}

#showcase-navigation a span {
  display: none;
  
}

#header-placeholder {
  padding: 0;
  margin: auto;
  width: 100%;
  height: 80px;
  background-image: url('images/layout/header.jpg');
  background-repeat: repeat-x;
  background-position: top;
  background-color: #3d3d3f;
  overflow: hidden;
  
}

#header-reflection {
  padding: 0;
  margin: auto;
  width: 1000px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
  
}

#header-overlay {
  padding: 0;
  margin: auto;
  width: 1000px;
  height: 80px;
  position: relative;
  top: -49px;
  background-image: url('images/layout/header-overlay.png');
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
  
}

#header-paypal {
  padding: 0;
  margin: 35px 0 0 15px;
  width: 204px;
  height: 29px;
  float: left;
  
}

#header-paypal a {
  padding: 0;
  margin: 0;
  width: 204px;
  height: 29px;
  display: block;

}

#header-paypal a span {
  display: none;
  
}

#header-search {
  padding: 0;
  margin: 36px 0 0 0;
  width: 275px;
  height: 44px;
  background-image: url('images/layout/search.png');
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
  float: right;
  
}

#header-search  #submit{
  padding: 0;
  margin: 4px 0 0 0;
  width: 17px;
  height: 17px;
  border: 0;
  float: left;
  
}

#header-search  #search_input{
  padding: 0;
  margin: 6px 0 0 18px;
  width: 210px;
  height: 14px;
  font-family: Arial, Calibri, 'Trebuchet MS', Verdana, Tahoma, sans-serif;
  font-size: 11px;
  background-color: transparent;
  border: 0;
  float: left;
  
}

#navigation-placeholder {
  padding: 0;
  margin: auto;
  width: 100%;
  background-color: #030203;
  background-image: url('images/layout/content-top.png');
  background-repeat: repeat-x;
  background-position: top;
  border-top: 1px solid #535353;
  
}

#navigation {
  padding: 0;
  margin: auto;
  width: 1000px;
  height: 39px;
  text-align: center;
  
}

#navigation span {
  padding: 0;
  margin: auto;
  width: 333px;
  text-align: center;
  float: left;
  
}

#navigation span a {
  padding: 0;
  margin: 1px auto 0 auto;
  width: 44px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: top;
  display: block;
  cursor: hand;

}

#navigation span a:hover, #navigation .active {
  background-position: bottom;

}

#navigation span a span {
  display: none;
  
}

#content-placeholder {
  padding: 0;
  margin: auto;
  width: 100%;
  background-color: #181818;
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;

}

#content-bottom {
  padding: 0;
  margin: auto;
  width: 100%;
  background-image: url('images/layout/content-bottom.png');
  background-repeat: repeat-x;
  background-position: bottom;
  overflow: hidden;
  
}

#content {
  padding: 15px 0 13px 0;
  margin: auto;
  width: 100%;
  background-image: url('images/layout/content-top.png');
  background-repeat: repeat-x;
  background-position: top;
  overflow: hidden;

}

#content center {
  padding: 10px 0 15px 0;

}

#content p {
  padding: 1px 0 5px 0;
  margin: 0 auto;
  width: 940px;
  /*color: #e9e9f0;*/
  color: #fff;
  text-align: justify;
  /*text-shadow: #000 0 -1px 0;*/
  font-size: 13px;
  font-family: Arial, 'Trebuchet MS', Calibri, Verdana, Tahoma, sans-serif;
  /*filter: Shadow(Color=#000000, Direction=0, Strength=1);*/

}

#content-portfolio {
  padding: 0;
  margin: 0 auto 20px auto;
  width: 960px;
  text-align: center;
  overflow: hidden;

}

.content-portfolio {
  padding: 0;
  margin: 0 auto 0 auto;
  width: 960px;
  text-align: center;
  overflow: hidden;

}

.content-portfolio-item {
  padding: 0;
  margin: 10px 10px;
  width: 300px;
  height: 250px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
  
}

.content-portfolio-item-overlay {
  padding: 0;
  margin: auto;
  width: 300px;
  height: 250px;
  background-image: url('images/layout/portfolio-overlay.png');
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  
}



.content-portfolio-item-overlay a {
  padding: 0;
  margin: 0;
  width: 300px;
  height: 250px;
  display: block;
  cursor: hand;

}

.content-portfolio-item-overlay a span {
  display: none;
  
}

#content-featured-top-placeholder {
  padding: 0;
  margin: auto;
  width: 1000px;
  background-image: url('images/layout/content-featured-top.png');
  background-repeat: no-repeat;
  background-position: top;
  
}

#content-featured-top-background {
  padding: 0;
  margin: 0px 5px 0px 5px;
  width: 990px;
  position: relative;
  top: 4px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: top;

}

#content-featured-top {
  padding: 0;
  margin: auto;
  width: 990px;
  height: 296px;
  background-image: url('images/layout/content-featured-top-overlay.png');
  background-repeat: no-repeat;
  background-position: top;
  
}

#content-featured-top h1 {
  padding: 26px 37px 14px 37px;
  margin: 0;
  font-size: 42px;
  font-family: Arial, 'Trebuchet MS', Calibri, Verdana, Tahoma, sans-serif;
  letter-spacing: -2px;
  color: #000;
  
}

#content-featured-top p {
  padding: 0px 40px;
  margin: 0;
  width: 910px;
  font-size: 17px;
  font-family: Arial, 'Trebuchet MS', Calibri, Verdana, Tahoma, sans-serif;
  letter-spacing: 0px;
  color: #000;
  
}

#tabbed-placeholder {
  margin: auto;
  width: 100%;
  height: 50px;
  background-image: url('images/layout/portfolio-background.png');
  background-repeat: repeat-x;
  background-position: top;
  overflow: hidden;

}

#tabbed {
  padding: 0;
  margin: 0 auto;
  width: 1000px;

}

.tabbed-tab {
  margin: 0 5px 0 5px;
  width: 240px;
  height: 50px;
  background-image: url('images/layout/portfolio-tab.png');
  overflow: hidden;
  float: left;

}

#tabbed-placeholder p {
  padding: 15px 0 0 0;
  width: 240px;
  font-size: 10px;
  font-family: Arial, 'Trebuchet MS', Calibri, Verdana, Tahoma, sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  text-shadow: #000 0 -1px 0;
  text-transform: uppercase;
  filter: Shadow(Color=#000000, Direction=0, Strength=1);
  color: #888;

}

#tabbed-placeholder p a {
  text-decoration: none;
  color: #555;
  
}

#tabbed-tab-active {
  background-image: url('images/layout/portfolio-tab-active.png');

}

#tabbed-tab-active p {
  padding: 13px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  
}

#tabbed-tab-active p a {
  text-decoration: none;
  color: #fff;
  
}

.button {
  background-position: top;
  
}

.button:hover {
  background-position: bottom;
  
}

#content-featured-placeholder {
  padding: 0;
  margin: auto;
  width: 1000px;
  background-image: url('images/layout/content-featured.png');
  background-repeat: repeat-y;
  background-position: center;

}

#content-featured-background {
  padding: 0;
  margin: 0px 5px;
  width: 990px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center -292px;

}

#content-featured {
  padding: 0;
  margin: auto;
  width: 990px;
  background-image: url('images/layout/content-featured-overlay.png');
  background-repeat: repeat-y;
  background-position: center;
  
}

#content-featured p {
  padding: 10px 40px;
  margin: 0;
  width: 910px;
  font-size: 14px;
  font-family: Arial, 'Trebuchet MS', Calibri, Verdana, Tahoma, sans-serif;
  letter-spacing: 0px;
  color: #000;
  
}

#content-featured-shadow {
  padding: 0;
  margin: auto;
  width: 990px;
  min-height: 14px;
  background-image: url('images/layout/content-bottom.png');
  background-repeat: repeat-x;
  background-position: bottom;
  
}

* + html #content-featured-shadow {
  margin-top: -4px;
  
}


#contact-placeholder {
  padding: 0;
  margin: 0 auto;
  width: 1000px;

}


#contact-left {
  padding: 0;
  margin: 0 auto;
  width: 500px;
  min-height: 163px;
  float: left;

}

#contact-left p {
  padding: 0;
  margin: 20px 40px;
  width: 420px;
  
}

#contact-left b {
  color: #007eb9;
  
}

#contact-left a {
  text-decoration: none;
  
}

#contact-left a:hover {
  text-decoration: underline;
  
}

#contact-right {
  padding: 0;
  margin: 0 0 0 32px;
  width: 468px;
  min-height: 163px;
  background-image: url('images/layout/contact-form.png');
  background-repeat: no-repeat;
  background-position: 18px 10px;
  overflow: hidden;
  float: right;

}

#contact-right p {
  padding: 0;
  margin: 20px 40px;
  width: 420px;
  
}

#contact-right input {
  padding: 0;
  margin: 14px 0 4px 26px;
  width: 170px;
  height: 14px;
  font-family: Arial, Calibri, 'Trebuchet MS', Verdana, Tahoma, sans-serif;
  font-size: 11px;
  background-color: transparent;
  border: 0;
  float: left;
  
}

#contact-right  #contact-submit {
  padding: 0;
  margin: 10px 0 0 42px;
  width: 27px;
  height: 21px;
  border: 0;
  float: left;
  
}

#contact-right textarea {
  padding: 0;
  margin: 13px 0 0 26px;
  width: 438px;
  height: 102px;
  font-family: Arial, Calibri, 'Trebuchet MS', Verdana, Tahoma, sans-serif;
  font-size: 11px;
  background-color: transparent;
  border: 0;
  overflow: auto;
  
}

#cse-search-results {
  padding: 0 0 10px 0;
  margin: 0 40px 0 40px;
  
}

#logo {
  padding: 0;
  margin: auto;
  height: 100px;
  background-image: url('images/layout/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  
}

#content-footer-placeholder {
  padding: 0;
  margin: auto;
  width: 100%;
  height: 299px;
  background-color: #3d3d3f;
  background-image: url('images/layout/content-top.jpg');
  background-repeat: repeat-x;
  background-position: top;
  
}

#content-footer {
  padding: 0;
  margin: auto;
  width: 1000px;
  height: 240px;
  
}

#content-footer-left {
  padding: 0;
  margin: 30px auto 14px auto;
  width: 545px;
  height: 180px;
  border-right: 1px dotted #888;
  float: left;
  
}

#content-footer-left table {
  padding: 0;
  margin: 0 10px 0 0;
  width: 531px;
  height: 170px;
  
}

#content-footer-left table div {
  padding: 13px 20px 18px 37px;
  margin: 0;
  background-image: url('images/layout/quote-begin.png');
  background-repeat: no-repeat;
  background-position: top left;
  
}

#content-footer-left table div div {
  padding: 0 10px 13px 0;
  margin: 0;
  background-image: url('images/layout/quote-end.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  
}

#content-footer-left table p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-style: italic;
  text-shadow: #000 0 -1px 0;
  filter: Shadow(Color=#000000, Direction=0, Strength=1);
  color: #888;
  
}

#content-footer-left table div div p {
  font-size: 18px;
  font-family: Arial, 'Trebuchet MS', Calibri, Verdana, Tahoma, sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  text-shadow: #000 0 -1px 0;
  filter: Shadow(Color=#000000, Direction=0, Strength=1);
  color: #fff;
  
}

#content-footer-right {
  padding: 0;
  margin: 32px 0 14px 14px;
  width: 420px;
  height: 178px;
  font-size: 13px;
  float: right;
  
}

#content-footer-right table {
  height: 165px;
  
}

#content-footer-right div {
  max-height: 165px;
  overflow: hidden;
  
}

#content-footer-right p {
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 15px;
  font-size: 12px;
  font-family: Arial, 'Trebuchet MS', Calibri, Verdana, Tahoma, sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  text-shadow: #000 0 -1px 0;
  filter: Shadow(Color=#000000, Direction=0, Strength=1);
  color: #fff;
  
}

#content-footer-right a {
  font-size: 12px;
  letter-spacing: 0px;
  text-shadow: #000 0 -1px 0;
  filter: Shadow(Color=#000000, Direction=0, Strength=1);
  color: #fff;
  
}

#content-footer-right p a {
  text-decoration: underline;
  
}

#content-footer-right p i {
  padding: 0;
  margin: 0;
  font-style: normal;
  color: #888;
  
}

#footer-placeholder {
  padding: 0;
  margin: -75px auto 0 auto;
  width: 100%;
  height: 75px;
  position: relative;
  background-color: #0b0b0b;
  background-image: url('images/layout/content-top.png');
  background-repeat: repeat-x;
  background-position: top;
  overflow: hidden;
  
}

#footer {
  padding: 10px 0 13px 0;
  margin: auto;
  width: 1000px;
  height: 75px;
  background-image: url('images/layout/footer.jpg');
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;

}

#footer p {
  padding: 5px 10px 0 10px;
  margin: 0 auto;
  color: #555;
  text-shadow: #000 0 -1px 0;
  font-size: 8pt;
  filter: Shadow(Color=#000000, Direction=0, Strength=1);

}

#footer p a {
  padding: 0 20px;
  color: #555;
  text-decoration: none;
  text-shadow: #000 0 -1px 0;
  filter: Shadow(Color=#000000, Direction=0, Strength=1);

}

#footer p a:hover {
  color: #007eb9;
  text-decoration: none;
  text-shadow: #000 0 -1px 0;
  filter: Shadow(Color=#000000, Direction=0, Strength=1);

}

#footer-left {
  float: left;
  width: 450px;
  text-align: left;
  overflow: hidden;
  
}

#footer-right {
  float: right;
  width: 450px;
  text-align: right;
  overflow: hidden;
  
}

.selected {
  background-position: bottom;

}

img {
  border: 0;

}

a {
  color: #fff;
  border: 0;
  
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;

}

legend {
  display: none;

}

ul {
  padding: 0;
  margin: 0;

}

li {
  padding: 0;
  margin: 0;
  list-style-type: none;

}