/* ------------------------------- */
/* -- CSS By Prezenz			-- */
/* -- http://www.prezenz.com	-- */
/* -- Copyright 2010			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	color:#000;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
	background-color:#FFF;
	color:#333;
}

blockquote {
	background-color: #FFF;
	padding-top:10px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-right: 4px;
	border: 1px solid #d1d1d1;
}

/* My Comment */

/* ------------------------------- */
/* -- WEBSITE					-- */
/* ------------------------------- */

div#page {
	margin:0 auto 0 auto;
	position: relative;
	text-align: left;
	width:960px;
	padding:0 10px 0 10px;
	background-image: url(../../images/ihtti/background.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a { 
	color:#950002;
	text-decoration:none;
	outline:none;
}

a:hover, .active {
	color:#888;
}

.arrow {
	padding-left:10px;
	background-image: url(../../images/ihtti/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.arrowright {
	padding-right:10px;
	background-image: url(../../images/ihtti/arrow_right_more.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

h1 {
	color:#000;
	font-size:18px;
	margin-bottom:10px;
}

h2 {
	color:#7f7f7f;
	color:#000;
	font-size:19px;
	margin-bottom:16px;
	margin-top: 6px;
	font-weight: normal
}

h3 {
	color: #7f7f7f;
	font-size:15px;
	margin-top: 6px;
	font-weight: normal;
	margin-bottom: 6px;
}

hr {
	color:#FFF;
	background-color:#FFF;
	height:1px;
	border-top:1px solid #CCC;
}

.image-border {
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #5B5B5B;
	border-bottom: 1px solid #5B5B5B;
}

.image-alignleft {
	float:left;
	margin-right:8px;
	margin-bottom: 5px;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #5B5B5B;
	border-bottom: 1px solid #5B5B5B;
}

.image-alignright {
	float:right;
	margin-left:5px;
	margin-bottom: 5px;
}

/* ------------------------------- */
/* -- FORM						-- */
/* ------------------------------- */

input { 
	border:1px solid #999;
	font-size: 11px;
        margin-bottom:2px;
        width:90%;
}

input.auto { 
	border:0px;
        width:auto;
        height:auto;
        margin-bottom:0px;
}

textarea { 
	border:1px solid #999;
	font-size: 11px;
        margin-bottom:2px;
        width:90%;
}

select { 
	border:1px solid #999;
	font-size: 11px;
        margin-bottom:2px;
        width:90%;
}

select.auto { 
	border:1px solid #999;
        width:auto;
        height:auto;
}

.button div {
	display:inline;
	width:auto;
}

	.button-left {
		background-image:url(../../images/ihtti/button_left.gif);
		color:#FFFFFF;
		background-position:left top;
		background-repeat:no-repeat;
		padding:6px 10px;
		height:18px;
		line-height:18px;
		width:3px;
	        display:block;
	        float:left;
	}
	
	.button-right {
		background-image:url(../../images/ihtti/button_right.gif);
		color:#FFFFFF;
		background-position:right top;
		background-repeat:no-repeat;
		padding:6px 1px;
		height:18px;
		line-height:18px;
		width:7px;
	        display:block;
	        float:left;
	}
	
	.button-middle {
		background-image:url(../../images/ihtti/button_middle.gif);
		color:#950002;
		background-position:left top;
		background-repeat:repeat-x;
		padding:6px;
		height:18px;
		line-height:18px;
		text-transform:none;
	        display:block;
	        float:left;
	}
	
	a:hover .button-left {
		background-position:left bottom;
		color:#000;
	}
	
	a:hover .button-right {
		background-position:right bottom;
		color:#000;
	}
	
	a:hover .button-middle {
		background-position:left bottom;
		color:#000;
	}

/* ------------------------------- */
/* -- GLIDER		        -- */
/* ------------------------------- */

.glider .scroller {
	width: 190px;
	overflow: hidden;
        margin:0px;
        padding:0px;
}
		
.glider .scroller .section {
	width: 190px;
	overflow: hidden;
	float: left;
        margin:0px;
        padding:0px 0px;
}
		
.glider .scroller .content { 
	width: 10000px;
        margin:0px;
        padding:0px;
}
		
.glider .section_desc { 
	
        margin:0px;
        padding:0px;
} 

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

div#header {
	clear:both;
	height:120px;
	position: relative;
	background: #FFF;
	border:1px solid #FFF;
	width:960px;
}

	/* ------------------------------- */
	/* -- HEADER - TOPMENU			-- */
	/* ------------------------------- */
	
	div#header div#topmenu {
		height:15px;
		padding:5px 5px 0 0;
		float: right;
		font-size:0.9em;
	}
	
	div#header div#topmenu ul {
		list-style: none
	}
	
	div#header div#topmenu ul li {
		display:inline;
		padding:0 4px 0 4px;
	}
	
	div#header div#topmenu ul li a {
		color:#666;
	}
	
	/* ------------------------------- */
	/* -- HEADER - LOGO				-- */
	/* ------------------------------- */
	
	div#header div#logo a {
		height:110px;
		width:110px;
		display: block;
		background: #F00;
		float: left
	}
	
	div#header h1 {
		margin-left:120px;
		font-weight:100;
		font-family:"Helvetica Neue LT Std 57 Condensed", "Helvetica Condensed", "Helvetica Neue Condensed", "Arial Narrow", sans-serif;
		text-transform:uppercase;
		padding-top:60px;
	}
	
	div#header h1 a {
		color:#000
	}
	
	/* ------------------------------- */
	/* -- HEADER - TOOLS			-- */
	/* ------------------------------- */
	
	div#header div#tools {
		padding:0 5px 5px 0;
		float: right;
		position: absolute;
		bottom:0px;
		right:0px;
		/*width:380px;*/
	}
	
	div#header div#tools ul {
		list-style: none;
		float: left;
		height: 19px;
		padding-top:4px;
	}
	
	div#header div#tools ul li {
		display:block;
		float: left;
		padding:0 5px 0 5px;
	}
	
	div#header div#tools form {
		float:right; display:none
	}

