/*
-----------------------------------------------
Site Title
Author:   Tim Anderson-Bonsor
Version:  Date V1.0
----------------------------------------------- */

/* =Global Structure
----------------------------------------------- */
body,
html {
 background: fixed #fff url(../images/bg.jpg) 50% -20px no-repeat;
 padding: 10px 0;
 font: 14px/22px Georgia;
 color: #333;
}
#container {
 margin: 0 auto;
 width: 898px;
 padding: 15px;
}
#interior {
 background: #fff;
 border: 1px solid #ddd;
 
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 
 box-shadow: 0 0 21px rgba(0,0,0,.2);
 -moz-box-shadow: 0 0 21px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 0 31px rgba(0,0,0,.2);
}
img {
 border: 0;
}
:focus {
 -moz-outline-style: none;
}
hr {
 border: 0;
 background: #000;
 color: #000;
 height: 1px;
 overflow: hidden;
}
strong {
 font-weight: bold;
}
em {
 font-style: italic;
}
p,
ul {
 margin-bottom: 1em;
 line-height: 1.6em;
}
blockquote {
 font-size: 20px;
 font-style: italic;
 margin-bottom: 30px;
}
a {
 color: #003150;
 text-decoration: none;
 border-bottom: 1px dotted #ccc;
}
/* =General Classes
----------------------------------------------- */
#biglist {
 padding-left: 20px;
 border-left: 4px solid #ccc;
 float: left;
 font-size: .9em;
 margin-top: 2em;
}
.bright {
 color: #fda032;
}
span.divider {
 padding: 0 5px;
}
.image-replace,
.image-replace a {
 text-indent: -9999px;
 display: block;
 font-size: 1px;
 text-decoration: none;
 border: 0;
}
.align-right {
 text-align: right;
}
.clearer {
 display: block;
 font-size: 1px;
 height: 1px;
 overflow: hidden;
 line-height: 0;
 clear: both;
 float: none;
}
.rounded {
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
}
.caption-link {
 font-size: 11px; 
 background: #fafafa;
 text-align: center;
 display: block;
}
/* =Leftbar Structure
----------------------------------------------- */
.info #content,
.where #content {
 padding: 40px;
}
#content .left {
 float: left;
 width: 540px;
}
.where .left form {
 color: #fff;
 text-align: center;
 padding: 10px;
 margin: 2em 0 2em;
 border: 1px solid #222;
 font-size: 22px;
 padding: 1em;
 line-height: 1em;
 background: #44403d;
 
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 
 box-shadow: 0 0 10px #ccc;
 -moz-box-shadow: 0 0 10px #ccc;
 -webkit-box-shadow: 0 0 10px #ccc;
}
.where .left form p {
 color: #fda032;
 margin: 0;
}
.where .left form select {
position: relative;
top: -2px;
}
.where .left h3 {
 font-size: 20px;
 clear: both;
 margin-bottom: 1.5em;
}
.where .left p + h3 {
 margin-top: 2.5em;
}
.where .left p {
 color: #666;
 margin-bottom: 1.5em;
}
.stockist-list + h3 {
 clear: both;
 margin-top: 2em;
 float: left;
 width: 100%;
}
.stockist-list li {
 margin-bottom: .6em;
 border-bottom: 1px dotted #ccc;
 padding-bottom: .4em;
 color: #666;
 width: 45%;
 float: left;
 margin-right: 5%;
}
.stockist-list li strong,
.where .left h4 {
 font-weight: normal;
 color: #222;
 text-transform: uppercase;
 display: block;
}
.stockist-list h5 {
 font-weight: normal;
 text-transform: uppercase;
 color: #fda032;
}
.where .left h4 {
 margin: 10px 0 5px;
}
#sash {
background: url(../images/stones.jpg) 0 100% no-repeat;
height: 78px;
clear: both;
}
#sash a {
border: 0;
}
#sash img {
 position: relative;
 left: -8px;
 top: -10px;
 -webkit-box-shadow: 0 5px 7px rgba(0,0,0,.3);
 z-index: 10;
}
/* =Rightbar Structure
----------------------------------------------- */
#content .right {
 float: right;
 width: 200px;
 font-size: .9em;
 color: #666;
}
/* =Catalogue
----------------------------------------------- */
.catalogue #content {
 padding: 0 0 40px;
}
  .catalogue #content .left {
   width: 300px;
   padding: 40px 0 0 70px;
  }
  .catalogue #content .left img {
   border: 2px solid #fff;
   
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
   
   box-shadow: 0 0 10px #bbb;
   -moz-box-shadow: 0 0 10px #bbb;
   -webkit-box-shadow: 0 0 10px #bbb;
  }
  .catalogue #content .right {
   width: 463px;
   padding: 30px 0 0 50px;
  }
.catalogue h1,
.catalogue h2,
.catalogue p {
  text-align: center;
  letter-spacing: -.05em;
}
 .catalogue .right p {
  clear: both;
  margin-right: 90px;
  font-style: italic;
 }
 p.image-desc {
  	line-height: 1.3em;
  	padding: 7px 30px;
  	margin: 0;
  	font-size: 12px;
  	background: url(../images/bg-black-40.png);
  	background: rgba(0,0,0,.4);
  	color: #fff;
  	display: block;
  	text-shadow: 1px 1px 0 rgba(0,0,0,.4);
  }
 .catalogue h1 {
  font-family: 'BaskervilleUpright', sans-serif;
  margin: .8em 90px .4em 0;
  text-transform: uppercase;
  font-size: 22px;
 }
 .catalogue h2 {
  font-family: 'BaskervilleUpright', sans-serif;
  margin: 13px 90px 2em 0;
  text-transform: uppercase;
  font-size: 13px;
 }
 .catalogue h2 a {
  border: 0;
 }
