/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
font-size:90%;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
  width: 100%;
  font-size: 100%;
}
a {
  	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
ol li {
  line-height: 2em;
}
strong {
  font-weight:normal;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
      width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
    background:#3333FF;
    background-image: url("../image/back2.gif");

}
  .leftmenu .colright {
      float:left;
      width:220%;
	position:relative;
	left:180px;
      background:#fff;
  }
  .leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:210px;
    /*padding-bottom:1em;*/
}
.leftmenu .col1 {
    background-image: url("../image/back.gif");
      margin:0 0 0 200px;
    position:relative;
    right:100%;
    overflow:hidden;
}
  .leftmenu .col2 {
      float:left;
      width:170px;
      position:relative;
      right:180px;
      padding-top:10px;
  }
  .leftmenu .col2 img{
    margin: 1px 0 1px 8px;
  }

/* Footer styles */
#footer {
      clear:both;
      float:left;
      width:100%;
	border-top:1px solid #000;
}
#footer p {
    padding:10px;
    margin:0;
}

/* main.html */
h2#products {
background-color: #99CCFF;
margin: 0 1em 0 1em;
padding: 0.5em 0;
width:80%;
}
table.top_products td a{
 color: blue;
}

/* main contents table */
#main_contents {
/*
  width:100%;
  _width:80%;
*/
height:800;
}
