/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	padding: 0px 0 0 0;
	margin: 0;
}

p {
	font-size: 12px;
	line-height: 15px;
	color:#323232;
	margin: 8px 0px 8px 0px;
}

pHome {
	font-size: 11px;
	line-height: 15px;
	color:#41484f;
	margin: 4px 0px 8px 0px;
}


img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

a {
	color:#719f99;
	text-decoration:underline;

}

a:hover {
	color:#719f99;
	text-decoration:none;
	
}


@font-face {
 font-family: MajorKong;
 src: url("MAJOK.eot") /* EOT file for IE */
}
@font-face {
 font-family: MajorKong;
 src: url("MAJOK.TTF") /* TTF file for CSS3 browsers */
}


@font-face {
 font-family: Avant;
 src: url("AVANG.eot") /* EOT file for IE */
}
@font-face {
 font-family: Avant;
 src: url("AVANG.TTF") /* TTF file for CSS3 browsers */
}




h1 {
	font-family: MajorKong;
	font-size: 45px;
	color: #1a1c1f;
	padding: 0px;
	margin: 0px;
	font-weight:600;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom:1;
}


h2 {
	font-family: Avant;
	font-size: 13px;
	color: #252b30;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 16px;
	color: #252b30;
	padding: 0px;
	margin: 0px;
	height: 12px;
}


h4 {
	color: #ffffff;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	/*height:53px;*/
}

h5 {
	color: #ffffff;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	/*height:20px;*/
}

div#headingText {
	width: 350px;
	height: 21px;
	padding: 8px 0 0px 23px;
	margin: 0px;	
	background-color:#FFFFFF;
}


hr {
	height:0px;
	border-top:0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0 0 px 0;
	padding: 5px 50px;
}

li {
	font-size: 12px;
	color:#0096c1;
	margin-top: 8px;
}

ul#gall {
	list-style-image: url(../images/list_icon2.gif);
	margin: 0 0 10px 0;
	padding: 5px 50px;

}

ul#gall li {
	margin:5px 0px 0px 5px;
}

ul#gall li a {
	font-size:11px;
	text-decoration:none;
	color:#0096c1;
}

ul#gall li a:hover {
	font-size:11px;
	text-decoration:underline;
	color:#0096c1;
}



/****** GENERIC ******/

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
}

.clearLeft {
	clear: left;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

input.textInput {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}

textarea.inputTextArea {
	width: 255px;
	border: 1px solid #bec5cd;
	height: 148px;
}

/******** PAGE ********/
div#page {
	width: 935px;
	padding: 0 0 0 0;
	margin: 0 auto;	
}

/** HEADER **/
div#header {
	width: 935px;
	height: 77px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/logo.png);
	background-repeat:no-repeat;
	
}

div#logo {
	float: left;
	width: 299px;
	margin: 0;
	padding: 0;
}


div#navButtons {
	float: left;
	width: 760px;
	height: 13px;
	padding: 55px 0px 0px 175px;
	background-repeat: no-repeat;
	margin: 0;
}

div#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

div#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 13px;
}

div#navButtons ul li a {
	height: 13px;
	display: block;
	margin: 0px;
	padding: 0px;
}


/** NAV **/
a#navHome {
	width: 49px;
	background: url(../images/nav_home.gif);
	background-repeat: no-repeat;
}

a#navHome:hover {
	background-position: -49px 0;
}

a#navRegister {
	width: 88px;
	background: url(../images/nav_register.gif);
	background-repeat: no-repeat;
}

a#navRegister:hover {
	background-position: -88px 0;
}

a#navInfo {
	width: 48px;
	background: url(../images/nav_info.gif);
	background-repeat: no-repeat;
}

a#navInfo:hover {
	background-position: -48px 0;
}




a#navGallery {
	width: 128px;
	background: url(../images/nav_gallery.gif);
	background-repeat: no-repeat;
}

a#navGallery:hover {
	background-position: -128px 0;
}

a#navContact {
	width: 80px;
	background: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
}

a#navContact:hover {
	background-position: -80px 0;
}




/******** CONTENT ********/




div#contentHome {
	float:left;
	background-image:url(../images/mainBox.jpg);
	width: 292px;
	height:416px;
	padding: 80px 590px 0px 53px;
	
}