/* ------------------------------- */
/* -- MENU						-- */
/* ------------------------------- */

div#menu {
	clear:both;
	height:30px;
	background-image: url(../../images/ihtti/background_menu.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div#menu ul {
	list-style:none;
	text-align: center;
	margin-left:10px;
}

div#menu ul li {
	display: inline;
	margin:0px;
}

div#menu ul li a {
	display:block;
	float: left;
	color:#FFF;
	/*padding:8px 17px 8px 17px;*/
        padding:8px 21px 8px 21px;
	font-weight: normal;
	font-size: 15px;
	border-left:1px solid #740406;
	margin:0px;
}

div#menu ul li .last {
	border-right:1px solid #740406;
}

div#menu ul li a:hover, div#menu ul li a.active {
	background-image: url(../../images/ihtti/background_menu_over.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

div#main {
	clear:both;
	padding:10px;
	border:1px solid #DDD;
	border-top:0px;
	border-bottom:0px;
	background-image: url(../../images/ihtti/background_main.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height:auto !important;
	height:425px;
	min-height: 425px;
}
	
	/* ------------------------------- */
	/* -- MAIN - PICTURE			-- */
	/* ------------------------------- */
	
	div#main div#picture {
		height:150px;
		margin-bottom: 10px;
		background-repeat: no-repeat;
		background-position: top left;
        background-image:url(../../images/ihtti/header_02.gif);
		border-top: 1px solid #979797;
		border-left: 1px solid #979797;
		border-right: 1px solid #5B5B5B;
		border-bottom: 1px solid #5B5B5B;
		clear: both;
	}

        .hotel-school {
                background-image:url(../../images/ihtti/header-student-life.jpg) !important; 
        }

        .hospitality-school {
                background-image:url(../../images/ihtti/header-admissions.jpg) !important;
        }

        .hotel-programme {
                background-image:url(../../images/ihtti/header-programmes.jpg) !important;
        }

        .hotel-student {
                background-image:url(../../images/ihtti/header-student-life.jpg) !important;
        }

        .hospitatlity-management {
                background-image:url(../../images/ihtti/header-alumni.jpg) !important;
        }

        .hotel-management-events {
                background-image:url(../../images/ihtti/header_02.gif) !important;
        }
	
	div#main div#picture ul {
		float:right;
		list-style: none;
		padding:20px 15px 0 0;
	}
	
	div#main div#picture ul li a {
		display:block;
		background: #FFF;
		padding:6px 4px 4px 30px;
		margin-bottom:10px;
		background-image: url(../../images/ihtti/picture_button.gif);
		background-repeat: no-repeat;
		background-position: top left;
		font-size: 14px;
		width:142px;
		height:20px;
	}
	
	div#main div#picture ul li a:hover {
		background-position: bottom left;
		color:#000;
	}

	
	/* ------------------------------- */
	/* -- MAIN - HIGHLIGHTS			-- */
	/* ------------------------------- */
	
	div#main div#highlights {
		clear:both;
		margin-bottom: 10px;
		display: table;
	}
	
	div#main div#highlights div#highlight {
		float:left;
		display: table-cell;
		width:738px;
		margin-right:10px;
		background: #950002;
		height:115px;
	}
	
	div#main div#highlights div#highlight-mini {
		float:left;
		display: table-cell;
		width:190px;
		background: #333;
	}
	
	/* ------------------------------- */
	/* -- MAIN - CONTENT			-- */
	/* ------------------------------- */
	
	div#main div#content {
		clear:both;
		margin-bottom: 10px;
		display: table;
	}
	
	/* -------------------- left */
	
	div#main div#content div#left {
		display:table-cell;
		float:left;
		width:190px;
		margin-right: 10px;
	}
	
	div#smenu {
		display:block;
		width:190px;
	}
	
	div#smenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		font-size:0px;
		line-height: 1px;
		border-bottom:1px solid #CCC;
	}
	
	div#smenu ul ul {
		border-bottom: 0px;
		background:none;
	}
	
	div#smenu ul li {
		margin: 0px;
		padding: 0px;
	}
	
	div#smenu ul li a {
		margin: 0px;
		padding: 0px;
		display: block;
		border:1px solid #CCC;
		border-bottom: 0px;
		padding:3px 3px 3px 5px;
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;
                background:#FFF;
	}
	
	div#smenu ul ul li a {
		font-weight: normal;
		padding-left: 15px;
	}
	
	div#smenu ul li a:hover, div#smenu ul li a.active {
		color:#333;
	}

	/* -------------------- center */
	
	div#main div#content div#center {
		display:table-cell;
		float:left;
		width:538px;
		margin-right: 10px;
	}

	/* -------------------- center-big */
	
	div#main div#content div#center-big {
		display:table-cell;
		float:left;
		width:738px;
	}
	
	/* -------------------- right */
	
	div#main div#content div#right {
		display:table-cell;
		float:left;
		width:190px;
	}

        /* -------------------- commun */

        div#content .fees {
                border-collapse:collapse; 
                border:1px solid #FFF;
                background:#EEE;
        }

        div#content .fees td, div#content .fees th {
                border-collapse:collapse; 
                border:1px solid #FFF;
                background:#EEE;
                padding:4px;
                vertical-align:top;
        }

        div#content .room td {
                background:#A88E91;
        }

        div#content .fees th {
                background:#AAA;
                font-weight:bold;
                color:#FFF;
                text-align:left;
        }

        div#content .fees th a {
                color:#FFF;
        }

        div#content .room th {
                background:#884F58;
        }

        div#content .fees th.title {
                background:#950002;
                font-weight:bold;
                color:#FFF;
                text-align:left;
        }

        div#content .fees th.title h1 {
                color:#FFF;
        }
	
	div#content .titlelink {
		list-style: none;
		clear: both;
		width:100%;
		height: 35px;
		background-image: url(../../images/ihtti/bouton_menu.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	
	div#content .titlelink li {
		list-style: none;
		display: inline;
	}
	
	div#content .title {
		font-weight:bold
	}
	
	div#content .titlelink li a {
		text-align:center;
		padding:5px 0 5px 0;
		line-height:1.5em;
		background-image: url(../../images/ihtti/bouton_menu.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		height: 25px;
		display: block;
		float: left;
		color: #FFF;
	}
	
	div#content .titlelink li a:hover, div#content .titlelink li .active {
		background-position: top center;
	}
	
	div#content .text {
		padding:8px;
		line-height:1.5em;
		background-image: url(../../images/ihtti/content_background.gif);
		background-repeat: repeat-x;
		background-position: top left;
		min-height:200px
	}
	
	div#content .texthome {
		padding:8px;
		background-image: url(../../images/ihtti/content_background.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}
	
	div#center .text ul {
		margin-left:15px;
	}
	
	div#center .text ol {
		margin-left:15px;
	}
	div#center .text li {
		margin-top:4px;
		margin-bottom:4px;
	}
		
	div#content .light {
		color:#888;
		font-size:0.8em;
	}
	
	div#content .desc {
		font-style: italic;
		font-family: Georgia,Times, serif;
		font-size: 11px;
	}
	
	div#content div#right .control {
		text-align: right;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	div#content div#left .control {
		margin-top:5px;
		margin-bottom:5px;
	}
	
	div#content .middlehighlight {
		margin-left: 180px;
		line-height:1.5em;
	}
	
	.enrolment {
		display:block;
		background: #FFF;
		padding:6px 4px 4px 30px;
		margin-bottom:10px;
		background-image: url(../../images/ihtti/picture_button.gif);
		background-repeat: no-repeat;
		background-position: top left;
		font-size: 14px;
		width:142px;
		height:20px;
	}
	
	.enrolment:hover {
		background-position: bottom left;
		color: #000 !important;
	}

	.smalltext {
		font-size: 9px;
	}

