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

*{
	margin:0;
	padding:0;
	border:0;
}
body{
	font-family:Tahoma;
	color:#FFF;
	background:#000;
	font-size:13px;
}
#wrapper{
	width:1000px;
	margin:auto;
}

/* Header backgrounds */
#headerA, #headerB, #footerA, #footerB {
	width:50%;
	float:left;
	height:250px;
}
#headerB, #footerB {
	width:49.9%;
}
#homeBody #headerA{background:url(../img/home_headerA_bg.jpg) top right no-repeat;}
#homeBody #headerB{background:url(../img/home_headerB_bg.jpg) top left no-repeat;}
#homeBody #footerA{background:url(../img/home_footerA_bg.jpg) top right no-repeat;}
#homeBody #footerB{background:url(../img/home_footerB_bg.jpg) top left no-repeat;}

#eventsBody #headerA{background:url(../img/events_headerA_bg.jpg) top right no-repeat;}
#eventsBody #headerB{background:url(../img/events_headerB_bg.jpg) top left no-repeat;}
#eventsBody #footerA{background:url(../img/events_footerA_bg.jpg) top right no-repeat;}
#eventsBody #footerB{background:url(../img/events_footerB_bg.jpg) top left no-repeat;}

#clients_and_appearancesBody #headerA, #galleryBody #headerA{background:url(../img/clients_headerA_bg.jpg) top right no-repeat;}
#clients_and_appearancesBody #headerB, #galleryBody #headerB{background:url(../img/clients_headerB_bg.jpg) top left no-repeat;}
#clients_and_appearancesBody #footerA, #galleryBody #footerA{background:url(../img/clients_footerA_bg.jpg) top right no-repeat;}
#clients_and_appearancesBody #footerB, #galleryBody #footerB{background:url(../img/clients_footerB_bg.jpg) top left no-repeat;}

#consultancyBody #headerA{background:url(../img/consultancy_headerA_bg.jpg) top right no-repeat;}
#consultancyBody #headerB{background:url(../img/consultancy_headerB_bg.jpg) top left no-repeat;}
#consultancyBody #footerA{background:url(../img/consultancy_footerA_bg.jpg) top right no-repeat;}
#consultancyBody #footerB{background:url(../img/consultancy_footerB_bg.jpg) top left no-repeat;}

#testimonialsBody #headerA{background:url(../img/testimonials_headerA_bg.jpg) top right no-repeat;}
#testimonialsBody #headerB{background:url(../img/testimonials_headerB_bg.jpg) top left no-repeat;}
#testimonialsBody #footerA{background:url(../img/testimonials_footerA_bg.jpg) top right no-repeat;}
#testimonialsBody #footerB{background:url(../img/testimonials_footerB_bg.jpg) top left no-repeat;}

#contactBody #headerA{background:url(../img/contact_headerA_bg.jpg) top right no-repeat;}
#contactBody #headerB{background:url(../img/contact_headerB_bg.jpg) top left no-repeat;}
#contactBody #footerA{background:url(../img/contact_footerA_bg.jpg) top right no-repeat;}
#contactBody #footerB{background:url(../img/contact_footerB_bg.jpg) top left no-repeat;}

