/**************************/
/*         Common         */
/**************************/
body
{
	background-image: url(../images/gui_common/background_tile.png);
	background-color: #646464;
	background-repeat: repeat-x;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a, a:visited{
	color: #FAA64E;
}

a img
{
	border:0;
}

/* Take off focus in FireFox */
:focus
{
	-moz-outline-style:none;
}

div#container
{
	/* background:#4c4c4c; */
/*	background-image: url(../images/gui_common/container.png);
	background-repeat: no-repeat;
	background-color: #3d3d3d;
*/	margin:0px auto;
	width:740px;
	/*border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;*/ 
	position: relative;
}

div#header
{
	position: relative;
	background-color: #5c5c5c;
	width:100%;
}

div#logo{
	padding: 20px 0 10px;
	position: relative;
	left: -87px;
	top: 0px;
	height: 35px;
}


div#sectionContentHolder
{
	width:100%;
	background-repeat: no-repeat;
	background-image: url(../images/gui_common/container.png);
	background-color: #3d3d3d;
	margin:0px 0px 0px 0px;
	padding:20px 0px;
	color:#f7ddc1;
	overflow:hidden;
}

#showMore
{
	text-decoration: none;
	font-size: 10px;
	text-align: right;
	cursor:pointer;
	padding-right: 40px;
}
/*
div#sectionClosingBar
{
	background:url(../images/gui_common/background_content_end_2.gif) no-repeat;
	height:10px;
}
*/
div#footer
{
	width:740px;
	margin:0px auto;
}

div#footer p
{
	margin:10px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#f7ddc1;
	text-align:center;
}


/* Navigation */
div#header ul
{
	margin:0px;
	padding:0px;
}

div#header ul li
{
	float:left;
	display:block;
	list-style:none;
	font-weight:bold;
}

div#header ul li.separator
{
	margin:0px 5px;
}

div#siteInfo
{
	float:right;
	margin:0px 0px 0px 0px;
	font-size:11px;
	color:#FFFFFF;
}

div#siteInfo ul li a
{
	color:#FFFFFF;
}

div.navigation
{
/*	background:#39aad1;
*/	padding:6px 0px 0px 0px;
	width:100%;
	height:22px;
	font-size:11px;
	color:#FFFFFF;
}

div.navigation ul li a
{
	color:#FFFFFF;
}

#mainMenuLeft{
	position:absolute;
	left:-12px;
	top: 0px;
	width: 12px;
	height: 51px;
	background-image: url('../images/gui_common/nav_left.png');
}
#mainMenuRight{
	position:absolute;
	right: -12px;
	top: 0px;
	width: 12px;
	height: 51px;
	background-image: url('../images/gui_common/nav_right.png');
}

#mainMenu{
	float:left;
}

div#mainMenuBar
{
	background-image: url('../images/gui_common/nav_center.png');
	background-repeat: repeat-x;
	height: 37px;
}

div.submenuLine
{
	background:url(../images/gui_common/submenu_exist_bg.gif) repeat-x;
}

div.menuBar li.selected div{
	float:left;
	position:relative;
	top:-3px;
	padding-top: 3px;
}
div.menuBar li.selected .mbItemLeft
{
	background:url(../images/gui_common/nav_tab_left.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 10px;
}
div.menuBar li.selected.submenued .mbItemLeft{
	background:url(../images/gui_common/nav_tab2_left.png);
}

div.menuBar li.selected .mbItemMiddle
{
	background:url(../images/gui_common/nav_tab_center.png);
	background-repeat: repeat-x;
	height: 25px;
}
div.menuBar li.selected.submenued .mbItemMiddle{
	background:url(../images/gui_common/nav_tab2_center.png);
}

div.menuBar li.selected .mbItemRight
{
	background:url(../images/gui_common/nav_tab_right.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 10px;
}
div.menuBar li.selected.submenued .mbItemRight{
	background:url(../images/gui_common/nav_tab2_right.png);
}

#subMenu{
	position:relative;
	top: 0px;
}
div#subMenuCenter
{
	position: absolute;
	top: -15px;
	width: 100%;
	background-image: url('../images/gui_common/nav_sub_center.png');
	background-repeat: repeat-x;
	height: 37px;
}

#subMenuLeft{
	position:absolute;
	left:-5px;
	top: -15px;
	width: 5px;
	height: 36px;
	background-image: url('../images/gui_common/nav_sub_left.png');
}
#subMenuRight{
	position:absolute;
	right: -5px;
	top: -15px;
	width: 5px;
	height: 36px;
	background-image: url('../images/gui_common/nav_sub_right.png');
}

