/* style */

body {
min-width: 630px;      
background-color: #fff;
text-align:left; 
font-family: verdana, arial, sans-serif; 
line-height: 140%;  
font-size: 80%;
color: #666; 
margin:10px 0;}

p {margin-top:0; margin-bottom:1em;}
h5 { color: #018B98; margin-top:0em;}
h4 { color: #018B98; margin-top:1em;}
h3 { color: #018B98; margin-top:1em;}
h2 { color: #018B98; margin-bottom:1em; line-height: 120%;  }
h1 {letter-spacing:4px; color: #018B98; margin-bottom:1em;}
a:link, a:visited, a:active {color: #03c; text-decoration:none;}
a:hover {color: #036; text-decoration:none;}
li {  margin-left:25px;}
.red  {color:#933;}
.cen {text-align: center }
.terms {font-size:smaller;}
.quote {font-style:italic; float:right;}
.i {font-style:italic;}
.b {font-weight:bold;}
.bold {font-weight:bold; color: #018B98;}
.border {border-width: 1px; border-style:outset; border-color: #036;}
.rover { background-color:#009AE7; color: #fff; width:288px; float:right; padding:2px; margin:4px; text-align:center; }
.traintimes { background-color:#018B98; color: #fff; width:285px; float:right; padding:2px; margin:4px; text-align:center; }
.railcard { background-color:#fff; color: #fff; width:102px; float:right; padding:2px; margin:4px; text-align:center; }
.trailways {color: #c33; background-image: url("../i/Cambrian_Trailways.jpg"); padding:2px; margin:4px; text-align:center; background-color:#F3D3BE;}
#bg {
margin-left: auto;
margin-right: auto;
border-width: 0px;
border-style:outset;
border-color: #333;
background-color: #fff; 
width:800px;
height:98%;}

/* positioning */
#header {
height:70px;
}
#block_1
	{
	float: left;
	width: 50%;
	margin-left: 25%;
	padding-right:10px;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 22%;
	margin-left: -75%;
	padding-left:10px;
	}
#block_3
	{
	float: left;
	width: 22%;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}

#foot {
clear:both;
padding:10px 0px 5px 0px;
font-size:.8em;
text-align:center;
background-color: #018B98;
color: #fff; 
margin-top: 10px;
border-top-width: 10px;
border-style:outset;
border-color: #fff;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
}


/* main-menu ========== */

.main-menu ul {
list-style:none;		/* removes bullets */
margin:0;
 padding:0px;
 border-width: 1px; border-style:outset; border-color: #036;
}

.main-menu li {
line-height:normal;
font-size:10pt;
 margin-left:0px;
}

a.menu  {color: #fff;  font-size:11pt; padding:1px;}
a.menu:hover {color: #036; font-size:11pt; padding:1px;}

.main-menu li a {
display:block;
padding:3px 4px 3px 25px;	/* the last number (16px) must be big enough to accomodate the width of your rollover image */
margin-bottom:0px;
/* you can change background color of button here (#ddd). the pixel measurement (3px) is x-axis of your rollover image */
background: #018B98 url(../i/g.gif) 3px 50% no-repeat;
color:#FEEE75;	/* color of button text */
text-decoration:none;
}

/* nasty hack for IE/pc (you must leave all of this in including comments)*/
/* hide from Mac IE \*/
* html #main-menu li a {
height:1%;
}
/* end hack */

/* the magic bit */
.main-menu li a:hover {
/* this line MUST be the same as the one above except with your rollover image in it instead */
background:#FEEE75 url(../i/g2.gif) 3px 50% no-repeat; font-family: Verdana, Arial, Helvetica, sans-serif; color: #036;  text-decoration: none; 		
}
