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

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#maincontainer {
	position: relative;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	position: relative;
	background: url(images/contact_header.jpg) no-repeat;
	height: 278px;
	width: 850px;
	float: left;
}

#mlistbar a:link {
	text-decoration: none;
	border: none;
}
#mlistbar a:hover {
	text-decoration: none;
	border: none;
}
#mlistbar a:visited {
	text-decoration: none;
	border: none;
}

#mlistbar a:action {
 text-decoration: none;
 border: none;
}

#mlistbar {
	position: absolute;
	top: 83px;
	left: 30px;
}

#mlistbar a {
	margin-right: 30px;
	border: none;
}

#mlistbar img {
	border: none;
}

#navbar a:link {
	text-decoration: none;
	border: none;
}

#navbar a:hover {
	text-decoration: none;
	border: none;
}

#navbar a:visited {
	text-decoration: none;
	border: none;
	
}

#navbar  a:action {
	text-decoration: none;
	border: none;
}

#navbar {
	position: absolute;
	top: 83px;
	left: 310px;
	width: 500px;
}

#navbar a {
	margin-right: 30px;
	border: none;
}

#navbar img {
	border: none;
}

#search {
	position: relative;
	width: 850px;
	height: 30px;
	background-color: #000000;
	float: left;
}

#container {
	position: relative;
	width: 850px;
	float: left;
}

#bookingcontainer {
	position: relative;
	float: left;
	width: 425px;
	background-color: #000000;
	display: inline-block;

}

#bookingcontainer textarea {
	width: 296px;
	height: 60px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	padding: 4px;
	background-color: #9fa3ad;
	margin-bottom: 12px;
	margin-top: 2px;
}

#bookingcontainer input {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 296px;
	border: none;
	padding: 4px;
	background-color: #9fa3ad;
	margin-bottom: 1px;
	margin-top: 1px;
}

#bookingcontainer input.ss-q-checkbox {
	width:20px;
}

#bookingcontainer input.submitbutton {
	width: 74px;
	border:none;
	background-color: #0f1a31;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#fanmailcontainer textarea {
	width: 296px;
	height: 200px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	padding: 4px;
	background-color: #9fa3ad;
	margin-bottom: 12px;
	margin-top: 2px;
}


#bookingheader {
	position: relative;
	width: 358px;
	height: 47px;
	background: url(images/bookingheader.jpg);
	margin-left: 60px;
}

#management {
	position: relative;
	width: 358px;
	height: 193px;
	margin-left: 60px;
}

#management img {
	border: none;
}

#fanmailcontainer {
	position: relative;
	float: right;
	width: 425px;
	background-color: #000000;

}

#fanmailfooter {
	position: relative;
	width: 358px;
	height: 513px;
	background-color: #0f1a31;
	margin-left: 7px;
}

#fanmailform {
	width: 358px;
	background-color: #0f1a31;	
	margin-left: 7px;

}

#bookingform {
	width: 328px;
	background-color: #0f1a31;	
	margin-left: 60px;
	padding-left:30px;

}

#container label  {
	font: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

a.resetbutton {
	margin-left: 140px;
	margin-right: 10px;
}

a.resetbutton img {
	border: none;
}

a.resetbutton2 {
	margin-left: 174px;
	margin-right: 10px;
}

a.resetbutton2 img {
	border: none;
}

#container input.bookitem, #container input.fanitem {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 296px;
	border: none;
	padding: 4px;
	background-color: #9fa3ad;
	margin-bottom: 12px;
	margin-top: 2px;
}

#container input.contact {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
	border: none;
	background-color: #9fa3ad;
	padding: 4px;
	margin-bottom: 12px;
	margin-top: 2px;
	margin-left: 31px;
}

#container input.phone {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
	padding: 4px;
	border: none;
	background-color: #9fa3ad;
	margin-bottom: 12px;
	margin-top: 2px;
}

.fanitem {
	display: inline-block;
	margin-left: 31px;
}

.bookitem {
	margin-left: 31px;
}


#fanmailheader {
	position: relative;
	width: 358px;
	height: 47px;
	background: url(images/fanmailheader.jpg);
	margin-left: 7px;
}

#beforefooter {
	position: relative;
	width: 850px;
	height: 30px;
	background-color: #000000;
	float: left;
}

#bannerad {
	position: relative;
	width: 850px;
	height: 112px;
	float: left;
	clear: left;
}

#bannerad img {
	border: none;
	width: 850px;
	height: 112px;
}

#bannerad a:link, #bannerad a:hover, #bannerad a:visited, #bannerad a:active {
	text-decoration: none;
}

#footer {
	position: relative;
	width: 850px;
	height: 35px;
	background-color: #1b1d1e;
	float: left;
}

#footer p {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}