/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    paul howie
email:     phowie@bluegreendesign.com
website:   http://www.bluegreendesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
body {
	background-color: #000;
	position: relative;
	margin: 0;
	padding: 0;
}
.thumbPicDk {
	border: 3px solid #FC3;
}
.galleryThumb {
	margin: 0 4px;
}
/* =Typography
-----------------------------------------------------------------------------*/
.tCentre { text-align: center; }
.tRight { text-align: right; }
.tBlock { display: block; }
.imgLeft { float: left; margin-right: 10px; }
.imgRight { float: right; margin-left: 10px; }
/* =Headings
-----------------------------------------------------------------------------*/
.container h1 { font-size: 36px; }
.container h1, .container h2, .container h3, .container h4 { color: #FC3;}
.container h3.strapline, .container h4.strapline { color: #FFF; }
/* =Links
-----------------------------------------------------------------------------*/
.container a,
.container a:link,
.container a:visited {
	font-weight: bold;
	color: #FC3;
	text-decoration: none;
	display: inline;
}
.container a:hover {
	color: #F93;
	text-decoration: underline;
}
/* =Branding
-----------------------------------------------------------------------------*/
#mastHead {
	position: absolute;
	top: 5px;
	height: 150px;
	width: 930px;
}
#mastHead h3 {padding-top: 90px;}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	width: 930px;
	height: 24px;
	margin: 0 0 0 9px;
	padding: 11px 0 0 0;
	list-style-type: none;
	position: absolute;
	top: 169px;
	background: url(/images/template/menuBgrnd.png) repeat;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	overflow: hidden;
}
#mainNav li { display: inline; }
#mainNav li a {
	padding: 0;
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
	float: left;
	line-height: 18px;
	font-size: 14px;
}

#mainNav li a:hover, #mainNav li a.selected:hover {
	color: #FC3;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#mainNav li a.selected {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	color: #FC3;
}
#mainNav li:first-child a.selected {
	border-bottom: none;
	color: #fff;
}

#mainNav li a:focus {
    outline: none;
}
.lispec {
	display: inline;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
	float: left;
	line-height: 18px;
	font-size: 14px;
}
.lispec:hover {
	color: #FC3;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/* =Sub Nav
-----------------------------------------------------------------------------*/

/* =Main Content
-----------------------------------------------------------------------------*/
#slider {
  width: 950px;
  margin: 0 auto;
  position: relative;
  padding-top: 160px;
}
.scroll {
	height: 313px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	/*	background-attachment: fixed;*/
	background: #000 url(/images/template/scrollBgrnd.png) no-repeat 430px top;
	border: 9px solid #FFF;
	padding-top: 37px;
}
.scroll li {
	color: #CCC;
}
.scrollButtons {
  position: absolute;
  top: 320px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}
.scrollContainer div.panel {
	height: 310px;
	width: 932px; /* change to 560px if not using JS to remove rh.scroll */
	overflow: hidden;
}
#simple, #veo, #capable, #reliable {background:url(/images/template/blkTint50.png) repeat-x top;}
#live, #spec, #demo {background:url(/images/template/blkTint100.png) repeat-x top;}
/* =Secondary Content
-----------------------------------------------------------------------------*/

/* =Footer
-----------------------------------------------------------------------------*/

/* =Forms
-----------------------------------------------------------------------------*/

/* =Tables
-----------------------------------------------------------------------------*/

/* =Home
-----------------------------------------------------------------------------*/

