@charset "UTF-8";
/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}
div {
	position: relative;
}
body {
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../assets/homepage-new/bodybkg.png);
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#overwrap {
	width: 920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -460px;
	background-image: url(../assets/homepage-new/body_bkg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 688px;
}
*+html #overwrap {
	height: 686px;
}
* html #overwrap {
	height: 686px;	
}
#overwrap p {
	color: #fff;
	text-align: right;
	margin: 672px 100px 0 0;
	font-size: 10px;
}
#wrap {
	position: absolute;
	top: 0;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #fff;
	background-image: url(../assets/homepage-new/wrap_bkg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#wrap p {
	color: #000;	
	text-align: left;
	margin: 0;
	font-size: 100%;
}
#header {
	height: 133px;
	width: 800px;
}

#logo {
	height: 133px;
	background-image:url(../assets/logo.gif);
	background-repeat: no-repeat;
	background-position: 50px 30px;
	width: 40%;
	float: left;
}
#headermenu {
	float: right;
	margin: 30px -60px 0 0;
	width: 40%;
}
#headermenu p, a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#headermenu a:hover {
	color: #cc3300;	
}

#montage {
	height: 328px;
	width: 800px;
	background-image: url(../assets/homepage-new/homepage-montage2.jpg);
}
#montage .road {
	position: absolute;
	width: 276px;
	height: 109px;
	top: 0;
	left: 524px;
}
#montage .talent {
	position: absolute;
	width: 276px;
	height: 109px;
	top: 109px;
	left: 524px;
}
#montage .edp {
	position: absolute;
	width: 276px;
	height: 109px;
	top: 218px;
	left: 524px;
}
#montage .roadtext, #montage .talenttext, #montage .edptext {
	position: absolute;
	width: 140px;
	height: auto;
	left: 542px;
	top: 78px;
	color: #fff;
	font-size: 11px;
}
#montage .talenttext {
	top: 186px;
}
#montage .edptext {
	top: 284px;	
	color: #000;
}
#mp3player1, #mp3player2 {
	position: absolute; 
	width: 35px;
	height: 35px;
	top: 282px;
	left: 14px;
}
#mp3player2 {
	top: 60px;
	left: 755px;
}
#content {
	height: auto;
	margin: 3px 0 0 0;
	padding: 0;
	border-top: 1px solid #000;
	line-height: 1.4;
	width: 800px;
}
#contentL {
	width: 464px;
	padding: 20px 20px 20px 30px;
	float: left;
}
#contentL p {
	margin: 0 0 -10px 0;	
}
#contentR {
	width: 276px;
	float: right;
}
#contentR td, #contentR th{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 4px 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}	
#contentR td.last {
	border-bottom: none;
}
#contentR a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#contentR a:hover {
	color: #cc3300;	
}
#footer {
	background-image: url(../assets/homepage-new/tagline.gif);
	background-repeat: no-repeat;
	background-position: 446px 24px;
	height: 60px;
	width: 800px;
	border-top: 1px solid #000;
	float: left;
}
#footer img.wedc {
	position: relative;
	left: 30px;
	top: 10px;
}