/* =General
-----------------------------------------------------------------------------*/
html { background: #f9f8f8 url("../images/bodyBg.gif") repeat; }

/* =Typography
-----------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-family: georgia, "Times New Roman", sans-serif; }
h1 { font-size: 34.31px; }
h3 { font-size: 22px; }
body p { font: 12px georgia, "Times New Roman", times, serif; line-height: 15px;}


/* =Headings
-----------------------------------------------------------------------------*/
#pageHeading {
	height: 22px;
	font-size: 22px;
	padding: 0;
	margin: 10px 0 0 0;
}


/* =Links
-----------------------------------------------------------------------------*/
.subLink { font-weight: bold; }
a { font: 11px georgia, "Times New Roman", times, serif; color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }

/* =Branding
-----------------------------------------------------------------------------*/
.branding a {
	display: block;
	background: url("../images/branding.jpg") no-repeat 0 0px;
	text-indent: -9999px;
	margin:  20px 0;
	height: 80px;
	width: 390px;
}



/* =Main Nav
-----------------------------------------------------------------------------*/
.navContainer {
	height: 80px;
	padding: 20px 0;
}

.mainNav {
	float: right;
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.mainNav li {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
.mainNav li a{
	text-indent: -9999px;
	display: block;
}

a.home { background: url("../images/home.jpg") no-repeat top left; width: 50px; height: 30px;}
a.artists{ background: url("../images/artists.jpg") no-repeat top left; width: 61px; height: 30px;}
a.about { background: url("../images/about.jpg") no-repeat top left; width: 78px; height: 30px; }
a.bookings { background: url("../images/offices.jpg") no-repeat top left; width: 84px; height: 30px; margin-top: -1px;}
a.contact { background: url("../images/contact.jpg") no-repeat top left; width: 89px; height: 30px; margin-top: -2px;}

a.home:hover, a.artists:hover, a.about:hover, a.bookings:hover, a.contact:hover, a.selected { background-position: 0 -30px ;}



/* =Sub Nav
-----------------------------------------------------------------------------*/
.aboutLabel {
	background: url("../images/horizDiv.gif") no-repeat bottom left;
}

.aboutLabel ul {
	background: url("../images/horizDiv.gif") no-repeat 0 3px;
	padding: 20px 0;
	list-style: none;
}

.aboutLabel li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
}

.service { 
	text-indent: -9999px;
	display: block;
	width: 167px; 
	height: 27px; 
	background: url("../images/services.jpg") no-repeat top left; 
}

.event {
	text-indent: -9999px;
	display: block;
	width: 267px;
	height: 27px;
	background: url("../images/events.jpg") no-repeat top left;
}

.event:hover, .service:hover, .active { background-position: 0 -27px; }


/* =Main Content
-----------------------------------------------------------------------------*/
.artists a {
	font-weight: normal;
}

.artistLabel {
	background: url("../images/horizDiv.gif") no-repeat bottom left;
	height: 40px;
	margin-bottom: 20px;
}

.aboutLabel {
	margin-bottom: 20px;
}

.artists  li{
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aBloc {
	display: block;
	text-indent: -9999px;
	width: 107px;
	height: 36px;
	background: url("../images/musicians.jpg") no-repeat top left;
	margin: 0 0 20px 0;
}

.comedians {
	display: block;
	text-indent: -9999px;
	width: 136px;
	height: 36px;
	background: url("../images/comedians.jpg") no-repeat top left;
	margin: 0 0 20px 0;
}

.illustionists {
	display: block;
	text-indent: -9999px;
	width: 136px;
	height: 36px;
	background: url("../images/illustionists.jpg") no-repeat top left;
	margin: 0 0 20px 0;
}

.family {
	display: block;
	text-indent: -9999px;
	width: 138px;
	height: 36px;
	background: url("../images/family.jpg") no-repeat top left;
	margin: 0 0 20px 0;
}

.dj {
	display: block;
	text-indent: -9999px;
	width: 136px;
	height: 36px;
	background: url("../images/dj.jpg") no-repeat top left;
	margin: 0 0 20px 0;
}

div.about p {
	line-height: 15px;
	font: normal 12px arial, verdana, sans-serif;
}

.events {
	list-style: none;
	font: bold 12px georgia, "Times New Roman", times, serif;
}

.events li {
	background: url("../images/eventsItem.gif") no-repeat 0px 5px;
	margin: 0;
	padding: 0 0 0 20px;
}

.emp {
	font: bold 14px georgia, "Times New Roman", times, serif;
}

.standardEvent h1.eventTitle {
	font: 25px georgia,"times new roman",serif;
	height: 20px;
	padding: 0;
	margin-bottom: 10px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
.footer { 
	font: 11px arial, verdana, sans-serif;
	margin-bottom: 20px;
}


/* =Forms
-----------------------------------------------------------------------------*/
#offerSheetHeading {
	margin-top: 50px;
	height: 23px;
	font: 23px georgia,"Times New Roman", times, sans-serif;
}

.offerSheet p, .offerSheet2 p {
	margin-bottom: 5px;
}

.offerSheet2 {
	margin-top: 93px;
}

label {
	font: 12px georgia, "Times New Roman", times, serif;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 140px;
	text-align: right;
}

.offerSheet input, .offerSheet2 input {
	border: 1px solid #c2c2c2;
	height: 18px;
	width: 300px;
	margin: 0;
	padding: 0;
}

.offerSheet2 .soundCheck {
	padding: 30px 0 27px 0;
}

.offerSheet .venue {
	padding: 30px 0 0 0;
}

.offerSheet img {
	margin: 70px 0 50px 150px;
}

.submit {
	cursor: pointer;
	position: relative;
	top: 95px;
	left: 310px;
}

.contact form {
	margin-left: 20px;
	width: 300px;
}

.contact form p {
	margin: 0 0 10px 0;
	padding: 0;
}

.contact form p label {
	font: bold 14px georgia, "times new roman", serif;
	text-align: left;
}

.contact input {
	border: 1px solid #999;
	width: 300px;
	height: 20px;
}

.contact textarea {
	border: 1px solid #999;
	width: 300px;
	height: 120px;
}

.contact form a {
	cursor: pointer;
}

.companyDetails {
	margin-top: 5px;
	list-style: none;
}

.companyDetails li {
	margin: 0;
}

.company {
	width: 400px;
	margin: 0 0 -10px 0;
	padding: 0;
}

input#submitBtn {
	width: 139px;
	height: 33px;
	border: none;
	margin: 0;
	padding: 0;
}

p.companyWebsite {
	margin-bottom: 27px;
}

/* =Tables
-----------------------------------------------------------------------------*/




/* =Misc 1
-----------------------------------------------------------------------------*/
.worldMap {
	height: 499px;
}


/* =Misc 2
-----------------------------------------------------------------------------*/
