/* Stylesheet for Scotfairs.co.uk */
/* Written by Mark Riddell - Crieff Computer Services */
/* January 2007. All rights reserved */
body, p {
font-family: Verdana, Arial, Times New Roman;
font-size: 12px;
text-align: justify;
line-height: 1.2em;
padding: 0;
margin: 0;
}
h1 {
text-align: left;
font-size: 16px;
font-weight: bold;
color: #990000;
padding-bottom: 10px;
}
h2 {
font-size: 14px;
}
#pagemaster {
background-color: #990000;
padding: 0;
margin: 0;
}
#wrapper {
width: 850px;
border-left: solid 1px #000;
border-right: solid 1px #000;
padding: 0;
margin: 0;
background-color: #fff;
}
#header {
width: 850px;
}
/* ==========
   Navigation
   ========== */
#nav_container {
	width: 850px;
	padding: none;
	margin: none;
	height: auto;  /* Added*/
	color: #FFFFFF;
}
#navlist {
	border-bottom: 0px solid #000;  /* 1=> 0 */
	margin: 0;
	padding-left: 0px;
	background-color: #990000;
	height: 35px;
	vertical-align: inherit;
	padding-top: 10px;
}
#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#navlist a:link, #navlist a:visited {
	background-color: #990000;
	border: 0px solid #000;
	color: #FFFFFF;
	margin-right: 10px;
	padding: 0px 10px 2px 10px;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navlist a:link#current, #navlist a:visited#current {
	color: #FFFFFF;
	background-color: #333333;
	border-bottom: 0px solid #fff;
	border: 1px solid fff;
	padding-right: 10px;
}
#navlist li a:hover {
	color: #990000;
	background-color: #FFFFFF;
}
/* ========== */
#main {
width: 850px;
}
#footer {
width: 850px;
background-color: #ccc;
}
a:link, a:visited {
color: #666;
text-decoration: underline;
}
a:hover {
color: #990000; 
text-decoration: none;
}
.background {
background-color: #999;
}
a.calendar {
display: block;
width: 200px;
height: 150px;
background: url('images/image_template_calendar.jpg');
text-decoration: none;
overflow: hidden;
}
a:hover.calendar {
background: url('images/image_template_calendar_d.jpg');
/*background-position: 0 -150px; */
}
a.venues {
display: block;
width: 200px;
height: 287px;
background: url('images/image_template_venues.jpg');
text-decoration: none;
overflow: hidden;
}
a:hover.venues {
background: url('images/image_template_venues_d.jpg');
/* background-position: 0 -287px; */
}
a.info {
display: block;
width: 200px;
height: 150px;
/*background: url('images/3.jpg'); */
background: url('images/image_template_info.jpg');
text-decoration: none;
overflow: hidden;
}
a:hover.info {
/* background-position: 0 -150px; */
background: url('images/image_template_info_d.jpg');
}
.linespacing {
line-height: 2em;
}
.left {
text-align: left;
}
