/* General Formatting ----------------------------------*/
body 
{
	color: #333333;
	background-color: #353535;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
}

FORM 
{
	margin: 0px;
	padding: 0px;
}

.hand 
{ 
	cursor: pointer;
	cursor: hand;
}

.RequiredCssClass
{
	font-size: 11px;
	font-weight: bold;
}

a {
	color: #252E4E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #455592;
}

h1, .PopupPageTitle {
	font-family: Trebuchet MS;
	font-size: 1.7em;
	font-weight: normal;
	color: #252E4E;
	margin: 0;
}

h2 {
	font-family: Trebuchet MS;
	font-size: 1.2em;
	color: white;
	margin: 10px 0;
	background-color: #455592;
	padding-left: 5px;
}


h2 a {
	color: white;
	text-decoration: none;
}

#terms a {
	color: white;
	text-decoration: none;
}

#terms a:hover {
	color: white;
	text-decoration: underline;
}

/* Positioning ----------------------------------------*/
#outter {
	background-image:url(../images/bg_white_slice.jpg);
	background-repeat:repeat-y;
	background-position:center; 
}


#container  {/*
	background-image: url(../images/bg_brdr_r.jpg);
	background-repeat: no-repeat;
	background-position: right 0;*/
	width: 765px;
	margin: 25px auto auto auto;
}


#wrapper1 
{
	/*
	background-image: url(../images/bg_brdr_l.jpg);
	background-repeat: no-repeat !important;*/
	width: 725px;
	margin: 0;
	}
#wrapper2 {
	width: 703px;
	margin: 0 0 0 42px;
	background-color: white;
}

#logo {
	margin: 20px 0;
}
html>body #logo {
	padding-top: 20px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 686px;
	height: 218px;
	margin: 0;
}

#header2 {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	width: 686px;
	height: 218px;
	margin: 0;
}

#header2de {
	background-image: url(../de/images/header2.jpg);
	background-repeat: no-repeat;
	width: 686px;
	height: 218px;
	margin: 0;
}

#header2fr {
	background-image: url(../fr/images/header2.jpg);
	background-repeat: no-repeat;
	width: 686px;
	height: 218px;
	margin: 0;
}

#header2it {
	background-image: url(../it/images/header2.jpg);
	background-repeat: no-repeat;
	width: 686px;
	height: 218px;
	margin: 0;
}

#main {
	margin: 0;
display: block;
}

#content {
	padding: 10px 0px 0px 10px;
	width: 440px;
	text-align: justify;
	margin-left: 230px;
}

#content p {
	margin: 10px 0 3px 0;
}

#footer {
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;

	width: 703px;
	height: 118px;
	margin: 0 0 0 42px;
	color: white;
	font-size: 0.8em;
	border: 1px;
}


#footer_popup 
{
	background-image: url(../images/footer_popup.jpg);
	background-repeat: no-repeat;
	width: 720px;
	height: 50px;
	margin: 0 auto auto auto;
	color: white;
	font-size: 0.8em;
}

html>body #footer, html>body #footer_popup  {
	margin-top: -10px;
}

#copyright p {
	padding: 40px 0 10px 60px;
}

.ampheon {
	text-align: right;
	float: right;
	padding: 40px 60px 10px 0;
}
.ampheon a {
	color: white;
}

#terms {
	text-align: center;
}

/* Navigation -------------------------- */

table#nav {
	margin: 3px 0 0 15px;
}
table#nav td a {
	color: white;
	text-decoration: none;
	float: left;
}
table#nav td a:hover {
	color: silver;
}

table#nav td {
	background-image: url(../images/arrrow_nav.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 0px 3px 10px;
	width: 190px;
	line-height: 1.8em;
}

table#nav td .first {
	border-top: 0;
}

.last {
	background-image: url(../images/last.gif) !important;
	background-repeat: no-repeat;

	background-position: top;
}


