html {
    overflow-y: scroll;
}

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: url("cursor.cur"), auto
}
img {
	border:none
}
.wrapper {
	position:relative;
	width:1000px;
	margin:0px auto
}
.wrapper a:hover {
	cursor: url("cursor.cur"), auto
}
#pos {
	position:fixed;
	top:0;
	z-index:110;
	width:400px;
	display:block;
	background:#fff
}
div.page-title {
	background-image: url(images/site-title-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px 0px 0px 55px;
	height: 35px;
	width: 400px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	display: table-cell;
}
div.header-right {
	position:fixed;
	z-index:100;
	background:#fff;
	height:175px;
	width:600px;
}
#left {
	width:400px;
	float:left
}
#right {
	width:600px;
	float:right;
	font-size:14px;
	color:#404040;
	line-height:20px
}
#right a {
	text-decoration:none;
	color:#0066FF
}
p {
	margin: 0px 0px 20px;
	padding: 0px;
}
form, p {
	font-size:14px;
	line-height:20px
}
#right .more a {
	color:#999;
	text-decoration:none
}
#logo {
	float:left;
	width:auto;
}
#sidebar {
	float:left;
	margin-top:25px;
}
#sidebar ul {
	margin:0px 0px 0px 55px;
	padding:0px;
	line-height:23px
}
#sidebar li {
	list-style:none;
	font-size:14px;
}
#sidebar li a {
	color:#000;
	text-decoration:none
}
#sidebar li a.parent, #sidebar li a.active {
	color:#FF6600
}
#sidebar li a:hover {
	color:#999;
}
#sidebar ul ul {
	margin-left:10px
}
#sidebar li li a {
	color:#404040;
	text-decoration:none
}
#description {
	margin-top:200px;
	margin-bottom:20px;
	padding-left: 8px;
}
.description {
	margin-top:200px;
	margin-bottom:20px;
}
#e-description {
	margin-top:199px;
	height: 1px;

}
#content {
	margin-bottom:25px;
}
#content a:hover {
	color:#999;
}
.highlight {
	color:#FF6600
}
#nav {
	position:absolute;
	bottom:0;
	z-index:100;
	margin-bottom:10px;
	margin-left:428px;
}
#nav a {
	color:#404040;
	text-decoration:none
}
#back {
	margin-right:20px
}
#nav2 {
	width:250px;
}
#nav2 img {
	margin-right:3px;
	margin-top:3px;
	border:1px solid #fff
}
#nav2 a.activeSlide img {
	border-color:#FF6600
}
#thumb {
	position:absolute;
	left:0;
	bottom:0px;
	margin-bottom:25px;
	margin-left:55px;
	font-size:14px;
}
#s2 img {
	margin-bottom:1px;
}
#footer {
	width:990px;
	position:fixed;
	z-index:100;
	bottom:0;
	padding:10px 0px 5px 10px;
	font-size:13px;
	color:#404040;
	background-color: #F3F3F3;
	height: 20px;
}
#footer ul {
	margin:0px;
	padding:0px
}
#footer li {
	list-style:none;
	display:inline;
	margin-right:20px;
}
#footer a {
	color:#666;
	text-decoration:none
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FF6600;
	background-color: #fff;
	margin-top:15px;
	padding: 5px;
	opacity: 0.85;
	color:#FF6600
}
#tooltip h3 {
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:normal
}
a.product:hover {
}

