@charset "utf-8";
/* CSS Document */
body {
font-family: verdana;
background: #333;
}

li {

}

/*HEADER*/
.header {
width: 1024px;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
}
.navigation {
height: 70px;
background-image: url(../images/menuBar.png);
margin-left: auto;
margin-right: auto;
}

.navigation li {
float: left;
list-style-type: none;
margin-top: 25px;
padding-left: 10px;
padding-right: 10px;
border-right: 2px solid black;
}
.last {
border-right: 0px;
}
li.logo {
margin-top : 0px;
border: 0px;
}
.navigation li a {
color: #2f3132;
text-decoration: none;
}
.navigation li a:hover {
color: #00aeef;
}


/*BODY*/

#content {
width: 1024px;
margin-left: auto;
margin-right: auto;
}
.main {
margin-left: auto;
margin-right: auto;

}
.main img {
width: 500px;
height: 500px;
float: left;
}

.itemimage {
height: 500px;
float: left;
}

.description {
width: 500px;
float: right;
padding-right: 10px;
}


#slideshow #slidesContainer {
  margin:0 auto;
  width:500px;
  height:500px;
  overflow:auto; /* allow scrollbar */
  float: left;
  
}


#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:480px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:500px;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:71px;
  height:71px;
  text-indent:-10000px;
  //position:absolute;
  cursor: pointer;
}
#leftControl {
  top:610px;
  left:24%;
  background:transparent url(../images/leftArrow.png) no-repeat 0 0;
  float: left;
}
#rightControl {
  top:610px;
  right:51%;
  background:transparent url(../images/rightArrow.png) no-repeat 0 0;
  float: right;
}
.picControls {
float: left;
clear: left;
width: 500px;
text-align: center;
}
.directions{
text-align: center;
margin-right: auto;
margin-left: auto;
}
/*FOOTER*/













































/*HEADER
.header {
//background-color:  #0F1923;
height: 129px;
width: 100%;
border-bottom: 2px solid #0F67A1;
}
.logo {
height: 100px;
}

.navigation  {
width: 639px;
margin-left: auto;
margin-right: auto;
text-align: center;
//background-color:  #0F1923;
}
.navigation li {

float: left;
width: 203px;
height: 29px;
margin-left: 5px;
margin-right: 5px;
background-image: url(../images/button.png);
text-align: center;

font-family: "Space Bd BT Bold";
font-size: 26px;
}
.navigation li:hover {
background-image: url(../images/buttonHover.png);
}
.navigation li a {
color: #FFFFFF;
height: 29px;
width: 203px;
text-decoration: none;

}

/*BODY
body {

background-image: url(../images/bg.png);
background-repeat: repeat-x;
background-color: #606060;
}
.container {
width: 1024px;
height: 768px;
margin-left: auto;
margin-right: auto;
}

.container img {
width: 800px;
height: 600px;
}

*/
/*FOOTER*/


