@charset "utf-8";
/* CSS Document */

body {
	background-color: #0c0a0a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#dfdfdf;
	background:url(/images/site_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#0c0a0a
}

a {color:#e31452; text-decoration:none;}

a:hover {color:#FFF; text-decoration:none;}

.imgborder {border:7px solid #e31452;}

#homeflash {width:1196px; height:659px;margin:0 auto 0 auto;}
#subpage {
	width:860px;
	height:auto;
	margin:50px auto 30px auto;
	font-size:12px;
	padding-bottom:35px;
}
#subflash {
margin:0 auto 0 auto;
	width:1180px;
	height:174px;
	z-index:-1000;
}
#header{width:860px; height:62px; margin:-50px auto 0 auto;z-index:100;}
#footer {width:860px; height:62px; margin:0 auto 0 auto;}
.logo {
	width:174px;
	height:54px;
}
#address{width:282px; height:23px; margin:-10px 0 0 0;}
.nav {width:504px; height:23px; float:right; z-index:100;  }
.navheader {width:507px; height:23px; float:right;margin:25px auto 0 auto;}
a{border:0; outline:none}
img{border:0}
/*==================================
			main navigation
==================================*/
.multi-level {height:27px; position:relative; z-index:100;}
.multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:27px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:9px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:97px; background: url(/images/n_live_event_webcasts_over.jpg); background-repeat: no-repeat;;}
.menu li.p2 {width:84px;background: url(/images/n_live_showcases_over.jpg) no-repeat;;}
.menu li.p3 {width:134px;background: url(/images/n_affiliations_locations_over.jpg) no-repeat;;}
.menu li.p4 {background: url(/images/n_contact_us_over.jpg) no-repeat; width:68px;;}
.menu li.p5 {background: url(/images/n_blog_over.jpg) no-repeat; width:42px;;}
.menu li.p6 {background: url(/images/n_employee_login_over.jpg) no-repeat; width:78px;;}
.menu li.p7 {background: url(/images/n_why_doubleg_over.jpg) no-repeat; width:101px;;}
.menu li.p8 {background: url(/images/n_our_talent_over.jpg) no-repeat; width:84px;;}
.menu li.p9 {background: url(/images/n_services_over.jpg) no-repeat; width:73px;;}
.menu li.p10 {background: url(/images/n_venues_over.jpg) no-repeat; width:64px;;}
.menu li.p11 {background: url(/images/n_photo_gallery_over.jpg) no-repeat; width:105px;;}
.menu li.p12 {background: url(/images/n_video_demos_over.jpg) no-repeat; width:79px;;}
.menu li.p13 {background: url(/images/n_contactover.jpg) no-repeat; width:79px;;}

/* set up the normal unhovered images in the links */
.menu li a#liveevent{width:97px; background: url(/images/n_live_event_webcasts.jpg); background-repeat: no-repeat;;}
.menu li a#showcases {width:84px;background: url(/images/n_live_showcases.jpg) no-repeat;;}
.menu li a#affiliations{width:134px;background: url(/images/n_affiliations_locations.jpg) no-repeat;;}
.menu li a#contact {background: url(/images/n_contact_us.jpg) no-repeat; width:68px;;}
.menu li a#blog {background: url(/images/n_blog.jpg) no-repeat; width:42px;;}
.menu li a#employee {background: url(/images/n_employee_login.jpg) no-repeat; width:78px;;}
.menu li a#whydg {background: url(/images/n_why_doubleg.jpg) no-repeat; width:101px;;}
.menu li a#ourtalent {background: url(/images/n_our_talent.jpg) no-repeat; width:84px;;}
.menu li a#services {background: url(/images/n_services.jpg) no-repeat; width:73px;;}
.menu li a#venues {background: url(/images/n_venues.jpg) no-repeat; width:64px;;}
.menu li a#photos {background: url(/images/n_photo_gallery.jpg) no-repeat; width:105px;;}
.menu li a#videos{background: url(/images/n_video_demos.jpg) no-repeat; width:79px;;}
.menu li a#contactnav{background: url(/images/n_contact.jpg) no-repeat; width:79px;;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#liveevent:hover, .menu li:hover a#liveevent,
.menu li a#showcases:hover, .menu li:hover a#showcases,
.menu li a#affiliations:hover, .menu li:hover a#affiliations,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#contactnav:hover, .menu li:hover a#contactnav,
.menu li a#blog:hover, .menu li:hover a#blog,
.menu li a#employee:hover, .menu li:hover a#employee, 
.menu li a#whydg:hover, .menu li:hover a#whydg,
.menu li a#ourtalent:hover, .menu li:hover a#ourtalent,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#venues:hover, .menu li:hover a#venues,
.menu li a#photos:hover, .menu li:hover a#photos,
.menu li a#videos:hover, .menu li:hover a#videos
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:11px; top:24px; padding:0 0 0 0; border:1px; white-space:nowrap; width:335px; height:191px; background:url(/images/doubleg_submenu_bg.png)}
.menu :hover ul.sub li {display:block;height:20px; position:relative; float:left; width:335px;}
.menu :hover ul.sub li a {display:block;left:100px; font-size:10px; height:10px; width:335px; line-height:33px; text-indent:0px; color:#434242; text-decoration:none; border-bottom:none; border-left:none; border-top:none; border-right:none; background:url(/images/doubleg_submenu_bg.png) }
.menu :hover ul.sub li a.fly { 80px  no-repeat; left:200px;}
.menu :hover ul.sub li a:hover { color:#89511f;}
.menu :hover ul.sub li a.fly:hover {background: 80px no-repeat; color:#89511f;}
.menu :hover ul li:hover > a.fly {background: 80px  no-repeat; color:#89511f;;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:160px; top:-4px; padding:0 0 0 0; white-space:nowrap; width:200px; z-index:200; height:auto; z-index:300;}

.aboutsub {width:310px; height:191px; margin:15px 15px 15px 20px}
.colright{
	width:120px;
	float:right;
	font-size:9px;
	padding: 0 15px 0 0;
}
.colleft{
	width:150px;
	font-size:10px
}
.imgfloat{float:left}
h1{color:#e31452; font-size:18px; font-family:Calibri, helvetica, sans-serif; margin:0 0 0 0;padding:0 0 0 0}
h2{	color:#dfdfdf; font-size:18px; font-family:Calibri, helvetica, sans-serif; margin:0 0 0 0;padding:0 0 0 0}
#copyblox{width:360px;float:left; padding-top:15px;}
#sideimg{width:480px; height:434px; float:left; margin:0 0 0 15px; padding-top:15px;}
.clear{clear:both}

/*/////comingsoon image////*/

#coming-soon {
	width:200px;
	height:21px;
	position:fixed;
	top:0px;
	right:0px;
	background:url(images/comingsoon.png) top left;
	}