@import url(menu.css);
@import url(shop.css);

html {
	height:100%;
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	font-size: 100%;
	height:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td p, td td, td td td {
	font-size: 100%;
}
/******************/

h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:0.8em;
	font-weight:bold;
	color:#999999;
}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-bottom:10px;
	padding:0;
	font-size:0.7em;
	font-weight:bold;
	color:#999999;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	padding:0;
	margin:0;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	padding:0;
	margin:0;
}

input {
	border: 1px solid #666666;
	color:#666666;
	font-size:0.9em;
}
select {
	border: 1px solid #666666;
	color:#666666;
}
textarea {
	font-family: Arial, helvetica, sans-serif;
	border: 1px solid #666666;
	color:#666666;
}

a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}

ul.standard li {
	font-size:0.7em;
}

ul#links {
	margin:0;
	padding:0;
	list-style-type:none;
}
#links li {
	font-size:0.7em;
}
#links li a {
	text-decoration:none;
	font-weight:normal;
}
#links li a:hover {
	text-decoration:underline;
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

#outerwrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:780px;
	min-height:100%;
	background-color:#ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-image:url(../../images/skye-a.gif);
	background-repeat:no-repeat;
	background-position:right -20px;
}
#leftborder {
	position:absolute;
	left:-7px;
	width:5px;
	height:100%;
	border-left:2px solid #ffffff;
}
#rightborder {
	position:absolute;
	left:781px;
	width:5px;
	height:100%;
	border-right:2px solid #ffffff;
}

#headerbar {
	height:65px;
	padding:20px 0 0 20px;
}

#headerimagebar {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0;
}

#titlebar {
	border-bottom:1px solid #cccccc;
}

#menuheadimage {
	float:left;
	padding:2px 5px;
	border-right:1px solid #cccccc;
}

#pagetitlebar {
	float:left;
	width:auto;
	padding:2px 5px;
}
#pagetitlebar p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:0.75em;
	color:#006699;
	font-weight:bold;
}

#menubar {
	float:left;
	width:150px;
	padding:2px 5px;
	border-right:1px solid #cccccc;
}

#contentdiv {
	float:left;
	width:450px;
	padding:20px 0 0 20px;
}
#contentdiv p {
	line-height:2em;
	margin-bottom:20px;
}

#footerbar{
	vertical-align:bottom;
	border-top:1px solid #cccccc;
}

.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
	font-size: xx-small;
}

.columnhead {
	background-color:#006699;
	color:#ffffff;
	font-weight:bold;
	padding:3px 5px;
	margin:7px 0;
}
.fieldlabel {
	font-weight: bold;
	font-size: 0.7em;
}

.sitemapline {
	padding-bottom:1em;
	font-size:0.7em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}

/* gallery styles */
.gallerypointer {
	font-size: xx-small;
}
.galleryimagetitle {
	text-align:center;
	font-weight:bold;
	font-size:0.9em;
	color:#666666;
	width:500px;
}
.galleryimage {
	text-align:center;
	padding:5px 0;
	width:500px;
}
.galleryimage img {
	border:none;
}
.galleryimagecaption {
	text-align:center;
	font-size:xx-small;
	font-style:italic;
	width:500px;
}
/******************/

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #cccccc;
}
.newsitem {
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #cccccc;
}
.newstitle {
	color: #999900;
	font-weight: bold;
	text-align: left;
	margin-right:2em;
}
.newsbody {
	padding-top:10px;
	padding-bottom: 15px;
}
.newsdate {
	color: #999900;
	font-style: italic;
	text-align: right;
}
/*******************/
