@charset "utf-8";
@import url("reset.css");
body {
	background-color: #171717;
	background-image: url(../images/verticalslice.jpg);
	background-repeat: repeat-x;
}
h1,h2,h3{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   }
h1{
   font-size:16px;
   padding-bottom:10px;
   }
h2 {
   font-size:14px;
   padding-bottom:10px;
   }
h3 {
   font-size:12px;
   }
p{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:1.3;
   margin:0;
   padding:0 0 8px 0;
   text-align:justify;
   }            
#outer {
	position:relative;
	width: 1049px;
	height: 924px;
	margin:0 auto;
}
#generalcontent, #homecontent,#productcontent {
	top:46px;
	left:50px;
	padding-top:185px;
	padding-left:55px;
	padding-right:50px;
	height:494px;
	background-image: url(../images/centerback.jpg);
	background-repeat:no-repeat;
	overflow:auto;
}
#content,
#content2{
    height:494px;
	overflow:auto;
	padding-right:12px;
	margin-right:-20px;
	}
#productcontent{
    padding-top:200px;
	height:494px;
	}
#searcharea{
    position:absolute;
    left:750px;
	top:60px;
}	
.searchBox{
     background-image:url(./images/searchbox.jpg);
	 background-repeat:no-repeat
}
#content2{
    height:435px;
	}	
#homecontent {
	background-image:url(../images/homeback.jpg);
}
#flash{
    margin-left:187px;
	margin-top:41px;
	}
#weare {
    font-family:Arial, Helvetica, sans-serif;
	font-size=12px;
	text-align:center;
	margin-top:15px;
}	
#topmenu {
	top:0;
	height:26px;
	padding-left:50px;
	padding-top:20px;
}
#topmenu div.item {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:15px;
	font-weight:bold;
	float:left;
	background-image:url(../images/olivebar.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin:0 15px;
}
#topmenu div.item {
  /* added additional horizontal margin spacing when TESTIMONAL was removed */
  margin:0 35px;
  }
#topmenu div.item a:link,
#topmenu div.item a:hover,
#topmenu div.item a:visited{
   color:white;
   text-decoration:none;
   }
#topmenu div.item div {
	float:left;
	background-image:url(../images/olivebar.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
}
#bottomtextmenu {
	padding-left:55px;
	padding-top:10px;
	height:38px;
	color:white;
}
#bottomtextmenu .item {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:156px;
	float:left;
	text-align:center;
	font-size:13px;
	text-transform:uppercase;
	background-image:url(../images/olivebar.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#bottompicmenu {
	padding-left:55px;
	height:88px;
}
#bottompicmenu .item {
	width:156px;
	text-align:center;
	float:left;
}
#bottomtextmenu a:link,
#bottomtextmenu a:visited{
    color:white;
	text-decoration:none;
	}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:25px;
	font-size:10px;
	color:white;
	text-align:center;
}
#productmenu{
  margin:5px 0 5px 0;
  text-transform:uppercase;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

#productmenu a:link,
#productmenu a:visited{
   text-decoration:none;
   color:#5c2421;
   }
#productmenu .active a:link,
#productmenu .active a:visited{
   text-decoration:none;
   color:#efe4c6;
   }
   
#productmenu a:hover{
   text-decoration:none;
   color:#efe4c6;
   }

#productmenu span.typeclass{
  font-weight:bold;
  color:#efe4c6;
  font-size:90%;
  }
.manclass{
   margin-right:10px;
   font-size:70%;
   }  
.subcaption{
   color:#efe4c6;
   font-style:italic;
   text-transform:none;
   margin-top:5px;
   font-size:65%;
   }  
#productarea{
    font-family:Arial, Helvetica, sans-serif;
	height: 130px;
	padding-top:15px;
}

#productarea img{
	float:left;
	height:110px;
	width:60px;
	margin-top:-5px;
	margin-right:10px;
	margin-bottom:10px;
}
.product{
    float:left;
	padding-right:10px;
    width:294px;
	background-image:url(../images/productback.jpg);
	background-repeat:repeat-x;
	padding-bottom:8px;

}
.product p{
    font-size:10px;
    padding-bottom:5px;
	}	
.product p.desc{
	padding-top:10px;
    font-size:12px;
	font-weight:bold;
	}


