.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D637D;
}
.bolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D637D;
}
.errormesg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B37D2D;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4E8096;
	text-decoration: none;
}
.subnav:link {
	color: #4E8096;
	text-decoration: none;
}
.subnav:active{
	color: #4E8096;
	text-decoration: none;
}
.subnav:visited{
	color: #4E8096;
	text-decoration: none;
}
.subnav:hover {
	color: #263D5C;
	text-decoration: none;
}
.home { background-image: url(images/home.gif); }
.home:hover {
	background-image: url(images/home-over.gif);
}
.cal { background-image: url(images/calendar.gif); }
.cal:hover {
	background-image: url(images/calendar-over.gif);
}
.con { background-image: url(images/contact.gif); }
.con:hover {
	background-image: url(images/contact-over.gif);
}
.dance { background-image: url(images/dance.gif); }
.dance:hover {
	background-image: url(images/dance-over.gif);
}
.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B37D2D;
}
a:link {
	color: #4E8096;
}
a:visited {
	color: #4E8096;
}
a:active {
	color: #4E8096;
}
a:hover {
	color: #3D637D;
	text-decoration: none;
}
.footer_img {
	background: #FFFFFF url(images/mh_r13_c3.gif) no-repeat left bottom;
}

img.car {float: left; margin-right: 15px; }
img.taichi { float:right; margin: 5px 0 0 20px; border:0; }
img.promo { float:right; margin-left: 10px; }


h2.title {text-align: center; background-color: #000; color: #fff; padding: 10px; border: 2px solid red; margin: 2px;}

/* Contact Form
----------------------------------------- */
fieldset { padding: 0 0 10px 10px; margin: 0; border: 1px solid #663C28; }
legend { font-weight: bold; font-size: 1.3em; padding-bottom: 8px; color: #663C28; background-color: inherit; }
.contact { border: 0; width:428px; border-collapse:collapse; font-size: 1em; }
.contact td {padding: 5px; vertical-align:top; color: #3D637D; }
#contact input, textarea, select { margin: 5px 0; border: 1px solid #a7a7a7; font-family: inherit; font-size: 1em; padding: 1px 3px; }
#contact input.submit { margin: 0; padding: 3px; color: inherit; background-color: #FDFE9A; }
#contact .errorMessage { color: red; background-color: inherit; font-weight: bold; font-size: 1.1em; }



#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:150px;
	border:1px solid #4e8096;
	margin-top: 40px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:40px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("images/spirites.jpg") 0 0 no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("images/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("images/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("images/spirites.jpg") -41px -42px no-repeat;
}
#player_stop {
	position: absolute;
	left:90px;
	top:26px;
	background: url("images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url("images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:130px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}

#player_volume_min {
	position: absolute;
	left:274px;
	top:32px;
	background: url("images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:346px;
	top:32px;
	background: url("images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	background: url("images/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background: url("images/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:292px;
	top:37px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:338px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height:1.4em;
	height:55px;
}

#song_title {
	float:left;
	margin:0;
	padding:0;
	font-weight:bold;
}

#play_time,
#total_time {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:.9em;
}

#play_time {
border: 1px solid #0ff;
	float:left;
	margin-left: 30px;
	width:20px;
}

#total_time {
border: 1px solid #0ff;
	float:right;
	text-align: right;
	width:20px;
}