.menu-item { border-right: 1px solid white; background-color:#333399; background-image:url(../images/menu_arrow.gif); background-repeat:no-repeat; background-position: 2px 2px; padding:5px 5px 5px 10px; text-align:center;}
.menu-item-last{border-right: 0px;background-color:#333399; background-image:url(../images/menu_arrow.gif); background-repeat:no-repeat; background-position: 2px 2px; padding:0px 0px 0px 0px; text-align:center;}
.menu-item a:active, .menu-item a:hover, .menu-item a:visited, .menu-item a:link
{
	color:white;
	text-decoration:none;
}

.menu-item-last a:active, .menu-item-last a:hover, .menu-item-last a:visited, .menu-item-last a:link
{
	color:white;
	text-decoration:none;
}


DIV.menu-sh {
border-style: none;
background: #2C365A repeat top left;
padding: 0px 0px 0px 0px;
margin-top:1px;
margin-right:1px;
}
div.menu-sh-sub
{
	background: #2C365A repeat top left;
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	margin-left:1px;
}

TABLE.tab-menu-sh {font-size: 11px; cursor: pointer; cursor: hand}

TD.blk-menu-sh, TD.blk-menu-sh-act 
{
background-image:url(images/submenu_arrow.gif);
background-repeat: no-repeat;
background-position: center right;
padding: 5px 20px 5px 8px;
}

TD.blk-menu-sh {
color: #FFFFFF;}

TD.blk-menu-arr {background-color: #2C365A; background-image:url(../images/arrows/sub_menu_arrow.gif); background-position:center right; background-repeat:no-repeat;}
TD.blk-menu-arr-act {background-color: #2C365A;background-image:url(../images/arrows/sub_menu_arrow_act.gif); background-position:center right; background-repeat:no-repeat;}

TD.blk-menu-sh-act {
color: #FFF; 
padding: 5px 20px 5px 8px; background-color:#415187;
}

DIV.blk-menu {position: absolute}


/*Homepage ------------------------------------------- */

#hometable {
	width: 690px;
	margin: 0;
}
td#login, td#products, td#services, table#products_inner, table#services_inner {
	width: 227px;
	height: 197px;
	color: white;
}

table#products_inner, table#services_inner, table#login_inner {
	height: 191px;
}

#login p, #products p, #services p {
	padding-left: 10px;
	margin: 3px;
	color: white;
}
#login .btn {
	text-align: right;
}
#login {
	background-image: url(../images/bg_login.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

div#login {
	float: left;
	width: 227px;
	height: 200px;
	margin: 2px 0 0 1px;
	padding: 1px;
}

#login h1, #products h1, #services h1 {
	color: white;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #455592;
}
#products {
	background-image: url(../images/bg_products.gif);
	background-repeat: no-repeat;
}
#products ul li, #services ul li {
	color: silver;
	border-bottom: 1px solid white;
	list-style: none;
	font-weight: bold;
}

.btn {
	text-align: right;
}

#login .btn {
	text-align: right;
	padding: 0px 0px 4px 0px
}

#products .btn {
	text-align: right;
	padding: 0px 0px 3px 0px
}

#services .btn {
	text-align: right;
	padding: 0px 2px 3px 0px
}

#services {
	background-image: url(../images/bg_services.jpg);
	background-repeat: no-repeat;
}

#services .btn {
	text-align: right;
	margin-top: 5px;
}

#services a {
	color: white;
}

#rss{
	padding: 10px;
}

.iso {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid silver;
}

.banner {
	border: 1px solid silver;
	margin-top: 10px;
}

.divider {
	border-top: 1px solid silver;
	margin-right: 10px;
}

.TitleText 
{
	font-family: Trebuchet MS;
	font-size: 1.7em;
	font-weight: normal;
	color: #252E4E;
	margin: 0;
}

/* The team --------------------------------*/
#content table {
	width: 100%;
	text-align: left;
}

#content th select {
	font-size: 0.9em;
}

.team {
	margin-top: 10px;
}

.error, .note, .ErrorCssClass
{
	color: Red;
}

.CommonCellLogin
{
	padding: 0px 0px 0px 8px
}

.SmallLeftCellLogin
{
	padding: 0px 0px 0px 0px
}

.RightCellLogin
{
	padding: 0px 0px 0px 0px
}


/* Content --------------------------------*/

#contentInner {
	padding: 10px 0 0 10px;
	width: 450px;
	text-align: justify;
}

.custom-tree 
{ 
   	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #666666; 
    /*font-family: Tahoma, Verdana, Arial; font-size: 8pt; font-weight: normal;*/
}
.custom-tree img, #custom-tree input { margin: 0px; border: 0px; }	
.custom-tree .tree-check { width: 19px; padding: 0px; }
.custom-tree td.clear { font-size: 9pt; padding: 0px; margin: 0px; width: 19px;}
.custom-tree td.node { font-size: 9pt; width: 100%; padding: 0px; margin: 0px; text-align: left;}
.custom-tree a { color: #666666; text-decoration: none;  }
.custom-tree a:hover { text-decoration: underline }


/*Contact Us Form*/

.ContactUs input, textarea, select
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}


#lang
{
	float:left;
	width: 565px;
	margin-right: 65px;
	position: relative;
	bottom: -29px;
}

.imButton
{
	padding-left:2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	float: right;
}
