a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.header{
margin-left: -1px;
}

.menu{
float:left;
position:relative;
}

.lmenubg{
position: absolute;
top: 14.3em;
}

.rmenu{
position: absolute;
top: 12.2em;
}

.footer{
border-left:	1px solid #FFFFFF;
border-right:	1px solid #FFFFFF;
}

#wheretobuy {
position: absolute;
float: right;
top: 8.1em;
right: 40px;
}

/*=================Style Definition============*/

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.style6 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-style: italic;
	text-decoration: underline;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-align: left;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-align: left;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

/*==============Border Script=============*/

.borderit img{
	border: 2px ridge #666666;	
}

.borderit:hover img{
	border: 1px solid red;
}

.borderit:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

.noborder img{
	border: 0px solid black;	
}

.noborder:hover img{
	border: 1px solid red;
}

.noborder:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

.menuitem img{
	border: 0px solid black;	
}

.menuitem:hover img{
	border: 0px solid red;
}

.menuitem:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

.borderimg{
	border: 2px solid #666666;
}

/*===============Menu Scrip====================*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 15.6em;
left: 44px;
width: 88px;
}

#menu dt {
cursor: pointer;
background: #FFFFFF;
height: 20px;
line-height: 20px;
border: 0px solid gray;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 76px;
margin-top: -1.4em;
width: 12em;
background: #990000;
border: 1px solid white;
}

#menu ul {
padding: 2px;
}

#menu li {
text-align: left;
font-size: 85%;
height: 18px;
line-height: 18px;
}

#menu li a{
color: #FFFFFF;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}

#menu dt a{
color: #000000;
text-decoration: none;
display: block;
}

#menu dt a:hover {
background-color:  #990000;

}
