*{margin:0; padding:0;}
body{
	font: 85% "Courier New" Courier monospace;
	text-align: center;
}
a{
	color: #08c;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}
img{
	border: 0px;
	background: transparent;
}
a:hover{color: Red; text-decoration:underline; background-color:inherit;}

#container{
	width: 100%;
	background: White;
	text-align: center;
	margin: 15px auto;
	/*border: 1px solid #2F4F4F;*/
	padding: 0;
}
#header{
	height:94px;
	width:85%;
	background: White url(banner.jpg) no-repeat center;
	color: Black;
	text-align: left;
	float: left;
 }
#header h1{
	padding: 25px 0 0 25px;
	font-size: 2em;
	font-weight: bold;
   font-family: times new roman, helvetica, arial, sans-serif;
	text-decoration: underline;
	font-style: italic; 	
}
 #header h2{
	padding: 5px 0 0 300px;
 	font-size: 1.2em;
	
}
#topmenu{
	float: right;
	width:500px;
	font-size:20px;
	font-weight: bold;
	text-align: right;
	padding: 15px 20px;
	letter-spacing: -1px;
}
input.search{
	height: 22px;
	width: 70px;
	color: Yellow;
	font-weight:bold;
	background: #4682B4;
	border: 0;
}
#topmenu a{
	font-size: 15px;
	color: Yellow;
	font-weight:bold;
}
#topmenu a:hover{
	color: Red;
}
 #menu {
	width:620px;
	margin:0 auto; 
	list-style-type:none;
}
#menu li {
	float:left;
	white-space: nowrap;
	list-style-type:none;
}
#menu li a {
	display: block;
	width:100px;
	height: 30px;
	line-height: 30px;
	color:#000;
	background: White url(mbg.jpg) repeat-x; 
	text-align:center;
	text-decoration:none;
	float:left;
	border:1px solid #fff;
}
#menu a:hover {
	color:#08c; 
	background:#fff;
	border: 1px solid #08c;
}
#content{
	float:left;
	width:100%;
	font-size:0.9em;
	padding: 5px 5px;
}

#content h2{
	display:block;
	padding: 0 0 5px 0;	
	font-size:1.7em;
	font-weight: bold;
	text-decoration: underline;
	color: #2F4F4F;
}
.prod{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px 2px;
	width: 95%;
	text-align: justify;
	background: #F8F8FF url(prodbg.jpg) repeat-x;
	border: 1px solid #B0C4DE;
	border-top: 3px solid #B0C4DE;
}
.prod p{
	padding: 0px 10px;
}
.prod h3{
	height: 20px;
	line-height: 20px;
	text-align: left;
	background: url(prod.jpg) repeat-x;
	padding-left: 5px;
	border: 1px solid gray;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
.prod h4{
	text-decoration: underline;
	padding-left: 10px;
}
.prod ul{
	list-style-position: inside;
	padding: 0 10px;
}
.prod ul li{
	list-style-type: circle;
	padding: 0px 0px;
}
/**************** Sidebar styles ****************/

#subcontent{
	float:right;
	width:170px;
	padding: 5px 5px;
}

#subcontent h2{
	height: 20px;
	line-height: 20px;
	font-size:1.1em;
	text-align: left;
	background: #0076CD url(prod.jpg) repeat-x;
	color: Black;
	padding-left: 5px;
	border-top: 3px solid #B0C4DE;
}
#subcontent h3{
	font-size:1em;
	text-align: left;
	text-decoration: underline;
}
#subcontent h4{
	font-weight: bold;
	text-align: right;
}
#subcontent .box{
	background: #F0F8FF;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #708090;
}
.adv{
	margin: 0 auto;
}
.adv ul{
	padding: 5px 0;
	list-style-type: none;
}
.adv ul a img{
	border: 2px solid #708090;
}
.adv ul a:hover img{
	border: 2px solid #4169E1;
}
/**************** Misc classes and styles ****************/
.cen{
	text-align: center;
}
.left{ 
	float: left; 
	padding: 2px 8px 2px 2px;
}

.right{
	float: right; 
	padding: 2px 2px 2px 8px;
}

.center{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.clear{clear:both;}
/*#footer{
	clear: both;
	width:80%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size:1.2em;
	background: url(mbg.jpg) repeat-x center;
	color: Black;
	text-align: center;
	padding: 0px 0px;
}*/
#footer {
  height: 40px;
  line-height: 40px;
  background: White url(mbg.jpg) repeat-x center;
}

#footerleft {
  float: left;
  width: 720px;
  height:40px;
  background: url(mbgl.jpg) no-repeat left;
  text-align: center;
}

#footerright {
  float: right;
  width: 20px;
  height: 40px;
  background: url(mbgr.jpg) no-repeat right;
}
#footer a{
	color: Black;
	font-weight:bold;
}
#footer a:hover{
	color: white;
	background-color:#08c;
	text-decoration: none;
}
#footlk{
	margin: 0px auto;
	clear: both;
	width:740px;
	font-size:0.9em;
	text-align: center;
	padding: 0px 0px;
}
#footlk a{
	color: #08c;
	font-weight:bold;
}
#footlk a:hover{
	color: Red;
}
