*{
	margin: 0;
	padding: 0;
}

div.clear{
	clear: both;
}

#window{
	background: #ffffff url(images/bg.jpg) repeat-x scroll left top;
}


div.wrapper{
	width:953px;
	margin-left: auto;
	margin-right: auto;
}

#menuBar{
	height: 45px;
	background: #ffffff url(images/menu_bar_bg.gif) repeat-x scroll left top;
}

#languages{
	height: 45px;
	background: transparent url(images/menu_bar_left.gif) no-repeat scroll left top;	
	float: left;
	min-width: 14px;
	padding-left: 22px;
}

#languages a{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: white;
	text-decoration: none;
	font-size: 14px;
	margin-right: 9px;
	margin-top: 10px;
	float: left;
}

#menuTop{
	height: 45px;
	background: transparent url(images/menu_bar_right.gif) no-repeat scroll right top;	
	float: right;
	min-width: 14px;
	padding-right: 15px;
}

#menuTop ul{
	float: left;
}

#menuTop ul li{
	float: left;
	list-style: none;
}

#menuTop ul li a{
	color: white;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	padding: 10px 13px 0 13px;		
	text-decoration: none;
	float: left;
	height: 30px;
}

#menuTop ul li a:hover{
	background: transparent url(images/menu_bar_hover.gif) scroll repeat-x left top;
}

#menuTop ul li.Current a,
#menuTop ul li.Selected a{
	background: transparent url(images/menu_bar_act.gif) scroll repeat-x left top;
}

#head{
	height: 111px;
	margin-top: 28px;
}


#logo{
	float:left;
	margin-left: 14px; 
	border: none;
}

#demo{
  float: right;
  width: 128px;
  height: 53px;
  background: transparent url(images/demo.jpg) scroll no-repeat right top;
}

#demo:hover{
  background: transparent url(images/demo_hover.jpg) scroll no-repeat right top;
}

#download{
  float: right;
  width: 208px;
  height: 53px;
  background: transparent url(images/download.jpg) scroll no-repeat right top;
}

#download:hover{
  background: transparent url(images/download_hover.jpg) scroll no-repeat right top;
}

#presentation{
	margin: 33px 0;
}

#leftCol{
	float: left;
	margin-left: 17px;
	width: 194px;
}

#leftCol div.box{
	border: 1px #cececf solid;
	padding: 13px;
	background-color: white;
	margin-bottom: 14px;
}

/*left menu*/



#menuLeft ul{
	border-top: 1px dotted #cccccc;
	margin-left: 7px;
}

#menuLeft ul li{
	list-style-type: none;
	border-bottom: 1px dotted #cccccc;
}

#menuLeft ul.level3 li{
	border-bottom: none;
}

#menuLeft ul li.subnodes{
	border-bottom: none;
}




#menuLeft ul li a{
	font-family: Verdana;
	font-size: 12px;
	color: #595959;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	display: block;
	margin: 9px 0;
	line-height: 17px;
	font-weight: bold;	
}

#menuLeft ul li a:hover{
	background-color: #f5a519;
	color: white;
}


#menuLeft ul.level2 li.Subnodes a.Subnodes{
	background: transparent url(images/menu_plus.gif) scroll no-repeat 6px 7px;
	padding-left: 19px;
}

#menuLeft ul.level2 li.CurrentSubnodes a.CurrentSubnodes{
	background: #83b51e url(images/menu_minus.gif) scroll no-repeat 6px 7px;
	padding-left: 19px;
}

#menuLeft ul.level2 li.SelectedSubnodes a.SelectedSubnodes{
	background: transparent url(images/menu_minus2.gif) scroll no-repeat 6px 7px;
	padding-left: 19px;
}

#menuLeft ul.level2 li.SelectedSubnodes a.SelectedSubnodes:hover{
	background: #f5a519 url(images/menu_minus.gif) scroll no-repeat 6px 7px;
	padding-left: 19px;
}

#menuLeft ul.level2 li.Subnodes a:hover{
	background: #f5a519 url(images/menu_minus.gif) scroll no-repeat 6px 7px;
	padding-left: 19px;
}


#menuLeft ul li.Selected{
	background: transparent url(images/menu_minus.gif) scroll no-repeat 0 6px;

}


#menuLeft ul.level3 li a{
	padding-left: 18px;
	background-image: url(images/subnode.gif);
	background-position: 8px 9px;
	background-repeat: no-repeat;
	font-weight: normal;
}

#menuLeft ul.level2 ul.level3 li a:hover{
	background: #f5a519 url(images/subnode.gif) scroll no-repeat 8px 9px;
}

#menuLeft ul li.Current a.Current,
#menuLeft ul li.CurrentSubnodes a.CurrentSubnodes{
	background-color: #83b51e; 
	color: white;
}

#menuLeft ul.level1 li ul.level2{
	display: none;
}

#menuLeft ul.level1 li.SelectedSubnodes ul.level2,
#menuLeft ul.level1 li.CurrentSubnodes ul.level2{
	display: block;
}

/*eof left menu*/


#content{
	/*float: left;*/ /* #content div shuld be floated to left or right because clear property in some modules*/
	width: 673px;
	float: right;
	margin-right: 20px
}

div.line{
	height: 1px;
	background-color: #edf0f2;
	clear: both;
}

#footer{
	height: 134px;
	background-color: #edf0f2;
	border-top: 2px white solid;
	border-bottom: 2px white solid;
  padding: 3px 0;
}


#copyright{
  height: 126px;
  border-right: 2px solid #fbfcfc;
  vertical-align: center;
  float: left;
  width: 249px;
}

#copyright img.copyright{
  vertical-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block; 
}

#copyright p{
  font-family: Verdana;
  font-size: 10px;
  color: #6d6b70;
}


#newsletterRegistration div.label,
div.newsletterRegistration div.label{
color:#6D6B70;
font-family:"Trebuchet MS",Verdana,Tahoma;
font-size:24px;
margin-bottom: 5px;
}



#newsletterRegistration{
  float: left;
  width: 180px;
  margin-left: 20px;
  margin-top: 10px;
} 

#newsletterRegistration input,
div.newsletterRegistration input{
  width: 160px;
	background-color: #edf0f2;
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	padding: 3px;
  
}


#newsletterRegistration a,
div.newsletterRegistration a{
  color:#01a8da;
  font-family:"Trebuchet Ms",Verdana,Tahoma;
  font-size:15px;
  line-height:20px;
  text-align:left;
  text-decoration:none;
  margin-top: 6px;
  margin-bottom: -5px;
  padding: 3px;
  
}

#newsletterRegistration a:hover,
div.newsletterRegistration a:hover{
  /*text-decoration: underline;*/
  background-color: #f5a519; 
  color: #fff;
}

#newsletterRegistration a.subscribe,
div.newsletterRegistration a.subscribe{
  float: left;
}

#newsletterRegistration a.unsubscribe,
div.newsletterRegistration a.unsubscribe{
  float: right;
}

div.depth2{
  /*position: absolute;*/
}

#copyright a{
  color: #6d6b70;
}


