body {
	background-color: #ffffff;
}

div#container {
	height: 600px;
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	color: #000;
	font: 8.2pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ul#nav {
	padding: 0px;
	margin: 0px;
	width: 800px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	border-bottom: 1px #d5d5d5 solid;
	list-style-type: none;
	text-align: center;
}
ul#nav li {
	list-style-type: none;
	display: inline;
}
ul#nav a {
	border-style: none;
	list-style-type: none;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 0px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #fff;
	cursor: pointer;
}
ul#nav a:hover {
	cursor: pointer;
}
ul#nav img {
	border: 0px;
}
div#content {
	overflow: hidden;
	width: 800px;
	height: 465px;
	z-index: 1000;
	position:relative;
}
div#content a {
	color: #fff;
}
#cornerlogo {
	position: absolute;
	top: 325px;
	right: 25px;
	z-index: 101;
	display: none;
}
#logo {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
	top: 15px;
}
div#footer {
	margin-top: 5px;
	background-color: #ffffff;
}
#copyright {
	text-align: right;
	color: #d5d5d5;
}
span#language {
	float: left;
	color: #9c9c9c;
	font-weight: bold;
}
span#language a {
	text-decoration: none;
	color: #9c9c9c;
}
span#language a:hover {
	text-decoration: underline;
}
span#slogan {
	float: left;
	clear: both;
	display: none;
}
div#copyright {
	margin-top: 0px;
	text-align: right;
	color: #9c9c9c;
}
div.slider {
	width: 28px;
	height: 465px;
	background: url('../images/scrollbar_bg.gif') repeat-y 0px;
	float: right;
}
div.slider div.knob {
	width: 28px;
	height: 50px;
	cursor: pointer;
	background: url('../images/knob_bg.gif') repeat-y 0px;
}
div#collection {
	position: relative;
	margin: 0px 0px 0px 18px;
	overflow: hidden;
	height:auto;
	display: block;
	z-index: 1000;
}
div.product {
	height: 225px;
	width: 185px;
	float: left;
	background: url(../images/thumb_shadow.png) no-repeat 20px 25px;
}
div.product:hover {
	background: url(../images/thumb_shadow.png) no-repeat 21px 26px;
}
div.frame {
	text-align: center;
	position: relative;
	top: 24px;
}
div.image img {
	width: 145px;
	height: 185px;
	border: 5px solid #fff;
	cursor: pointer;
}
div.image img:hover {
	border: 6px solid #fff;
}
div.image #stylenum {
	display: none;
	z-index: 1001;
	position: relative;
	top: -22px;
	color: #fff;
}
div.image a {
	text-decoration: none;
}
#flash {
	width: 800px;
	height: 465px;
	margin-top: -465px;
	position: absolute;
	z-index: 5;
}
#darkbox {
	color: white;
	position: relative;
	overflow: hidden;
	width: 0px;
	height: 465px;
	display: block;
	background: url(../images/fadedbg.png) repeat;
}
input, textarea {
	color: #fff;
	border: 1px #fff solid;
	background-color: rgba(0, 0, 0, 0.75);
}
.product, .colwrapper div {
	zoom: 1;
}

