body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}.centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 16px;
}
.feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: 243E90;
	text-decoration:none;
}
.kkk {color: #000000}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.intro {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:10px;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	color: #990000;
}

.chromestyle{
width: 691px;
height: 33px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
/*font-weight: bold;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
height:33px;
background: url(images/navBack.gif) top left no-repeat;
padding: 0px 0px 0px 35px;
margin: 0;
text-align: center;
}

.chromestyle ul li{
float:left;
}

.chromestyle ul li a{
color:#FFFFFF;
font-size:11px;
font-weight:bold;
padding: 10px 10px 0px 10px;
height:23px;
margin: 0;
text-decoration: none;
display:block;
background:url(images/menugap.gif) right top no-repeat;
}

.chromestyle ul li a:hover{
background: url(images/menuOver.gif) top right repeat-x; /*THEME CHANGE HERE*/
font-size:11px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(images/product_info/dropBut.jpg);*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
left: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color:#990000;
width: 175px;
visibility:hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size:11px;
color:#FFFFFF;
background:url(images/dropBack.gif) right top repeat-x;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(images/dropBackOver.gif) top right repeat-x;
background-color:#CC0000;
}
