/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * cssMenu
 */
#cssMenu {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 35px;
	background: #fff url('../pics/Assets/cssMenu/defaultBackground.gif') repeat-x;
	position: relative;
	z-index:  500;
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	text-align: left;
}
#cssMenu li.top {
	display: block;
	float: left;
	height:38px;
}
#cssMenu li a.topLinks {
	display: block;
	float: left;
	height:35px;
	line-height: 33px;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	padding: 0 0 0 6px;
	cursor: pointer;
	background: url('../pics/Assets/cssMenu/defaultBackground.gif');
}
#cssMenu li a.topLinks span {
	float: left;
	display: block;
	padding: 0 12px 0 6px;
	height: 35px;
	background: url('../pics/Assets/cssMenu/defaultBackground.gif') right top no-repeat;
}
#cssMenu li a.topLinks span.down {
	float: left;
	display: block;
	padding: 0 24px 0 6px;
	height:35px;
	background: url('../pics/Assets/cssMenu/arrowBackground.gif') no-repeat right top;
}
#cssMenu li:hover a.topLinks {
	color: #fff;
	background: url('../pics/Assets/cssMenu/defaultBackgroundMouseOver.gif') no-repeat;
}
#cssMenu li:hover a.topLinks span {
	background: url('../pics/Assets/cssMenu/defaultBackgroundMouseOver.gif') no-repeat right top;
}
#cssMenu li:hover a.topLinks span.down {
	background: url('../pics/Assets/cssMenu/arrowBackgroundMouseOver.gif') no-repeat right top;
}
#cssMenu li:hover {
	position:relative;
	z-index: 200;
}
#cssMenu li:hover ul.subMenu {
	left:1px;
	top:38px;
	background: #73A1FF;
	padding: 3px;
	border: 1px solid #423DE7;
	white-space: nowrap;
	width: 150px;
	height:auto;
	z-index: 300;
}
#cssMenu li:hover ul.subMenu li {
	display: block;
	height:20px;
	position:relative;
	float: left;
	width: 87px;
	font-weight:normal;
}
#cssMenu li:hover ul.subMenu li a {
	display: block;
	font-size: 11px;
	height:18px;
	width: 118px;
	line-height: 18px;
	text-indent: 5px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #73A1FF;
}
#cssMenu li ul.subMenu li a.slideMenu {
	background: #73A1FF url('../pics/Assets/cssMenu/arrow.gif') 87px 6px no-repeat;
}
#cssMenu li:hover ul.subMenu li a:hover {
	background: #3100cc; /*quadro*/
	color: #fff;
	border-color: #fff;
}
#cssMenu li:hover ul.subMenu li a.slideMenu:hover {
	background: #3100cc url('../pics/Assets/cssMenu/arrowMouseOver.gif') 87px 6px no-repeat; /*quadro*/
	color: #fff;
}
#cssMenu li:hover li:hover ul {
	left: 119px;
	top: -4px;
	background: #73A1FF;
	padding: 3px;
	border: 1px solid #423DE7;
	white-space: nowrap;
	width: 120px;
	z-index: 400;
	height: auto;
}
#cssMenu li:hover li:hover li:hover ul,#cssMenu li:hover li:hover li:hover li:hover ul,#cssMenu li:hover li:hover li:hover li:hover li:hover ul {
	left: 135px;
	top: -4px;
	background: #73A1FF;
	padding: 3px;
	border: 1px solid #423DE7;
	white-space: nowrap;
	width: 120px;
	z-index: 400;
	height:auto;
}
#cssMenu ul,#cssMenu li:hover ul ul,#cssMenu li:hover li:hover ul ul,#cssMenu li:hover li:hover li:hover ul ul,#cssMenu li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#cssMenu li:hover li:hover a.slideMenu,#cssMenu li:hover li:hover li:hover a.slideMenu,#cssMenu li:hover li:hover li:hover li:hover a.slideMenu,#cssMenu li:hover li:hover li:hover li:hover li:hover a.slideMenu {
	background: #3100cc url('../pics/Assets/cssMenu/arrowMouseOver.gif') 120px 6px no-repeat; /* fd7d35 quadro*/
	color: #fff;
	border-color: #fff;
}
#cssMenu li:hover li:hover li a.slideMenu,#cssMenu li:hover li:hover li:hover li a.slideMenu,#cssMenu li:hover li:hover li:hover li:hover li a.slideMenu {
	background: #73A1FF url('../pics/Assets/cssMenu/arrow.gif') 120px 6px no-repeat;
	color: #000;
	border-color: #73A1FF;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * News Rotator
 */