#subMenuCenter ul li{
	padding-top: 7px;
}

div.menuBar li.subMenuItem.selected div{
	position:relative;
	padding-top: 5px;
	top: -5px;
}

/**************************/
/*          Home          */
/**************************/
/* Home Section */
#propertiesBox
{
	float:left;
	width:433px;
	margin-left:6px;
}

html>body #propertiesBox
{
	width:425px;
	margin-left:12px;
}

.top a.title img{
	margin: 20px 0 0 25px;
}

.en #propertiesBox .top
{
	background:url(../images/gui_en/title_home_properties.png) no-repeat;
	height:40px;
}

.fr #propertiesBox .top
{
	background:url(../images/gui_fr/title_home_properties.png) no-repeat;
	height:40px;
}

#propertiesBox .leftBorder
{
	float:left;
	background:url(../images/gui_common/home_properties_left.png) no-repeat;
	width:14px;
	height:302px;
	
	position:relative;
	z-index:0;
}

#propertiesBox .content
{
	float:left;
	background:url(../images/gui_common/home_properties_center.png) repeat-x;
	width:394px;
	height:302px;
}

#propertiesBox .rightBorder
{
	float:left;
	background:url(../images/gui_common/home_properties_right.png) no-repeat;
	width:17px;
	height:302px;
	margin-left:-8px;
	
	position:relative;
	z-index:0;
}

html>body #propertiesBox .rightBorder
{
	margin-left:0px;
}

/* Property Carousel */
div#propertyCarouselBox
{
	margin:3px 0px 0px -6px;
	
	position:relative;
	z-index:1;
}

#latestNewsBox
{
	float:left;
	width:425px;
	margin:10px 0px 0px 6px;
}

html>body #latestNewsBox
{
	margin-left:12px;
}

.en #latestNewsBox .top
{
	background:url(../images/gui_en/title_home_news.png) no-repeat;
	height:40px;
}

.fr #latestNewsBox .top
{
	background:url(../images/gui_fr/title_home_news.png) no-repeat;
	height:40px;
}


#latestNewsBox .content
{
	background:url(../images/gui_common/home_news_center.png) repeat-y;
	padding-top:8px;
	overflow:auto;
}

#latestNewsBox .bottom
{
	background:url(../images/gui_common/home_news_bottom.png) no-repeat;
    height:20px;
}

#latestNewsBox .item
{
	width:407px;
	height:82px;
	margin:6px 0px 4px 8px;
}

#latestNewsBox .item h1
{
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:1.1em;
}

#latestNewsBox .item p
{
	margin:0px;
	padding:0px;
	font-size:11px;
	margin-top:10px;
}

#latestNewsBox .item img
{
	float:left;
	margin-right:10px;
	width:132px;
	height:82px;
}

#latestNewsBox .item a, #latestNewsBox .item a h1
{
	color: #fbf7f7;
	text-decoration:none;
}

#latestNewsBox .item a:hover, #latestNewsBox .item a:hover h1
{
	text-decoration:underline;
}

#latestNewsBox .lastItem
{
	margin-bottom:1px;
}

#musicBox
{
	float:left;
	width:284px;
	height:342px;
}

html>body #musicBox
{
	margin-left:9px;
}

#nowPlaying
{
	float:left;
	width:284px;
	height:342px;
	margin:10px 0px 0px 9px;
}

#awardsBox
{
	float:left;
	width:714px;
	margin:15px 0px 0px 6px;
}

html>body #awardsBox
{
	margin-left:12px;
}

.en #awardsBox .top
{
	height:39px;
	background:url(../images/gui_en/title_home_awards.png) no-repeat;
}

.fr #awardsBox .top
{
	height:39px;
	background:url(../images/gui_fr/title_home_awards.png) no-repeat;
}

#awardsBox .content
{
	background:url(../images/gui_common/home_awards_center.png) repeat-y;
}

#awardsBox .content img
{
	margin-left:25px;
}

#awardsBox .bottom
{
	height:13px;
	background:url(../images/gui_common/home_awards_bottom.png) no-repeat;
}

/* Sub Section Box */
img.subSecTitle
{
	margin:20px 0px 0px 44px;
}


.subSecBox2
{
	background:url(../images/gui_common/portfolio_framebg2.png) repeat-y;
	width:671px;
	margin-left:44px;
	margin-bottom:50px;
	/*margin-top:50px;*/
}
	
