* { margin: 0; padding: 0; }
.clear { clear:both;}
body {
	font-family: arial,verdana,'Trebuchet MS', helvetica;
	font-size:12px;
	color:#004e96;
	padding-bottom: 30px;
	background: #2c80bb;
	font-weight:normal;
	}		
		
#wrapper {
		position:relative;
		width:100%;
		background: #fff url(/pics/kiilto/body.jpg) repeat-x;
		min-height:300px;
		/** ie 6 min-height hack **/
		height:auto;
		_height:300px;
		 }	

#container {
	background:transparent url(/pics/kiilto/container.gif) repeat-y;
	margin-left:50px;
	width:894px;
	min-height:300px;
	/** ie 6 min-height hack **/
	height:auto;
	_height:300px;
	}
	
a {text-decoration: none; color: #155B8E;}



/* ------------------------------------------------------------------------- */
/* ---------- HEADER ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#header {
	position: relative;
	height: 76px;
	background:#fff;
	width:100%;
	}
	
	#header h1 {
		position: absolute;
		background: transparent url(/pics/kiilto/logo.gif) no-repeat;
		height: 76px;
		width: 96px;
		text-indent: -10000px;
		}
		
		#header h1 a { 
			display: block;
			text-decoration: none;
			height: 100%;
			}
		
	
	#header h2 {
		position: absolute;
		top: 37px;
		left: 20px;
		font-size: 24px;
		color: #343434;
		font-weight: normal;
		}	
		
	#additionalLinks {
		position:absolute;
		right:0px;
		top:38px;
		text-align:right;
	}
		#additionalLinks a {
			text-decoration:underline;
			font-size:14px;
			font-weight:bold;
		}
	a#dictionary {
		position: absolute;
		right:100px;
		top:78px;
		font-size:11px;
	}	
	a#dictionary:hover  { text-decoration:underline;}
	#languages {
		position: absolute;
		right:0px;
		top:78px;
		}
		
		#languages a { 
			font-size: 11px; 
			text-decoration: none;
			margin-left:0.3em; 
			padding-left:0.5em;
			text-transform:capitalize;
			border-left:1px solid #155B8E;
			}
		#languages a.language { border-left:1px solid #155B8E; }	
		#languages a:first-child { border:none;}	
		#languages a:hover { text-decoration: underline; }

#page {
		background:transparent url(/pics/kiilto/page-wide.jpg) left top no-repeat;
		min-height:300px;
		/** ie 6 min-height hack **/
		height:auto;
		_height:300px;
		
	}
	#pageBack {
		position:absolute;
		top:133px;
		left:260px;
		}
	#printPage {
		position:absolute;
		top:133px;
		left:855px;
		width:100px;
		}	
		#pageBack a,#printPage a {
			color:#ffffff;
			font-weight:bold;
			font-size:11px;
			text-decoration:none;
			padding-left:1.5em;
			}	
		#pageBack a { background:transparent url(/pics/kiilto/icon-arrowBack.gif) no-repeat; }
		#printPage a { background:transparent url(/pics/kiilto/icon-printPage.gif) no-repeat;}	
			
		
/* ------------------------------------------------------------------------- */
/* ---------- NAVIGATION---------------------------------------------------- */
/* ------------------------------------------------------------------------- */
		
#navi {
	float:left;
	left:0px;
	width: 189px;
	padding-top:50px;
	/* fix for IE6 doubled float margin */
	display: inline;

	}		
#navi h2 {
	padding-left:0.5em;
	font-size:16px;
	color:#2374d0;
	margin-bottom:0.2em;
	}	
	#loggedIn {
		padding-left:1em;
		font-size: 11px;
		color:#334D65;
		margin-bottom:1em;
		}	
		
		#loggedIn a {
			text-decoration: underline;
			font-size: 11px;
			background: transparent url(/pics/kiilto/square-orange.gif) left center no-repeat;
			padding-left:1em;
			}	
