body {
    margin: 0;
    padding: 0;
    font-family: tahoma, sans-serif;
	font-size: 10px;
    color: #000;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {font-family: helvetica, tahoma, sans-serif;}

a {text-decoration: none;}

a img {border: none;}

select, input {
    border: 1px solid #aaa;
    font-family: monospace;
    font-size: 0.9em;
}

table {
	font-family: tahoma, sans-serif;
	font-size: 1em;
	color: #000;
	background: #fff;
}

#header-bg {
    background: url("../../img/mHeaderBG.jpg") repeat-x;
	width:100%;
	height:297px;
}
#logo-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 847px;
    height: 297px;
    background: url("../../img/mHeader.jpg") no-repeat;
    z-index:0;
}

#advert {
   position:absolute;
   right: 40px;
   top:20px;
   z-index:2;
   background-color: transparent;
}

#container {
    width: auto;
    margin: 0 0 0 0;
}
		
#mBody {clear: both;}
		
#left {
    float: left;
    width: 175px;
}
			
#nav {
    background: transparent;
    font-size: 1em;
    font-weight: bold;
    font-family: tahoma, sans-serif;
}
		
#nav, #nav ul, #nav div ul {
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

#nav li, #nav ul li, #nav div li, #nav div ul li {
    padding: 0;
    margin: 0;
}

#nav ul li.plus, #nav li.plus {list-style: url("../../img/plus.png");}

#nav ul li.minus, #nav li.minus {list-style: url("../../img/minus.png");}

#nav li a {
    display: block;
    cursor: pointer;
    padding: 5px 0 5px 0px;
    margin: 0;
    text-decoration: none;
    color: #1f7ae0;
    border-bottom: 1px solid #ccc;
}

#nav li a:hover {background: #bde1fd;}

#nav li a.active {background: #ffc;}

#nav div a {
    display: block;
    padding: 3px 0 3px 0px;
    margin: 0;
    text-decoration: underline;
    color: #1f7ae0;
    border: 0;
}

#center {margin: 0 185px 0 185px;}

#canvas {
    border-left: 2px dotted #999;
    border-right: 2px dotted #999;
}

#msg {
    margin: 0 10px 0 10px;
    font-size: 1.1em;
}

#center table.frame td {border: 1px solid #aaa;}

#right {
    float: right;
    width: 175px;
    text-align: center;
}

#right a img {
    margin-bottom: 50px;
}

#address {
    clear: both;
    float: right;
    width: 175px;
    margin-bottom: 30px;
    font-family: tahoma, sans-serif;
    font-size: 1em;
}

#address p {margin: 0 0 15px 15px;}

#copyright {
    clear: both;
    height: 40px;
    width: 100%;
    padding: 5px 0 0 0;
    margin-top: 50px;
    background: #bde1fd;
    text-align: center;
    font-family: verdana, sans-serif;
}
#copyright a, #copyright a:active
{
 color:gray;
}

#adamant-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 80px;
    background-color: transparent;
}

#reginfo table td {
    font-size: 10px;
    font-family: tahoma, sans-serif;
    text-align: center;
}

#reginfo table tr.caption td {
    font-weight: bold;
    background: #ccc;
    border: 1px solid #999;
}

#reginfo table tr.odd {background: #ffe;}
#reginfo table tr.even {background: #eff;}
