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

.uke_menu {
	background-color:#000;
	height:35px;
	width:535px;
	float:left;
	margin-bottom:-1px;
	border-bottom:1px solid #ffeed0;
	border-top:1px solid #ffeed0;
}

.uke_menu a {
	border-right: #666 thin solid;
	border-left: #666 thin solid;
	color:#FC0;
	font: 17px "Century Gothic", Futura, Verdana, sans-serif;
	text-decoration:none;
	padding:6px 7px 7px 7px;
	margin-right:-1px;
}

.uke_menu a:hover {
	background: #FFC url(../images/hover.png) top center no-repeat;
	color:#000;
}

.uke_menu li {
	display:inline;
	margin-right:-4px;
}

.uke_menu ul { 
	margin-top:6px;
}

.uke_kala_menu {
	background: #000;
	float:left;
	list-style: none;
	margin-bottom:4px;
	padding-left:-10px;
	width:100%;
	height:35px;
	border-bottom:thin solid #FF0;
}
.uke_kala_menu ul {
	margin-left:-30px;
}
.uke_kala_menu li {
	float:left;
	font: 14px "Century Gothic", Futura, Verdana, sans-serif;
	margin-top: -12px;
	list-style-type:none;
	border-left: #333 thin solid;
	border-right: #333 thin solid;
}
.uke_kala_menu a {
	background: #000 url(../images/seperator.gif) bottom right no-repeat;
	color: #ccc;
	display: block;
	padding:8px 15px 8px 15px;
	text-decoration: none;
	font-weight: normal;
	margin-right:-2px;
}
.uke_kala_menu a:hover {
	background: #FFC url(../images/hover.png) top center no-repeat;
	color: #000;
	padding-bottom: 8px;
}
.left {
	width:220px;
	float:left;
	margin-left:20px;
	text-align:center;
}
.right {
	width:220px;
	float:right;
	text-align:center;
}
hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border-width: 0;
}
.uke_left {
	width:230px;
	float:left;
	text-align:center;
	margin-bottom:-1px;
	background-image:url(../images/uke_bg.png);
	padding:5px;
}
.uke_right {
	width:230px;
	float:left;
	text-align:center;
	margin-left:13px;
	margin-bottom:-1px;
	background-image:url(../images/uke_bg.png);
	padding:5px;
}
.description {
	width:230px;
	height:90px;
	overflow:auto;
	text-align:left;
	margin-top:8px;
	margin-bottom:8px;
}
.specifications {
	text-align:left;
	color:#000;
	margin-top:0px;
}
.video_lesson_banner {
	text-align:right;
	margin-top:-40px;
	margin-bottom:-3px;
	margin-right:3px;
	z-index: 0;
}
.video_lesson_banner2 {
	text-align:right;
	margin-top:-36px;
	margin-bottom:-3px;
	margin-right:3px;
	z-index: 0;
}
.package_banner {
	text-align:center;
	margin-top:-10px;
	margin-right:3px;
}
.pack_title {
	margin-top: 10px;
	margin-left: 38px;
	margin-bottom:-7px;
}