body
{ background: #eee url(images/background.gif) top left repeat;
  font-family: Arial,Verdana,Sans-serif;
  color: #eee; 
  font-size: 8pt;
  text-align:center;}

h1
{ background-color: #FFF;
  color:#0033FF;
  font-size:12pt;
  font-weight:bold;
  margin-top:0;
  margin-bottom:10px;}

h2
{ background-color: #eee;
  color:#f60;
  font-size:10pt;
  font-weight:normal;
  margin-top:0;
  margin-bottom:0;}


ul 
{ list-style:none;
  margin:0 5px;
  padding:0;}

li
{ padding:0 4px 8px 10px;
  background: url(images/arrow.gif) 0 3px  no-repeat;}

/*
a:link, a:visited, a:active
{ background-color: #fff; text-decoration: none; color:#FF9900;}
a:hover
{ background-color: #fff; text-decoration: underline; color:#FFCC99;}
*/
#header
{
	height:100px;
	width:750px;
	border:#CCC 1px solid;
	background-color:#FFF;
	color:#FF9900;
	margin-left: auto;
	margin-right: auto;
}

#navigate
{
	height:35px;
	width:750px;
	border:#CCC 1px solid;
	background-color:#FFF;
	color:#FF9900;
	text-align: justify;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}

/* added */
#navigate a:link, #navigate a:visited, #navigate a:active
{ background-color: #fff;
  text-decoration: none;
  color:#FF6600;}
#navigate a:hover
{ background-color: #fff;
  text-decoration: underline;
  color:#FF9900;}

#main
{ width: 750px;
  margin-top:3px;
  margin-left:auto;
  margin-right:auto;
  border:#CCC 1px solid;
  background-color: #FFF;  
  font-size:9pt;
  color:#666;}

#productcontent
{ width:710px;
  float:left;
  padding:20px;
  text-align:justify;}
#content
{ width:510px;
  float:left;
  padding:20px;
  text-align:justify;}

/*added*/
#content a:link, #content a:visited, #content a:active
{ background-color: #fff;
  text-decoration: underline;
  color:#0033FF;}
#content a:hover
{ background-color: #fff;
  text-decoration: none;
  color:#FF6600;}
  
#nav

{ width:180px;
  float:left;
  margin-right:5px;
  margin-top:20px;}
  
#nav a:link, #nav a:visited, #nav a:active
{ background-color: #fff;
  text-decoration: underline;
  color:#0033FF;}
#nav a:hover
{ background-color: #fff;
  text-decoration: none;
  color:#FF6600;}
 
#footer
{
	height:30px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:3px 0 3px 0;
	border:#ccc 1px solid;
	background-color: #fff;
	font-size:11px;
	color:#999;
	text-align:center;
	margin-top: 3px;
}

#footer a:link, #footer a:visited, #footer a:active
{ background-color: #fff; text-decoration: none; color:#999;}
#footer a:hover
{ background-color: #fff; text-decoration: none; color:#FF6600;}

.footer 
{ clear: both; 
  background:#fff;
  color:inherit;
  height:1px;}

.logo
{
	width:inherit;
	overflow: hidden;
	float: centre;
}
  
.menu 
{
	width:auto;
	font-weight:bold;
	font-size:12pt;
	padding:8px 0 0 0;
	overflow: hidden;
	text-align: center;
}

.left
{ width:250px;
  float:left;
  margin:10px 15px 10px 0;
  text-align:justify;  
  overflow: hidden;}

.mid 
{ width:auto;
  padding:10px 0 0 10px;
  margin-left:auto;
  margin-top:0;
  overflow: hidden;}
 
.productleft
{
	width:400px;
	float:left;
	text-align:justify;
	overflow: hidden;
	height: 150px;
}
 
.productright 
{
	width:auto;
	margin-top:0;
	overflow: hidden;
	height: 120px;
	padding: 30px 0 0 0;
} 
   
.navhead
{ width:170px;
  height:18px;
  padding: 3px 3px 0 5px;
  border:#ddd 1px solid;
  text-align: left;
  font-size:8pt;
  background-color:#eee;
  color:#666;}

.navitem
{ width:172px;
  padding: 15px 3px 0 3px;
  border-bottom:#ddd 1px solid;
  border-right:#ddd 1px solid;
  border-left:#ddd 1px solid;  
  font-size:8pt;
  font-weight: normal;
  text-align:justify;}
  
.img
{ border:0;}
  
