@charset "utf-8";
/* CSS Document home */
body{
	background-color:black;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	background-position:center -120px;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	margin:0;
	padding:0;
}
img{
	border:none;
}
a{
	color:white;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active, a:focus {
	outline: 0
}
img{
	border:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.transp{
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
}

#main{
	/*width:998px;*/
	/*margin:0 auto;*/
	/*margin-top:100px;*/

}
#topNaviagtion{
	padding:0px 25px;
	height:130px;
}
#topNaviagtion h1{
	margin:0;
	padding:0;
	background-image:url(../images/chopard.png);
	background-repeat:no-repeat;
	/*width:384px;*/
	width:376px;
	height:75px;
	float:left;
	margin-right:110px;
}

#tabs a{
	width:107px;
	height:46px;
	text-align:center;
	background-image:url(../images/topnavTabs.png);
	background-repeat:no-repeat;	

	font-size:13px;
	font-weight:bold;
	color:white;

	text-decoration:none;
	padding-top:7px;
	float:right;
	margin-right:8px;
	cursor:pointer;
}

#tabs .small{
	color:#a0a0a0;
	font-weight:normal;
	background:url(../images/tab_small.png) no-repeat left top;
	width:69px;
	height:31px;
	text-indent:6px;
	margin-top:8px;
	margin-left:28px;
	background-color:transparent;
	border:none;
	float:right;
	cursor:pointer;	
}
#tabs #cannesPartner{
	width:135px;
	height:75px;
	background-image:url(../images/cannes_partner.png);
	background-repeat:no-repeat;	
	text-decoration:none;
	float:right;
	cursor:pointer;
	position:relative;
	left:-53px;
	top:-15px;
	padding:0;
	margin:0;
}


/*----------Events ----------------*/
#flashAndEvents{
	margin-bottom:94px;
}
#events{
	/*width:452px;*/
	/*height:260px;*/
	height:232px;
	overflow:hidden;
	float:left;
	margin-top:30px;
	margin-bottom:39px;
	position:relative;
}
#events #eventLists{	position:relative;	}
.eventList{
	margin-bottom:0px;
	height:58px !important;
	overflow:hidden;	
}
.eventDetail{
	background-image:url(../images/eventlist_grad.jpg);
	background-repeat:repeat-x;
	height:25px;
	border:1px solid #393939;
}
.eventList .desc{
	clear:both;
	margin-left:10px;
	margin-top:2px;
}
.eventDetail .date,.eventDetail h1,.eventDetail .venue{
	float:left;
	border-right:1px solid #393939;
	margin:0;
	padding:0;
	line-height:25px;
	text-indent:10px;
}
.eventDetail .desc{	clear:left;}
.eventDetail .date{	width:74px;}
.eventDetail h1{
	width:276px;
	color:white;
	font-size:16px;
}
.eventDetail .venue{
	width:90px;
	border:none;
}

/*------------ Footer ------------------*/
#footer{
	/*
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	*/
/*	color:#353535;*/
	clear:left;
	height:25px;
	filter: alpha(opacity=30);
	opacity:.30;
	font-size:13px;
}
#footer a{	
/*	color:#353535;*/
	padding:0 4px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

/*--------------- PNG FIX ---------------*/
.small,#topNaviagtion h1, #tabs a, #eventControls img{ behavior: url("iepngfix/iepngfix.htc") }