body {
  background-color: #D2DDE9;
  margin: 0;
  padding: 0;
}

body,td,.NormalText {
  color: #000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 12px;
}

.WhiteText {
  color: #fff;
}

.BlueText {
  color: #B3C0CF;
}

.Header {
  font-size: 18px;
  font-weight: bold;
}

.SubHeader {
  font-size: 15px;
  font-weight: bold;
}

a img { border: 0; }

a:link,
a:visited,
a:active {
  color: #000000;
  font-weight: bold;
}

a:hover { text-decoration:none; }

* .bodytext { color:#333333; font-size:12px; font-family:Verdana; }
* .unnamed1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}

/* Layout */

table#content {
  width: 100%;
/*  width: 777px;*/
  margin: 0;
  text-align: center;
}

td#content-frame {
  background-color: #ffffff !important;
  padding: 0 20px 20px 20px;
}

div#footer {
width: 777px;
font-size: 10px;
margin: 10px auto 20px auto;
}

table#content.mission {
  background: url(/images/aboutus_mission.jpg) no-repeat top left;
}

table#content.history {
  background: url(/images/aboutus_historyback.jpg) no-repeat top left;
}

/* Contact */
/*
table#content.contact {
  width: 777px;
  margin: 0 auto;
}
*/
table.Contact {
	margin: 0 auto;
}

table.Contact td {
  vertical-align: top;
  text-align: left;
}

table.Contact td.label {
  width: 150px;
  font-weight: bold;
}

table.Contact input.contact_text {
  width: 250px;
}

table.Contact textarea.contact_textarea {
  width: 350px;
  height: 150px;
}

table.Contact select {
  width: 250px;
}

table.Contact input.radio {
  margin-left: 160px;
}

table.Contact .label em {
  color: #AF0000;
}

table.Contact td .label {
  margin-left: 160px;
  font-weight: bold;
}

table.Contact p.warning {
  font-size: 11px;
  color: #AF0007;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #FFFBCF;
}

table.Contact div#errors {
  border: 1px solid #AF0000;
  background-color: #FFEFEF;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

/* Product Listing */

p.breadcrumbs {
  font-size: 16px;
}

table.ProductList {
	margin: 0 auto;
}

table.ProductList table {
  width: 224px;
  text-align: center;
  border: 2px solid #DFE9F2;
}

table.ProductList table td {
  height: 220px;
  padding: 10px;
  background-color: #fff;
  vertical-align: middle;
}

table.ProductList td {
  width: 224px;
  vertical-align: top;
  background-color: #DFE9F2;
  padding: 0;
}

table.ProductList p {
  padding: 0 10px;
}

table.ProductList a:link,
table.ProductList a:visited,
table.ProductList a:active {
  font-weight: normal;
  text-decoration: none;
}


div.ProductImage {
  width: 200px;
  height: 200px;
  background-color: #fff;
}

table.ProductThumbnail {
  margin: 10px auto;
  border: 2px solid #DFE9F2;
}

table.ProductThumbnail td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  height: 220px;
  width: 220px;
}

/* Featured Items */

div.FeaturedMain {
  width: 385px;
  border: 5px solid #DFE9F2;
  text-align: center;
  background-color: white;
  margin: 0 auto;
}

div.featured-more,div#featured-thumbs {
  width: 395px;
  height: 70px;
  margin: 0 auto;
}

table.FeaturedThumbs {
  border: 5px solid #DFE9F2;
  border-width: 5px 0px 5px 5px;
}

table.FeaturedThumbs td {
  width: 50px;
  height: 50px;
  padding: 5px;
  background-color: white;
  text-align: center;
  vertical-align: middle;
  border-right: 5px solid #DFE9F2;
}

table.FeaturedThumbs td a img {
  border: 0;
}

/* Main Navigation Tabs */

div#tabs {
  width: 490px;
  overflow: hidden;
}

div#search {
  width: 173px;
  overflow: hidden;
}

/* Store Navigation */

ul#nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Arial, Verdana, sans-serif;
}

ul#nav li {
  position: relative;
  float: left;
}

ul#nav li a {
  display: block;
  height: 17px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 15px;
  border-left: 0;
  text-align: center;
  float: left;
}

/* Sub-menus */

ul#nav ul {
  position: absolute;
  width: 200px;
  left: -1px;
  top: 20px;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #000;
  background-color: #EFEFEF;
}

ul#nav ul li {
  float: left;
}

ul#nav ul li a {
  width: 189px;
  height: 15px;
  border: 1px solid #000;
  border-top: 0;
  margin: 0;
  font-size: 10px;
}

/* Tieriary Menus */
ul#nav ul ul {
  left: 149px;
  top: -1px;
}

/* Fix IE 6. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }

/* End */
ul#nav li li a:hover { color: #A20D11; text-decoration: none; background: #ccc; } /* Hover Styles */
ul#nav li ul li a { padding: 3px 5px; text-align: left } /* Sub Menu Styles */
ul#nav ul.over { display: block; } /* The JS magic */
ul#nav li:hover>ul { display: block; } /* The css magic */
