@charset "utf-8";
html, body{
	font-family: Arial,Helvetica,Garuda,sans-serif;   
	font-size: 12px;
	color: #313131;  
	background: #d2d3d5;
} 
body{
	min-width: 1020px;
}
	*html body{
		width: expression(((document.body.clientWidth) < 1020) ? "1020px" : "100%");
	}

UL, OL, DD{ padding-left: 25px; }

a{ color: #000; }

.box{
	min-width: 1020px;
	max-width: 1280px;
	margin: 0 auto;
}
	/*
	*html .box{
		width: expression(((this.offsetWidth) > 1200) ? "1200px" : (((this.offsetWidth) < 1020) ? "1020px" : "100%"));
	}
	*/
#content{
	background: #eaeced url(../pic/page_bg.gif) repeat-x;
}
	div.box{
		list-style-type: none;
		overflow: hidden;
		zoom:1;
		padding: 0;
	}
		div.lp{
			float: left;
			margin: 0 10px 0 3%;
			width: 275px;
			display: inline;
		}
			#logo{
				display: block;
				margin: 45px 0 25px 0;
			}
			ul.partners{
				list-style-type: none;
				margin: 0 0 40px 0;
				padding: 30px 0 0 0;
			}
				ul.partners li.title{
					background: transparent url(../pic/top.gif) no-repeat left top;
					padding: 23px 0 10px 0;
				}
				ul.partners li{
					padding: 10px 0;
				}
				
				.status{
					font-size: 9px;
					margin-bottom: 5px;
				}
				
			ul.second{
				padding-top: 30px;
				border-top: 1px dashed #797979;
			}
		
		div.rp{
			float: right;
			margin: 38px 3% 0 0;
			width: 66%;
			display: inline;
			padding: 0 0 25px 0;
		}
                div#mashup{
			float: right;
			margin: 38px 3% 0 0;
			width: 97%;
			display: inline;
			padding: 0 0 25px 0;
		}
			#navigPanel{
				overflow: hidden;
				zoom:1;
				position: relative;
				padding-top: 5px;
			}
				ul.navig{
					margin: 35px 0 0 0;
					padding: 0;
					list-style-type: none;
				}
					ul.navig li{
						display: inline;
					}
						ul.navig li a,ul.navig li.curr{
							text-decoration: none;
							text-transform: uppercase;
							color: #778288;
							font-size: 11px;
						}
						ul.navig a.curr,ul.navig li.curr{
							color: #c35b5e;
						}
						ul.navig li a:hover{
							text-decoration: underline;
						}
				#lang{
					position:absolute;
					right:85px;
					margin: 0;
				}
					#lang li{
						padding: 0 2px;
					}
						#lang li, #lang li a{ font-size: 9px; } 
				#menu{
					float: right;
				}
					#menu li{
						padding: 0 12px;
						border-right: 1px dashed #939292;
					}
						#menu li.last{
							border: 0;
						}
				#logo2{
					float: right;
					margin: 0 0 0 10px;
				}
			
			#bigMenu{
				margin: 0 3% 0 3%;
				padding: 0;
				background: #be0005 url(../pic/bigMenu_bg.gif) repeat-x;
				list-style-type: none;
				height: 195px;
				overflow: hidden;
				zoom:1;
			}
			
				.bigMenu li.holder{
					float: left;
					display: inline;
					margin: 0 5%;
				}
					.bigMenu li.img{
						margin:0 20px 0 0;
						border: 0;
					}
					.bigMenu div.title{
						height: 40px;
						padding: 0 0 0 10px;
						border-left: 5px solid #fff;
					}
					*html .bigMenu div.title{
						float: left;
						clear: both;
						margin-bottom: 15px;
					}
						.bigMenu div.title img{
							margin-top: 29px;
							border: 0;
						}
					.bigMenu ul{
						list-style-type: none;
						margin: 0;
						padding: 15px 0 0 15px;
					}
						
						.bigMenu ul li{
							margin: 0 0 15px 0;
							clear: both;
						}
							.bigMenu ul a{
								color: #f0cccd;
								text-transform: uppercase;
								font-size: 11px;
							}
							.bigMenu ul a.curr, .bigMenu ul a:hover{
								text-decoration: none;
							}
							
							#defaultBigMenu{
								margin: 0 3% 0 3%;
								padding: 0;
								background: #be0005 url(../pic/bigMenu_bg2.jpg) repeat-x;
								list-style-type: none;
								height: 195px;
								overflow: hidden;
								zoom:1;
							}
						
								#defaultBigMenu li.img img{ display:none;}
			#pubFilter{
				list-style-type: circle;
				list-style-position: inside;
				margin: 15px 0 35px 0;
				padding: 0 0 20px 0;
				border-bottom: 1px dashed #797979;
			}
				#pubFilter li{
					margin-bottom: 7px;
				}
					#pubFilter li a.curr{
						color: #a40004;
					}
			#rightPanel{
				float: right;
				width: 230px;
			}
				.goToList{
					float: right;
					font-size: 11px;
				}
				#speakerList{
					overflow: hidden;
					zoom:1;
					list-style-type: none;
					margin: 15px 0 35px 0;
					padding: 0;
					border-bottom: 1px dashed #797979;
				}
					#speakerList li{
						width: 100px;
						float: left;
						display: inline;
						padding-bottom: 35px;
					}
					#speakerList li.odd{
						margin-right: 25px;
					}
						.firstName, .lastName{
							font-weight: bold;
							text-transform: uppercase;
						}
						.firstName{
							font-size: 11px;
							margin-top: 10px;
						}
						.lastName{
							font-size: 13px;
							margin-top: 3px;
						}
				#reg{
					margin: 0 0 35px 0;
					background-color: #d9d9d9;
				}
					#reg .ttl{
						padding: 20px 15px 15px 15px;
						border-bottom: 3px solid #f4f5f5;
					}
					#reg .var{
						padding: 0px 15px 20px 15px;
					}
					p.arLink{
						padding-top: 20px;
					}
						p.arLink a{
							background: transparent url(../pic/reg_arrow.gif) no-repeat right center;
							padding-right: 20px;
							color: #000;
							font-size: 14px;
						}
					
					p.gLink{
						padding-top: 10px;
					}
						p.gLink a{
							background: transparent url(../pic/reg_arrow.gif) no-repeat left center;
							padding-left: 20px;
							color:#2A3C45;
							font-size:11px;
							font-weight:bold;
							text-transform:uppercase;
						}
						
						p.gLink a.cur{
							color:#C35B5E;
						}
						
				#subscr input{
					background: #fff;
					color: #000;
					border: 1px solid #a1a1a1;
					width: 150px;
					margin-top: 15px;
					height: 16px;
				}
		#mainText{
			margin-right: 235px;
			padding: 0 5% 0 0;
			zoom:1;
			line-height: 14px;
		}
			.mTitle{
				border-left: 5px solid #be0005;
				padding:25px 0 0 10px;
				margin-bottom: 25px;
				margin-top: -38px;
				//zoom:1;
			}
			.subject{
				font-size: 22px;
				color: #c50006;
				margin-bottom: 20px;
			}
				.subject span{
					font-size: 25px;
					display: block;
				}
			.illustration{
				margin-bottom: 25px;
			}
			
			#mainText .titleText{
				font-size: 14px;
				margin-bottom: 15px;
				font-weight: bold;  
			}
			#text{ 
				line-height: 14px;  
			}
			#text p{
				margin: 10px 0;
			}
			#newsUL{
				list-style-type: none;
				padding: 0;
				margin: 15px 0 50px 0;
			}
				#newsUL li{
					margin: 0 0 15px 0;
				}
					.date{
						color: #464646;
						font-size: 12px;
					}
					.newsTitle{
						margin: 4px 0;
						color: #b72e32;
						text-transform: uppercase;
						font-size: 13px;
						font-weight: bold;
					}
						#newsUL .newsTitle a{
							color: #b72e32;
							text-transform: uppercase;
							font-size: 13px;
							font-weight: bold;
							text-decoration: none;
						}
					.more{
						text-transform: capitalize;
						margin: 3px 0;
					}
				#pagerUL{
					list-style-type: none;
					margin: 0 0 0 5px;
					display: inline;
					padding: 0;
				}
					#pagerUL li{
						display: inline;
						margin: 3px;
					}
						#pagerUL li a{
							padding: 0 4px;
						}
						#pagerUL li a.pcurr, #pagerUL li a:hover{
							background-color: #bb0005;
							color: #fff;
							text-decoration: none;
						}
				#speakrsUL{
					list-style-type: none;
					padding: 0;
					margin: 15px 0 10px 0;
				}
					#speakrsUL li{
						overflow: hidden;
						zoom:1;
						margin-bottom: 40px;
					}
						#speakrsUL li img{
							float: left;
							border: 0;
						}
						#speakrsUL .spInfo{
							margin-left: 115px;
							position: relative;
							height: 114px;
						}
							#speakrsUL .name a{
								font-size: 13px;
								font-weight: bold;
								text-decoration: none;
								color: #555656;
								text-transform: uppercase;
							}
							#speakrsUL .descr{
								position: absolute;
								right: 0;
								bottom: 0;
								line-height: 16px;
								width: 100%;
							}
		#speakerPhoto{
			width: 240px;
			float: left;
			display: inline;
			margin: 0 25px 20px 0;
			padding: 0 0 11px 0;
			border-bottom: 1px solid #54636a;
			font-size: 11px;
			line-height: 14px;
		}			
			#speakerPhoto .lastName{
				margin: 13px 0 8px 0;
				font-size: 12px;
			}
		
		#strip{
			background: #a80005;
			padding: 14px 20px 10px 20px;
		}
		#mediaPartners{
			list-style-type: none;
			overflow: hidden;
			zoom:1;
			margin: 0 0 70px 0;
			padding: 0;
		}
			#mediaPartners li{
				float: left;
				margin: 15px 15px 0 15px;
				display: inline;
				height: 70px;
				overflow: hidden;
				padding-bottom:5px;
				text-align:center;
			}
				#mediaPartners p.status{ padding-top: 2px; }
		#owner{
			text-align: right;
			color: #5e5e5e;
		}
							
		
