﻿body
 {
 	font-size:13px;
  font-family:Tahoma;
 background-color:#808085;
}
.header
{
 background-color :#2A4161;
   
}
.hh
{
	color:White;
}
a
{
	text-decoration:none;
}
b a:hover
{
	color:Yellow;
}
h1
{
	font-size:20px;
}
h3
{
 font-size:18px;	
}
.certificate
{
	background-image:url(../images/Export House Certificate.jpg);
	width:400;
	height:500;
}
table
{
    border-color:White;
    border-style:solid;
    border-width:thin;
	background-color:#BBBBBB;
	font-family:Tahoma;
}
.product
{
	background-color:#999999;
	background-image:url(./images/bg.jpg);
}

.product li
{
	
	color:Black;
	text-decoration:none;
	
	font-size:16px;
	
}
.product li:hover
{
  text-decoration:underline;
  color:White;
}
.product a
{
	color:Black;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.active
{
	
	color:Yellow;
}
.menu
{
	background-color:#2A4161;
	 
 width:900;
 
}
.menu ul
{
	 background-color:#013334;
	 vertical-align:middle; 
 width:900;
 
}
.menu li 
{
	margin:0;
	background-color:#213857;
	 float:left;
 padding:0px 13px 0px 13px;
 list-style:none;
 font-weight:bolder;
 
 border-style:solid;
 border-width:thin;
 border-color:White;
}
.menu li:hover 
{
	background-color:#2A4161;
	color:Yellow;
}
.menu a
{
	font-family:Tahoma;
	color:White;
	 text-decoration:none;
}
.menu a:hover 
{
	background-color:#2A4161;
	color:Yellow;
}
.footer
{
	background-color:#0C2744;
	 color:White;
	 font-size:11px;
}
.footer a
{
	color:White;
	font-size:11px;
}
.foot
{
	padding:2px 10px 2px 10px;
}
