@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin: 0;
	padding:0;
	background: #E6E6E6 url(../images/page_bg.png) repeat-y center top;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#logo { 
	float: left;
	width: 450px;
	display:inline;
}
#logo img {
	text-align:center;
	padding-left: 60px;
}

#menu {
	float: right;
	width: 420px;
	display:inline;
	border-left: 4px solid #CCC;
	height: 160px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 10px 0 0 20px;
}

.menu_a,
.menu_b {
	width:175px;
	float: left;
	display:inline;
}


#menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-left:1em;
	margin-top: 5px;
}

#menu li {
	padding-bottom:15px;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
	font-stretch:extra-expanded;
}

.menu_a li.home {
	padding-top: 10px;
	padding-left: 50px;
	background-image:url(../images/menu_icons/icon6.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.menu_a li.about {
	padding-top: 10px;
	padding-left: 50px;
	background-image:url(../images/menu_icons/icon4.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.menu_a li.gallery {
	padding-top: 10px;
	padding-left: 50px;
	background-image:url(../images/menu_icons/icon5.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.menu_b li.contact {
	padding-top: 10px;
	padding-left: 50px;
	background-image:url(../images/menu_icons/icon2.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.menu_b li.faq {
	padding-top: 10px;
	padding-left: 50px;
	background-image:url(../images/menu_icons/icon3.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.menu_b li.links {
	padding-top: 10px;
	padding-left: 50px;
	background-image:url(../images/menu_icons/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

li a:link,
li a:visited {
	text-decoration:none;
}
li a:hover {
	color:#f948ae;
}


#strapline {
	clear: both;
	text-align:center;
	font-weight: bold;
	font-style:italic;
	font-size: 1.3em;
	margin-bottom: 40px;
	padding-left: 60px;
	padding-right: 60px;
}

#photo {
	float: left;
	display: inline;
	margin-left: 60px;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 150px;
}

#content {
	float: right;
	display: inline;
	width: 450px;
	margin-right: 60px;
	text-align:justify;
	font-size:0.75em;
	min-height: 425px;
	margin-bottom: 40px;
}
#content p {
	background:url(../images/star.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-right: 50px;
	margin-left: 30px;
}

.star {
	background:url(../images/star.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-right: 50px;
	margin-left: 30px;
}

#box1 {
	float: left;
	display: inline;
	width: 354px;
	height: 300px;
	margin-left: 75px;
	border-right: 2px solid #CCC;
	padding:10px;
}
#box2 {
	float: right;
	display: inline;
	width: 354px;
	height: 300px;
	margin-right: 75px;
	margin-bottom: 20px;
	padding:10px;
}
#box3 {
	clear:both;
	float: left;
	display: inline;
	width: 354px;
	height: 280px;
	margin-left: 10px;
	padding: 10px;
}
#box4 {
	clear: right;
	float: right;
	display: inline;
	width: 354px;
	height: 280px;
	margin-right: 10px;
	padding:10px;
}



#box1 p,
#box2 p,
#box3 p,
#box4 p {
	background:url(../images/star.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	text-align:justify;
	font-size:0.75em;
	margin: 5px 5px 5px 5px;
}	

#boxa {
	margin:0 auto;
	text-align:center;
	width: 800px;
	height:300px;
	border: solid;
}

h2 {
	text-align: center;
	margin-top: 0;
	font-size: 1.2em;
}

h3 {
	text-align: center;
	margin-top: 0;
	font-size: 1.2em;
}

#music_types ul{
	list-style-type: none;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	text-align:center;
	font-weight: bold;
	font-size:1.2em;
	color:#1f50bd;
	font-family:Arial, Helvetica, sans-serif;
}
#music_types li {
	padding: 10px 0 0 0px;
}

#form {
	width: 450px;
	border: 1px solid;
}

#contact_form {
	font-size:1em;
}

#contact_form .label {
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align:right;
	font-weight:bold;
	clear:left;
}

input#send{
	margin-left: 110px;
	background-color:#cbe4ff;
}

input#reset {
	margin-left: 15px;
	background-color:#cbe4ff;
}

input#name, input#phone, input#email, input#type {
	background-color:#cbe4ff;
}

input#name, input#phone, input#email {
	width: 257px;
}

textarea#address, textarea#event {
	background-color:#cbe4ff;
}

fieldset {
	padding: 10px 0 10px 0;
	background-color:#f9f9f9;
}

.q {
	font-weight: bold;
}

.a {
	margin-bottom: 5px;
}

#video {
	
}

#slideshow {
    position:relative;
    height:450px;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow img.active {
    z-index:10;
}
#slideshow img.last-active {
    z-index:9;
}

#bottom {
	clear: both;
}

.w3c {
	clear:both;
	float:left;
	display: inline;
	width: 90px;
	margin-top: 10px;
	margin-left: 90px;
	margin-bottom: 20px;
}

.nadj {
	clear:right;
	float:right;
	display: inline;
	width:121px;
	margin-right: 50px;
}

.footer {
	clear:right;
	float: left;
	display: inline;
	width:500px;
	margin:0 0 0 30px;
	height: 50px;
	text-align:center;
	font-size: 0.6em;
}

.w2d {
	color:#E0249A;
	font-weight:800;
}

#more {
	text-align:center;
	font-size: 0.9em;
	font: arial;
	font-weight:bold;
	margin-bottom:20px;
}

