/* CSS Document */
<!-- 
body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#C2AF8E; /*lighter colour is #6D92A2*/
		/*
    background-image:url(../images/background.jpg);
    background-repeat:repeat;
    */
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: Arial,Helvetica,sans-serif;
    text-align:center;
    color: #003333;
}
  #fixed {
   margin:0 auto;
   width:790px;   /* you can use px, em or % */
   text-align:left;
   background: transparent;
  }
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background: transparent;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#nav {
  background-color:#6D92A2;
  border: none;
  color:#FFFFFF;
  font-size:0.9em;
  padding:3px;
  vertical-align:middle;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  height: 165px;
  }
  #nav img{
  margin: 0;
  border: 1px solid #FFFFFF;
  }
  #nav ul {
  border:medium none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding: 0 0 0 1px;
  }
  #nav ul li {
  display:inline;
  margin:0;
  padding:0;
  }
  #nav li a {
    display:block;
    width:190px;
    height:160px;
    background:top left no-repeat;
    text-decoration:none;
    border: 1px solid #FFFFFF;
    float: left;
    margin-right: 3px;
  }
  #nav a:link, #nav a:visited {
  /*border:0 none;*/
  color:#FFFFFF;
  padding:0;
  text-decoration:none;
  }
  #nav a:hover {
  color:#FF9933;
background-color:#365b61;
  text-decoration:none;
  }
  #nav li a.home { background-image:url(../images/home_1.jpg); }
  #nav li a.products { background-image:url(../images/what_we_sell_2.jpg); }
  #nav li a.shows { background-image:url(../images/where_to_find_us_1.jpg); }
  #nav li a.contact { background-image:url(../images/contact_us_2.jpg); }
  #nav li a span { visibility:hidden; }
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.col1 {
		border: 1px solid #000033;
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width: 780px;
		background-color: #003333;
    color: #FFFFFF;
    margin-top: 7px;
    padding: 5px;
	}
	#footer p img{
		padding:0;
		margin:0;
		border: none;
	}
