/* MAIN */
body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#182F42;
	font-size:14px;
	font-weight:bold;
	top:0px;
	margin:0px;
}

#container{
	background-color:#FFFFFF;
	width:100%;
	top:0px;
	left:0px;
	right:0px;
	margin:0px;
}

.hiddenPic {
	display:none;
}

/* HEADER */

#shareThis{
	z-index:0;
	position:relative;
	float:right;
	top:3px;
}

#shareThis a{
	color:#FFFFFF;
}
#header_container{
	background: url(../img/head_bg.gif) repeat-x top left;
	width: 100%;
	height:46px;		
}
#header{
	background: url(../img/head.gif) no-repeat top center;
	width:955px;
	height:46px;
	margin:auto;
}


/* MENU BAR */
#menu_container{
	background: url(../img/menu_bg.gif) repeat-x top left;
	width: 100%;
	height:35px;		
}

#menuBar{
	width:955px;
	height:35px;
	margin:auto;
}

#menuBar a.home {
	display:block;
	position:relative;
	float:left;
	width:118px;
	height:35px;
	background: url(../img/home_off.gif) no-repeat top left;
}

#menuBar a.home_active {
	display:block;
	position:relative;
	float:left;
	width:118px;
	height:35px;
	background: url(../img/home_on.gif) no-repeat top left;
}

#menuBar a.home:hover {
	display:block;
	position:relative;
	float:left;
	width:118px;
	height:35px;
	background: url(../img/home_on.gif) no-repeat top left;
}

#menuBar a.video {
	display:block;
	position:relative;
	float:left;
	width:114px;
	height:35px;
	background: url(../img/video_off.gif) no-repeat top left;
}

#menuBar a.video_active {
	display:block;
	position:relative;
	float:left;
	width:114px;
	height:35px;
	background: url(../img/video_on.gif) no-repeat top left;
}

#menuBar a.video:hover {
	display:block;
	position:relative;
	float:left;
	width:114px;
	height:35px;
	background: url(../img/video_on.gif) no-repeat top left;
}

#menuBar a.flashMob {
	display:block;
	position:relative;
	float:left;
	width:231px;
	height:35px;
	background: url(../img/flashmob_off.gif) no-repeat top left;
}

#menuBar a.flashMob_active {
	display:block;
	position:relative;
	float:left;
	width:231px;
	height:35px;
	background: url(../img/flashmob_on.gif) no-repeat top left;
}

#menuBar a.flashMob:hover {
	display:block;
	position:relative;
	float:left;
	width:231px;
	height:35px;
	background: url(../img/flashmob_on.gif) no-repeat top left;
}

/* FOOTER */

#footer {
	position:relative;
	top:20px;
	width:955px;
	border-top:#ebeae6 solid 1px;
	text-align:center;
	color:#8a8478;
	font-size:10px;
	margin:auto;
}

#footer a, a:active, a:visited{
	color:#8a8478;
}

#footer .footer_left{
	position:relative;
	float:left;
	
}

#footer .footer_right{
	position:relative;
	float:right;
}

/* CONTENT */
#content{
	z-index:100;
	position:relative;
	top:1px;
	width:955px;
	margin:auto;
	
}
#flashcontent{
	z-index:100;
}
#content table{
	z-index:100;
	top:0px;
	margin:0px;
	padding:0px;
}

#content td{
	top:0px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

#flash_video{
	z-index:100;
	position:relative;
	top:15px; 
}

#flash_invite{
	z-index:100;
	position:relative;
	top:15px; 
	left:25px;
}
#content_text{
	position:relative;
	left:15px;
}

#content_text a{
	color:#182F42;
}
#videoContent{
	position:relative;
	background-color:#666666;
	float:left;
	width:680px;
	height:405px;
}

#rightMenu{
	position:relative;
	background-color:#777777;
	float:right;
	width:275px;
	height:405px;
}
