
/* CSS Document */
body {
	font-size:62.5%;} /* 1em = 16pts but with 62.5% 1 em =10pts */




                                                                       




/* RIGHT HAND NAVIGATION */                                                                           

/* BY PRODUCT */
/* GENRAL PRODUCT */
.product ul
{ font-family: Arial, Helvetica, sans-serif; 
font-size:1.1em; /* 1em = 16pts but with 62.5% 1 em =10pts therefore 11pt */
margin: 0;
padding: 0;
list-style-type: none;
}

.product li { font-family: Arial, Helvetica, sans-serif; 
font-size:1.1em; /* 1em = 16pts but with 62.5% 1 em =10pts therefore 11pt */
margin: 0 0 2px 0; list-style-type: none ; }

.product a
{
font-family: Arial, Helvetica, sans-serif; 
font-size:1.1em; /* 1em = 16pts but with 62.5% 1 em =10pts therefore 11pt */
display: block;
color: #6699CC; 
width: 128px;
padding: 4px 2px 2px 25px;
text-decoration: none;
list-style-type: none; border-bottom: 1px solid #6699CC;
}

.product a:hover
{
font-family: Arial, Helvetica, sans-serif; color: #FFF; 
font-size:1.1em; /* 1em = 16pts but with 62.5% 1 em =10pts therefore 11pt */
background-color: #FFFFFF;
color: #000; 
width: 128px;
padding: 4px 2px 2px 25px;
text-decoration: none;
list-style-type: none; border-bottom: 1px solid #6699CC;
}






/* LEFT HAND NAVIGATION */  

.bproduct ul
{ font-family: Arial, Helvetica, sans-serif; 
font-size:1.1em; /* 1em = 16pts but with 62.5% 1 em =10pts therefore 11pt */
margin: 0;
padding: 0;
list-style-type: none;
}

.bproduct li { font-family: Arial, Helvetica, sans-serif; 
font-size:1.1em; /* 1em = 16pts but with 62.5% 1 em =10pts therefore 11pt */
margin: 0 0 2px 0; list-style-type: none ; }

.bproduct a
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size:1.1em; /* 1em = 16pts but with 62.5% 1 em =10pts therefore 11pt */
display: block;
color: #ffffff; background-image:url(../images/blueradiowave_icon.jpg); background-repeat:no-repeat;
width: 128px;
padding: 4px 2px 2px 25px;
text-decoration: none;
list-style-type: none; border-bottom: 1px solid #ffffff;
width: 98px;
}

.bproduct a:hover
{
font-family: Arial, Helvetica, sans-serif; color: #FFF; 
font-weight: bold;
font-size:1.1em; /* 1em = 16pts but with 62.5% 1 em =10pts therefore 11pt */
color: #0964ad; 
background-image: url(../images/whiteradiowave_icon.jpg); background-repeat:no-repeat;
background-color: #f87509;
width: 98px;
padding: 4px 2px 2px 25px;
text-decoration: none;
list-style-type: none; border-bottom: 1px solid #ffffff;
}