#main {
	background:#fff;
	padding:0px 0px 0px 0px;
	width:960px; 
	overflow:hidden;	
}

.header {
	margin-left: 20px;
}

h1 {
	font: bold 1em Arial,Helvetica, sans-serif;
	text-transform: none;
	margin-left: 20px;
	width: 500px;
}

h2 {
	color:#868685;
	font: bold 2.0em Arial,Helvetica, sans-serif;
	margin-bottom: 0.5em;
	text-transform: none;
}

h2 small {
	font: normal 1em Arial,Helvetica, sans-serif;
}

/* SHORT TERM */

.shortterm {
	width: 940px;
	overflow: hidden;
	padding-left: 20px;
	height: 160px;
}

.shortterm p {
	float: left;
	width: 510px;
	padding-right: 20px;
}


.shortterm ul {
	float: left;
	width: 410px;	
}

.shortterm ul li {
	float: left;
	width: 200px;	
}

.shortterm ul li a{
	float: left;
	width: 120px;
	height: 60px;
	padding-left: 50px;
}

/* LONG TERM */

.longterm {
	width:921px;
	height:359px;
	color: #fff;
	padding: 48px 0 0 38px;
	position: relative;
}

.longterm h2, .longterm h3 {
	color: #fff;
	text-transform: none;
}

.longterm h3 {
	font-size: 1.2em;
}

/* backgrounds */

#intro .longterm {
	background: url(../img/DMGT_1d.jpg);
}

#organic_growth .longterm {
	background: url(../img/DMGT_2d.jpg);
}

#talent .longterm {
	background: url(../img/DMGT_3d.jpg);
}

#adaptability .longterm {
	background: url(../img/DMGT_4d.jpg);
}

#diversification .longterm {
	background: url(../img/DMGT_5d.jpg);
}

.longterm p {
	width: 400px;
	font-size: 11px;
	margin-bottom: 7px;
}
.longterm blockquote {
 	position: absolute;
 	left: 500px;
 	top:85px;
 	width: 130px;
 	font-size: 0.9em;
 	line-height: 1.3em;	
}

.longterm blockquote p{
	width: auto;
}

.longterm blockquote h2{
	font-size: 4em;
	display: block;
	font-weight: normal;
	 	line-height: 1em;
	 	margin-bottom: 5px;	
}

/* the icon links list */


#intro .one a {background:url(../img/ico_home/chair_video_icon.gif) no-repeat;}
#intro .two a {background:url(../img/ico_home/ceo_video_icon.gif) no-repeat;}
#intro .three a {background:url(../img/ico_home/cr_icon.gif) no-repeat;}
#intro .four a {background:url(../img/ico_home/media_chart_icon.gif) no-repeat;}

#organic_growth .one a {background:url(../img/ico_home/adtech_icon.gif) no-repeat;}
#organic_growth .two a {background:url(../img/ico_home/local_people_icon.gif) no-repeat;}
#organic_growth .three a {background:url(../img/ico_home/rms_icon.gif) no-repeat;}

#talent .one a {background:url(../img/ico_home/dmg_radio_icon.gif) no-repeat;}
#talent .two a {background:url(../img/ico_home/an_internation_icon.gif) no-repeat;}
#talent .three a {background:url(../img/ico_home/genscape_icon.gif) no-repeat;}

#adaptability .one a {background:url(../img/ico_home/ar_icon.gif) no-repeat;}
#adaptability .two a {background:url(../img/ico_home/big5_icon.gif) no-repeat;}
#adaptability .three a {background:url(../img/ico_home/enterprise_icon.gif) no-repeat;}

#diversification .one a {background:url(../img/ico_home/dmgra_icon.gif) no-repeat;}
#diversification .two a {background:url(../img/ico_home/hull_icon.gif) no-repeat;}
#diversification .three a {background:url(../img/ico_home/landmark_icon.gif) no-repeat;}

/* scroller */

#slider {
    width: 960px;
    /*margin: 0 auto;*/
    position: relative;
    height: 513px;
    overflow: hidden;
}

.scroll {
    height: 513px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 513px;
    width: 960px;
}

ul.navigation {
	position: absolute;
	top:145px;
	left: 26px;
	z-index: 2;
}

ul.navigation li {
    display: inline;
}

ul.navigation li.intro_tab {
	display: none;
}

ul.navigation a {
    margin-right: 10px;
	display: block;
	float: left;
    padding:8px 15px;
    color: #6d6d6d;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: bold;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#000000,strength=2) progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offX=3,offY=3)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#000000,strength=2) progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offX=3,offY=3);    
}

ul.navigation a:hover {
    background-color: #9a4e9e;
    color:#fff;
}

ul.navigation a.selected {
    background-color: #9a4e9e;
    color:#fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/* POPUPS */

#home_pop {
	width:700px;
	margin: 10px;
}

#home_pop img {
	float: left;
	margin: 0 20px 10px 0;
}

#home_pop h1 {
	font-size: 1.5em;
	margin-left: 0;
}

#videoplayer {
  width: 540px;
  height: 450px;
  overflow: hidden;
}

