.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
}
.superscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000000;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding: 6px;
}
a {
	color: #516168;
}
a:hover {
	color: #CC6600;
}
.patentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding: 6px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
.PackageItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.PackageItemHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
.PackageItemsSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
.PackageItemsCt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.OrangeSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC6600;
	padding: 6px;
}
.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.featContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
}
.SubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding: 2px;
}
.TableHd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.importanceLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
}
.LangSelectorTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.LangSelBG {
	background-image: url(images/BG_LangSelRight.gif);
	background-repeat: repeat-x;
}


h1.featureTitle
{
	margin		: 0;
	padding		: 0;
	font		: 22px Arial, Helvetica, sans-serif;
	text-indent	: 6px;
	font-weight	: normal;
	color		: #ccc;
}



/*----------------------------------------------------------- main-nav */

#main-nav, #main-nav *
{
	margin		: 0;
	padding		: 0;
	border		: 0;
}
#main-nav
{
	height		: 73px;
	background	: #FFF;
	position	: relative;
}
#main-nav ul 
{
	list-style	: none; 
	clear		: both;
	position	: absolute;
}
#main-nav ul li { display: inline; }
#main-nav ul li.item1 	a { width: 145px; }
#main-nav ul li.item2 	a { width: 220px; }
#main-nav ul li.item3	a { width: 170px; }

#main-nav ul li a
{
	text-decoration	: none;
	font			: 11px/11px Arial, Helvetica, sans-serif;
	color			: #666;
	display			: block;
	float			: left;
	text-align		: left;
	text-indent		: 16px;
	background		: url(images/main-nav_item_bg.gif) bottom left no-repeat;
}

#main-nav ul li a:hover 
{ 
	color				: #d87b00; 
	background-iamge	: url(images/main-nav_item_over.gif);
}
#main-nav ul li a.selected { color: #000; }
#main-nav ul.top a.selected		{ background-image: url(images/main-nav_top_selected.gif); }
#main-nav ul.bottom a.selected	{ background-image: url(images/main-nav_bottom_selected.gif); }


#main-nav ul.top
{
	position	: absolute;
	top			: 0;
	left		: 48px;
}
#main-nav ul.top a { padding-top: 14px; }


#main-nav ul.bottom
{
	position	: absolute;
	bottom 		: 0;
	left		: 48px;
}
#main-nav ul.bottom a 
{ 
	padding-bottom		: 14px; 
	background-position	: top left;
}

a#logo
{
	display		: block;
	width		: 101px; 
	height		: 73px;
	background	: url(images/Logo.gif) center center no-repeat;
	position	: absolute;
	top			: 0px;
	right		: 49px;
}




/*----------------------------------------------------------- feature-nav */

#feature-nav, #feature-nav *
{
	margin	: 0;
	padding	: 0;
}
#feature-nav
{
	width		: 214px;
	text-align	: left;
	background	: #516168 url(images/feature-nav_bg.jpg) bottom right no-repeat;
}
#feature-nav ul { list-style: none; }
#feature-nav ul li a
{
	display			: block;
	font			: 11px/11px Arial, Helvetica, sans-serif;
	color			: #ccc;
	text-decoration	: none;
	padding			: 13px 10px 13px 25px;
}
#feature-nav ul li a:hover
{
	color		: #FFF;
	background	: #66838e url(images/feature-nav_item_over.gif) 7px center no-repeat;
}
