body {
    background: transparent url(background.jpg) no-repeat;
}

div.lang {
    margin: 10px;
    margin-top: 20px;
}

div.lang a {
    padding: 5px;
}

div.lang a.self {
    color: #AAAAAA;
}

div,ul,li,h1,h2{
    margin:0;
    padding:0;
}

li{
    list-style:none;
}

a {
	color:#0860a8;
	text-decoration:none;
}

a:hover {
	color:#0860a8;
	text-decoration:underline;
}

h1 {
	font:normal 150%/100% Verdana,Helvetica,Arial,Sans-Serif;
	color:#333333;
}

h2 {
	font:normal 138%/138% Verdana,Helvetica,Arial,Sans-Serif;
	color:#333333;
}

.services{
    display: block;
    position:absolute;
    top:25%;
    width:98%;
}

.service{
    float:left;
    position:relative;
    width:30%;
    min-width: 200px;
    height:auto;
    margin:0 6px;
}

.service h1{
    position:relative;
    padding:10px 10px 0;
    font-size:1.3em;
}
.service h1 a{
    width:100%;
    height:100%;
    color:#0860a8;
    white-space: nowrap;
    text-decoration:none;
    padding-right: 33px;
    padding-bottom:3px;
    background:transparent url(big_arrow.gif) no-repeat right;
}

.service h1 a:hover{
    text-decoration:none;
}

.service h2{
    display: block; 
    height: auto;
    white-space: nowrap;
    padding:0 12px;
    font-size:.85em;
}
.contents{
    display: none; 
    height: auto;
    margin:2px 10px;
    padding-top:6px;
    font-size:.85em;
    border-top:solid 1px #dfe1e2;
    color:#707070;
}

.service li{
    padding-left:11px;
    background:url(bullet.gif) no-repeat left;
}
