@charset "utf-8";
/* CSS Global : Styling */
*{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
}

a img{
border:none;
}
a{
color:#000000;
}
#rightSection h1{
	font-size:1.4em;
	padding:1em 0;
}
p.moto{
	background:#474d52;
	color:#CCC;
	width:100%;
	padding:0;
	
	font-family:"Arial Narrow";
	font-size:1.1em;
	text-align:left;
	height:39px; line-height:39px; /*same as the height of the image*/
}
p.moto span{
	text-align:right;
	background:#2f333a;
	display:block;
	width:98%;
	padding:0 0.5%;
}

div#request_btn{
	/*background:url(/images/btn-bg-mic.gif) no-repeat;*/
	height:120px;
	width:100%;
	overflow:hidden;
}
		div#request_btn h1{
			color:#CCC;
			margin-top:5px;
			padding:5px 0;
		}
		div#request_btn p{
			font-size:1em;
			margin-top:17px;
		}
		div#request_btn p a{
			color:#3c607b;
			text-decoration:none;
			border-bottom:1px solid #999;
			font-weight:bold;
		}
		div#request_btn p a:hover{
			border-bottom:1px solid red;
			color:#7499b0;
			background:#f7f7f7;
		}
/*LA GENERALE*/
.upper{
	text-transform:uppercase;
}
.white{
	color:#CCC;
}


/*general p*/
#rightMainContent p, #rightMainContent ul, #rightMainContent li{
	font-size:11px;
	line-height:18px;
	text-align:left;
}
	#rightMainContent table ul{
		padding-left:15px;
	}
	
	#rightMainContent.artists{
		border:1px solid #999;
		margin:5px;
		padding:0 0 0 10px;
	}
div#rightMainContent{
	padding: 15px;
	overflow:hidden;
}

/*Logo & Submit Request btn*/
#logo_req{
	overflow:hidden;
	width:100%;
	background:#2f333a ;
	text-align:center;
}
#logo_req a{
	outline:none;
}
	/* Logo link */
	a.logoLink{
		float:left;
		width:100%;
		padding-top:15px;
	}
	/* Submit Resuest link */
	a.subRequest{
		float:left;
		width:100%;
		color:#FFF;
		background:#2f333a url(/images/bg-grey-box-under-ribbon.gif) repeat-x;
		padding-top:27px;
	}
	
/*TITLE box used in sidebars*/
.title{
	background:url(/images/bg-btn-title-box.gif) repeat;
	border:1px solid #999;
	color:#424851;
	overflow:hidden;
	text-align:center;
}
	.title a{
		color:#424851;
	}
		.title a:hover{color:#0f0e13;}
	.title h2{
		font-size:1em;
		text-transform:uppercase;
	}
	.title p{
		font-size:0.8em;
	}
	
/* video link */
.video_link{
	display:block;
	width:165px;
	margin:10px auto;
	border:1px solid #b4cddd;
}
.video_link:hover{border:1px solid #7499b0;}

/* RIGHT side magazines */
.magazines{
	padding:5px 0;
	overflow:hidden;
}
	.magazines img, .magazines a{
		display:block;
		width:164px;
		margin:5px auto;
	}
		.magazines a img{margin:0 auto;}
		
	.magazines a{
		border:1px solid #3CF;
	}
	.magazines a:hover{
		border:1px solid #415983;
	}
	
	
	
	
	
	/* OLD FORMATTING rightContent */
		
	#centercolumn{
		/*width: 604px;padding: 25px;
		background-image: url(http://www.bookingentertainment.com/images/backnew.jpg);*/
		margin: 0 0 0 5px;
		min-height:600px;
	}
	
	#centercolumn td p{
		margin:1px 1px 5px 1px;
		padding: 0;
	}
	
	#centercolumn p{
		margin-bottom:-30px 10px 10px 10px;	
	}
	#centercolumn ul.generalContent{
		padding-left:30px;
		margin:10px 0;
	}
	#centercolumn ul.generalContent li{
		line-height:22px;
	}
	#centercolumn img { 
	padding: 10px;
	}

	
.tablelist br{	
	height: 2px;
	padding:0px;
	margin:0px;
}

.tablelist a:link{
	margin: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding:2px 0 2px 5px;
	border: 1px solid #C1C1C1;
}

.tablelist a:visited{
	margin: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding:2px 0 2px 5px;
	border: 1px solid #C1C1C1;
}

.tablelist a:hover{
	margin: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding:2px 0 2px 5px;
	border: 1px solid #C1C1C1;
}

#shadow{
	margin: 0 0 0 4px;
}
#shadowtop {
	margin: 10px 0 0 5px;
}




/* FOOTER :: bottom links */
.bottom_links{
	text-align:center; 
	padding:50px; 
	display:block; 
	background:#F7F7F7;
	line-height:16px;
}
.bottom_links a{
	font-size:11px;
	letter-spacing:0.5px;
	color:#566692;
}

#button img{
	float:left;
}


/*  HOME PAGE*/
.main_image{
	background:#2F333A url(../images/index-banner.jpg) no-repeat;
	height:235px;
	width: 99%; 
	position:relative; 
	z-index:1;
}


.festival_image {
background:#2F333A url(../images/festival-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.privateparty_image {
background:#2F333A url(../images/private-party-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.corporate_image {
background:#2F333A url(../images/corporate-entertainment-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.company_image {
background:#2F333A url(../images/company-info-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.testimonial_image {
background:#2F333A url(../images/testimonial-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.faq_image {
background:#2F333A url(../images/faq-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.contact_image {
background:#2F333A url(../images/contactus-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.history_image {
background:#2F333A url(../images/history-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.radio_image {
background:#2F333A url(../images/radio-promotions.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.college_image {
background:#2F333A url(../images/college-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.fundraiser_image {
background:#2F333A url(../images/fundraising-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.birthday_image {
background:#2F333A url(../images/birthday-party-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}

.wedding_image {
background:#2F333A url(../images/wedding-entertainment-banner.jpg) no-repeat scroll 0 0;
height:235px;
position:relative;
width:99%;
z-index:1;
}
/* Artists and Categories */


ul#categories li{
	display:inline;
	float:left;
	padding-bottom:1.5em;
	width:50%;
}
ul#categories.fil1 li{
	margin-bottom:0;
	margin-left:50px;
	margin-right:3%;
	
ul#categories.fil2 li{
	background:url(/images/fil2.gif) 0 0 no-repeat;
}
ul#categories li h5{
	margin-bottom:0;
	margin-left:50px;
}
ul#categories li p{
	margin-bottom:0;
	margin-left:50px;
	margin-right:3%;
}
.hidden {
display:none;
}
blockquote {
-x-system-font:none;
clear:both;
color:#7D9EBC;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:1.2;
margin:1em;
position:relative;
width:75%;
}
blockquote span.q66, blockquote span.q99 {
color:#C5DAEE;
font-size:3em;
position:absolute;
}
blockquote div {
display:inline;
}
blockquote span.q66 {
left:-0.5em;
top:-0.2em;
}
blockquote span.q66 {
bottom:0;
right:0;
}

div.container {
margin:auto;
width:54em;
}