#navi .active
{
	background: url(/pics/kiilto/link-gt.gif) left center no-repeat;
	padding-left: 9px;
	margin-left: -2px;
}
#navi .first
{
	font-weight: bold;
	background: none;
	padding-left: 0;
	color: #1061d1;
	margin-left: 0;
}
#navi .last
{
	color: #1061d1;
	font-weight: bold;
}
		
	/* SEARCH */	
	#search {
		padding-left:1em;
	}	
	#search h4 {
		
		color: #334d65;
		font-size: 12px;
		}
		
	#search fieldset { border: none; }	
	
	#search #inputSearch {
		background: transparent url(/pics/kiilto/input-bg.gif) no-repeat;
		border: none;
		width: 140px;
		padding: 4px;
		font: normal normal 13px 'Trebuchet MS',arial,verdana,helvetica;
		}
		
	#search a { color: #0068B9; font-weight: bold; font-size: 12px; text-decoration: none; }	
	#search a:hover { text-decoration: underline; }	
	
	
	/* CATEGORIES */
	
	
	#categories {
		margin: 25px 0px 20px 0;
		
		}
	#menuList {
		background:#e3eef9;
		width:100%;
		border-top:1px solid #aecade;
		border-bottom:1px solid #aecade;
	}

		div.category1, div.category2, div.category3, div.category4, div.category5, div.category6, div.category7 { 
			background: transparent url(/pics/ambientia/category.gif) bottom repeat-x; 
			position: relative; 
			padding-right: 40px;
			padding-bottom:0.3em;
			border-bottom: solid 1px #ccc;
			/* ie6 height fix */
			height: 1%;
			}
			
		div.category2, div.category3, div.category4, div.category5, div.category6, div.category7 { background: #EBEBEB; border-bottom: none; }		

		div.category2 { padding-left: 5px; }
		div.category3 { padding-left: 10px; }
		div.category4 { padding-left: 15px; }
		div.category5 { padding-left: 20px; }
		div.category6 { padding-left: 25px; }
		div.category7 { padding-left: 30px; }										
	
		#categories a { font-size: 11px;font-weight:bold;color:#246CA4;text-decoration: none;}	
		#categories a:hover { text-decoration: underline ;}
    		#categories a.navi_selected { color: #000;}
	
		a.menuHover { position: absolute; right: 10px; top: 3px; }
	
		
	ul#menuDiv {
		display: none;
		position: absolute;
		z-index: 100;
		background: transparent url(/pics/ambientia/menuDiv.gif) no-repeat;
		height: 148px;
		width: 142px;
		list-style-type: none;
		padding-top: 3px;
		}
		
		ul#menuDiv li { margin: 0px 5px 0px 10px; }
		ul#menuDiv img { margin: 0px 5px; }
		ul#menuDiv li a { 
			text-decoration: none; 
			font-size: 12px;			
			font-weight: bold;
			color: #246CA4;
			display: block;
			padding-bottom: 1px;
			
			}
			
		ul#menuDiv li a:hover { 
			background: transparent url(/pics/ambientia/menuDiv-hover.gif) bottom repeat-x; 
			border-bottom: solid 1px #0086C5;
			padding-bottom: 0;
			}	
		
	#categories ul { list-style-type: none; }	
	#categories ul a {
		background: transparent url(/pics/ambientia/li-user.gif) 0px 3px no-repeat;
		font-size:11px;
		}
		#categories ul li { margin-left:2em;}
		#categories ul li ul li  { margin-left:0em;}
		#categories ul li { list-style-image:url(/pics/kiilto/square-orange.gif); }
		#categories ul li ul li { list-style-image:none;}
		#categories ul ul a { font-weight: normal; background: none; }
		#categories ul ul ul { margin-left: 15px; }
		#categories ul ul ul ul { margin-left: 15px; }
		#categories ul ul ul ul ul { margin-left: 15px; }		
	
		
	
  #addNewDirectory a {
  	background: transparent url(/pics/kiilto/addNewDirectory.gif) no-repeat;
  	width: 170px;
  	height: 23px;  	
  	display: block;
  	font: normal normal 12px arial,helvetica,verdana;
  	text-align: center;
  	color: #000;
  	padding-top: 4px;
  	margin-top: 20px;
  	margin-left:1em;
  	}	
  	
  	#naviTools { margin-left:1em;}
	#naviTools ul { list-style-type: none; }
	#naviTools li a { font-size: 13px; font-weight: bold; text-decoration: none; color: #155B8E;}
  	#naviTools li a:hover { text-decoration: underline; }
  	
  	/* MY COLLECTIONS & PUBLIC COLLECTIONS */
  	
  	#myCollection, #publicCollections { 
  		clear:both;
  		width: 90%; 
  		border:1px solid #d3dde6;
  		margin-top: 20px;
  		margin-left:0.5em;
  		
  		}
  	
  	#myCollection h4, #publicCollections h4 {
  		color: #334d65;
  		font-size: 12px;
  		padding: 5px 0px 5px 15px;
  		}
  		
  		#categories #myCollection ul,	#categories  #publicCollections ul {
  		background: transparent url(/pics/ambientia/myCollection-ul.gif) bottom no-repeat;
  		list-style-type: none;
  		padding-bottom: 10px; 
  		padding-top:5px; 
  		background:#e3eef9;		
  		}	
  	#categories #myCollection li, #categories #publicCollections li { margin:0em;height: 1%;list-style-image:none;}
  	
  	#myCollection li a, #publicCollections li a {
  		background: transparent url(/pics/ambientia/myCollection-li.gif) 0px 4px  no-repeat;
  		margin-left:15px;
  		padding-left: 15px;
  		font-size: 11px;
  		font-weight: normal;
  		}
	
	#publicCollections {  }
	#publicCollections h4 { xbackground: transparent url(/pics/ambientia/publicCollections-h4.gif) no-repeat; color: #535353;}
	#publicCollections ul { xbackground: transparent url(/pics/ambientia/publicCollections-ul.gif) bottom no-repeat;  }		
	#publicCollections li a { background: transparent url(/pics/kiilto/square-orange.gif) 0px 4px  no-repeat; color: #535353; }
	
	a.currectCollection { font-style: italic; }
	

	
