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

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

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

#menu{
padding:0;
margin: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;
}

#avmenu {
clear: left;
float: left;
width: 170px;
height: 500px;
margin: 0 0 10px 0;
padding: 10px 0 0 0;
font: Helvetica;
font-size: 0.8em;
}

#avmenu ul {	
list-style: none;
width: 170px;
margin: 0 0 10px 0;
background: #FFFFFF;
padding: 0px;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 6px 0 0 10px;
background: #5E7D7E;
border-left: 0px #2e2e2e solid;
}

#reviewcontent {
margin: 0 30px 20px 30px;
padding: 0 30px 0 50px;
height: auto;
line-height: 1.6em;
text-align: left;}

#banner {
width: 960px
height: auto
line-height: 1.4em;
}

#footer {
font: Helvetica;
font-size: 0.9em;
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: 0em 200px 20px 150px;
padding: 20px 20px 0 30px;
}

h2 {
font: 1.0em Helvetica;
text-align: center;
margin: 0 50px 20px 70px;
padding: 0 30px 0 30px;
height: auto;
width: 750px;
line-height: 1.6em;
}

h3 {
font: 1.1em Helvetica;
font-weight: bold;
}

a {
text-decoration: none;
color: #2E6A9B;

}

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

.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;
}