#footer{
	background: #d2d3d5;
}

.specFont{
	font-size: 16px;
	text-transform: uppercase;
	color: #a40004;
	font-weight: bold;
}

.groupPartner{
	font-size: 14px;
	text-transform: uppercase;
	color: #4f4f4f;
	font-weight: bold;
	padding:40px 0 10px 0;
}
/*---- Flash Font Styles ----*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash span.specFont{
	visibility: hidden;
	font-size: 20px;
	letter-spacing: -5px;
	height: 20px;
}

		
#gallery img{
	margin-bottom: 20px;
	border: 0;
}

.typepartner{
	color:#000000;
	font-size: 11px;
}

.social{
	margin-top: 35px;
	border-top:1px dashed #797979;
	padding-top: 35px
}
	.social ul{ padding: 15px 0 0 0; list-style-type: none; overflow:hidden; zoom:1; margin: 0; }
		.social ul li{ float: left; margin: 0 5px 5px 0; }
			.social ul li img{ border:0; }
		
		
ul.gallery{
	padding: 0;
	margin: 0;
	text-align: left;
	zoom:1;
}
	ul.gallery li{
		text-align: center;
		margin-bottom: 15px;
		/*width: 47%;*/
		display:-moz-inline-box; 
		display:inline-block; 
		vertical-align:middle;
		word-spacing:normal;
		white-space:normal;
		margin-right: 15px;
		//display:inline;
		//zoom:1;
	}