/* ------------------------------------------------------------------------- */
/* ---------- CONTENT------------------------------------------------------- */
/* ------------------------------------------------------------------------- */		

#content {
	float:left;
	padding-top:100px;
	width:680px;
	margin-left:1em;

}
		
#content h3 { font-size: 24px; font-weight: normal; color: #343434; }	
#content h4 { font-size: 16px; color: #343434; }	

#content p { color: #343434; font-size: 13px; margin: 8px 0;}	
	
	
	/* BULLETINS */	
	
	#bulletins ul { list-style-type: none; margin-top: 30px;}	
	
	#bulletins li { font-size: 11px; color: #666666; }
	
	#bulletins li a {
		background: transparent url(/pics/ambientia/bulletins-li.gif) 0px 4px no-repeat;
		font-size: 13px;
		padding-left: 15px;
		color: #246CA4;
		text-decoration: none;
		font-weight: bold;
		}
		
	#bulletins li strong { display: block; font-weight: normal; padding-left: 15px; line-height: 10px;}	
	

	/* USER TOOLS */
	#userTools { height: 75px; width: 480px;}

	#userTools li { display: inline; list-style-type: none; }
	
	#userTools li a {
		display: block;
		float: left;
		font-size: 11px;
		color: #246CA4;
		padding-top: 55px;
		width: 115px;
		text-align: center;
		text-decoration: none;
		}
	
	#userTools #addImage a { background: transparent url(/pics/kiilto/icon-addimage.gif) top no-repeat; }
	#userTools #formAdmin a { background: transparent url(/pics/kiilto/icon-formadmin.gif) top no-repeat; }
	#userTools #classOptions a { background: transparent url(/pics/kiilto/icon-classoptions.gif) top no-repeat; }
	#userTools #webDav a { background: transparent url(/pics/kiilto/icon-webdav.gif) top no-repeat; }

	#userTools #addImage a:hover { background: transparent url(/pics/kiilto/icon-addimage.gif) bottom no-repeat; }
	#userTools #formAdmin a:hover { background: transparent url(/pics/kiilto/icon-formadmin.gif) bottom no-repeat; }
	#userTools #classOptions a:hover { background: transparent url(/pics/kiilto/icon-classoptions.gif) bottom no-repeat; }
	#userTools #webDav a:hover { background: transparent url(/pics/kiilto/icon-webdav.gif) bottom no-repeat; }
		
		
	/* VIEWING TOOLS */		
	
	#viewingTools {
		margin: 20px 0 0 0;
		}
		
	#viewingTools ul {
		list-style-type: none;
		border-bottom: solid 1px #0086C5; 
		height: 26px;		
		}			
		
		#viewingTools li { display: inline; }
		
		#viewingTools li a {
			display: block;
			float: left;
			font-weight: bold;
			color: #0086C4;
			font-size: 13px;
			text-decoration: none;
			padding: 4px 10px;
			}
		
			#viewingTools li a:hover { background: #EDF9FF; }
		
		#viewingTools li#active a {
			background: #0086C5;
			color: #fff;
			}
			
			#viewingTools li#active a:hover { background: #0086C5; }
			
		#viewingTools p { float: right; margin-right: 10px; font-size: 12px;  }	
		
		
  h3#noObjects { margin: 50px auto; text-align: center; font-size: 14px; ; }		
		
		
		
	/* OBJECTS */
	
	#objects { 
		float:left;
		width:650px;
		margin-left:1em;
		}
	
	#objects h2 {
		font-size: 24px;
		font-weight: normal;
		color: #006797;
		margin: 18px 0px;
		}	
		
	#objects h3 { font-size: 16px; margin: 18px 10px;}		
		
	
	div#rename_version  {
		display:none;
		position:absolute;
		// top:40%;
		// left:25%;
		background-color:#fff;
		padding:4px;
		border:2px solid #555;
		}
		
		
		
	/* THUMBNAILS */
	div.thumbnails { clear:both; }
	div.thumbnail {
		margin:0px;
		width: 204px;
		margin-right: 10px;
		float: left;
		margin-bottom: 25px;
		height: 300px;
		}
	
	.image { 
		padding: 25px 15px 0px 15px; 
		height: 169px;
		text-align: center;
		background: transparent url(/pics/ambientia/thumbnail-bg.gif) top center no-repeat;
		font-size: 13px;		
		}
		
		#object .image { text-align: left; background: none; height: auto; margin: 15px; padding: 0; }
		
	.otherMime { padding-top: 30px; }

	.image a { display: block; }
	
	#content div.thumbnail h4 { text-align: center; font-size: 12px; font-weight: bold; margin:0.5em 0;}	
		
	div.options { list-style-type: none; margin: 0px 10px; }

	div.options a {
		font-size: 12px;
		padding-left: 5px;
		color: #666;
		display: block;
		text-decoration: none;
		}
		
		div.options a:hover { background: #0086C5; font-weight: bold; color: #fff; }
	div.options a:first-letter { text-transform:uppercase;}	

	div.pages table tbody tr td b {
		font-size: 14px;
		text-decoration: none;
		background: #EBEBEB;
		}

	div.pages table tbody tr td a b {
		font-size: 14px;
		text-decoration: none;
		background: #FFFFFF;
		}
		
		
	/* IMAGEACTIONS */
		
	#imageActions { margin: 2px 0px 0px 15px; }		
	
	#imageActions ul { list-style-type: none; }
	#imageActions li { display: inline; }
	
	#imageActions a, #imageActions .button { 
		font-size: 13px; 
		font-weight: bold; 
		text-decoration: none; 
		color: #666;
		border: solid 1px #666;
		padding: 2px 5px;
		}	
		
	#imageActions2 {
			width: 255px;
	}
		
	#imageActions2 .button { 
		font-size: 13px; 
		font-weight: bold; 
		text-decoration: none; 
		color: #666;
		border: solid 1px #666;
		background: #0086C5; 
		color: #fff; 
		border-top: solid 1px #6AB8DD;
		border-left: solid 1px #6AB8DD;		
		border-right: solid 1px #002231;
		border-bottom: solid 1px #002231;
		}

	#imageActions2 .hiddenFileInput {
		z-index: 2; 
		filter:alpha(opacity: 0);
		opacity: 0;
	}
	
	#imageActions2 .realFile {
		position: relative;
	}
	
	#imageActions2 .fakeFile {
		position: absolute;
	}

	/* VERSIONS */

	#versions h3 { text-align: center; font-size: 18px; margin-bottom: 5px; color: #666;}
	
	#versions table {
		font-size: 13px;
		width: 99%;
		color: #000;
		border-collapse: collapse;
		margin-bottom: 20px;
		}
		
	#versions th { background: #0086C5; color: #fff; padding: 3px; border: solid 1px #0086C5; border-right: solid 1px #fff;}
		
	#versions td { 
		color: #666; 
		border: solid 1px #C5C5C5; 
		padding: 2px 5px;
		font-size: 12px;
		}	


	#objectInformation {
		width: 99%;
		font-size: 13px;
		margin-bottom: 20px;
		clear: right;
		}	

	td { font-size: 13px; }
		
		
		
	/* LISTVIEW */
	
	#listView {
		font-size: 13px;
		width: 99%;
		color: #000;
		border-collapse: collapse;
		margin-bottom: 20px;			
		}	
		
	#listView th { background: #0086C5; color: #fff; padding: 3px; border: solid 1px #0086C5; border-right: solid 1px #fff;}
	#listView th a { color: #fff; }	
	#listView td a { color: #0086C5; font-weight: bold; font-size: 13px; text-decoration: none; }
	#listView td a:hover { text-decoration: underline; }
	
	#listView td { 
		color: #666; 
		border: solid 1px #C5C5C5; 
		padding: 2px 5px;
		font-size: 12px;
		}		
	
	
	/* FORM ADMINISTRATION */
	#formAdministration { margin-top: 20px; }
	#formAdministration table { margin-top: 20px; border-collapse: collapse; }
	#formAdministration th { font-size: 13px; background: #0086C5; color: #fff; padding: 5px;}
	#formAdministration td { border: solid 1px #C5C5C5; padding: 3px 5px; }
	#formAdministration table a { color: #0086C5; font-weight: bold; text-decoration: none; }
	#formAdministration table a:hover { text-decoration: underline; }
	#formAdministration p { margin: 8px 0px; }
	#formAdministration p a { color: #0086C5; font-weight: bold; }
		
		
	/* CLASSOPTIONS */
	
	#classProperties { padding-left: 10px; color: #535353; }
	#classProperties table { width: 80%; text-align: left;}
	#classProperties h3 {
		margin: 18px 0px; 
		font-size: 18px
		}
		
	#classProperties table th {
		font-size: 13px;
		}	
		
	#classProperties select { width: 200px; }	
		
		
	/* INCOMING */
	
	#incomingDirectory {
		margin: 20px;
		}	
				
		
	/* ADMINISTRATIVE TOOLS */
	
	#administrativeTools { }
	
	#administrativeTools	h2 {
		font-size: 24px;
		font-weight: normal;
		margin: 24px 0px;
		}
		
	#administrativeTools ul { 
		list-style-type: none;
		margin: 50px; 
		width: 60%;
		margin: 0 auto;
		}
		
	#administrativeTools li a {
		background: #9FBED7;
		display: block;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		text-decoration: none;
		margin-bottom: 5px;
		padding: 5px;
		}
		
	#administrativeTools li a:hover { background: #0086C5; }
		
		
	/* FIELD PROPERTIES */
	
	#fieldProperties { padding: 10px; }
	#fieldProperties h3 { font-size: 18px; margin-bottom: 20px;}	
	#fieldProperties hr { margin: 20px 0; border-top: solid 1px #ccc;}	
		
	
	#collectionInfo { float: left; width: 620px; }	

	#collectionInfo h3 { font-size: 24px; font-weight: normal; margin: 0;}
	
	#collectionInfo ul { list-style-type: none; font-size: 12px;}
	
	#collectionInfo li a {
		display: block;
		background: #1F9BD6;
		border-right: solid 1px #146287;
		border-bottom: solid 1px #0D415A;
		border-left: solid 1px #4EB0DF;
		border-top: solid 1px #7EC5E7;
		color: #fff;
		text-decoration: none;
		padding: 2px 8px;
		float: left;
		margin-right: 5px;
		}
		#collectionInfo li { display: inline; }
		#collectionInfo li a:hover { background: #1A82B4; }
		
		
		#collectionInfo #collectionStats { font-size: 14px; margin: 12px 0; }
		#collectionStats li { display: block; }	
		
		

	/* DOWNLOAD COLLECTION */
	
	#downloadCollection { padding: 10px; }
	
	#downloadCollection p {
		float: left;
		margin: 20px 0 0 20px;
		font-size: 13px;
		color: #4C4C4C;
		width: 50%;
	}
	
	
	#downloadCollection h3 {
		font-size: 16px; font-weight: bold; 
		margin: 0;
		}		
		
	#downloadCollection ul { margin: 10px 20px; font-size: 12px;  }	
		
		
	#collectionProperties { padding: 10px; font-size: 13px; }		
	#collectionProperties h3 { font-size: 16px; font-weight: bold; margin: 0 0 10px 0; }
	
	#collectionProperties table { margin: 15px 0 15px 0; }
		
	#shareCollection { padding: 10px; font-size: 13px; }		
	#shareCollection h3 { font-size: 16px; font-weight: bold; margin: 0 0 10px 0; }
	
	#shareCollection table { margin: 15px 0 15px 0; }		
		
