﻿@charset "utf-8";
/* CSS Document */

/* reset declaration */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

/* general parameters */
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}

.imagelink {
	border-width: 0px;
}



/* screen colour */
body {
	margin: 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	background-color: #FFF;
	text-align: center;;
}

/* web page wrapper */
#wrapper {
	width:100%;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}



/* Header */
#Header {
	width: 100%;
	height: 125px;
	background-color: #FFF;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	border: none;
	position: relative;
}

#Header_Left {
	position: absolute;
	left: 10px;
	width: 200px;
	height: 100px;
}
		
#Header_Center {
	position: relative;
	top: 5px;
	left: 320px;
	width: 30%;
	text-align: left;
		}
		
#Header_Right {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 300px;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#logo {
}

#logo2 {
}

#HeaderStoreName {
	text-align: left;
	font-size: 2em;
	font-weight: bold;
}
		
#HeaderStoreDescription {
			text-align: left;
			font-size: 18px;
			margin-top: -5px;
}
		
#HeaderRight .tagLine {
			font-size: 40px;
}
		
#HeaderRight .tagLineSmall {
			font-size: 18px;
			margin-top: -5px;
}

#storesearch {
	font-size: 14px;
	height: 25px;
	text-align: right;
	color: #000;
}

#storesearch a:link, #storesearch a:visited {
	color: #00F;
}

#storesearch a:hover {
	color: #F00;
}

/* top navigation */
#header-navigation {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	height: 1%;
	font-size: 18px;
	color: white;
	background-color: #CA3A73;
}

#header-navigation ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
 }
 
#header-navigation li {
  display: inline;
}

#header-navigation a:link, #header-navigation a:visited {
	text-decoration: none;
	background-color: #CA3A73;
	color: white;
}

#header-navigation a:hover {
  text-decoration: none;
  background-color: blue;
  color: yellow;
}

/* container includes content area and side columns - required for equal length columns */
#container {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	background-image: url("../images/leftborder2.gif");
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
}

/* includes content area and side columns */
div#column1 {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/rightborder2.gif");
	background-repeat: repeat-y;
	width: 100%;
}

/* left side bar */
div#navcol {
	padding: 10px;
	width: 140px;
	float: left;
}

/* left side navigation heading */
#navigation_heading {
	background-color:#3D3833;
	color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-size:large;
}

/* left side navigation links */
#nav {
  list-style: none;
  margin: 0;
  padding:  0;
}
#nav li {
	border-bottom: 1px solid #b9d2e3;
	padding: 0.4em 0 0.2em 0;
	font-size:  large;
	color: #069;
}
#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: blue;
  font-weight: normal;
}

#nav li a:hover {
  text-decoration: none;
  color: red;
  font-weight: normal;
}

/* right side bar */
div#sidecol {
	padding: 10px;
	width: 140px;
	float: right;
}

#sidecol h4 {
  color: red;
  font-size: 100%;
  font-weight: bold;
}

#adobe {
}

/* right side bar links  */
#link_heading {
	background-color:#3D3833;
	color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-size:large;
}

#link {
  list-style: none;
  margin: 0;
  padding:  0;
}
#link li {
  border-bottom: 1px solid #b9d2e3;
  padding: 0.4em 0 0.2em 0;
  font-size:  90%;
}
#link li a:link, #link li a:visited {
  text-decoration: underline;
  color: blue;
  font-weight: normal;
}

#link li a:hover {
  text-decoration: none;
  color: red;
  font-weight: normal;
}

/* content area */
div#main {
	padding: 10px;
	margin-left: 160px;
	margin-right: 160px;
	text-align: left;
}
#main img {
	float: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}



#main .strong {
	font-weight: bold;
}
#main .storehead {
	font-size: large;
	font-weight: bold;
	color: #336699;
}



/* content heading */
#content_heading {
	background-color:#3D3833;
	color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-size:large;
	text-align: center;
}

#InContext {
	background-color:#3D3833;
	color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-size:large;
	text-align: center;
}

.picturecentre {
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
	position: relative;
}

/* clear class to ensure all columns are of equal length */
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* footer area */
#footer {
	width: 100%;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	margin-top: 0px;
	clear: both;
	background-color: #FFF;
}
#footer p {
  font-size: 90%;
  color: #256290;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}

/* footer navigation */
#navfooter {
	background-color:#CA3A73;
}

#navfooter ul {
	margin: 0;
	padding: 0;
	padding: 0 30px 0 0;
	text-align: center;
}
#navfooter li {
	display: inline;
	background-color: #CA3A73;
	color: white;
}
#navfooter a:link, #navfooter a:visited {
	text-decoration: none;
	background-color: #CA3A73;
	color: white;
}

#navfooter a:hover {
  text-decoration: none;
  background-color: blue;
  color: yellow;
}

/* Company details */
#footercentre {
	font-size: 12px;
	color: #09F;
	text-align: center;
}

/* Copyright and designed by */
#footerleft {
	font-size: 10px;
	color: #09F;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #b9d2e3;
	border-top: 1px solid #b9d2e3;
	height: 1%;
}

#footertagright {
	float: right;
}

#footerleft a:link, #footerleft a:visited {color:#0000FF}
#footerleft a:hover {color:#FF0000}


/* table properties */
table,td,th{
	border:1px solid #000;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
td,th{
	padding:0.2em 0.1em 0.2em 0.1em;
	vertical-align:top;
	font-weight:normal;
}

thead{
	text-transform:uppercase;
	background:#666;
	color:#fff;
}

thead th{
	text-transform:uppercase;
	background:#666;
	color:#fff;
}

th{
	text-transform:uppercase;
	background:#666;
	color:#fff;
}

tbody td{
	background:#eee;
}
tbody th{
	background:#999;
}
tbody tr.odd td{
	background:#ccc;
}
tbody tr.odd th{
	background:#ccc;
}
caption{
	text-align:left;
	font-size:140%;
	text-transform:uppercase;
	letter-spacing:-1px;
}
table th a:link{
	color:#030;
}
table th a:visited{
	color:#003;
}
table td a:link{
	color:#0000FF;
}
table td a:visited{
	color:#0000FF;
}

table td a:hover{
	color:#FF0000;
}

table a:hover{
	text-decoration:none;
	color:#FF0000;
}
table a:active{
	color:#000;
}

table.councillors {
	clear:right;
	width:100%;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



