@charset "iso-8859-1";

*{
margin: 0;
padding: 0;
}

img{
border: none;
}

body{
font: normal normal normal 12px/16px Arial, Helvetica, sans-serif;
background: #eef url(i/back-top.png) no-repeat center 10px;
}

#holder{
width: 980px;
margin: 0 auto;
border: 1px solid #000;
border-color: transparent;
}

#menu{
width: 940px;
height: 20px;
padding: 0 20px;
position: absolute;
top: 200px;
background: #fff url(i/back-middle.png) repeat-y center 0;
font: normal normal normal 12px/24px Arial, Helvetica, sans-serif;
}

#menu ul{
border: 1px solid #ddd;
border-width: 1px 0;
background: transparent url(i/back-menu.png) repeat-x 0 1px; 
height: 24px;
}

#menu li{
list-style: none;
float: left;
text-align: center;
}

#menu li li{
float: none;
}

#menu li ul{
width: 100px;
position: relative;
background: transparent url(i/back-menu.png) repeat 0 1px;
height: auto; 
display: none;
}

#menu li:hover ul{
display: block;
}

#menu a{
display: inline-block;
width: 100px;
text-decoration: none;
color: #000;
}

#menu a:hover{
color: #00a;
}

#main{
width: 960px;
padding: 20px 10px 0;
background: #fff url(i/back-middle.png) repeat-y center 0;
margin: 219px 0 0 0;
}

#main img{
margin: 0 10px;
border: 1px solid #bbb;
padding: 1px;
}

#title{
width: 940px;
padding: 0 20px;
position: absolute;
top: 40px;
height: 160px;
background: #fff url(i/back-middle.png) repeat-y center 0;
}

#title p{
font: normal normal bold 50px/100px Arial, Helvetica, sans-serif;
margin: 0;
}

#title img{
vertical-align: middle;
}


#footer{
background: #fff url(i/back-bottom.png) no-repeat center 0;
height: 48px;
width: 980px;
margin-left: -10px;
clear: both;
}

#faders{
width: 280px;
height: 150px;
overflow: hidden;
position: absolute;
top: 40px;
margin-left: 680px;
}

#faders img{
position: absolute;
z-index: 101;
}

h1{
font: normal normal bold 26px/30px Arial, Helvetica, sans-serif;
margin: 10px;
}

h2{
font: normal normal bold 18px/24px Arial, Helvetica, sans-serif;
margin: 10px;
}

p{
margin: 10px;
}

label{
display: inline-block;
width: 100px;
}

a{
color: #00f;
}

a:hover{
color: #f00;
}

input{
width: 250px;
}

input.pcode{
width: 100px;
}

.centre{
text-align: center;
}

.clearboth{
clear: both;
}

ul.articles{
margin: 10px;
font: normal normal normal 10px/16px Arial, sans-serif;
}

ul.articles li{
float: left;
width: 290px;
list-style: none;
background: #e6e6e6;
margin: 4px 4px 4px 0;
padding: 0 0 0 10px;
}