div.ourProperties .bottom
{
	background:url(../images/gui_common/properties/properties_framebottom.png) no-repeat;
	width:671px;
	height:27px;
	overflow:hidden;
}

.subSecBoxContent
{
	padding: 10px 0 0 0;
	background:url(../images/gui_common/portfolio_framebg.png) repeat-y;
	width:671px;
}

.subSecBoxContent .contentBox{
    padding: 0 38px 0 32px;
    overflow: hidden;
}

.subSecBoxContent .subSecItem
{
	width:180px;
	height:180px;
	float:left;
	text-align:center;
    margin: 10px;
}

.subSecBoxContent p{
	padding: 0;
    text-align:justify;
}
    
.subSecItem h1
{
	font-size:12px;
	font-weight:bold;
	margin:-3px 0px 0px 0px;
	padding:0px;
}

.subSecItem p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	line-height:13px;
}


/* Our Properties */
.propertyBox
{
	width:671px;
	margin:0px 0px 0px 36px;
}

.propertyBox .bottom
{
	background:url(../images/gui_common/portfolio_framebottom.png) no-repeat;
	width:671px;
	height:50px;
	
}

.propertyBox div.top
{
	background-image:url('../images/gui_common/title_bar_empty.png');
	width:671px;
	height:46px;
	position: relative;
}

.propertyBox .content
{
	background:url(../images/gui_common/properties/properties_framebg_split.png) repeat-y;
	width:671px;
	font-size:12px;
}

.propertyBox .content .contentLeft
{
	float: left;
	width: 290px;
	padding-left:17px;
    height: 148px;
}
.propertyBox .content .contentRight
{
	float: right;
	width: 310px;
	padding-right: 47px;
}

.propertyBox .top a.cornerArrow
{
	background-image: url('../images/gui_common/header_cornerarrow.png');
	width: 20px;
	height: 13px;
	position: absolute;
	top: 24px;
	right: 30px;
}

.propertyBox .icons{
	position: absolute;
	right: 50px;
	top:24px;
}

/* ENGLISH -- Icons padding-top should make a total of 20px height */
.propertyBox .icons a{
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}
.propertyBox .icons a.weblink{
	float:right;
	background-image: url('../images/gui_en/icon_weblink.png');
	background-repeat: no-repeat;
	width: 52px;
	height: 12px;
	padding-top:8px;
}

.propertyBox .icons a.trailer{
	float:right;
	background-image: url('../images/gui_en/icon_trailer.png');
	background-repeat: no-repeat;
	width: 52px;
	height: 12px;
	padding-top:8px;
}

