/* Style sheet with blue colours */
/* HEADER: General Tags &amp; Text */

/* HELP: Basic body background for your store. You can use this to alter the background colour for your entire store */
body {
	font-family: Tahoma, verdana, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size:100%; color:#000000;
}

/* HELP: Basic store link colour<br/><br/> */
a {
	color:#000000;
	text-decoration: underline;
}

/* HELP: Basic store link colour (when mouse hovers over it) */
a:hover {
	text-decoration: underline;
}

#siteHeader 
{ 
	background: rgba(255, 255, 255, 0.7); position: absolute; top:0; left:0; width:100%; z-index: 9999;
}

hr { color: #b1afaf; background-color: #b1afaf; height: 1px; border:0px; }
#siteHeader .inside { width:970px; margin:0px auto; text-align:left; border:0;}
#siteHeader .right { width:450px; float:left; text-align:right;}
#siteHeader .logo { float:left; position:relative; margin:20px 0; width:291px; border:0;}
#siteHeader .logo a, #siteHeader .logo a img {border:0;}
#siteHeader:after { display:block; content:""; visibility:hidden; clear:both; }
#NavContainer { background:#1a1a1a; border-bottom:2px solid #e63b33; position: absolute; top:88px; left:0; width:100%; z-index: 9999;}
#NavContainer .inside nav {margin:0;}
#NavContainer .inside { width:970px; margin:0px auto; text-align:left; }
#NavContainer .inside a { font-weight:normal; margin-top:0px;}

/* =============================================================================
   Slides
   ========================================================================== */

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 100px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 14px;
  width: 14px;
  height: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: rgba(0, 0, 0, 0.5);
  background-image: none;
  margin: 2px;
  overflow: hidden;
  text-indent: -9999px;
}
.slides-pagination a.current {
  background: #0074bc;
}

/* Content Container for header etc */

.content-container {
	margin: 0 auto;
	position: absolute;
	z-index: 4;
	width: 1200px;
	top: 0px;
	left:50%;
	margin-left: -600px;
}

/* Slides Nav taken from layout.css */

.slides-navigation {
  top: 50%;
}
.slides-navigation a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 3px solid #fff;
  color: white;
  font-weight: bold;
  font-size: 26px;
  margin: 0 25px;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  height: 40px;
  width: 40px;
  top: -40px;
  padding: 1px;
  -webkit-box-shadow: 0 1px 1px black;
  -moz-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.slides-navigation a.prev {
  background: rgba(0, 0, 0, 0.4) url("../images/left.png") 3px 6px no-repeat;
}
.slides-navigation a.next {
  background: rgba(0, 0, 0, 0.4) url("../images/right.png") 6px 6px no-repeat;
}
.slides-navigation a.prev:hover {
  background: rgba(0, 0, 0, 0.8) url("../images/left.png") 3px 6px no-repeat;
}
.slides-navigation a.next:hover {
  background: rgba(0, 0, 0, 0.8) url("../images/right.png") 6px 6px no-repeat;
}

.credit {width:0;height:0;}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }