/* CSS Document */
/* nsf : 12 : 2013 */

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
}

body {
  background: url("images/shadow-left.gif");
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  height: 100%;
  margin: 0;
  width: 100%;
}

#wrap {
  height: 100%;
  margin: 0 auto;
  min-height: 100%;
  padding: 0;
  width: 950px;
}

#header, #main-content, #footer { 
  float: left;
  width: 950px;
}

#header {
  background: url("images/top-bg.jpg");
}
#main-content {
  background: #FFF; 
}
#footer {
  background: url("images/bottom.jpg");
  border-top: 4px solid #993300;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  height: 70px;
  line-height: 18px;
}

.logo {
  float: left;
  padding: 0 0 0 40px;
}
.banner {
  float: right;
}
.header-nav {
  background: url("images/button-bg.jpg");
  border-top: 1px solid #FFFFFF;
  float: left;
  height: 40px;
  width: 100%;
}
.header-nav ul {
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.header-nav ul li {
  border-left: 2px groove #E2D5AB;
  display: inline;
  float: left;
  padding: 12px 66px;
}
.header-nav ul li:first-child {
  border: none;
}
.header-nav ul li a {
  color: #642100;
}
.header-nav ul li a:hover, .footer-nav ul li a:hover {
  color: #000000;
}
.slide {
  float: left;
  width: 100%;
}
.content {
  border-top: 3px groove #993300;
  float: left;
  padding: 40px 0 45px;
  width: 100%;
}
.left-col, .right-col {
  float: left;
}
.left-col {
  padding: 0 20px;
  width: 160px;
}
.right-col {
  float: left;
  padding-right: 40px;
  width: 705px;
}

.single-col {
  float: left;
  padding: 0 20px;
  width: 910px;
}

.footer-nav {
  text-align: center;  
}

.footer-nav ul { 
  display: inline;
  float: left;
  margin: 8px 0 0;
  padding: 0;
  width: 100%;
}

.footer-nav ul li {
  border-left: 1px solid #FFFFFF;
  display: inline;
  padding: 0 2px 0 4px;
}

.footer-nav ul li:first-child { 
  border: none; 
}

.footer-nav ul li a { 
  color: #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}


h1.maintitle { 
  font-family: "Trebuchet MS";
  font-size: 14px;
}

h1.pagetitle, h4.pagetitle {
  font-family: "ITC Franklin Gothic Std Bk Cp";
  font-size: 32px;
  font-weight: normal;
  margin-top: 0;
}

.content p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align: justify;
}

.products-list {
  width:100%;  
}

.products-list tr {
  border-bottom: 2px groove #993300;
  float: left;
  margin: 0 0 30px;
  width: 100%;
}

.products-list td {
  height: 240px;
  text-align: center;
  vertical-align: top;
  width: 220px; 
  
}

.products-list a {
  color: #000000;
  font-weight: bold;
}

.products-list img {
  margin: 0 0 10px;
}

.contact-page {
  margin: 0 0 40px;
  text-align: center;
}

.contact-page p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.mailto {
  color: #642100;
}

.center {
	text-align:center;
}

.emphasis {
	font-size:17px !important;
	font-weight:bold;
}
.products-list img {
	border:1px solid #e4e1c0;
	width:150px;
	height:250px;
}