BODY {
	margin: 0px;
	background-color: #000;
/*	background-image: url(../images/background_pattern.png);
	background-repeat: repeat;
	overflow: hidden;*/
	font-size: 12px;			
}

IMG 
{
	border: none;
}
a
{
  outline: none;
}

P 
{
	margin-bottom: 10px;
}

H2, H3 
{
	margin-top: 6px;
	margin-bottom: 6px;
}

.homeInfoArea
{
    -webkit-border-radius: 5px;    /* for Safari */
    -moz-border-radius: 5px;       /* for Firefox */
    border-radius: 5px;
    width: 255px; 
    width: 158px; 
    height: 509px; 
    height: 507px; 
    background-color: #181818; 
    background-color: #292929; 
    position: absolute; 
    top: 27px; 
    left: 484px;
    left: 584px;
    -moz-box-shadow: -2px 1px 6px #000;
    -webkit-box-shadow: -2px 1px 6px #000;
    box-shadow: -2px 1px 6px #000;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.homeNewsItem {
	clear: left;
	font-size: 11px;
	line-height: 12px;
	color: #848484;
	padding: 2px;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica;/**/
}

.homeNewsImage {
	width: 70px;
	height: 70px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}

.homePressImage {
	width: 80px;
	height: 110px;
	margin-right: 6px;
}

.homeInfoArea .areaHeader {
    font-family:Tahoma , arial, helvetica, sans-serif;
	color: #00A79D;
	clear: both;
	border-top: 1px solid #848484;
	margin-bottom: 8px;
	padding-top: 4px;
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 13px;
}

.list-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#333;
    vertical-align: top;
}

.list-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
}
    
.downloadTable {
	border-top: 1px dotted #999999;
	margin-top: 10px;
}
.downloadTable A {
	text-decoration: none;
}

.downloadTable TD {
	border-bottom: 1px dotted #999999;
}

.warrantyTable {
	border-top: 0px dotted #999999;
	margin-top: 10px;
}
.warrantyTable A {
	text-decoration: none;
}

.warrantyTable TD {
	border-bottom: 0px dotted #999999;
	/* text-align: right; */
	padding-bottom: 4px;
}

.warrantyTable .required, .warrantyLabel 
{
	color: #CCC;
	font-weight: normal;
}


.warrantyInput 
{
	width: 276px;
	font-weight: normal;
	padding: 2px;
}

.resourceTable {
	font-family: Tahoma;	
	font-size: 12px;
}

#bottomDiv 
{
	height: 12px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 15;
}

#copyrightDiv {
	color: #E8E8E8;
	background-color: #999999;
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	height: 12px;
	line-height: 12px;
	overflow: hidden;
	padding-left: 0px;
	width: 100%;
}

.copyrightText {
	margin-left: 60px;
}

/* NAV ELEMENTS */

#navArrow 
{
	vertical-align: middle;
}


#navLanguage 
{
	float: right;
	overflow: hidden !important;
	position: absolute;
	right: 63px;
	bottom: 22px;
	height: 96px;
	height: auto;
	border: 0px solid red;
	
}

.navButton 
{
	color: #AAA;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	display: inline-block;
	line-height: 24px;
	border-bottom: 2px solid transparent;
}

.navButtonOn
{
	/*border-bottom: 2px solid #ff0076;*/
	border-bottom: 2px solid #00AC88;
}

#navTable {
	width: 900px;
	height: 26px !important;
	overflow: hidden !important;
	position: absolute;
	left: 52px;
	bottom: -1px;
}

#navLeft 
{
	width: 94px;
	margin: 0px;
	padding: 0px;
}

#navCenter 
{
	background-image: url(../images/nav_background_center.png);
	background-repeat: repeat-x;
	text-align: left;
}

#navRight 
{
	width: 20px;
	background-image: url(../images/nav_background_right.png);
	background-repeat: no-repeat;
	background-position: right top;

	overflow: hidden;
}

/* LANGUAGE ELEMENTS */


.languageSelectButton
{
	vertical-align: middle;
	position: absolute;
	right: 68px;
	margin-top: 8px;
}

.langaugeListDiv {
	color: #fff;
	font-family: Tahoma;	
	font-size: 11px;
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid red;
	right: -0px;
	bottom: 22px;
	width: 100px;
	*/
	background-color: #999;
	line-height: 16px;
	vertical-align: middle;
	text-align: right;	
	z-index: 200;
}

.languageListButton {
	position: relative;
	top: 1px;
	margin-right: 2px;
	border-bottom: 0px solid red;
}

.languageListLink {
	padding: 4px;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 90px;
}


IMG 
{
	border: none;
}
a
{
  outline: none;
  color: #CCC;
}

#scrollTopHider {
	position: absolute;
	top: 0px;
	left: 54px;
	width: 898px;
	height: 26px;
	background-color: #111111;
	overflow: hidden;
	z-index: 10;
}

#scrollBottomHider {
	position: absolute;
	bottom: 0px;
	left: 53px;
	width: 898px;
	height: 25px;
	background-color: #111111;
	overflow: hidden;
}

#textLeft {
	width: 480px;
	padding-top: 40px;
	padding-left: 54px;
	font-family: tahoma;
	font-size: 11px;
	color: #9F9F9F;
	float: left;
	width: 350px;
	line-height: 18px;
	padding-bottom: 20px;
}


.archiveList {
	width: 260px;
	padding-top: 40px;
	padding-left: 54px;
	font-family: tahoma;
	font-size: 11px;
	color: #9F9F9F;
	position: relative;
	float: right;
	line-height: 18px;
	padding-bottom: 20px;
	text-align: right;
	margin-right: 55px;
}

#textRight {
	padding-top: 30px;
	padding-left: 544px;
	padding-left: 54px;
	font-family: tahoma;
	font-size: 11px;
	color: #9F9F9F;
	
	width: 350px;
	width: 400px;
	line-height: 18px;
	padding-bottom: 40px;
	
}

.pnlMain {	
	 text-align: left; 
	 width: 100%; 
	 height: 100%; 
	 overflow: auto; 
	 background-repeat: no-repeat; 
	 background-color: #111111;
}
.subNavLink {
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
	margin-right: 24px;
}

.subNavLinkOn {
	color: #FFF;
}

H1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}


#lblPageHeader 
{
	color: #CCC;
}