#content #scrollup {
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	height: 120px;
	width: 412px;
	margin: 13px 0;
	font-size: 7.5pt;
	background-color: #0E198A;
}
#content .scrollingNews {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 115px;
	width: 402px;
	text-align: justify;
}
#content .scrollingNews span.newsTitle a,a:link,a:active,a:visited,a:hover {
	color: #fd7d35;
	font-weight: bold;
	text-decoration: underline;
	font-size: 7.5pt;
}
#content .scrollingNews span.newsArticle {
	color: #fff;
	text-align: justify;
}

#content .scrollingNews span.newsArticle img {
	float: right;
	white-space: nowrap;
	margin: 5px 0 0px 5px;
}

.headline {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 95px;
	width:290px;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Footer
 */
#footer {
	width: 870px;
	text-align: left;
}
#footer table {
	height: 26px;
	padding: 0;
	background-repeat: repeat-x;
}
#footer p {
	color: #fff;
	font-size: 7.5pt;
	font-weight: normal;
	margin: 3px 0 6px 13px;
}
#footer .footerOptionsSeparator {
	color: #fff;
	margin: 0 3px;
}
#footer a,a:link,a:active,a:visited {
	color: #fff;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: underline;
}
#footerNotice {
	width: 870px;
	background-color: #fff;
	text-align: left;
}
#footerNotice table {
	padding: 0;
	background-repeat: repeat-x;
}
#footerNotice .footerCopyrightOwnerText {
	color: #0E198A;
	font-weight: bold;
}
#footerNotice p {
	font-size: 7.5pt;
	color: #000;
	text-align: right;
	margin: 0 0 0 0;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * News pagination
 */

tr.offodd {
	background-color: #EAEAEA;
}
tr.onodd {
	background-color: #4E6CF4;
	cursor: default;
}
tr.offeven {
	background-color: #F4F4F4;
}
tr.oneven {
	background-color: #4E6CF4;
	cursor: default;
}
tr.oneven a,a:link,a:active,a:visited {
	color: #fff;
}
tr.oneven a:hover {
	color: #fff;
	text-decoration: underline;
}
tr.onodd a,a:link,a:active,a:visited {
	color: #fff;
}
tr.onodd a:hover {
	color: #fff;
	text-decoration: underline;
}
tr.oneven p {
	color: #fff;
}
tr.onodd p {
	color: #fff;
}
tr.offeven a,a:link,a:active,a:visited {
	color: #0E198A;
}
tr.offodd a,a:link,a:active,a:visited {
	color: #0E198A;
}

a.newLink:link,a.newLink:active,a.newLink:visited {
	color: #5870F5; /*#0E198A */
	text-decoration: none;
}
a.newLink:hover {
	color: #5870F5;
	text-decoration: underline;
}

