* {
	margin: 0;
	padding: 0;
}

body {
	background: #d0d0d0 url(../images/body_bg.png) top repeat-x;
}

#wrapper {
	width: 982px;
	margin: 92px auto;
}

#top-links {
	text-align: right;
	height: 21px;
	padding-bottom: 4px;
	font: bold 10px arial, helvetica, verdana, sans-serif;
	color: #ff8928;
	text-transform: uppercase;
}

#top-links li {
	margin: 0 4px;
}

#top-links a, #top-links a:visited {
	color: #ff8928;
	text-decoration: none;
}

#top-links a:hover {
	color: #db7420;
}

#header {
	height: 53px;
	width: 982px;
	background: transparent;
}

#header ul.horiz {
	display: block;
	padding-top: 25px;
	text-align: right;
	padding-right: 20px;
}

#header li a, #header li a:visited {
	font: bold 12px arial, helvetica, verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(../images/dropdown_arrow.png) right center no-repeat;
	padding-right: 9px;
	margin-right: 10px;
}

#logo {
	float: left;
}

h1#logo a {
	display: block;
	width: 249px;
	height: 44px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../images/logo.gif) 0 0 no-repeat;
	position: relative;
	top: 5px;
	left: 3px;
}

h1#logo a:hover {
	background-position: 0 -44px;
}

#content {
	background: #fff;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	width: 980px;
}

#footer {
	clear: both;
	width: 982px;
	height: 18px;
	background: transparent url(../images/footer_bg.png) left top no-repeat;
}

/* navigation */

ul.horiz li {
	display: inline;
}

.cms-home .middle {
	padding: 0;
	margin: 0;
	width: 960px;
	background: transparent;
}

.cms-home .middle-container {
 	background: #000;
}

#player {
  position: relative;
  height: 477px;
}

.product-info-box ul {
  margin-left: 2em;
}

.product-info-box ul li {
  list-style-type: square;  
}

.product-info-box ul ul {
  margin-left: 1.5em;
}

.product-info-box ul ul li {
  list-style-type: circle; 
}

.more-views ul {
  margin: 0;
}

.more-views ul li {
  list-style-type: none;
}