/* ------------------------------------------------------------------------- */
/* ---------- LOGIN  ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */		
#login {
	position:relative;
	top:100px;
	margin-left:241px;
	padding-bottom:100px;
	}
#login table {
	clear:both;
	border: none;
	width: 380px;

	}
	
	#login th { text-align: right; }
	
	#login label { 
		font-weight: bold;	
		font-size: 13px;
		width: 100px;
		text-align: right;
		margin-right: 5px;
		}
		
	#login input {
		background: transparent url(/pics/ambientia/input-bg.gif) no-repeat;
		border: none;
		padding: 4px;
		width: 190px;
		font-family: 'Trebuchet MS';
		font-size: 12px;
		margin-bottom: 3px;
		}
		
	#login #submitLogin {
		background: transparent url(/pics/ambientia/submit-bg.gif) no-repeat;
		font-family: arial;
		}		

	#login h3 {
		font-size:17px;
		margin-bottom:0.5em;
		font-weigth:normal;
		font-family:arial,verdana;
	}	
	#login p {
		font-size: 13px;
		color: #4C4C4C;
		padding-right: 50px;
		margin-bottom:1em;
		}
		
		#login p strong { display: block; margin-bottom: 10px; }
		
	#login fieldset p { margin: 0; width: auto;}	
	
	
