body {
	background-color: #000000;
	font: small-caps 12px Verdana, Arial, Helvetica, sans-serif;
	color: #EAF0F9;
	margin: 0px;
}

.content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

a {
	color: #C21F06;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.banner {
	width: 100%;
}

.logo {
	float: left;
	padding-left: 10px;
}
.tagline {
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}

#navcontainer
{
	float: left;
	margin-top: 25px;
}


#navlist
{
padding-left: 0;
margin-left: 0;
width: 100px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#navlist li a {
	text-decoration: none;
	border-width: 0px;
}

#navlist li a:hover {
	text-decoration: underline;
	border-width: 0px;
}

 /* ------------------------------------------------------------- */
/* this css is adapted from the source                           */
/* http://www.cssplay.co.uk/menu/                       */
/* ------------------------------------------------------------- */

#gallery {
	padding:0;
	list-style-type:none;
	overflow:hidden;
	width:1000px;
	height:416px;
	margin-top: 10;
	border-right: 0px;
	border-left: 0px;
  }
#gallery p {
	font: 900 small-caps 18px Arial, Helvetica, sans-serif;
	color: #660000;
	letter-spacing: 16px;
}
#gallery li {
  float:left;
  }
#gallery li a {
	display:block;
	height:416px;
	width:250px;
	float:left;
	text-decoration:none;
	cursor:default;
  }
#gallery li a img {
	width:250px;
	height:416px;
	border:0;
  }
  
#gallery li span {
  text-indent: -5000px;
  visibility: hidden;
  }

#gallery li a:hover span img{
	width:625px;
	height:416px;
	position: absolute;
	z-index: 10;
	top: 100px;
	visibility: visible;
	border: 5px solid #000000;
  }
  
  #gallery li a:hover span p{
	 visibility: visible;
	 text-indent: 0px;
  text-align: center;
  z-index: 20;
  position: absolute;
  top: 100px;
  }
  

a.land span img{
	left: 0px;
  }
  
a.product span img{
	left: 175px;
  }
  
a.life span img{
	left: 450px;
  }
  
a.sport span img{
	left: 725px;
  }
  
  
 /* ------------------------------------------------------------- */
/* this css is adapted from the source                           */
/* http://www.shacknews.com/css/shack.css                        */
/* ------------------------------------------------------------- */
		
		 div.shot {
	position: relative;
	overflow: hidden;
}

* html div.shot {
  float: left;
}

div.controls a {
	text-indent: -5000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	background: url(../images/bg-next.gif) no-repeat center center;
}

* html div.controls a {
  height: 10000px;
  background-position: center 150px;
}
.section_images {
}

.images {
	width: 650px;
	margin-left: 225px;
	padding-top: 20px;
}

.images img{
	border-width: 0px;
	margin-top: 40px;
}

.images p{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.controls a.previous {
	left: 0;
	background: url(../images/bg-previous.gif) no-repeat;
	background-position: center center;
}

div.controls a.alone {
  width: 90%;
  margin: 0 5%;
}
		
div.controls a:hover {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.footer{
	letter-spacing: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
	clear: both;
	padding-top: 10px;
}

.footer a {
	color: #C21F06;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.shot p {
	font-size: 16px;
	font-weight: 500;
}
.aborButton {
	float: right;
	width: 300px;
}
.attention {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
