@charset "utf-8";

/* CSS Document */ /* IE PNG Fix */
#head,#container,#foot {
	behavior: url(/verixo/scripts/iepngfix.htc)
}

#player{
	background-image: url(../images/container_bg2.png);
	padding-top: -5px;
	padding-bottom: 10px;
	height: 40px;
	padding-left: 17px;
}

button{
	background-color: #23302d;
	font-size: 130%;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 10px 20px 10px 20px;
	margin-left: 20px;
	margin-top: 30px;
}

body {
	background: url(/images/background.gif) top left repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

a {
	color: #ffffff;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

#container_wrap {
	width: 685px;
	margin: auto;
	/* margin-top: 50px; */
}

#head {
	background: url(../images/head_bg.png) top left no-repeat;
	height: 23px;
	text-align:right;
	
}
#head_menu {
	padding:0;
	margin:0;
	padding-right: 20px;
	position: relative;
	top: 40px;
}

#head_menu a:link, #head_menu a:visited {padding-right:30px;text-decoration:none;}
#head_menu a:hover{text-decoration:underline;}

#container {
	background: url(../images/container_bg.png) top left repeat-y;
	padding: 0 8px 0 8px;
	zoom: 100%; /*IE 7 */
}

#flash {
	height: 108px;
	background-color: #fff;
}

#links {
	height: 24px;
	background-color: #283331;
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
}

#links li {
	display: inline;
	margin: 0 25px;
}

#links a {
	color: #ffffff;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

#content { /* 609px max width */
	margin: 15px 30px 0 30px;
	line-height: 18px;
}

#content p {
	margin-bottom: 10px;
	font-size: 10pt;
}

#content hr {
	height: 1px;
	color: #283331;
	background-color: #283331;
	border: none;
}

#content h1 {
	font-size: 30px;
	line-height: 128px;
}

div.third {
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-top: 15px;
}

div.left {
	width: 275px;
	padding-right: 30px;
	border-right: 1px solid #283331;
}

div.right {
	width: 275px;
}

div.right p.right {
	width: 150px;
	text-align: right;
	font-size: 17px;
	padding-top: 25px;
	padding-right: 10px;
}

#testimonial_list {
	float: left;
	width: 100px;
}

#testimonial_list img {
	margin-bottom: 5px;
}

#testimonial_detail {
	float: right;
	width: 500px;
}

#testimonial_detail img {
	margin-bottom: 10px;
}

#testimonial_detail p {
	font-style: italic;
}

#content label {
	clear: right;
	float: left;
	height: 25px;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}

#content input,#content select {
	width: 150px;
	margin-bottom: 10px;
}

#content textarea {
	width: 300px;
	height: 150px;
	margin-bottom: 10px;
}

#content div.gallery_preview {
	float: left;
	width: 236px;
	padding: 5px 17px 20px 20px;
	margin: 15px 30px 15px 0;
	background-color: #283331;
}

#content div.gallery_preview h1 {
	line-height: normal;
	margin-bottom: 10px;
	height:25px;
	font-size: 14px;
	font-weight: bold;
}

#content div.gallery_preview li {
	float: left;
}

#content div.gallery_preview li img {
	border: 3px solid #4A5855;
	margin-right: 3px;
}

#content div.gallery_detail {

	margin-top: 15px;
	padding: 5px 17px 20px 20px;
	background-color: #283331;
}

#content div.gallery_detail h1 {
	line-height: normal;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

#content div.gallery_detail li {
	float: left;
	width: 33%;
	text-align: center;
	height:200px;
}

#content div.gallery_detail li img {
	border: 3px solid #4A5855;
	margin-right: 3px;
}

#content div.event_detail {
	padding-bottom: 20px;
	margin-top: 14px;
}

#content div.event_detail div {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	background-color: #283331;
	
}

#content div.event_detail div.title {
	font-size: 22px;
}

#content div.event_detail div span {
	float: left;
	text-align: right;
	margin-right: 20px;
	font-weight: normal;
	font-size: 12px;
}

#content div.event_detail p {
	margin-top: 20px;
}

#search_form {
	width: 170px;
	height:45px;
	float:left;
}
#facebook {
	text-align:right;
	margin-top:5px;
}
.karaoke_browse {
	float:right;
	height:115px;
}

.clear {
	clear:both;
}

.ui-autocomplete {
	background-color:#283331;
	width:300px;
	padding:10px;
}

.ui-state-hover {font-weight:bold;cursor:default;}

#foot {
	background: url(../images/foot_bg.png) top left no-repeat;
	padding: 23px 20px 0 20px;
	height: 30px;
	color: #23302d;
	font-size: 10px;
}

#foot li {
	display: inline;
	margin: 0 5px;
	font-size: 12px;
}

#foot p {
	margin-top: 3px;
}

#foot a {
	color: #23302d;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}