body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/mn.body.bg.light.gif);
    text-align: center;
	width:100%;
}
#wrapper {
	background-image:url(images/mn.body.bg.gif);
	background-repeat:repeat-x;
}
body, table, td, input, textarea, div {
	font-family:Tahoma;
	font-size:11px;
}
#container{
	width:800px;
	margin:0 auto;
	background-color:white;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	clear:both;
	direction:rtl;
    text-align: right;
    padding: 1px;
}
.clear{
	clear:both;
}

/* Header */
 #header{
	background-image:url(images/mn.header.bg.gif);
	height:95px; 
} 
#header h1{
	background-image:url(images/mn.header.logo.gif); 
	width:201px;
	height:95px;
	float:right;
	padding:0px;
	margin:0px; 
}

#header h1 span{
	display:none;
	width: 201px;
	height:95px;
}
#headermenu{
	float:left;	
	width: 599px;
	background-image:url(images/mn.header.tail.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#headermenu h4{
	height:34px;
	padding:0px;
	margin:0px;
	clear:both;
}
#headermenu h4 a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;	
	font-size:11px;
	padding: 3px 12px;	
	margin: 6px 3px;
	float: right;
	display:block;
	height:15px;
	border:1px solid #001668;
}
#headermenu h4 a:hover {
/*	background-color:#0D247B; */
	background-color:#0033CC;

/*	border:1px solid #3D56B3; */
	border:1px solid #6699FF;
}
#headermenu img{
	float:left;
	margin:1px 10px;
}
#headermenu h3{
	height:61px;
	margin:0px;
	padding:0px;
	clear:both;
}
#headermenu a{
	display:block;
	height:60px;
	float:right;
}
#headermenu a span{
	display:none;
}

#headermenu a.home{
	background-image: url(images/mn.header.menu.home.png);
	width:112px;
}
#headermenu a.eshop{
	background-image: url(images/mn.header.menu.eshop.png);
	width:112px;
}
#headermenu a.about{
	background-image: url(images/mn.header.menu.about.png);
	width:85px;
}
#headermenu a.services{
	background-image: url(images/mn.header.menu.services.png);
	width:136px;
}
#headermenu a.support{
	background-image: url(images/mn.header.menu.support.png);
	width:89px;
}
#headermenu a.contact{
	background-image: url(images/mn.header.menu.contact.png);
	width:87px;
}

#headermenu a.download{
	background-image: url(images/mn.header.menu.download.png);
	width:90px;
}

#headermenu a.home:hover , #headermenu a.homeOn {
	background-image: url(images/mn.header.menu.home.2.png);
	width:112px;
}
#headermenu a.eshop:hover , #headermenu a.eshopOn {
	background-image: url(images/mn.header.menu.eshop.2.png);
	width:112px;
}
#headermenu a.about:hover , #headermenu a.aboutOn {
	background-image: url(images/mn.header.menu.about.2.png);
	width:85px;
}
#headermenu a.services:hover , #headermenu a.servicesOn {
	background-image: url(images/mn.header.menu.services.2.png);
	width:136px;
}
#headermenu a.support:hover , #headermenu a.supportOn {
	background-image: url(images/mn.header.menu.support.2.png);
	width:89px;
}
#headermenu a.contact:hover , #headermenu a.contactOn {
	background-image: url(images/mn.header.menu.contact.2.png);
	width:87px;
}

#headermenu a.download:hover , #headermenu a.downloadOn {
	background-image: url(images/mn.header.menu.download.2.png);
	width:90px;
}


/* Columns */
#maincolumn{
	width: 540px;
	/* float:right; */
	border-left: 1px solid #827D95;
	padding: 0px; 
	border-collapse:collapse; 
	padding-bottom:20px;
}

#sidecolumn{
	width: 258px;
	float:left;
	border-right:1px solid white;
	background-color:#EAEAEA;
	padding:0px;
}
#sidecolumn p {
	padding:0px;
}
/* Side Columns */

#sidecolumn .news h4{
	background-image:url(images/mn.titles.1.png);
	width:218px;
	background-color:#545454;
	color:#FFFFFF;
	font-size:11px;
	margin: 0px;
	padding:6px 20px;
}
#sidecolumn .news ul{
	list-style:none;
	margin:5px;
	padding:10px;
}
#sidecolumn .news ul li{
	background-image:url(images/mn.dot1.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
}
#sidecolumn .news a {
	color:#333333;
	text-decoration:none;
}
#sidecolumn .news a:hover {
	text-decoration:underline;
	color:#003366;
}
#sidecolumn .news a.more{
	background-image:url(images/mn.morebtn.bg.gif);
	text-align:left;
	padding:3px 23px;
	display:block;
	height:15px;
	text-decoration:none;
	color:#777777;
	margin: 1px 0px;
}
#sidecolumn .news a.more:hover{
	text-decoration:none;
}

/* Page Menu */
#pagemenu {
    background-image: url(images/mn.pagemenu.bg.gif);
    background-repeat: repeat-x;
    height: 34px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#pagemenu li {
    float: right;
    margin: 5px;
    height: 21px;
}
#pagemenu li a {
    padding: 4px 3px;
    height: 15px;
    float: left;
    display: block;
    text-decoration: none;
    color: #5b5b5b;
}
#pagemenu li a:hover {
    text-decoration: underline;
}
#pagemenu li.current {
    background-color: white;
    background-image: url(images/mn.pagemenu.left.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#pagemenu li.current a {
    background-image: url(images/mn.pagemenu.right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    color: #2a3a5f;
}

/* Content */

#pagecontent{
    line-height: 140%;
}

#nlregister {
	text-align:center;	
}
#nlregister form {
	background-image:url(images/mn.newsletterform.gif); 
	background-repeat:no-repeat;
	width: 246px; 
	height:90px; 
	padding:6px 0px 0px 0px; 
	margin:5px;
	text-align:left;
	line-height:21px;
	vertical-align:top;
}
#nlregister input {
	background:transparent;
	border:none;
	margin:0px 10px 0px 6px;
	width:114px;
	padding:5px 0px;
}
#nlregister .submit {
	background-image:url(images/mn.button1.gif);
	width: 72px;
	height: 23px;
	border:none;
	margin-top:5px;
}
/* Footer */
#footer {
	clear:both;
	color:#555555;
	padding:10px;
	text-align:center;
	clear:both;
	line-height:160%;
	direction:rtl;
}
#footer a{
	color:#003366;
}