/* ------------------------------------------------------------------------- */
/* ---------- REGISTRATION ------------------------------------------------- */
/* ------------------------------------------------------------------------- */		
	
#registration { padding: 20px; 	}
	
#registration h3 { color: #343434; font-size: 18px; font-weight: normal; }
#registration p { font-size: 13px; margin: 8px 0;}	
#registration a { font-size: 13px; font-weight: bold; text-decoration: none; color: #155B8E;}

#registration input { margin-bottom: 5px; }	
#registration label { display: block; font-size: 13px; }
	
	
#rename_version	{
	border: solid 1px #545555;
	background: #F5F5F5;	
	}
	
	#rename_version h3 {
		background: #0086C5;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 3px 0px 3px 10px;
		}
		
	#rename_version table {
		margin: 20px;
		font-size: 12px;
		}	
		
	#rename_version th { text-align: right; }	
	
	#rename_version #imageActions {
		margin: 10px 0px 20px 70px;
		}
		
		#imageActions a, #imageActions .button { 
			background: #0086C5; 
			color: #fff; 
			border-top: solid 1px #6AB8DD;
			border-left: solid 1px #6AB8DD;		
			border-right: solid 1px #002231;
			border-bottom: solid 1px #002231;
			}

/** folders.vm **/
#listFolders {
	margin-bottom: 10px;
	}