/* ######### Breadcrumb ######### */
P.location {background-color: transparent; background-image: none; color: #0E198A; font-size: 8pt; font-weight: normal; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 7px;}
TABLE.location {background-image: url('../pics/location.gif'); background-repeat: repeat; padding-top: 0px;}
A.location:Link,A.location:Active,A.location:Visited {background-color: transparent; background-image: none; color: #0E198A; font-size: 8pt; font-weight: normal; text-decoration: none;}
A.location:Hover {background-color: transparent; background-image: none; color: #0E198A; font-size: 8pt; font-weight: normal; text-decoration: underline;}

/* ######### Body & Pages ######### */
body {margin: 0; padding: 0; font-family: arial,verdana,geneva,helvetica,sans-serif; color: #fff; background: #fff url('../pics/Assets/mainBackground.gif') repeat;}
P {background-color: transparent; background-image: none; color: #000000; font-size: 8pt; font-weight: normal; margin: 0; text-align: justify;}
A.main:Link,A.main:Active,A.main:Visited {background-color: transparent; background-image: none; color: #0E198A; font-size: 8pt; font-weight: normal; text-decoration: none;}
A.main:Hover {background-color: transparent; background-image: none; color: #0E198A; font-size: 8pt; font-weight: normal; text-decoration: underline;}
hr {border-width: thin; border-style: dotted;}
#p-r-img img {float: right; margin: 0px 9px 0px 9px;}
.imgborder {border: 1px solid #000000;}
#news-img img {float: right; margin: 0px 0px 0px 6px;}
P.news {background-color: transparent; background-image: none; color: #000000; font-size: 7.5pt; font-weight: normal; margin-top: 3px; margin-left: 6px; margin-right: 6px; margin-bottom: 1px; text-align: justify;}
P.news img {float: right; margin: 0px 0px 0px 6px;}
A.news:Link,A.news:Active,A.news:Visited {background-color: transparent; background-image: none; color: #fd7d35; font-size: 8pt; font-weight: bold; text-decoration: underline; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;}
A.news:Hover {background-color: transparent; background-image: none; color: #fd7d35; font-size: 8pt; font-weight: bold; text-decoration: underline; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;}
A.news-body:Link,A.news-body:Active,A.news-body:Visited {background-color: transparent; background-image: none; color: #5870F5; font-size: 8pt; font-weight: normal; text-decoration: none; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;}
A.news-body:Hover {background-color: transparent; background-image: none; color: #5870F5; font-size: 8pt; font-weight: normal; text-decoration: underline; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;}
fieldset {background-color: transparent; background-image: none; color: #000000; font-size: 7.5pt; text-align: justify; margin-top: 4px; margin-left: 0px; margin-bottom: 4px; margin-right: 0px; padding: 8px; border: 1px ridge #0E198A;}
legend {background-color: #5870F5; background-image: none; color: #FFFFFF; font-size: 8pt; font-weight: bold; text-align: justify; margin-left: 2px; margin-top: 4px; padding: 2px; border: 1px ridge #0E198A;}
h1 {font-size: 9pt; color: #0E198A; margin-top: 1px; text-decoration: underline;}

.products h1 {font-size: 9pt; color: #0E198A; text-align: left; margin-top: 3px; margin-bottom: 4px; margin-left: 16px; text-decoration: none;}
.products h2 {font-size: 8.5pt; color: #5870F5; text-align: left; margin-top: 3px; margin-bottom: 8px; margin-left: 16px;}
.products p {font-size: 9pt; margin-left: 16px; margin-right: 16px; text-align: justify;}
.tableborder {border-left: 1px solid #CACACA; border-right: 1px solid #CACACA; background-color: #fff;} /* WAS: CACACA */
.vlseparator {background-image: url('../pics/vertical_left_separator.gif'); background-repeat: repeat-y;}
.vrseparator {background-image: url('../pics/vertical_right_separator.gif'); background-repeat: repeat-y;}
.products-images {margin: 89px 0px 0px 0px;}
p.prods {font-size: 9pt; margin-left: 16px; margin-right: 16px; text-align: justify;}
/* ######### Lists ######### */
.listing ul li {
text-align: left;
list-style-type: square;
color: #0E198A;
}

.listing ul li ul li {
text-align: left;
list-style-type: disc;
color: #48ABE6;
}

/* ######### Forms ######### */
P.privacy {margin-left: 4px; margin-right: 4px;}
P.privacy_policy {margin-left: 9px; margin-right: 9px;}
FORM {padding: 0px; margin: 0px;}
textarea {background-color: #F8F8F8; color: #000000}
SELECT {background-color: #5870F5; font-size: 8pt; color: #FFFFFF; font-weight: bold;}
div.scroll {height: 58px; width: 656px; float: left; display: inline; overflow: auto; border: 1px solid #000000; background-color: #F8F8F8; padding: 8px;}
INPUT.counter {font-size: 8pt; color: #000000; background-color: #FFFFFF; border-width: 1px; border-style: ridge; border-color: #ABACAD;}
INPUT.tex {font-size: 8pt; color: #000000; background-color: #FFFFFF; border-width: 1px; border-style: ridge; border-color: #000000;}
INPUT.exp {font-size: 8pt; color: #FFFFFF; text-align: center; background-color: #0E198A; border-width: 1px; border-style: ridge; border-color: #FFFFFF;}

/* ######### Left Menu (Products) ######### */
.menu {font-size: 7.5pt;}
.menu ul {list-style-type: none; margin: 0; padding: 0;}
.menu ul li {margin-left: 22px;}
.menu ul li ul li {margin-left: 0px;}
.menu a {text-decoration: none; color: #916B41;}
.menu a:hover {text-decoration: underline;}
.category {font-weight: bold; color: #000;}
li.selected a {color: #916B41; font-weight: bold;}
.menu hr {margin-left: 22px; width: 137px}