body {
  background-color: #ffffff;
  padding: 0em;
  color: #000000;
  text-align: center;
 }
 
 form { padding: 0; margin: 0; }
 
 a.linkGray:link, a.linkGray:visited, a.linkGray:active{
 color: #6a737b;
 text-decoration: none;
 }
 a.linkGray:hover {
 color: #6a737b;
 text-decoration: underline;
 }
 
 a.linkRed:link, a.linkRed:visited, a.linkRed:active{
 color: #8b0f04;
 text-decoration: none;
 }
 a.linkRed:hover {
 color: #8b0f04;
 text-decoration: underline;
 }
 
 a.linkBlack:link, a.linkBlack:visited, a.linkBlack:active{
 color: #000000;
 text-decoration: none;
 }
 a.linkBlack:hover {
 color: #000000;
 text-decoration: underline;
 }
 
 
 .tplContainer {
  width: 784px;
  margin-left: auto;
  margin-right: auto;
 }
 
 .tplTop {
  background: #ffffff url('../images/index/top_bg.jpg') no-repeat;
  width:784px;
  font-size: 0px;
 }
  
 .tplHeader {
  width: 784px;
  font-size: 0px;
 }
  
 .tplSection1 {
  background: #8b0f04 url('../images/index/section1_bg.jpg') repeat-y;
  width:762px;
  padding-right: 16px;
  padding-left: 6px;
  text-align: right;
 }
  
 .tplSection2 {
  background: #cec5aa url('../images/index/section2_bg.jpg') repeat-y;
  width: 762px;
  min-height: 500px;
  text-align: left;
  padding-top: 6px;
  padding-right: 16px;
  padding-left: 6px;
 }
  
 .tplTransition {
  background: #ffffff url('../images/index/transition_bg.jpg') no-repeat;
  width: 784px;
  font-size: 0px;
 }
  
 .tplSection3 {
  background: #ffffff url('../images/index/section3_bg.jpg') repeat-y;
  width: 762px;
  padding-right: 16px;
  padding-left: 6px;
 }
  
 .tplFooter {
  width: 762px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-family: arial, tahoma;
 }
  
 .tplFooter #left {
  float: left;
  width: 50%;
  text-align: left;
 }
  
 .tplFooter #right {
  float: right;
  width: 50%;
  text-align: right;
 }
  
 .tplBottom {
  background: #ffffff url('../images/index/bottom_bg.jpg') no-repeat;
  width: 784px;
  font-size: 0px;
 }
  
 .menu {
  width: 756px;
  height: 40px;
  margin-left: 4px;
 }
  
 .menuItem {
   background-color: #ffffff;
   width: 126px;
   height: 40px;
   float: left;
 }
 
 .menuItem .menuImageLink {
  border: 0px;
 }
  
 .indexContentRight1 {
  float: left;
  width: 373px;
  margin-left: 8px;
  margin-top: 6px;
 }
 
 .indexContentRight2 {
  float: left;
  width: 373px;
  margin-left: 8px;
  margin-top: 6px;
 }
  
 .indexContentLeft {
  float: left;
  width: 373px;
  margin-left: 4px;
  margin-top: 6px;
  line-height: 13px;
 }
    
 .indexContentLeft .itemFirst {
  width: 365px;
  height: 100px;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #6a737b;
 }
  
 .indexContentLeft .itemAdd {
  width: 365px;
  height: 100px;
  padding: 4px;
  background-color: #ffffff;
  border-left: 1px solid #6a737b;
  border-right: 1px solid #6a737b;
  border-bottom: 1px solid #6a737b;
 }
 
 .indexContentLeft .title {
 font-family: arial, tahoma;
 font-size: 12px;
 font-weight: bold;
 color: #6a737b;
 }
 
 .indexContentLeft .image {
 width: 84px;
 height: 80px;
 margin-left: 6px;
 margin-right: 6px;
 float: left;
 border: none;
 }
 
 .indexContentLeft .mainStory {
  font-family: arial, tahoma;
  font-size: 12px;
  color: #8b0f04;
 }
 
 .indexContentLeft .date {
 font-size: 10px;
 }
 
 .indexContentLeft .otherStory{
  font-family: arial, tahoma;
  font-size: 12px;
 }
 
 .indexContentLeft .more {
  text-align: right;
  font-family: arial, tahoma;
  font-size: 12px;
  font-weight: bold;
 }
  
 .indexContentRight1 .products {
  width: 373px;
  height: 204px;
 }
 
 .indexContentRight1 img {
 border: 0px none;
 }
 
 .indexContentRight1 .productsNav {
  height: 18px;
  width: 100%;
  background-color: #ffffff;
  color: #6a737b;
  font-size: 10px;
  font-family: arial, tahoma;
  text-align: center;
  margin: auto;
  }
  
  .indexContentRight1 #productsContent {
  font-size: 0px;
  }
 
 .indexContentRight2 .awards {
  width: 373px;
  height: 204px;
 }
 
 .indexContentRight2 img {
  border: 0px none;
 }
 
 #submit {
 font-size: 14px;
 height: 21px;
 border: 1px solid #ffffff;
 background-color: #ff8a00;
 color: #ffffff;
 }