#subheadercontainer {
  width: 100%;
  height: 256px;
  background-image: url(../images/sce/header-bg.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  
}

#subbanner {
  width: 960px;
  text-align: left;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -480px;
  
  
}


#headercontainer {
  width: 100%;
  height: 382px;
  background-image: url(../images/sce/header-bg.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  
  
}

#flashcontainer
{
z-index: 900;
}

#headerarea {
  width: 960px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

#headerphone {
  margin: 0;
  padding: 0;
  font-family: Verdana;
  font-size: 18pt;
  font-style: italic;
  color: #e4e3e3;
  margin-top: 2px;
  margin-bottom: 17px;
  width: auto;
  height: 60px;
  float: right;
  text-align: right;
}

#menuarea {
  width: 724px;
  height: 39px;
  float: right;
z-index:-1;     
}

#contentarea {
  width: 960px;
  height: auto;
  clear: both;
  background-color: white;
  background-image: none;
  margin: 0 auto;
  margin-top: 10px;
  z-index:5000;
}

#leftnav {
  width: 200px;
  height: 528px;
  margin-top: 15px;
  float: left;
  /*background-image: url(../images/sce/left-products-bg.jpg);
  background-repeat: no-repeat; */ 
}
#leftnav1 {
  width: 200px;
  height: 294px;
  margin-top: 15px;
  float: left;
  background-image: url(../images/sce/left-products-bg.jpg);
  background-repeat: no-repeat;  
}
#leftnav2 {
  width: 200px;
  height: 294px;  margin-top: 15px;
  float: left;
  background-image: url(../images/sce/left-products-bg.jpg);
  background-repeat: no-repeat;  
}
#leftnav h3 {
  margin: 0;
  color: white;
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: bold;
  margin-top: 3px;
  margin-left: 15px;
}

#leftnav ul {
  list-style-image: url(../images/sce/bullet.png);
  font-size: 11pt;
  font-family: Tahoma;
  color: #484848;
}

#leftnav li {
  margin-bottom: 5px;
}

#leftnav a {
  color: #484848;
  text-decoration: none;
}

#leftnav a:hover {
  text-decoration: underline;
}


#rightcontent {
  width: 730px;
  height: auto;
min-height:650px;
  float: right;
  font-size: 10pt;
  font-family: Tahoma;
  color: #505051;
  line-height: 150%;
    
}

#rightcontent p {
  padding: 0px 10px 10px 0px;
  margin: 0;
}

#rightcontent strong {
  font-weight: bold;
  color: #824110;
}

#rightcontent a {
  color: #144c7f;
  text-decoration: underline;
}

#rightcontent a:hover {
  color: #195b97;
}

#subcontentarea {
  width: 960px;
  height: 80px;
  clear: both;
}

h1 {
  background-image: url(../images/sce/h1-bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 60px;
  padding-top: 9px;
  font-size: 17pt;
  font-weight: normal;
  color: #813802;
  height: 44px;
  letter-spacing: 1px;
  line-height:44px;
}

h2 {
  font-family: Tahoma;
  font-size: 16pt;
  font-weight: normal;
  color: #144c7f;
  letter-spacing: 2px;
}

#footercontainer {
  width: 100%;
  height: auto;
  background-image: url(../images/sce/footer-bg.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  clear: both;
  
}

#footerarea {
  width: 960px;
  height: auto;
  font-size: 8pt;
  color: white;
  margin: 0 auto;
  text-align: center;
}

#footerarea a {
  color: white;
  text-decoration: none;
  
}

#footerarea a:hover {
  text-decoration: underline;
}

button {
  background: url(../images/sce/btn-search.jpg);
  background-repeat: no-repeat;
  border: none;
  width: 38px;
  height: 14px;
  font-size: 1px;
  margin-left: 3px;
  margin-bottom: 5px;
}

.enlarge {
  padding-bottom: 15px;
  width: auto;
  height: auto;
  background-image: url(../images/sce/enlarge-bg.jpg);

  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #834111;
  border: none;
}

img .bordered {
  border-bottom: 2px solid #834111;
}

.left {
  float: left;
  margin-right: 20px;
}

.right {
  float: right;
  margin-left: 20px;
}

/* Voloper Menu Fix */
#menu ul li ul li a 
{
height: 15px;

}


