body,div, table, tr, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6,p
{
    padding: 0px;
    margin: 0px;
}

body  {
    margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
    color: #000000;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6
{
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}
h1
{
    font-size: 2em;
}
h2
{
    font-size: 1.8em;
}
h3
{
    font-size: 1.6em;
}
h4
{
    font-size: 1.4em;
}
h5
{
    font-size: 1.2em;
}
h6
{
    font-size: 1em;
    font-weight: bold;
}
a.menu_header
{
    font-weight: bold;
}
td.product
{
    margin-bottom: 20px;
}
a:link.product_cat, a:visited.product_cat
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

a:hover.product_cat, a:active.product_cat
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

ul a:link,ul a:visited
{
    font-size: 11px;
}
ul a:hover ul a:active
{
    font-size: 11px;
    text-decoration: none;
}
#container  {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header  {
	height: 160px;
	width: 955px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	display: none;
} 
#header #topnav_container {
    height: 39px;
    width: 955px;
    text-align: right;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    display: none;
}
#header #topnav_container #contents {
	padding-top: 5px;
	padding-right: 15px;
}
#header #topnav_container #searchbox {
	padding-right: 15px;
}

#header #topbanner {
	height: 61px;
	width: 955px;
}
#header #menubar {
    background-image: url(../images/nav/menubar_bg.gif);
    height: 38px;
    width: 955px;
    margin-top: 2px;
    display: none;
}
#sidebar1  {
    float: left; /* since this element is floated, a width must be given */;
    width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */;
    padding: 15px 10px 15px 20px;
    display: none;
}
#mainContent  { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer  {
    padding: 0 10px 0 20px;
    display: none;
}
#footer p  {
    margin: 0;
/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */    padding: 10px 0;
    text-align: center;
}
#footer a:link,#footer a:visited
{
    padding: 0 10px 0 20px;
/* this padding matches the left alignment of the elements in the divs that appear above it. */    color: #666666;
}
#footer a:hover, #footer a:active
{
    padding: 0 10px 0 20px;
/* this padding matches the left alignment of the elements in the divs that appear above it. */    color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.product_img
{
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}
.product_name
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