#catalogue-thumbs li {
float: left;
margin: 0 30px 35px 0;
border: 1px solid #fff;

-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;

box-shadow: 0 0 10px #bbb;
-moz-box-shadow: 0 0 10px #bbb;
-webkit-box-shadow: 0 0 10px #bbb;
}
#catalogue-thumbs li.selected {
border: 1px solid  #fda032;
}
#catalogue-thumbs li img {
float: left;
}
/* =Header
----------------------------------------------- */
#header {
}
.banner {
 position: relative;
 width: 896px;
 height: 211px;
}
.banner img {
 position: absolute;
 z-index: 1;
}
.banner h3 {
 position: absolute;
 z-index: 2;
 text-align: center;
 width: 40%;
 right: 10%;
 top: 32%;
 color: white;
 font-size: 38px;
 line-height: 1em;
 text-shadow: 0 1px 1px rgba(0,0,0,.4);
 border: 0;
}
.banner h3 small {
 font-size: 18px;
 text-transform: uppercase;
 color: #fda032; 
}
#logo a {
background: #002d4f url(../images/blazer.png) 50% 50% no-repeat;
padding: 45px 0;
float: left;
width: 100%;
}

/* =Footer
----------------------------------------------- */
#footer {
 margin-top: 10px;
}
#footer,
#footer a {
 color: #555;
 font-size: 12px;
 font-family: 'BaskervilleUpright', sans-serif;
 text-transform: uppercase;
 text-decoration: none;
 border: 0;
}
#footer li {
 padding: 0 5px;
}
/* =Titles
----------------------------------------------- */
h1 {
 font-size: 30px;
 color: #003150;
 margin-bottom: 1em;
}
h2 {
 font-size: 22px;
 color: #003150;
 margin-bottom: 1em;
 margin-top: 2em;
}
h3 {
 font-size: 14px;
 color: #003150;
 margin-bottom: .6em;
 border-bottom: 1px dotted #ccc;
 padding-bottom: .4em;
}
  ul + h3 {
   margin-top: 2em;
  }
  .right p + h3 {
   margin-top: 2em;
  }
/* =Navigation + =Links
----------------------------------------------- */
#navigation.centered-list {
	background: #d8d9d7 url(../images/bg-nav.png) 0 100% repeat-x;
	padding: 8px 0;
	width: 900px;
	position: relative;
	left: -2px;
	border-bottom: 1px solid #ccc;

 box-shadow: 0 0 7px rgba(0,0,0,.18);
 -moz-box-shadow: 0 0 7px rgba(0,0,0,.18);	
 -webkit-box-shadow: 0 0 7px rgba(0,0,0,.18);
}
#navigation ul li {
 padding: 0 17px;
}
#navigation ul li a {
 font-size: 16px;
 text-transform: uppercase;
 text-decoration: none;
 color: #003150;
 border: 0;
 text-shadow: 0 -1px 0 #eee;
}
#navigation ul li.selected a {
 text-shadow: 0 0 6px #fafafa;
 color: #777;
}
#navigation ul li a:hover {
 color: #fda032;
 text-shadow: 0 0 6px #ccc;
}
/* =Tables
----------------------------------------------- */
/* =Lists
----------------------------------------------- */
.faq-list li {
margin-bottom: 2em;
}
.faq-list li h3 {
font-size: 1.5em;
}
.slideshow {
 float: left;
}
.centered-list {
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.centered-list ul {
	text-align: center;
	margin-bottom: 0;
	}
.centered-list ul li {
 text-align: center;
	display: inline;
}
.bullet li {
list-style-type: circle;
margin-left: 1.3em;
margin-bottom: 0;
}
/* =Forms
----------------------------------------------- */
form {
 margin-bottom: 2em;
}
form p {
 width: 48%;
 float: left;
}
.required {
 color: #fda032;
 font-size: .7em;
 padding-left: 1em;
 float: right;
}
p.form-right {
 width: 48%;
 float: right;
}
p.form-full {
 width: 100%;
 float: none;
 clear: both;
}
input[type=text],
textarea {
 width: 100%;
 border: 1px solid #ddd;
 border-right: 1px solid #eee;
 border-bottom: 1px solid #eee;
 background: #fafafa;
 font-size: 14px;
 padding: 3px 0;
 
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px;
}
input[type=submit] {
 background:  #003150;
 color: #fff;
 padding: 4px 15px;
 border: 1px solid #eee;
 text-transform: capitalize;
 
 box-shadow: 0 0 10px #ccc;
 -moz-box-shadow: 0 0 10px #ccc;
 -webkit-box-shadow: 0 0 10px #aaa;
 
}

select {
 width: 100%;
}
select.selector {
 width: auto;
}
textarea {
 height: 100px;
}
/* =Misc and =Redundant
----------------------------------------------- */
/* =End
----------------------------------------------- */
   .clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
     }
.slide-show {
 position: relative;
 float: left;
 width: 224px;
 height:560px;
}
.slide-show .slide {
 display: none;
 position:absolute
}
.slide-show .slide.first, .slide img {
 display: block
}