/*Hallmel site style sheet*/

html, body{
height: 99%;
background-color: #282828;
font-family: Arial, Helvetica, Verdana, Sans-Serif;
font-size: 90%;
color: #B9B9B1;
background-image: url('../images/watermark.jpg');
background-repeat: no-repeat;
background-position: 90% 150%;
}

h2{
color: #D7CFBC;
font-weight: bold;
font-size: 115%;
}

a:link{
color: #B9B9B1;
}

a:visited{
color:#B9B9B1;
}


.holder{
position: absolute;
top: 120px;
left: 15%;
width: 70%;
height: 80%;
border-top: 2px solid #575757;
border-right: 2px solid #575757;
padding-top: 10px;
padding-left: 10px;
}

.holder img{
width: 100%;
height: 182px;
border-top: 5px solid #575757;
border-bottom: 5px solid #575757;
}

.logo{
position: absolute;
top: 2%;
height: 90px;
width: 550px;
left: 15%;
}

.logo h2{
margin-top: 0px;
padding-left: 70px;
}

.logo img{
border: 0px;
}

.contactDetails{
position: absolute;
top: 2%;
right: 14%;
height: 140px;
text-align: right;
font-weight: bold;
padding-top: 10px;
}

.contactDetails p{
margin-top: 0px;
margin-bottom: 3px;
}

.navigation{
float: left;
border-bottom: 1px solid #575757;
width: 35%;
margin-top: 20px;
padding-bottom: 2px;
}

.navigation a:link{
color: #B9B9B1;
text-decoration: none;
padding-bottom: 5px;
padding-right:25%;
padding-left: 20px;
padding-top:6px;
margin-bottom: 0px;
margin-top: 0px;
}

.navigation a:visited{
color: #B9B9B1;
text-decoration: none;
padding-bottom: 5px;
padding-right:25%;
padding-left: 20px;
padding-top:6px;
margin-bottom: 0px;
margin-top: 0px;
}

.navigation a:hover{
background-image: url('../images/button_hov.jpg');
color:#B9B0B1;
background-repeat: no-repeat;
background-position: -20px;
line-height: 12px;
}


.navigation p{
border-top: 1px solid #575757;
padding-top: 8px;
padding-bottom: 0px;
margin-bottom: 5px;
margin-top:10px;
}

.text{
margin-top: 10px;
position: absolute;
top: 250px;
right: 0px;
width: 50%;
color: #B9B9B1;
padding-right: 10px;
padding-top: 10px;
}