/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

div#footer {
	margin:0 auto 0 auto;
	position: relative;
	text-align: left;
	width:960px;
	padding:0 10px 0 10px;
	background-image: url(../../images/ihtti/footer_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 10px;
	color:#666
}

div#footer div#footer_main {
	padding-top:10px;
	border:1px solid #DDD;
	border-top:0px;
	background: #FFF;
	font-size: 1px;
	line-height: 1px;
}
	
	/* ------------------------------- */
	/* -- FOOTER - CONTENT			-- */
	/* ------------------------------- */
	
	div#footer div#fcontent {
		clear:both;
		padding-top:4px;
		padding-bottom: 10px;
		display: table;
	}
	
	/* -------------------- left */
	
	div#footer div#fcontent div#fleft {
		display:table-cell;
		float:left;
		width:190px;
		padding-left:20px;
		margin-right: 0px;
	}

	/* -------------------- center */
	
	div#footer div#fcontent div#fcenter {
		display:table-cell;
		float:left;
		width:358px;
		padding:0 10px 0 10px;
		margin-right: 10px;
	}
	
	/* -------------------- right */
	
	div#footer div#fcontent div#fright {
		display:table-cell;
		float:left;
		width:350px;
		text-align: right;
	}
	
	div#fright ul {
		list-style: none
	}
	
	div#fright ul li {
		display: inline
	}
	
	div#fright ul li a {
		padding:3px 0px 0px 20px;
		display: block;
		float: right;
		height:30px;
		margin-left:10px;
	}
	
	div#fright ul li .sitemap {
		background-image: url(../../images/ihtti/sitemap.gif);
		background-repeat: no-repeat;
		background-position: 2px left;
	}
	
	div#fright ul li .bookmark {
		background-image: url(../../images/ihtti/bookmark.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	div#fright ul li .share {
		background-image: url(../../images/ihtti/share.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	div#fright ul li .print {
		background-image: url(../../images/ihtti/print.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}



.info {
	position:relative;
}

.info span {
	display:none;
}

.info:hover span {
	display:block;
	padding:5px;
	background: #FFF;
	border:1px dotted #CCC;
	color:#000;
	width:300px;
	position: absolute;
	z-index: 1;
}