div#contentContact {
	float:left;
	background-image:url(../images/mainBox3.jpg);
	width: 292px;
	height:416px;
	padding: 80px 590px 0px 53px;
	
}

div#contentInfo {
	float:left;
	background-image:url(../images/mainBox4.jpg);
	width: 829px;
	height:443px;
	padding: 53px 53px 0px 53px;
	
}

div#content {
	float:left;
	background-image:url(../images/bg_content.jpg);
	width: 900px;
	height:477px;
	padding: 0px;
	
}

div#contentSpeak {
	float:left;
	background-image:url(../images/bg_speakers.jpg);
	width: 900px;
	height:477px;
	padding: 0px;
	
}

div#contentPassport {
	float:left;
	background-image:url(../images/bg_passport.jpg);
	width: 900px;
	height:477px;
	padding: 0px;
	
}

div#contentLeft {
	float:left;
	width: 550px;
	height:445px;
	padding: 32px 25px 0px 25px;
	
}

div#contentRight {
	float:left;
	width: 300px;
	height:477px;
	padding: 0px;
	
}

div#contentCol1 {
	float:left;
	width: 265px;
	padding: 0px 10px 0px 0px;
}

div#contentCol2 {
	float:left;
	width: 300px;
	padding: 0px;
}

div#contentCol3 {
	float:left;
	width: 240px;
	padding: 0px 0px 0px 10px;
}

div#vimeo {
	float:left;
	width: 480px;
	height:271px;
	padding: 108px 0px 0px 345px;
	
}

div#links {
	float:left;
	width: 925px;
	height:174px;
	padding: 10px 0px 10px 10px;
}

div#link1 {
	float:left;
	width: 124px;
	height:94px;
	background-image:url(../images/link1.jpg);
	background-repeat:no-repeat;
	padding: 80px 160px 0px 28px;
}

div#link1 p {
	font-size: 12px;
	line-height: 15px;
	color:#4d4d4d;
	margin: 0px 0px 10px 0px;
}

div#link1 a {
	font-size: 12px;
	line-height: 15px;
	color:#719f99;;
	margin-top:10px;
}

div#link1 a:hover {
	text-decoration:none;
}

div#link2 {
	float:left;
	width: 125px;
	height:94px;;
	background-image:url(../images/link2.jpg);
	background-repeat:no-repeat;
	padding: 80px 150px 0px 23px;
}

div#link2 p {
	font-size: 12px;
	line-height: 15px;
	color:#4d4d4d;
	margin: 0px 0px 10px 0px;
}

div#link2 a {
	font-size: 12px;
	line-height: 15px;
	color:#719f99;
	margin-top:10px;
}

div#link2 a:hover {
	text-decoration:none;
}



div#link3 {
	float:left;
	width: 129px;
	height:94px;
	background-image:url(../images/link3.jpg);
	background-repeat:no-repeat;
	padding: 80px 140px 0px 25px;
}

div#link3 p {
	font-size: 12px;
	line-height: 15px;
	color:#4d4d4d;
	margin: 0px 0px 10px 0px;
}

div#link3 a {
	font-size: 12px;
	line-height: 15px;
	color:#719f99;
	margin-top:10px;
}

div#link3 a:hover {
	text-decoration:none;
}

div#link4 {
	float:left;
	width: 226px;
	height:97px;
	background-image:url(../images/link4.jpg);
	background-repeat:no-repeat;
	padding: 65px 53px 0px 23px;
}

div#link4 p {
	font-size: 12px;
	line-height: 15px;
	color:#ffffff;
	margin: 0px 0px 10px 0px;
}

div#link4 a {
	font-size: 12px;
	line-height: 15px;
	color:#333333;
	margin-top:10px;
}

div#link4 a:hover {
	text-decoration:none;
}


/******** PAGE BOTTOM ********/



	
/****** FOOTER ******/

div#footer {
	width: 484px;
	height: 93px;
	margin: 0px 120px;
	padding: 45px 0px 0px 215px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}

div#footer p {
	font-size: 11px;
	line-height: 14px;
	color:#4d4d4d;
	margin: 0px 0px 10px 0px;
}
