* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: white;
	text-decoration: none;
	outline: none;
}
img {
	border: none;
}
.hidden {
	display:none;
}
#wrapper {
	width: 700px;
	background-color: #4A4A4A;
}
#video {
	height: 400px;
	width: 700px;
}
#navlist {
	background-color: #7F0E00;
	color: white;
	display: block;
	height: 20px;
	list-style: none;
}
#navlist li {
	float: left;
	height: 17px;
	padding: 3px 15px 0 15px;
}
#navlist li.selected {
	background-color: #B71500;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
.items {
	background: #B71500 url(../img/bg.items.png) no-repeat;	
	height: 88px;
	width: 677px;
	list-style-type: none;
	
	padding-left: 23px;
}
.items li {
	float: left;
	height: 75px;
	margin-right: 15px;
	padding: 8px 5px 5px 5px;
}
.items li p {
	font-size: 10px;
	line-height: 11px;
	text-align: center;
}
.items .selected {
	background-color: #828282;
}
#description {
	background: #E0E3CE url(../img/bg.logo.png) no-repeat 25px 12px;
	color: #666666;
	height: 105px;
}
#description .red {
	color: #B41400;
	font-size: inherit;
	font-weight: bold;
}
#description h3 {
	font-weight: normal;
	font-size: 12px;
	margin-left: 183px;
	padding-top: 15px;
}
#description p {
	margin: 8px 20px 0 183px;
}

