@charset "UTF-8";
body {
	background-color: #F3F0ED;
	margin: 0px;
	padding: 0px;
	background-image: url(images/page-bkgd.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 2px 2px 2px #aaa;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
#container {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container-bkgd.jpg);
	background-repeat: no-repeat;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 149px;
	width: 1000px;
	background-image: url(images/header-bkgd.png);
	background-repeat: no-repeat;
}
#navbar {
	height: 55px;
	width: 643px;
	background-image: url(images/nav-bkgd.png);
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: 195px;
	float: left;
	padding-top: 3px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #334666;
	font-weight: bold;
}
#logo {
	height: auto;
	width: 305px;
	float: right;
	margin-right: 200px;
}
#photo {
	height: auto;
	width: auto;
	padding-bottom: 10px;
}
#socialmedia {
	float: right;
	height: auto;
	width: 100px;
	margin-top: 17px;
	padding-left: 0px;
	margin-right: 55px;
}#content {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#slideshow {
	height: auto;
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.slideshow {
	height: auto;
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: auto;
	font-size: x-small;
	background-image: url(images/footer-bkgd.png);
	background-repeat: no-repeat;
	clear: both;
}
#footernav {
	float: right;
	width: 150px;
	padding-top: 30px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #334666;
}
#copyright {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.style1 {
	font-size: xx-small;
	text-align: left;
}
#text {
	height: 400px;
	width: 740px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#licensees {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
#press {
	height: auto;
	width: 805px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#pressbox {
	height: 163px;
	width: 124px;
	float: left;
	margin: 5px;
}
a:link {
	color: #293048;
	text-decoration: none;
}
a:visited {
	color: #DA604C;
	text-decoration: none;
}
a:hover {
	color: #D3C2D4;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.coming {
	height: 300px;
	width: 300px;
}
.stores {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#slideshow-area, #slideshow-scroller {
  width: 1017px;
  height: 504px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow-area {
  border: 1px solid #000;
}

#slideshow-holder {
	height: 504px;
}

#slideshow-previous, #slideshow-next {
  width: 50px;
  height: 50px;
  position: absolute;
  background: 
    transparent 
    url("images/arrow_left.png") 
    no-repeat 50% 50%;
  top: 225px;
  display: none;
  cursor: pointer;
  cursor: hand;
}

#slideshow-next {
  display: block;
  background: 
    transparent 
    url("images/arrow_right.png") 
    no-repeat 50% 50%;
  top: 225px;
  right: 0;
}

.slideshow-content {
	float: left;
}

