@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #121212;
	background-image:url(../images/bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
h1 {
	font-size:20px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size:17px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 7px;
}
h3 {
	font-size: 15px;
	color: #444444;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 7px;
}
h4 {
	font-size: 12px;
	color: #444444;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 7px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin-top: 0;
	margin-bottom: 7px;
}
noscript p {
	position:absolute;
	color: #ffffff;
	right: 27px;
	top: 20px;
	width: 400px;
	text-align:right;
	font-size: 14px;
}

/* Main Elements */
#container {
	margin: 25px auto 0px auto;
	width: 822px;
	border: 10px solid #ffffff;
}
#header {
	width: 822px;
	height: 74px;
	background-color:#292929;
	background-image:url(../images/bg_header.gif);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}
#logo {
	float: left;
	margin-left: 27px;
	margin-top: 16px;
}
#navigation {
	float: right;
	width: 420px;
	text-align:right;
}
#body {
	width: 822px;
	height: 448px;
}
#footer {
	width: 842px;
	font-size: 10px;
	margin: 5px auto 20px auto;
	color: #292929;
	font-family:Arial, Helvetica, sans-serif;
	display:table;
}

/* General Styles */
.inner {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
.larger {
	font-size: 130%;
}
.smaller {
	font-size: 75%;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* Navigation */
#navigation ul {
	list-style:none;
	margin: 26px 8px 0px 0px;
	padding:0;
}
#navigation li {
	list-style:none;
	display:inline;
	margin-right: 20px;
}
#navigation li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	color:#616161;
	text-decoration:none;
}
#navigation li a:hover {
	color: #919191;
}
#navigation li a.selected, #navigation li a.selected:hover {
	color: #ffffff;
}

/* Footer */
#footer a {
	color: #292929;
	text-decoration:none;
}
#footer a:hover {
	color: #292929;
	text-decoration:underline;
}

/* Homepage */
#homepage {
	display: none;
	visibility:hidden;
	border-top: 10px solid #ffffff;
	position: relative;
}
#homepage .text {
	position: absolute;
	width: 300px;
	height: 400px;
	right: 20px;
	top: 20px;
}
#homepage p {
	font-size:13px;
	line-height:21px;
	font-weight:bold;
	margin-bottom: 12px;
	text-align:justify;
}

/* Contact */
#contact {
	display: none;
	visibility: hidden;
	border-top: 10px solid #ffffff;
	position: relative;
}
#contact .text {
	position: absolute;
	width: 300px;
	height: 400px;
	right: 20px;
	top: 20px;
}
#contact p {
	font-size:13px;
	line-height:21px;
	font-weight:bold;
	margin-bottom: 12px;
}
#contact .taglines {
	margin-top: 50px;
}

/* Collection */
#collection {
	display: block;
	visibility: hidden;
}
#slider {
  width: 822px;
  position: relative;
  background-color:#ffffff;
}
#slider .navigation {
	width: 822px;
	text-align:center;
	height: 32px;
	background-color: #ffffff;
	position: relative;
}
#slider ul {
	list-style:none;
	margin: 6px 0 0 -130px;
	padding: 0;
	text-align:center;
	float: left;
	position: absolute;
	left: 50%;
}
#slider ul li {
	display: inline;
}
#slider .navigation a {
	text-align:center;
	padding: 2px 5px;
	background-color: #ffffff;
	color:#000000;
	float: left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 15px;
}
#slider .navigation a.left, #collection #slider .navigation a.right {
	background-color: #ffffff;
}
#slider .navigation a:hover {
	background-color: #cccccc;
}
#slider .navigation a.selected {
	background-color: #999999;
	color:#000000;
}
#slider .scroll {
	width: 822px;
	height: 417px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
#slider .scrollContainer div.panel {
	width: 822px;
	height: 417px;
}