#nav{
	padding:15px 25px 10px;
	background: url(../img/grey_grad_bg_top.jpg) repeat-x top left;
	border-top:1px solid #333;
}
#nav ul{
	list-style:none;
	float:right;
}
#nav li{
	text-transform:uppercase;
	display:inline;
}
#nav li a{
	color:white;
	font-size:12px;
	text-decoration:none;
	margin:0 0 0 8px;
	font-weight:normal;
}
#nav li a:hover{
	color:#039;
}
#homeBody #li_a_1, #galleryBody #li_a_7, #eventsBody #li_a_2, #clients_and_appearancesBody #li_a_3, #consultancyBody #li_a_4, #testimonialsBody #li_a_5, #contactBody #li_a_6 {
	color:#039;
	cursor:default;
}
#secondaryNav{
	width:260px;
	float:left;
}
#secondaryNav ul{
	list-style:none;
}
#secondaryNav li{
	text-transform:uppercase;
	text-align:right;
}
#secondaryNav li a{
	text-align:right;
	color:white;
	font-size:12px;
	text-decoration:none;
}
#secondaryNav li a:hover{
	color:#039;
}
.private_parties #li_b_1, .corporate_functions #li_b_2, .trade_shows #li_b_3, .launches #li_b_4, .wedding_entertainment #li_b_5, .balls_and_banquets #li_b_6, .clients #li_b_1, .appearances #li_b_2 {
	color:#039;
	cursor:default;
}
#tertiaryNav{
	margin-top:20px;
	width:260px;
	float:left;
}
#tertiaryNav ul{
	list-style:none;
}
#tertiaryNav li{
	text-transform:uppercase;
	text-align:left;
}
#tertiaryNav li a{
	text-align:left;
	color:white;
	font-size:12px;
	text-decoration:none;
}
#tertiaryNav li a:hover {
	color:#039;
	cursor:pointer;
}
.private_parties #li_c_1, .corporate_functions #li_c_2, .trade_shows #li_c_3, .launches #li_c_4, .wedding_entertainment #li_c_5, .balls_and_banquets #li_c_6, .clients #li_c_1, .appearances #li_c_2 {
	color:#039;
	cursor:default!important;
}
#content{
	padding: 25px 0 50px;
}
#footer{
	background: url(../img/grey_grad_bg_top.jpg) repeat-x top left;
	border-top:1px solid #333;
}
#footer p span {
	float:right;
}
#cas{
	background: url(../img/cas_bg.jpg) repeat-x top left;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
h1{
	text-indent:-3000px;
	position:absolute;
}
h1, h3{
	text-transform:uppercase;
	font-size:50px;
	font-weight:normal;
}
h1 span, h3 span{
	color:#039;
}
h2{
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	float:left;
}
a{
	color:#fff;
}
a:hover{
	text-decoration:none;
}
p {
	margin:1em 0;
}
blockquote{
	background:#039;
	padding:10px 10px 15px;
	color:#fff;
	text-transform:uppercase;
	margin:1.5em 0 2em;
}
.wrapper{
	margin:auto;
	width:950px;
}
.column{
	width:600px;
	float:left;
}
.pusherDiv{
	clear:both;
}
.divider{
	float:left;
	margin: 0 25px;
}
td{
	vertical-align:top;
	width:250px;
	padding:5px 0;
}
input{
	font-family:Tahoma;
	padding:2px;
	width:60%;
}
textarea{
	font-family:Tahoma;
	font-size:inherit;
	width:300px;
	padding:2px;
	height:150px;
}
option{
	padding-right:10px;
}
#secondaryCol{
	width:325px;
	float:left;
	margin-left:25px;
	padding:0!important;
}
#secondaryCol h3{
	font-size:30px;
}
.testimonial{
	padding-bottom:40px;
	border-bottom:1px solid #222;
	margin-bottom:40px
}
.testimonial h4{
	font-size:16px;
	font-weight:normal;
	padding-bottom:0;
}
.more {
	width:160px;
	padding-right:40px;
	float:left;
	list-style-type:square;
	margin-top:25px;
}
.more li{
	margin-left:15px;
}
.gallery{
	float:left;
	margin: 0px 13px 20px 0px;
	padding:9px;
	background: url(../img/grey_grad_bg_top.jpg) repeat-x top left;
	border:1px solid #333;}
.fourth{
	margin-right:0px!important;
}
.extraPadding{
	margin-top:25px;
}
.alphaList{
	margin-bottom:1em;
}
.rightImg{
	float:right;
	margin:0 0 25px 25px;
	padding:15px;
}
.leftImg{
	float:left;
	margin:0 25px 25px 0;
	padding:15px;
}
.vid{
	margin-right:0!important;
	padding-bottom:9px!important;
}

.errorMessage{
	color:red;
}
.secCol{
	background: url(../img/grey_grad_bg_top.jpg) repeat-x top left;
	border:1px solid #333;
	margin:0;
	padding:15px;
}
.spacer{
	margin-bottom:20px;
}
.miniMargin{
	margin-top:5px;
}

#slideshow{
		position:relative;
}
#slideshow img{
	position:absolute;
	top:0;
	left:0;
}
.pusherDiv{
	clear:both;
}
.contactCol{
	text-align:center;
	}



.prettyPhoto a{
	display:block;
	padding:3px;
	float:left;
	height:80px;
	width:80px;
	text-align:center;
	vertical-align: middle;
	margin:0 14px 5px 0;
}
.prettyPhoto a img{
	display: block;
	}
.pp_pic_holder{
	color:#000;
}