.propertyBox .icons a.pdf{
	float:right;
	background-image: url('../images/gui_en/icon_pdf.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	padding-top:5px;
}

.propertyBox .icons a.brochure{
	float:right;
	background-image: url('../images/gui_en/icon_brochure.png');
	background-repeat: no-repeat;
	width: 58px;
	height: 12px;
	padding-top:8px;
}

.propertyBox .icons a.pswhitepaper{
    float:right;
    background-image: url('../images/gui_en/icon_pswhitepaper.png');
    background-repeat: no-repeat;
    width: 169px;
    height: 12px;
    padding-top:8px;
}

.propertyBox .icons a.ages6to12{
	float:right;
	background-image: url('../images/gui_en/icon_age_6to12.png');
	background-repeat: no-repeat;
	width: 79px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .icons a.ages2to5{
	float:right;
	background-image: url('../images/gui_en/icon_age_2to5.png');
	background-repeat: no-repeat;
	width: 79px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .icons a.ages3to5{
	float:right;
	background-image: url('../images/gui_en/icon_age_3to5.png');
	background-repeat: no-repeat;
	width: 79px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .icons a.ages9andup{
	float:right;
	background-image: url('../images/gui_en/icon_age_9andup.png');
	background-repeat: no-repeat;
	width: 89px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .icons a.ages12andup{
	float:right;
	background-image: url('../images/gui_en/icon_age_12andup.png');
	background-repeat: no-repeat;
	width: 89px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .icons a.allages{
	float:right;
	background-image: url('../images/gui_en/icon_age_allages.png');
	background-repeat: no-repeat;
	width: 79px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

/* FRENCH -- Icons padding-top should make a total of 20px height */
.propertyBox .iconsFr a{
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}
.propertyBox .iconsFr a.weblink{
	float:right;
	background-image: url('../images/gui_fr/icon_weblink.png');
	background-repeat: no-repeat;
	width: 52px;
	height: 12px;
	padding-top:8px;
}

.propertyBox .iconsFr a.trailer{
	float:right;
	background-image: url('../images/gui_fr/icon_trailer.png');
	background-repeat: no-repeat;
	width: 52px;
	height: 12px;
	padding-top:8px;
}

.propertyBox .iconsFr a.pdf{
	float:right;
	background-image: url('../images/gui_fr/icon_pdf.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	padding-top:5px;
}

.propertyBox .iconsFr a.brochure{
	float:right;
	background-image: url('../images/gui_fr/icon_brochure.png');
	background-repeat: no-repeat;
	width: 58px;
	height: 12px;
	padding-top:8px;
}

.propertyBox .iconsFr a.pswhitepaper{
    float:right;
    background-image: url('../images/gui_fr/icon_pswhitepaper.png');
    background-repeat: no-repeat;
    width: 169px;
    height: 12px;
    padding-top:8px;
}

.propertyBox .iconsFr a.ages6to12{
	float:right;
	background-image: url('../images/gui_fr/icon_age_6to12.png');
	background-repeat: no-repeat;
	width: 79px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .iconsFr a.ages2to5{
	float:right;
	background-image: url('../images/gui_fr/icon_age_2to5.png');
	background-repeat: no-repeat;
	width: 79px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .iconsFr a.ages3to5{
	float:right;
	background-image: url('../images/gui_fr/icon_age_3to5.png');
	background-repeat: no-repeat;
	width: 79px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .iconsFr a.ages9andup{
	float:right;
	background-image: url('../images/gui_fr/icon_age_9andup.png');
	background-repeat: no-repeat;
	width: 89px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .iconsFr a.ages12andup{
	float:right;
	background-image: url('../images/gui_fr/icon_age_12andup.png');
	background-repeat: no-repeat;
	width: 89px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .iconsFr a.allages{
	float:right;
	background-image: url('../images/gui_fr/icon_age_allages.png');
	background-repeat: no-repeat;
	width: 79px;
	height: 14px;
	padding-top:6px;
	cursor: default;
}

.propertyBox .content p
{
	text-align:justify;
	padding: 0;
	margin: 0;
}

.propertyBox .contentRight{
    margin: 10px 0 0;
}

.detectiveone
{
	font-size: 15px;
	color: #69A52A;
}

.hanshans
{
	font-size: 15px;
	color: #92781B;
}

.wumpaLinks
{
	text-align:center;
}

.wumpaLinks a
{
	margin-left:5px;
	margin-right:5px;
}

.documentation
{	
	font-size: 12px;
	font-weight:bold;
	color: #1B4668;
}

p.documentation{
	margin-bottom:0;
}

.documentation a
{
	color: #1B4668;
}

/* News Content */
.newsContent
{
	padding: 0px 25px;
    overflow: hidden;
}

.newsContent h1
{
	font-size: 14px;
	font-weight: bold;
    clear: both;
}

.newsContent p
{
	overflow: hidden;
	width: auto;
	font-size: 12px;
    text-align: justify;
    position: relative;
    top: -5px;
}

.newsContent img
{
	float:left;
	margin: 0 20px 10px 0;
}




/* PDF links */


.pdf a:link
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
}

.pdf a:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
}


/* About Us */
p.contactHeader
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0px;
}

.personnelBox
{
	padding:10px 10px 10px 10px;
}

.personnelBox img
{
	float:left;
	margin:0px 5px 0px 0px;
}

.contactInfo
{
	font-size: 12px;
	text-align:justify;
}

.contactInfo p
{
	margin:5px 0px 0px 0px;
}

.personnelBox .contactInfo ul
{
	margin:15px 0px 0px 0px;
	padding-left:15px;
}
.personnelBox .contactInfo ul li
{
	list-style:disc;
	margin:0px;
	padding:0px;
}

ul#companyInfo
{
	font-size: 12px;
	list-style:none;
	margin:20px 0px;
	padding:0px;
	text-align:center;
	clear:left;
}

ul#companyInfo li
{
	margin-bottom:-5px;
	padding:0px;
}

html>/**/body ul#companyInfo li
{
	margin:0px;
}

/* NEOP */

#learningcontent
{
	text-align:center;
	min-width:500px;
	color: #F7ddc1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
}

#content 
{
	margin:0px auto;
	width:770px;
}

#swfPresentation
{
	/*background:#FFFFFF;*/
}

#swfThumbTicker
{
	padding-left:5px;
}

.pdfLink
{
	padding-bottom:5px;
}

.pdfLink img
{
	margin-right:3px;
}

.pdfLink a
{
	text-decoration:none;
	color: #F7ddc1;
}

.pdfLink a:hover
{
	text-decoration:none;
}

#thumbnails
{
	text-align:left;
}

#thumbnails img
{
	padding-left:0px;
	padding-right: 5px;
}

#swfThumbTicker
{
	/*margin-top: 40px;*/
}

#main
{
	background: url(..images/gui_common/learning/box_corner_tl.jpg) top left no-repeat;
}

.blockPart
{	
	text-align:left;
	margin: 20px;
}

.blockPart ul
{
	margin-top:3px;
}

.citation
{
}

.citation ul
{

}

.citation #cited
{
font-weight:bold;
}

.clientBox
{
	min-height: 150px;
	text-align: left;
}

.clientBox .clientLogo
{
	float:left;
	padding-left:15px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
}

.clientBox .clientLogo img
{
	max-width:100px;
}

.clientBox .clientDesc
{
	width: auto;
	overflow: hidden;
	padding-left: 20px;
}

.clientBox .clientName
{
	font-weight: bold;
	padding-bottom: 10px;
}




/* MIGS 2009 */
div.migsSection
{
	font-family:Arial, Helvetica, sans-serif;
}

div.migsSection h1
{
	margin:0px;
	padding:0px;
	font-size:20px;
}

div.migsSection p
{
	font-size:13px;
	margin-top:15px;
}

img#migsBanner
{
	margin-top:-20px;
}

div#migsIntroBox
{
	margin-top:20px;
	margin-right:25px;
	margin-bottom:20px;
	margin-left:25px;
}

div#migsIntroBox h2
{
	margin:0px;
	padding:0px;
	font-size:16px;
}

img#vwm_logo_stage
{
	margin:0px 0px 15px 0px;
	float:right
}

div#migsIntroBox div.speakerDesc
{
	float:left;
	margin:5px;
	width:141px;
	text-align:center;
}

div#migsIntroBox div.speakerDesc p
{
	margin-top:5px;
	padding:0px;
	font-size:11px;
	font-style:italic;
}

div#synopsisBox
{
	margin:0px 20px;
}

/* Virtual World of Music */

div.vwmBox
{
	margin:0px 25px;
}

div#vwmHeader
{
	float:left;
	margin:15px 0px;
	overflow:hidden;
}

div.vwmBox h1
{
	float:left;
	margin:0px 0px 0px 15px;
	padding:30px 0px 0px 0px;
}

div.vwmBox div.sideImgWrapper
{
	float:right;
	margin:20px 2px 20px 15px;
	width:224px;
}

div.sideImgWrapper img
{
	margin-bottom:15px;
}

div.vwmBox div.sideTextWrapper
{
	margin-top:20px;
	width:440px;
}

div.sideTextWrapper h3
{
	margin:0px;
	padding:0px;
	font-size:15px;
}

div.sideTextWrapper p
{
	margin:0px 0px 10px 0px;
}

div.nextButton
{
	float:right;
	clear:both;
	margin:15px 20px 15px 0px;
}

div.nextButton *
{
	float:left;
}

div.nextButton p
{
	margin:6px 8px 0px 0px;
	padding:0px;
}

/* Mixing Studio */
div.mixingStudioItem
{
	clear:both;
	margin:0px auto 15px auto;
	width:540px;
	overflow:auto;
}

div.mixingStudioItem img
{
	float:left;
}

div.mixingStudioItem div.sideTextWrapper
{
	float:left;
	margin:0px 0px 0px 20px;
	width:285px;
}

div.mixingStudioItem div.sideTextWrapper h2
{
	margin:0px;
	font-size:14px;
}

div.mixingStudioItem div.sideTextWrapper h3
{
	margin:0px 0px 10px 0px;
	font-size:12px;
}

div.mixingStudioItem div.sideTextWrapper p
{
	font-size:12px;
}

div.migsSection h1.mixingStudioHeader
{
	float:left;
	margin:10px 0px 30px 0px;
	padding:0px;
	width:100%;
	font-size:20px;
	text-align:center;
}

#ndimap img{
	float:none;
    margin: 0;
}

div.contentSpacer{
    text-align: center;
    margin: 20px 0;
}
div.contentSpacer div{
    width:85%;
    height:0px;
    border: 1px solid #FAA64E;
    margin:auto;
}

