.clear {
  clear: both;
  display: inline;
  width: 100%;
}

body {
  text-align: center;
  margin: 0;
  padding: 0;
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

#wrapper {
  background: #FFFFFF url(images/bg.jpg) repeat-y center top;
  margin: 0;
  padding: 0;
}

#masthead {
  clear: both;
  display: block;
  background: url(images/mastheadBG.jpg) center -15px no-repeat;
}

#topNavBar {
  clear: both;
  display: block;
  background: url(images/topNavBar.jpg) center top repeat-y;
}

#page {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
  background-image: url(#);
}

#header {
  width: 900px;
  height: 106px;
  padding: 45px 0 0 0;
  text-align: left;
  margin: 0 auto;
  clear: both;
}

#tagline {
  font-size: 12px;
  font-weight: bold;
  color: #B1592F;
  margin: 0;
  width: 315px;
  text-align: right;
}

#menulinks {
  margin: 0 auto;
  clear: both;
  width: 900px;
  display: block;
  overflow: hidden;
  padding: 0;
  font-weight: bold;
  text-align: center;
}

#menulinks a {
  display: inline;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10px;
  padding: 5px 8px;
  display: inline-block;
  /*float: left;*/
  text-transform: uppercase;
}

#menulinks a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #941A33;
}

#menulinks a.active {
  text-decoration: none;
  color: #941A33;
  background: #FFFFFF;
}

a {
  text-decoration: none;
  color: #006A8C;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #820C2C;
}

#mainarea {
  display: block;
  clear: both;
  width: 880px;
  margin: 10px auto;
  position: relative;
}

#breadcrumbs {
  display: block;
  width: 97%;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #006A8C;
  margin-bottom: 10px;
  margin-left: 10px;
}

#infoSlider {
  line-height: 18px;
  display: block;
  margin: 10px 10px 15px;
}

#contentarea {
  width: 60%;
  padding: 0 0 10px 0;
  line-height: 18px;
  float: left;
}

#sidebar {
  width: 34%;
  float: right;
  line-height: 18px;
  display: inherit;
  padding: 0 0 15px 0;
}

.oneColumn {
  display: block;
  width: 97%;
  float: left;
}

.twoColumn {
  display: inline;
  margin: 10px;
  width: 47%;
  float: left;
}

.threeColumn_1-3rd {
  display: inline;
  margin: 10px;
  width: 30%;
  float: left;
}

.threeColumn_2-3rd {
  display: inline;
  margin: 10px;
  width: 60%;
  float: left;
}

#leftMenu {
  display: inline;
  margin: 10px 0;
  width: 20%;
  float: left;
}

#contentRight {
  display: inline;
  margin: 10px 0 10px 10px;
  width: 75%;
  float: left;
}

h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  font-size: 26px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font: lighter 24px Verdana, Arial, Helvetica, sans-serif;
  color: #8F8E8A;
  text-transform: lowercase;
  padding: 25px 0 0 0;
}

.hidden {
  visibility: hidden;
}

#address {
  font-size: 13px;
  color: #434343;
  margin: 0 10px 0 0;
  text-align: right;
  display: block;
}

#address a {
  font-size: 13px;
  font-weight: bold;
  color: #888785;
}

#address a:hover {
  text-decoration: underline;
  color: #F60;
}

#footer {
  width: 100%;
  margin: 0 auto;
  line-height: 16px;
  clear: both;
  padding: 0 0 80px 0;
  color: #333;
  background: url(images/footerBG.jpg) no-repeat center bottom;
}

#feet {
  width: 900px;
  margin: 0 auto;
  padding: 0 40px 0 0;
  font-size: 10px;
  line-height: 16px;
  clear: both;
  color: #333;
}

#footer .ftTilte {
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
}

#footer a {
  font-size: 10px;
  color: #820C2C;
}

#footer a:hover {
  color: #666666;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #82142E;
  margin: 0;
  text-align: left;
  border-bottom: thin solid #82142E;
}

h4 {
  font: lighter 24px Verdana, Arial, Helvetica, sans-serif;
  color: #8F8E8A;
  text-transform: lowercase;
  padding: 0 0 0 0;
}

h5 {
  font: lighter 16px Verdana, Arial, Helvetica, sans-serif;
  color: #8F8E8A;
  text-transform: lowercase;
}

.content {
  text-align: justify;
  margin: 10px 0 10px 10px;
  /*border: thin dotted #00CCFF;*/
}

.readMore {
  text-align: right;
}

.small {
  font-size: 10px;
}

#leftMenu a {
  font-weight: normal;
}

#sidebar h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 0 10px;
  color: #3F3F3F;
  border-bottom: thin solid #3F3F3F;
}

.subHeading {
  font-style: italic;
  margin: 0 10px 5px 0;
  font-weight: bold;
  color: #8D1727;
}

#sidebar img {
  margin: 10px 0 10px 0;
}

#sidebar .content {
  text-align: justify;
  margin: 0px 10px 5px 0;
  font-size: 12px; /*border: thin dotted #00CCFF;*/
}

#sidebar .readMore, .right .readMore {
  text-align: right;
  margin-right: 10px;
}

#valid {
  /*background: url(http://www.totalvalidator.com/images/valid_sn_xhtml_10.gif) repeat-x center center;*/
  width: 100%;
}

/*----Home Page*/
#sidebar img.feed {
  padding: 0;
  margin: 0;
}

#featuredTop {
  display: block;
  clear: both;
  background: url(images/home/featuredTopBG.jpg) no-repeat;
  padding: 15px 10px 0 10px;
  margin-top: 25px;
}

#featuredArea {
  clear: both;
  display: block;
  background: url(images/home/featuredBG.jpg) repeat-y;
  padding: 0 10px 15px 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: auto;
}

#featuredArea h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0 0 0;
  color: #FFFFFF;
  border-bottom: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}

#featuredArea a {
  margin: 10px;
  display: inline;
  width: 147px;
  height: 140px;
  float: left;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  text-align: center;
}

#featuredArea a:hover {
  text-decoration: none;
}

#featuredArea img {
  padding: 3px;
  margin: 0 0 5px 0;
  border: thin solid #2D291E;
  background: #969590;
}

/*----Contact Us*/
.error {
  margin: 10px 0 0 0;
  padding: 5px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #FFCECE;
  border: #DF8F8F solid 2px;
  color: #665252;
}

.errorFree {
  margin: 10px 0 0 0;
  padding: 5px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #D5FFCE;
  border: #9ADF8F solid 2px;
  color: #556652;
}

iframe {
  border: 3px solid #424242;
}

/*----Home Page*/
.adSpace {
  float: right;
}

.breakoutAd {
  text-align: right;
  width: 650px;
}

/*----Best Customers*/
th, td {
  font-size: 12px;
}

/*----TN Products*/
ul li {
  margin: 0 0 0 -25px;
}

.style1 {
  font-size: 12px;
}

.style2 {
  font-size: 10px;
  font-style: normal;
  line-height: normal;
}

/*----Slideshow*/
#slideshow {
  position: relative;
}

#slides {
  width: 540px;
  height: 307px;
}

#slides a img {
  border: none;
  width: 540px;
  height: 307px;
}

#nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}

#nav a {
  color: #fff;
  display: block;
  padding: 0;
  border: 1px solid #303030;
  background: #8D1727;
  text-decoration: none;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  float: left;
}

#nav a:hover, #nav a.activeSlide {
  background: #303030
}

#nav a:focus {
  outline: none;
}