#heading_green h2{
color:#8CC63F;
font-size:18px;
}
#banner, #banner p, #banner p img{
padding: 0;
margin: 0;
}
#banner{
  background-color: #003333;
  color: #FFFFFF;
  height: 75px;
  margin-bottom: 7px;
  padding: 10px;
}
#banner p{
float: left;
width: 300px;
font-size: 25px;
font-weight: bold;
}
#banner p.strapline{
float: right;
width: 400px;
text-align: right;
}
#about p img.right{
float: right;
margin: 25px 0 0 27px;
}
p.orange_box{
background-color: #FFCC33;
padding: 20px 5px 20px 10px;
font-weight: bold;
}
.clear{
clear: both;
}
h6{
color: #990000;
font-size: 12px;
font-weight: bold;
}
#about h2{
clear: right;
font-size: 110%;
padding: 0 0 0 50px;
}
#subscribe a{
font-size: 120%;
color: #63A8AF;
}
#subscribe a:hover {
color:#FF9900;
text-decoration:none;
}
#nav ul li.currentpage a{
color: #FF9933;
}
label.error, p.error{
color: #FF0000;
width: 100%;
text-align: left;
}
/*
#about p img{
float: right;
margin: 50px 0 0 27px;
}
*/
#about p{
padding: 0 50px 10px 50px;
}
#about h1{
padding: 0 0 25px 50px;
}
#events{
float: right;
width: 500px;
font-weight: bold;
}
#events p{
float: left;
width: 300px;
}
#events p.date{
clear: left;
float: left;
width: 200px;
}
.clear{
clear: both;
}
#picture{
float: left;
width: 250px;
}
#products ul, #products li{
list-style-type: none;
}
#products li{
float: left;
width: 200px;
text-align: center;
display: block;
}
#products li p a{
text-decoration: none;
}
#products li p a:hover{
background-color: #FFFFFF;
color: #FF9933;
}
#products img{
border: none;
}
img#painting {
clear: right;
float: none;
margin: 0;
}
.description{
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
}
#footer a{
text-decoration: none;
color: #FFFFFF;
margin: 0 10px 0 10px;
}
/*GALLERY*/
.gallery{
	width: 100%;
}
.gallery h2, .gallery p{
  padding: 0 0 0 25px;
}
.gallery_image_box, .gallery_image_box_normal{
  float: left;
  width: 262px;
  max-height: 450px;
  text-align: center;
}
.gallery_image_box_wide{
  float: left;
  width: 524px;
  max-height: 450px;
  text-align: center;
}
.gallery_image_box_left{
  float: left;
  width: 378px;
  max-height: 450px;
  text-align: center;
margin-right: 15px;
}
.gallery_image_box_right{
  float: left;
  width: 378px;
  max-height: 450px;
  text-align: center;
  margin-left: 15px;
}
.gallery_image_box_tall{
  float: left;
  width: 262px;
  max-height: 450px;
  text-align: center;
}
.gallery_image_box_left_wide{
  float: left;
  width: 420px;
  max-height: 450px;
  text-align: center;
  margin-left: 70px;
}
.gallery_image_box_right_narrow{
  float: left;
  width: 232px;
  max-height: 450px;
  text-align: center;
margin-right: 30px;
}
.gallery_image_box_centre{
  float: left;
  width: 100%;
  max-height: 450px;
  text-align: center;
}
.gallery_image_box p, .gallery_image_box_wide p, .gallery_image_box_tall p{
  padding: 0;
}
.gallery_image_centre{
float: none;
border: none;
}
.gallery_image, .gallery_image_normal{
  width: 262px;
  height: 182px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.gallery_image_wide{
  width: 524px;
  height: 207px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.gallery_image_left{
  width: 378px;
  height: 207px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.gallery_image_right{
  width: 378px;
  height: 207px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.gallery_image_tall{
  width: 262px;
  height: 207px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.gallery_image img, .gallery_image_wide img, .gallery_image_tall img, .gallery_image_left img, .gallery_image_right img, .gallery_image_left_wide img, .gallery_image_right_narrow img, .gallery_image_centre img{
  border: none;
}
.gallery_image a, .gallery_image_wide a, .gallery_image_tall a{
  text-decoration: none;
  background-color: #FFFFFF;
}
ul, li{
margin: 0;
padding: 0;
}
#about ul{
  margin: 20px 0 0 50px;
}
#about p.right{
float: right;
width: 225px;
text-align: center;
}
/*form layout*/
fieldset {  
  float: left;  
  clear: left;  
  width: 99%;  
  margin: 0 0 1.5em 0;  
  padding: 0;
  border: none;
}
legend {
  margin-left: 1em;
  color: #000000;
  font-weight: bold;
}
fieldset ol {
  padding: 1em 1em 0 1em;
  list-style: none;
}
fieldset li {
  clear: left;
  padding-bottom: 1em;
}
fieldset.submit {  
  float: none;  
  width: 485px;  
  border: 0 none #FFF;  
  /*padding-left: 400px;*/
  text-align: right;
}
label {
  clear: left;
  float: left;  
  width: 150px;  
  margin-right: 1em;  
  text-align: right;
  font-weight: bold;
}
form{
  /*margin-top: 1.5em;*/
}
input.text{
  width: 300px;
}
textarea.text{
  width: 300px;
  height: 100px;
}
input.submit{
  cursor: pointer;
  background-color: #003333;
  color: #FFFFFF;
  border: none;
  height: 25px;
}
input.indent{
margin-left: 167px;
}
form p.verification{
  margin-left: 11em;
}
label.error{
  color: #FF0000;
  width: 100%;
  text-align: left;
  margin-left: 170px;
}
label span{
  color: #FF0000;
}
--> 
#left_panel{
float: left;
width: 524px;
}
#right_panel{
float: left;
width: 262px;
}
.center{
text-align: center;
}
h1#strapline{
font-size: 26px;
}
#banner p span{
font-size: 18px;
}
li.sortableList {float: left;}
.narrative{
  height: auto;
  min-height: 300px;
}
.narrative .gallery_image{
  height: auto;
}