body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	
	font-family: Arial, Helvetica, sans-serif;

}



a {
	color: #0000ff;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}








/* menu */
ul#menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
ul#menu li {
	width: 120px;
	height: 28px;
	float: right;
	list-style: none;
	text-align: center;
	margin: 0px -1px 0px 0px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

ul#menu li a, ul#menu li a:visited {
	width: 120px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}
ul#menu li a:hover {
	background-image: url(images/tab1_selected.gif);
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
}

/* tab1 */
ul#menu li#tab1 a, ul#menu li#tab1 a:visited {
	background-image: url(images/tab1.gif);
}

ul#menu li#tab1 a:hover {
	background-image: url(images/tab1_selected.gif);

}

ul#menu li#tab1.selectedtab a, ul#menu li#tab1.selectedtab a:visited {
	background-image: url(images/tab1_selected.gif);
	font-weight: bold;
	color: #ffffff;
}




li ul {
	display: none;
	right: 0px;
	top: 29px;
	position: absolute;
}


li:hover ul, li.over ul { display: block; } /* The magic */






/* tab2 */
ul#menu li#tab2{
	background-image: url(images/tabselected.gif);
	color: #000000;
}









/* text */

.header {
	font-size: 18px;
	font-weight: bold;
	color: #080045;
}

.bodytext {
	font-size: 12px;
	font-weight: normal;
}

.productheader {
	font-size: 13px;
	font-weight: bold;
}

.morelink {
	font-size: 9px;
}


.footer1 {
	font-size: 10px;
	font-weight: bold;
}