#listFolders .folder {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	list-style-type: none;
	}

#listFolders .parent a{
	color: #158E5B;
	}

#thumbsFolders {
	margin-top: 20px;
	}

#thumbsFolders .folder {
	list-style-type: none;
	display: block;
	float: left;
	width: 140px;
	height: 100px;
	margin: 0px 10px 10px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	}


#thumbsFolders .parent a{
	color: #158E5B;
	}

#thumbsFolders a {
	text-align: center;
	}

#thumbsFolders img {
	border: none;
	}

#thumbsFolders a {
	border: none;
	}

#listFolders, #thumbFolders {
	
	}

#listFolders a:hover, #thumbsFolders a:hover {
	text-decoration: underline;
	}

/* no view folders... should never be seen */
#noViewFolders {
	
	}

/* ------------------------------------------------------------------------- */
/* ---------- FOOTER ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#footer {
	clear:both;
	background:transparent url(/pics/kiilto/footer.gif) repeat-x;
	height:98px;
	}	
	#pageEnd {
		margin-left:50px;
		background:transparent url(/pics/kiilto/footer-end.gif) no-repeat;
		padding-top:0.5em;
		height:63px;
		width:338px;
		}	
		#pageEnd a {
			margin-left:213px;
			background:transparent url(/pics/kiilto/square-blue.gif) left center no-repeat;
			padding-left:1em;
			font-weight:bold;
		}	
	#footer p {
		color:#ffffff;
		margin-left:390px;
		font-size:11px;
	}
	
