/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */

body {
margin: 0 auto;
padding: 0;
font: 0.8em Helvetica;
background: #254061 repeat-x;
}
#wrap {
background: #ffffff;
color: #000000;
border: #254061 0px solid;
margin: 0 auto;
width: 960px;
height: auto;
behavior: url(http://www.atthehollows.co.uk/discounts/csshover2.htc);
}

#header{
padding: 0px 0px 0px 0px;
margin: 0px 0px -5px 0px;
}


#menu{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-top: 0;
}

#menu ul{
padding:0;
margin:0;
}

#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
}

#menu li a{
width: 158px;
height: 40px;
display: block;
float: left;
font: 1.1em Helvetica;
font-weight: bold;
text-decoration: none;
text-align: center;
line-height: 40px;
background-color: #C0C0C0;
color: #003366;
border-right: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
}

#menu li a:hover{
background-color: #FFCC00;
}

#menu ul ul{
position: absolute;
font: 0.9em Helvetica;
top: 40px;
width: 158px;
visibility: hidden;
}

.random{
visibility:visible;
}

#extras {
font: 0.8em Helvetica;
height: auto;
width: 250px;
float: right;
margin: 0px 0px 10px 0px;
padding: 20px;
line-height: 1.6em;
text-align: justify;
}

#content {
font: 1.2em Helvetica;
font-weight: bold;
height: auto;
width: 570px;
margin: 2em 100px 0 50px;
border-collapse: separate;
border-spacing: 10px;
line-height: 1.2em;
align: left;
}

#footer {
font: 0.9em Helvetica;
line-height: 1.4em;
border: #c8c8c8 0px solid;
padding: 10px 0px 10px 0px;
width: 960px;
background: #E8A317 repeat-x;
margin: 0 auto;
}

h1 {
font: 1.5em Helvetica;
font-weight: bold;
text-align: center;
width: 600px;
margin: 2em 0px 5px 30px;
padding: 0px 10px 3px 10px;
}

h2 {
font: 1.2em Helvetica;
font-weight: bold;
line-height: 1.2em;
}

h3 {
font: 1.1em Helvetica;
line-height: 1.2em;
}

h4 {
font: 1.0em Helvetica;
line-height: 1.2em;
}

h5 {
font: 1.0em Helvetica;
line-height: 1.2em;
}

a {
text-decoration: none;
color: #151B8D;

}

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

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}