html, body {
    height: 100%;
}
body {
    background:#fff;
    margin:0px;
    padding:0px;
    font-size:11px;
    font-family:verdana, arial, sans-serif; 
    text-align:center;
    color:#000000;
}
#layout {
    background:#fff;
    color:black;
    margin:0px;
    margin:0 auto;
    padding:0px;
    width:800px;
    text-align:left;
}
a {
    color: #000000;
    text-size:11px;
    line-height : 22px;
    text-decoration:underline;
}
a:hover {
    color: #1550ac;
    line-height : 22px;
    text-decoration: underline;
}
a:active {
    color: #000000;
    line-height : 22px;
}
a:visited {
    color: #000000;
    line-height : 22px;
}
a img {
    border-width:0;
}
h2 
{
  clear:left; 
  font-size:13px;
  color: #000;
  text-align:center;
}
h3
{
    clear:left;
    margin: 10px 0 5px 0;
    padding:0px;
    font:11pt Arial,Serif;
    font-weight: bold;
    color:#B92948;
}
h4
{
    clear:left;
    margin: 10px 0 5px 0;
    padding:0px;
    font:10pt Arial,Serif;
    font-weight: bold;
}
#north {
  clear:both;
  z-index: 0;
}

img.left {
    float:left;
    margin:0px;
}
#south {
     float:left;
    clear:both;
    font-size:11px;
    text-align: center;

}
 
.footer{
 float:left;
 width:800px;
 margin-top:2px;
 padding-top:8px;
 background-image:url('/xpe/portal/resource/default/soft_touch_IT/images/soft_bg_south.jpg');
 color:#fff;
 height:25px;
}
/*-------   CLASS menu---------------------*/
.logo{
 float:left;
 width:800px;
 height:81px;
 background-image:url('/xpe/portal/resource/default/soft_touch_IT/images/soft_bg.jpg');
}
.dropdown{
float: left;
width: 780px;
padding-left:20px;
vertical-align: middle;
margin-top:3px;
margin-bottom:3px;
height;22px;
background-image:url('/xpe/portal/resource/default/soft_touch_IT/images/soft_bg_menu.jpg');
}
.dropdown ul {
list-style: none;
display: block;
margin: 0px;
padding: 0;
float:left;
width:100px;
}
.dropdown li {
margin: 0;
padding: 0;
width: 100%;
}
.dropdown li li {
list-style: none;
margin: 0;
padding-left: 0px;
position: relative;
border-top:solid 1px #fff;

}

.dropdown ul li {
 width: 100%;
}

.dropdown ul li a {height: 1%;} 

.dropdown a {
font-weight: 700;
color: #FFF;
display: block;
margin: 0;
padding: 2px 3px;
text-decoration: none;
}
.dropdown a:hover {
font-weight: 700;
color: #FFF;
display: block;
margin: 0;
padding: 2px 3px;
text-decoration: underline;
}
.dropdown a:visited {
font-weight: 700;
color: #FFF;
display: block;
margin: 0;
padding: 2px 3px;
}
.dropdown ul ul {
 display:none;
 position: absolute;
background: #418cff;
vertical-align: middle;
width:100px;
}
.dropdown ul ul li{
   list-style: none;
}
.dropdown ul ul ul {
position: absolute;
top: 5px;
left: 100%;
width: 100%;
z-index: 600;
}

.iterator{
 text-align:center;
 color:orange;
}
.iterator a, iterator a:visited{
 text-align:center;
 color:#b65208;
}