/*MDR Talent Main CSS
 *Yes it's simple, but it works.
 */
 
body { background-color: #666; }
h1 {
	font-size: larger;
	color: #ccc
}
.main {
	background-color: #fff;
	margin: 5.5em auto 5px auto;
	text-align: center;
	border: 3px ridge;
	padding-left:0;
	border-radius: 12px;
	position: relative;
	width: 961px;
}
.logo {
	position: absolute;
	top: -5.7em;
	left: 50%;
	margin-left: -150px;
	z-index:2;
}
.footer {
	bottom: 4px;
	margin-top: 2em;
	text-align: center;
}
.contact {
	text-align: center;
	text-decoration: none;
	border: 1px solid #aaa;
	color: #a00;
	background-color: #eee;
	font-size: 16px;
	font-weight: 500;
	padding: 3px;
	font-family: 'Arial Black', Gadget, sans-serif;
	border-radius: 6px;
}
div.people{
	display:inline-block;
	width:250px;
}
ul.people {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
}
/*MDR Talent 2010
 *Menu css
 *Code below based on Mega Drop Down Menu @ sohtanka.com
 */
ul#menutop {
	margin: 0;
	padding: 0;
	color: #000;
	float: left;
	width: 100%;
	list-style: none;
	font-size: 14px;
}
ul#menutop li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#menutop li .sub {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 99999;
	background: #CCC url(menu.jpg) repeat-x;
	padding: 16px 16px 16px;
	float: left;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#menutop li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
}
ul#menutop .sub ul li {
	width: 100%;
	color: #000;
}
ul#menutop .sub ul li h2 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
ul#menutop .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
}
ul#menutop .sub ul li a {
	float: none;
	text-indent: 0;
	height: auto;
	background: url(menuarrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
	text-align: left;
}
ul#menutop .sub ul li a:hover {
	color: #900;
	background-position: 5px 12px;
}
ul#menutop li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#menutop a {
	float: left;
	text-indent: -9999px;
	height: 44px;
}
ul#menutop li:hover a, ul#menutop li a:hover { background-position: left bottom; }
ul#menutop a.home {
	background: url(images/menuhome.jpg);
	width: 100px;
	color: #000;
}
ul#menutop a.design {
	background: url(images/menuweb.jpg);
	width: 143px;
}
ul#menutop a.audio {
	background: url(images/menuaudio.jpg);
	width: 130px;
}
ul#menutop a.booking {
	background: url(images/menubooking.jpg);
	width: 118px;
}
ul#menutop a.shirt {
	background: url(images/menuprint.jpg);
	width: 185px;
}
ul#menutop a.network {
	background: url(images/menunetwork.jpg);
	width: 145px;
}
ul#menutop a.pc {
	background: url(images/menucomp.jpg);
	width: 140px;
}
ul#menutop a.artist {
	background: url(images/topbtns.png);
	width: 80px;
}
.artist, .pc, .network, .shirt, .booking, .audio, .design, .home { background-repeat: no-repeat; }
