html, body {
	padding: 0px; margin:0px;
}
body {
	margin: 10px 0px 0px 0px;
	font: 11px Verdana, sans-serif;
	color: #567200;
}

* html body {
	text-align: center;
}

#catcontainer {
	padding: 0px;
	margin: 0px;
	height: 50px;
	margin-left: 200px;
}

#tbgcolor {
	clear: both;
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 8px 8px 8px;
	border: 1px solid #777;
	border-bottom: none;
	background-color: #fff;
}

#subcatcontainer {
	float:left;
	width: 140px;
	\width: 150px;
	w\idth: 140px;
	margin: 0px;
	margin-right: 0px;
	padding: 4px;
}

#tcolor {
	text-align: justify;
	font-size: 12px;
	color: #000;
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-right: 1px solid #0033ab;
	border-left: 1px solid #0033ab;
	min-height:500px;
  height:auto !important;
  height:500px;
  width:570px;
  float:right;
  overflow-x:auto; 
  overflow-y:visible; 
  max-height:30000px;
}

#logo {
	text-align: center;
	margin: 20px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

/* start of main menu */

#catlist {
	list-style: none;
	padding: 0px;
	margin: 20px 8px 0px 0px;
	float: right;
}

#catlist li {
  font: bold 16px tahoma;
  color: #fff;
	float: left;
	text-align: center;
	border: 1px dashed #000;
	padding: 0px;
	margin: 0px 5px 0px 5px; /* top right bottom left*/
}

/* end of main menu */

/* start of sub categories */
#subcatlist ul, #subcatlist ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	text-align: left;
}

#subcatlist ul li {
	border-bottom: 1px solid #fff;
    width:140px;
}
* html #subcatlist ul li {
	overflow-x:hidden;
    overflow-y:visible;
}

#subcatlist ul li a {
	display: block;
    width:120px;
	text-decoration: none;
	padding: 4px 10px;
  color: #777;
  font-size: 11px;
	font-weight: bold;
  background-image: url('mnu_3_2.jpg');
}

#subcatlist ul li a:hover {
	background-image: url('mnu_sel_3_2.jpg');
}
.li_sel {
  background-image: url('mnu_sel_3_2.jpg') !important;
}
/* end of subcategories */

/* start of footer */

#footer {
	clear: both;
	width: 762px;
	\width: 780px;
	w\idth: 762px;
	height: 33px;
	padding-left: 5px;
	padding-right: 9px;
	
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	font: 10px Verdana, Arial, sans-serif;
	color: #fff;
	background-image: url('footer_bg_3_2.png');
	border: 1px solid #bbb;
	text-align: center;
}

/* end of footer */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	font: bold 20px Georgia;
	margin: 0px;
	margin-left: 180px;
	text-align: left;
}


/* float fix */
/* Contain the floats using the :after method */
.clearfix:after { 
	content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility:hidden; 
}
/*  \*/
* html .clearfix { height: 1%; }
/*  */
/* End float containing rules */

/* Apply Holly Hack to the non-floated content */
/*  \*/
* html .hollyhacked {
	height: 1%;
}
/*  */

* html #content_text {
	height: 1%;
  margin-left: 160px;
}

* html #catlist li {
 	display: inline;
}
