@charset "utf-8";
@import url("normalise.css");
@import url("layout.css");
@import url("colours.css");
@import url("typography.css");

#navWrap {
	/*background-color: red;*/
}

ul#navigationBar {
	display: block;
	height: auto !important;
	height: 35px;
	min-height: 35px;
	position: relative;
	width: 928px;
	background-color: #8EAEA1;
	list-style: none;
	margin: 0 0 10px 10px;
	text-align: center;
}

ul#navigationBar li {
	float: left;
	line-height: 35px;
	margin: 0 20px 0 15px;
	list-style:none;
	background: none;
	background-image: none;
	padding: 0;
	color: #fff;
	text-align: center;
}

ul#navigationBar li a {
    text-decoration : none; 
	background: none;
	background-image: none;
	color: #fff;
	text-align: center;
	}
	
.new {color: #900; vertical-align: super; font-size: 11px; margin-left: 5px; text-transform: uppercase; font-weight: bold;}

#s3slider {
   width: 928px;
   height: 196px;
   position: relative;
   overflow: hidden;
}

#s3slider ul li {
  margin :  0px;
  padding : 0px;
  background: none;
}

#s3sliderContent {
   width: 928px;
   position: absolute;
   top: 0;
   margin-left: 0;
}

.s3sliderImage {
   float: left;
   position: relative;
   display: none;
}

.s3sliderImage span {
   position: absolute;
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 928px;
   /*background-color: #000;*/
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
   -khtml-opacity: 0.7;
   opacity: 0.7;
   color: #fff;
   top: 0;
}

.clear {
   clear: both;
}
