/* GENERIC */
*{
	margin:0;
	padding:0;
}
html{
	overflow-y:scroll;
}
body{
  margin:0;
	color:#c2c2c2;
	background:#000000 url('images/back.png') repeat fixed;
	font-family:"Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size:85%;
	text-align:center;
}
hr{
	color:#ffffff;
	background-color:#ffffff;
	border:0;
	padding:0;
	margin:5px 0 5px 0;
	height:1px;
}
strong{
	font-weight:bold;
	font-size:130%;
}
h1, h2, h3, h4, h5, h6{
	margin:0 0 5px 0;
	font-weight:bold;
	color:#ffffff;
}
h1{
  font-size:200%;
}
h2{
	margin:15px 0 5px 0;
  font-size:200%;
}
h3{
	margin:15px 0 5px 0;
  font-size:120%;
}
p{
  margin:6px 0;
}
hr{
  margin:20px 0;
}
img{
  border:0;
}
.photo{
	border:1px solid #ffffff;
}
.left{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.right{
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}
* html img{
  /* make IE6 do PNGs */
  behavior:url("images/png.htc");
}

/* Links */
a:link{
  color:#797979; /* grey */
}
a:visited{
  color:#ffffff; /* white */
}
a:hover{
  color:#8a1a16; /* red */
}
a:active{
  color:#8a1a16; /* red */
  text-decoration:none;
}


/* Layout */
div#container{
	width:740px;
	margin:10px auto;
	text-align:left;
}
div#headerCont{
	margin:8px 0;
}
div#header{
	padding:10px;
	text-align:center;
}
div#contentCont{
	margin:0;
	border-top:1px solid #797979;
	background:#000000 url('images/back_content.png') repeat fixed;
}
div#contentCont div.indexCont{
/* index only */
	background-image:url("images/index_photo.png");
	background-repeat:no-repeat !important;
	background-attachment:scroll !important;
	background-position:0px 0px;
}
* html div#contentCont div.indexCont{
	background-image:url("images/index_photo_ie6.png");
	background-repeat:no-repeat !important;
	background-attachment:scroll !important;
	background-position:14px 0px;
}
div#content{
	padding:20px;
	min-height:311px;
	text-align:justify;
	width:530px;
  margin-left:160px;
}
* html div#content{
/* Peekaboo. Bye-bye. */
  display:inline-block;
  height:311px;
}
div#content.index{
/* index content only */
	height:370px;
	min-height:370px;
	width:545px;
	padding:15px;
  behavior:url("images/png.htc");
}
div#content.index div{
	height:100%;
	width:224px;
	float:right;
	padding-bottom:5px;
}
div#menu{
	float:left;
	margin:50px 0 0 0;
	width:160px;
	height:170px;
	border:1px solid #797979;
	border-width:1px 1px 1px 0px;
	background-image:url("images/menu.png");
	background-repeat:no-repeat;
  behavior:url("images/png.htc");
}
* html div#menu{
/* Allow crest to descend menu */
	overflow:hidden;
}
div#menu img{
  position:relative;
  top:30px;
  left:30px;
}
div#footer{
	clear:both;
  padding-top:5px;
  margin-bottom:30px;
  border-top:1px solid #797979;
  font-size:0.7em;
  color:#797979;
}
div#footerL{
	float:left;
	text-align:left;
	width:39%;
}
div#footerR{
	float:right;
	text-align:right;
	width:59%;
	font-size:1.5em;
  font-weight:bold !important;
  color:#c2c2c2;
}
div#footerR a{
  text-decoration:none !important;
  color:#c2c2c2 !important;
}

/* Menu Nevigation */
ul#nav{
	margin:3px 0 0 0;
	padding:0;
	color:#ffffff;
  list-style:disc inside;
  list-style-image:url("images/bullet.png");
	text-align:left;
	width:140px;
}
ul#nav li{
	margin-left:5px;
	padding:5px 5px 5px 0;
	border-bottom:1px solid #4e4e4e;
}
ul#nav li:hover{
  list-style-image:url("images/bullet-red.png");
  padding-left:5px;
  color:#8a1a16 !important;
}
ul#nav li:hover a{
	font-weight:bold;
  color:#8a1a16 !important;
}
ul#nav li.last{
	border-bottom:none !important;
}
ul#nav li.current a{
	font-weight:bold;
}

/* Form */
fieldset#contactForm{
	width:auto;
	padding:10px;
	border:1px solid #4e4e4e;
}
* html fieldset{
  width:450px;
}
fieldset#contactDetails,fieldset#requirements{
  margin:4px 0;
  padding:10px;
	border:1px solid #4e4e4e;
}
legend{
	padding:0 5px;
	font-weight:bold;
	color:#4e4e4e;
}
label{
	font-weight:bold;
}
input.text, textarea{
	width:100%;
	border:1px solid #ffffff;
	background:#000000 url('images/back_forms.png') repeat fixed;
	font-family:"Arial", "Tahoma", "MS Sans Serif", sans-serif;
	color:#ffffff;
	margin-bottom:5px;
	padding:2px;
	width:485px;
}
textarea{
	margin-top:5px;
}
button{
	margin-top:15px;
	margin-left:212px;
	border:1px solid #ffffff;
	background-color:#000000;
	font-weight:bold;
	color:#ffffff;
}
.attention{
  color:#8a1a16;
}
/* Testamonials */
.testimonial-image{
  display:block;
  margin-bottom:10px;
  border:1px solid #c2c2c2;
}
blockquote{
  margin:0 25px;
  font-style:italic;
}
cite{
  display:block;
  margin:5px 0 0 40px;
  font-style:normal;
}
#galleryPhotoCont{
  margin-left:50px;
  width:452px !important;
  display:block;
}
#galleryPhoto{
  background-image:url("gallery/loading.jpg");
  border:1px solid #ffffff;
  width:450px !important;
  height:300px !important;
  display:block;
}
#galleryPhotoCaption{
  display:block;
  width:450px !important;
  text-align:center;
}
.galleryThumb{
  margin:0px 2px;
}
.galleryThumb img{
  border:1px solid #ffffff;
}
#galleryCollections{
  margin-top:30px;
  overflow:hidden;
  width:auto;
  height:auto;
  white-space:nowrap;
}
.sets{
  display:inline;
  display:inline-block;
  background-color:#131313;
  padding:3px;
}
/* IE 6/7's dodgy inline-block */
* html .sets{
  display:inline;
}
*:first-child+html .sets{
  display:inline;
}
.currentset{
  background-color:#252525;
  font-weight:bold;
}
#galleryReel{
  /*margin-top:20px;*/ /* only needed when we have no sets to chose from */
  overflow-y:hidden;
  overflow-x:scroll;
  background-color:#252525;
  width:auto;
  height:auto;
  white-space:nowrap;
  padding:4px 2px;
}
* html #galleryReel{
  width:530px;
}