/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Header
 *  5. Content
 *  6. Sidebar
 *  7. Footer
 *  8. Navigation
 *  9. Forms
 * 10. Modules
 * 11. Print styles
 *
 */

@media screen, projection {

	/* Reset  - do NOT modify!
	-------------------------------------*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q {	quotes: none; }

	a:link, a:visited, a:hover, a:active { outline: none; }

	/* remember to highlight inserts somehow! */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}




	/* Basic Elements
	-------------------------------------*/
	html, body { height: 100%; }

	body {
		font-family: helvetica, arial, sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.5em;
		color: #333;
		background-color: #e8e8e8;
	}
	
	#grey-road {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 20;
		width: 100%;
		height: 100%;
		background: url('../images/backgrounds/bgnd-road.png') left bottom no-repeat;
	}
	
	.fifty-years {
		position: fixed;
		right: 0;
		top: 0;
		background: url('../images/backgrounds/bgnd-50-let.png') right top no-repeat;
		width: 95px;
		height: 56px;
		z-index: 90;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#fifty-years-slo { background: url('../images/backgrounds/bgnd-50-let-slo.png') right top no-repeat; }
	#fifty-years-eng { background: url('../images/backgrounds/bgnd-50-let-eng.png') right top no-repeat; }
	#fifty-years-ita { background: url('../images/backgrounds/bgnd-50-let-ita.png') right top no-repeat; }
	#fifty-years-rus { background: url('../images/backgrounds/bgnd-50-let-rus.png') right top no-repeat; }
	
	#body-sketch, #body-animation {
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 100%;	
	}
	
	#container {
		position: relative;
		float: left;
		width: 970px;
		height: 100%;
		z-index: 36;
		left: 0px;
		top: 0px;
		min-height: 100%;
		min-width: 970px;
	}
	
	#body-entry #container {
		width: 100%;
	}

	/* Generic Classes
	-------------------------------------*/

	/* --- News list --- */

	.news-list li {
		float: left; /* float clearer */
		width: 100%;
		margin-bottom: 1em
	}

	.news-list .title { display: inline }

	.news-list .date {
		float: left;
		padding-right: .5em
	}

	.news-list .category {
		font-style: italic;
	}

	.news-list a:link, .news-list a:visited, .news-list a:hover, .news-list a:active {  }

	.news-list a:visited {  }

	.news-list.news-archive li {
		list-style-type: none !important;
	}


	/* --- Attachments list --- */

	.attachments-list .extension {  }


	/* --- Photo list --- */
	
	.photo-list {
		float: left;
		width: 100%;
		padding-top: 5px;
	}

	.photo-list dt {
		clear: both;
		float: right;
		width: 465px;
		color: #F89E00;
	}


	.photo-list dd.picture {
		float: left;
		width: 181px;
		margin-right: 10px;
	}

	.photo-list dd.summary {
		float: right;
		width: 465px;
	}

	.photo-list dd.clearer { margin-bottom: 20px; }

	#photo-list-lead-image {
		float: left;
		margin: 5px 15px 10px 0;
	}


	/* --- Messages --- */

	.error {
		float: left;
		width: 100%;
		display: block;
		color: #F89E00;
		font-weight: bold;
		margin: 1em 0;
	}

	.notice {
		display: block;
		color: #white;
		font-weight: bold;
		margin: 1em 0
	}


	/* --- photo frame & content photos --- */

	.photo-frame {
		position: relative;
		padding: .3em;
		margin-bottom: .7em;
		background-color: white;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.photo-frame-left {
		float: left;
		margin-right: .7em;
	}

	.photo-frame-right {
		float: right;
		margin-left: .7em;
	}

	#text-content-container .photo-frame p {
		padding: 0.7em 0 0.5em 0;
		font-size: .85em;
		font-weight: normal;
		line-height: 115%;
		overflow: hidden;
		color: #606060;
	}

	.photo-frame .content-photo { padding: 0; }


	/* --- Other --- */

	img.left {
		float: left;
		margin: 5px 20px 10px 0px;
	}

	img.right {
		float: right;
		margin: 5px 0px 10px 20px;
	}

	/* use to clear floats */
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px
	}

	.hidden { display: none }
	
	.break-word { word-wrap: break-word; }
	
	.group:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/* Content
	-------------------------------------*/
	
	#cnt-right {
		position: fixed;
		left: 0;
		bottom: 0px;
		height: 302px;
		width: 100%;
		background: url('../images/backgrounds/bgnd-cnt-right.png') 939px top no-repeat;
		bottom: 108px;
		z-index: 34;
	}
	
	.content-wrapper {
		position: relative;
		left: 214px;
		float: left;	
		margin-top: 73px;	
		color: white;
		background: url('../images/backgrounds/bgnd-cnt.png') left top repeat;
		border-radius: 18px 18px 0px 0px;
		-webkit-border-radius: 18px 18px 0px 0px;
		-moz-border-radius: 18px 18px 0px 0px;	
		font-size: 1.7em;
		line-height: 1.4em;	
		width: 724px;		
		z-index: 35;
	}
	
	#content-wrapper-1 #content { background: url('../images/backgrounds/bgnd-content-1.png') right bottom no-repeat; }
	#content-wrapper-2 #content { background: url('../images/backgrounds/bgnd-content-2.png') right bottom no-repeat; }
	#content-wrapper-3 #content { background: url('../images/backgrounds/bgnd-content-3.png') right bottom no-repeat; }
	#content-wrapper-4 #content { background: url('../images/backgrounds/bgnd-content-4.png') right bottom no-repeat; }
	#content-wrapper-5 #content { background: url('../images/backgrounds/bgnd-content-5.png') right bottom no-repeat; }
	#content-wrapper-6 #content { background: url('../images/backgrounds/bgnd-content-6.png') right bottom no-repeat; }
	#content-wrapper-7 #content { background: url('../images/backgrounds/bgnd-content-7.png') right bottom no-repeat; }
	
	
	#content {
		float: left;
		padding: 28px 28px 28px 28px;
		width: 668px;
	}
	
	#gallery-link {
		position: absolute;
		bottom: 20px;
		right: 25px;
	}
	
	#content-with-photos {
		float: left;
		padding: 28px 15px 28px 28px;
		width: 500px;		
	}
	
	#sidebar-photos {
		position: relative;
		float: left;
		width: 181px;		
	}
	
	#sidebar-photos img {
		float: left;
		margin-bottom: 1px;
	}
	
	#sidebar-corner {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 20px;
		height: 20px;
		background: url('../images/backgrounds/bgnd-photos.png') left top no-repeat;
		z-index: 2;
	}
	
	.content-wrapper h1 {
		font-family: georgia, arial, sans-serif;
		font-size: 1.7em;
		line-height: 0.9em;
		color: #f89e00;
		font-weight: normal;
	}
	
	.content-wrapper h2 {
		font-family: georgia, arial, sans-serif;
		font-size: 1.6em;
		line-height: 1.1em;
		color: #f89e00;
		font-weight: normal;
		text-transform: lowercase;
		margin-bottom: 8px;
	}	

	#text-content-container {
	}
	
	#card {
		margin-top: 35px;
		font-size: 0.8em;
		line-height: 1.3em;
		float: left;
		margin-left: 55px;
		border-left: 1px solid #727272;
		padding: 0px 0px 15px 10px;
		color: #969696;
		margin-bottom: 30px;
	}
	
	#card h2 { 
		position: relative;
		top: -4px;
		left: -1px;
		font-size: 1.8em;
	}
	
	#content #card {
		width: 603px;
	}

	#text-content-container p {
		padding-bottom: 1em;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: #f89e00;
		text-decoration: none;
	}
	
	#text-content-container a:hover { text-decoration: underline; }

	/* external link */
	#text-content-container a.external {
		padding-right: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 100% 65% no-repeat;
	}


	/* --- video --- */

	span.video-placeholder {
		clear: both;
		padding: .7em 0px .7em 0px;
		display: block;
	}


	/* --- unsorted list --- */

	#text-content-container ul, #text-content-container ol { 
		padding-bottom: 1em; 
		padding-left: 15px;
	}
	
	#text-content-container ol { padding-left: 20px; }

	#text-content-container ul li, #text-content-container ol li {
		margin-bottom: 3px;
		list-style-type: disc;
		list-style-position: outside;
	}
	
	#text-content-container ol li { list-style-type: decimal; }

	/* --- Attachments list --- */

	#text-content-container ul.attachments-list li { list-style-type: none; }


	/* --- tables --- */
	
	#text-content-container table { margin-bottom: 1em; }

	#text-content-container table th {
		padding: 2px 10px;
		border: 1px solid white;
		font-weight: bold;
		text-align: left;
	}

	#text-content-container table td {
		padding: 2px 10px;
		border: 1px solid white;
		color: white; 
	}

	#text-content-container table caption {
		margin-bottom: .3em;
		text-align: left;
		font-weight: bold;
	}


	/* --- Icons in content --- */

	#text-content-container a.lipdf {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/pdf.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/doc.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lixls,
	#text-content-container a.lixlsx {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/xls.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lippt {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ppt.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lizip {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/zip.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liai {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ai.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liexe {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/exe.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liimage {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/file.gif) 0% .2em no-repeat;
	}

	/* --- Photogallery --- */

	#photo-gallery-container { 
		float: left;
		width: 100%;
		margin: 1em 0;
		position: relative;
		top: 0;
		z-index: 31;
		margin-top: 5em;
	}
	
	#cnt-right #photo-gallery-container {
		margin: 26px 0;
		width: auto;
		height: 236px;
		padding: 10px 10px 2px 970px;
		overflow: hidden;
		position: relative;
		left: 0;
	}

	.photo-gallery-item {
		position: relative;
		float: left;
		width: 140px;
		padding: 5px;
		margin-right: 4px;
		margin-bottom: 15px;
		text-align: center;
	}

	.photo-gallery-item img.photo-gallery { margin: 0 auto }

	#text-content-container .photo-gallery-item p {
		margin-top: .7em;
		text-align: left;
		line-height: 1.1;
		font-size: .95em;
		overflow: hidden;
	}

	.photo-gallery-item p strong { display: block }


	/* --- News --- */

	#text-content-container .date { padding-bottom: 0 }

	#text-content-container .date em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .category { padding-bottom: 0 }

	#text-content-container .category em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .abstract {
		padding-bottom: 20px;
		font-style: italic;
		color: #969696;
	}
	
	/* Map */
	
	#weather-map-canvas,
	#roads-map-canvas,
	#us-map-canvas {
		position: relative;
		width: 668px;
		height: 460px;
	}
	
	#roads-map-canvas h3,
	#us-map-canvas h3 {
		color: #333;
		margin-bottom: .3em;
	}
	
	#roads-map-canvas p,
	#us-map-canvas p {
		color: #333;
		font-size: .8em;
		line-height: 1;
		padding-top: .2em;
	}
	


	/* Navigation
	-------------------------------------*/

	/* --- Breadcrumbs --- */

	#breadcrumbs {
		color: #969696;
		text-transform: lowercase;
		font-size: 0.7em;
		margin-bottom: 15px;
	}

	#text-content-container #breadcrumbs a:link, #text-content-container #breadcrumbs a:visited, #text-content-container #breadcrumbs a:hover, #text-content-container #breadcrumbs a:active {
		color: #969696;
		text-decoration: none;
		cursor: default;
	}


	/* --- Sitemap --- */

	ul#sitemap { list-style-type: none; }

	#sitemap ul {
		margin-left: 1em;
		padding-bottom: 0;
		list-style-type: none;
	}


	/* --- Main Menu --- */
	
	#menu-wrapper {
		position: absolute;
		width: 100%;
		height: 302px;
		left: 0;
		bottom: 108px;
		min-width: 970px;
		background: url('../images/backgrounds/bgnd-menu-area.png') 214px top no-repeat;
	}
	
	#body-content #menu-wrapper { 
		position: fixed;
		background: none; 
		width: 213px;
		min-width: 213px;
		float: left;
		bottom: 0;
		left: 0;
	}
	
	#menu-area {
		position: relative;
		float: left;
		min-width: 970px;
		width: 100%;
		height: 302px;
	}
	
	#body-content #menu-area { 
		position: fixed;
		bottom: 0;
		left: 0;
		width: 213px;
		min-width: 213px; 
		background: url('../images/backgrounds/bgnd-logo.png') left top no-repeat;
		border-radius: 0px 18px 0px 0px;
		-webkit-border-radius: 0px 18px 0px 0px;
		-moz-border-radius: 0px 18px 0px 0px;	
		height: auto;
		min-height: 530px;
	}
	
	#logo {
		top: 0;
		left: 0;
		position: absolute;
		float: left;
		width: 213px;
		height: 302px;
		background: url('../images/backgrounds/bgnd-logo.png') left top no-repeat;
		z-index: 31;
		border-radius: 0px 18px 18px 0px;
		-webkit-border-radius: 0px 18px 18px 0px;
		-moz-border-radius: 0px 18px 18px 0px;			
	}
	
	#body-content #logo {
		position: relative;
		background: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		height: 180px;
	}
	
	#logo h1, #logo strong.logo {
		position: relative;
		height: 60px;
		width: 213px;
		left: 0px;
		top: 0px;
		z-index: 20;
		text-transform: uppercase;
		display: block;
	}
	
	#logo h1 a:link, #logo h1 a:visited, #logo h1 a:hover, #logo h1 a:active, 
	#logo strong.logo a:link, #logo strong.logo a:visited, #logo strong.logo a:hover, #logo strong.logo a:active {
		display: block;
		height: 100%;
		width:100%;
		outline: none;
		overflow: hidden;
		text-indent: -9999px;
	}	
	
	#logo p {
		float: right;
		width: 128px;
		padding: 2px 10px 7px 0px;
		color: #B1AFAE;
		font-size: 1.2em;
		line-height: 1.1em;
	}
	
	#language-area {
		float: right;
		width: 137px;
		height: 13px;
	}
	
	#language-area a:link, #language-area a:visited, #language-area a:hover, #language-area a:active {
		float: left;
		margin-right: 4px;
		display: block;
		width: 26px;
		height: 13px;
		background: url('../images/sprites/sprites-flags.jpg') no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#language-area a#lng-slo { background-position: -52px top; }
	#language-area a#lng-slo:hover { background-position: -52px bottom; }
	
	#language-area a#lng-eng { background-position: 0px top; }
	#language-area a#lng-eng:hover { background-position: 0px bottom; }	
	
	#language-area a#lng-ita { background-position: -26px top; }
	#language-area a#lng-ita:hover { background-position: -26px bottom; }		
	
	#tmp-menu {
		float: right;
		width: 128px;
		padding-right: 10px;
		padding-top: 50px;
	}
	
	#tmp-menu li {
		float: left;
		width: 100%;
		padding-bottom: 9px;
		display: none;
	}
	
	#tmp-menu li a:link, #tmp-menu li a:visited, #tmp-menu li a:hover, #tmp-menu li a:active {
		font-family: georgia, arial, sans-serif;
		font-size: 2em;
		text-transform: lowercase;	
		line-height: 0.8em;
		text-decoration: none;
		color: #B1AFAE;
	}
	
	#tmp-menu li a:hover { text-decoration: underline; }
	
	#main-menu {
		position: relative;
		width: 100%;
		float: left;
		height: 360px;
		left: 0;
		z-index: 30;
		overflow: hidden;
	}


	/* Level 1 */

	#main-menu li.menu-level1 {
		position: relative;
		float: left;
		margin-right: 1px;
		width: 182px;
		height: 360px;
		overflow: hidden;
		z-index: 2;
	}
	
	#main-menu li.menu-level1:last { margin-right: 0px; }
	
	#main-menu li#m12slo, #main-menu li#m12eng, #main-menu li#m12ita, #main-menu li#m12rus { margin-left: 214px; }	

	#main-menu a.menu-level1:link, #main-menu a.menu-level1:visited, #main-menu a.menu-level1:hover, #main-menu a.menu-level1:active {
		position: relative;
		top: 0;
		float: left;	
		display: block;
		width: 100%;
		height: 69px;
		text-decoration: none;
		color: #f89e00;
		z-index: 3;
	}
	
	#main-menu li#m5slo a.menu-level1:link, #main-menu li#m5slo a.menu-level1:visited, #main-menu li#m5slo a.menu-level1:hover, #main-menu li#m5slo a.menu-level1:active,
	#main-menu li#m5eng a.menu-level1:link, #main-menu li#m5eng a.menu-level1:visited, #main-menu li#m5eng a.menu-level1:hover, #main-menu li#m5eng a.menu-level1:active,
	#main-menu li#m5ita a.menu-level1:link, #main-menu li#m5ita a.menu-level1:visited, #main-menu li#m5ita a.menu-level1:hover, #main-menu li#m5ita a.menu-level1:active,
	#main-menu li#m5rus a.menu-level1:link, #main-menu li#m5rus a.menu-level1:visited, #main-menu li#m5rus a.menu-level1:hover, #main-menu li#m5rus a.menu-level1:active,
	#main-menu li#m29slo a.menu-level1:link, #main-menu li#m29slo a.menu-level1:visited, #main-menu li#m29slo a.menu-level1:hover, #main-menu li#m29slo a.menu-level1:active,
	#main-menu li#m29eng a.menu-level1:link, #main-menu li#m29eng a.menu-level1:visited, #main-menu li#m29eng a.menu-level1:hover, #main-menu li#m29eng a.menu-level1:active,
	#main-menu li#m29ita a.menu-level1:link, #main-menu li#m29ita a.menu-level1:visited, #main-menu li#m29ita a.menu-level1:hover, #main-menu li#m29ita a.menu-level1:active,
	#main-menu li#m29rus a.menu-level1:link, #main-menu li#m29rus a.menu-level1:visited, #main-menu li#m29rus a.menu-level1:hover, #main-menu li#m29rus a.menu-level1:active,	
	#main-menu li#m35slo a.menu-level1:link, #main-menu li#m35slo a.menu-level1:visited, #main-menu li#m35slo a.menu-level1:hover, #main-menu li#m35slo a.menu-level1:active,
	#main-menu li#m35eng a.menu-level1:link, #main-menu li#m35eng a.menu-level1:visited, #main-menu li#m35eng a.menu-level1:hover, #main-menu li#m35eng a.menu-level1:active,
	#main-menu li#m35ita a.menu-level1:link, #main-menu li#m35ita a.menu-level1:visited, #main-menu li#m35ita a.menu-level1:hover, #main-menu li#m35ita a.menu-level1:active ,
	#main-menu li#m35rus a.menu-level1:link, #main-menu li#m35rus a.menu-level1:visited, #main-menu li#m35rus a.menu-level1:hover, #main-menu li#m35rus a.menu-level1:active {
		color: #b3b3b3;
	}
	
	#main-menu li.menu-level1-open a.menu-level1:link, 
	#main-menu li.menu-level1-open a.menu-level1:visited, 
	#main-menu li.menu-level1-open a.menu-level1:hover, 
	#main-menu li.menu-level1-open a.menu-level1:active,
	#main-menu li.menu-level1 a.menu-level1:hover {
		text-decoration: underline;
	}	
	
	#main-menu li#m12slo a.menu-level1, #main-menu li#m12eng a.menu-level1, #main-menu li#m12ita a.menu-level1, #main-menu li#m12rus a.menu-level1  { background: url('../images/backgrounds/bgnd-menu-icon-1.png') 12px 12px no-repeat; }
	#main-menu li#m12slo.menu-level1-open a.menu-level1, #main-menu li#m12slo a.menu-level1:hover,
	#main-menu li#m12eng.menu-level1-open a.menu-level1, #main-menu li#m12eng a.menu-level1:hover,
	#main-menu li#m12ita.menu-level1-open a.menu-level1, #main-menu li#m12ita a.menu-level1:hover,
	#main-menu li#m12rus.menu-level1-open a.menu-level1, #main-menu li#m12rus a.menu-level1:hover { background-position: 12px -107px; }
	
	#main-menu li#m16slo a.menu-level1, #main-menu li#m16eng a.menu-level1, #main-menu li#m16ita a.menu-level1, #main-menu li#m16rus a.menu-level1  { background: url('../images/backgrounds/bgnd-menu-icon-2.png') 6px 12px no-repeat; }
	#main-menu li#m16slo.menu-level1-open a.menu-level1, #main-menu li#m16slo a.menu-level1:hover,
	#main-menu li#m16eng.menu-level1-open a.menu-level1, #main-menu li#m16eng a.menu-level1:hover,
	#main-menu li#m16ita.menu-level1-open a.menu-level1, #main-menu li#m16ita a.menu-level1:hover,
	#main-menu li#m16rus.menu-level1-open a.menu-level1, #main-menu li#m16rus a.menu-level1:hover { background-position: 6px -107px; }	
	
	#main-menu li#m26slo a.menu-level1, #main-menu li#m26eng a.menu-level1, #main-menu li#m26ita a.menu-level1, #main-menu li#m26rus a.menu-level1 { background: url('../images/backgrounds/bgnd-menu-icon-3.png') 7px 12px no-repeat; }
	#main-menu li#m26slo.menu-level1-open a.menu-level1, #main-menu li#m26slo a.menu-level1:hover,
	#main-menu li#m26eng.menu-level1-open a.menu-level1, #main-menu li#m26eng a.menu-level1:hover,
	#main-menu li#m26ita.menu-level1-open a.menu-level1, #main-menu li#m26ita a.menu-level1:hover ,
	#main-menu li#m26rus.menu-level1-open a.menu-level1, #main-menu li#m26rus a.menu-level1:hover  { background-position: 7px -107px; }	
	
	#main-menu li#m23slo a.menu-level1, #main-menu li#m23eng a.menu-level1, #main-menu li#m23ita a.menu-level1, #main-menu li#m23rus a.menu-level1  { background: url('../images/backgrounds/bgnd-menu-icon-4.png') 8px 12px no-repeat; }
	#main-menu li#m23slo.menu-level1-open a.menu-level1, #main-menu li#m23slo a.menu-level1:hover,
	#main-menu li#m23eng.menu-level1-open a.menu-level1, #main-menu li#m23eng a.menu-level1:hover,
	#main-menu li#m23ita.menu-level1-open a.menu-level1, #main-menu li#m23ita a.menu-level1:hover,
	#main-menu li#m23rus.menu-level1-open a.menu-level1, #main-menu li#m23rus a.menu-level1:hover { background-position: 8px -107px; }
	
	#main-menu li#m5slo a.menu-level1, #main-menu li#m5eng a.menu-level1, #main-menu li#m5ita a.menu-level1, #main-menu li#m5rus a.menu-level1 { background: url('../images/backgrounds/bgnd-menu-icon-5.png') 10px 12px no-repeat; }
	#main-menu li#m5slo.menu-level1-open a.menu-level1, #main-menu li#m5slo a.menu-level1:hover,
	#main-menu li#m5eng.menu-level1-open a.menu-level1, #main-menu li#m5eng a.menu-level1:hover,
	#main-menu li#m5ita.menu-level1-open a.menu-level1, #main-menu li#m5ita a.menu-level1:hover,
	#main-menu li#m5rus.menu-level1-open a.menu-level1, #main-menu li#m5rus a.menu-level1:hover { background-position: 10px -106px; }			
	
	#main-menu li#m29slo a.menu-level1, #main-menu li#m29eng a.menu-level1, #main-menu li#m29ita a.menu-level1, #main-menu li#m29rus a.menu-level1 { background: url('../images/backgrounds/bgnd-menu-icon-6.png') 8px 12px no-repeat; }
	#main-menu li#m29slo.menu-level1-open a.menu-level1, #main-menu li#m29slo a.menu-level1:hover,
	#main-menu li#m29eng.menu-level1-open a.menu-level1, #main-menu li#m29eng a.menu-level1:hover,
	#main-menu li#m29ita.menu-level1-open a.menu-level1, #main-menu li#m29ita a.menu-level1:hover, 
	#main-menu li#m29rus.menu-level1-open a.menu-level1, #main-menu li#m29rus a.menu-level1:hover { background-position: 8px -98px; }				
	
	#main-menu li#m35slo a.menu-level1, #main-menu li#m35eng a.menu-level1, #main-menu li#m35ita a.menu-level1 { background: url('../images/backgrounds/bgnd-menu-icon-7.png') 8px 12px no-repeat; }
	#main-menu li#m35slo.menu-level1-open a.menu-level1, #main-menu li#m35slo a.menu-level1:hover,
	#main-menu li#m35eng.menu-level1-open a.menu-level1, #main-menu li#m35eng a.menu-level1:hover,
	#main-menu li#m35ita.menu-level1-open a.menu-level1, #main-menu li#m35ita a.menu-level1:hover,
	#main-menu li#m35rus.menu-level1-open a.menu-level1, #main-menu li#m35rus a.menu-level1:hover { background-position: 8px -108px; }					

	#main-menu span.menu-level1 {
		display: block;
		padding: 10px 10px 0px 0px;
		text-align: right;
		font-family: georgia, arial, sans-serif;
		font-size: 2.2em;
		text-transform: lowercase;	
		line-height: 1.1em;
		height: 350px;
		position: relative;
		top: 0;
		z-index: 2;
	}
	
	#main-menu li.menu-level1 p {
		position: absolute;
		top: 42px;
		right: 0px;
		color: #b1afae;
		font-size: 1.1em;
		line-height: 1.1em;
		text-decoration: none;
		width: 170px;
		padding-right: 10px;
		text-align: right;
		padding-bottom: 3px;
		z-index: 1;
	}
	
	#main-menu li.menu-level1 img {
		position: absolute;
		top: 69px;
		left: 0;
		display: none;
	}

	/* Level 2 */
	
	#main-menu ul.menu-level2 {
		position: absolute;
		bottom: 0px;
		left: 0;
		float: left;
		width: 162px;
		padding: 6px 10px 12px 10px;
		z-index: 3;
		background: url('../images/backgrounds/bgnd-menu-l2.png') left top repeat;
	}

	#main-menu li.menu-level2 {
		float: left;
		width: 100%;
		padding: 0px 0px;
	}

	#main-menu a.menu-level2:link, #main-menu a.menu-level2:visited, #main-menu a.menu-level2:hover, #main-menu a.menu-level2:active {
		float: left;
		color: #333;
		text-decoration:  none;
		width: 100%;
	}

	#main-menu li.menu-level2-open a.menu-level2:link, 
	#main-menu li.menu-level2-open a.menu-level2:visited, 
	#main-menu li.menu-level2-open a.menu-level2:hover, 
	#main-menu li.menu-level2-open a.menu-level2:active,
	#main-menu li.menu-level2 a.menu-level2:hover {
		text-decoration: underline;
		color: #f89e00;
	}

	#main-menu span.menu-level2 {
		display: block;
		width: 100%;
		text-align: right;
		font-size: 1.6em;
		line-height: 1em;
		font-family: georgia, arial, sans-serif;	
		cursor: pointer;	
	}
	
	
	/* cnt-main-menu
	-----------------------------------	*/
	
	#cnt-main-menu {
		position: relative;
		width: 213px;
		float: left;
		padding-bottom: 45px;
	}	
	
	#cnt-main-menu li.menu-level1 {
		position: relative;
		float: left;
		margin: 0;
		width: 100%;;
	}

	#cnt-main-menu a.menu-level1:link, #cnt-main-menu a.menu-level1:visited, #cnt-main-menu a.menu-level1:hover, #cnt-main-menu a.menu-level1:active {
		position: relative;
		top: 0;
		float: left;	
		display: block;
		width: 100%;
		text-decoration: none;
		color: #f89e00;
	}
	
	#cnt-main-menu li#m5slo a.menu-level1:link, #cnt-main-menu li#m5slo a.menu-level1:visited, #cnt-main-menu li#m5slo a.menu-level1:hover, #cnt-main-menu li#m5slo a.menu-level1:active,
	#cnt-main-menu li#m5eng a.menu-level1:link, #cnt-main-menu li#m5eng a.menu-level1:visited, #cnt-main-menu li#m5eng a.menu-level1:hover, #cnt-main-menu li#m5eng a.menu-level1:active,
	#cnt-main-menu li#m5ita a.menu-level1:link, #cnt-main-menu li#m5ita a.menu-level1:visited, #cnt-main-menu li#m5ita a.menu-level1:hover, #cnt-main-menu li#m5ita a.menu-level1:active,
	#cnt-main-menu li#m5rus a.menu-level1:link, #cnt-main-menu li#m5rus a.menu-level1:visited, #cnt-main-menu li#m5rus a.menu-level1:hover, #cnt-main-menu li#m5rus a.menu-level1:active,
	#cnt-main-menu li#m29slo a.menu-level1:link, #cnt-main-menu li#m29slo a.menu-level1:visited, #cnt-main-menu li#m29slo a.menu-level1:hover, #cnt-main-menu li#m29slo a.menu-level1:active,
	#cnt-main-menu li#m29eng a.menu-level1:link, #cnt-main-menu li#m29eng a.menu-level1:visited, #cnt-main-menu li#m29eng a.menu-level1:hover, #cnt-main-menu li#m29eng a.menu-level1:active,
	#cnt-main-menu li#m29ita a.menu-level1:link, #cnt-main-menu li#m29ita a.menu-level1:visited, #cnt-main-menu li#m29ita a.menu-level1:hover, #cnt-main-menu li#m29ita a.menu-level1:active,
	#cnt-main-menu li#m29rus a.menu-level1:link, #cnt-main-menu li#m29rus a.menu-level1:visited, #cnt-main-menu li#m29rus a.menu-level1:hover, #cnt-main-menu li#m29rus a.menu-level1:active,
	#cnt-main-menu li#m35slo a.menu-level1:link, #cnt-main-menu li#m35slo a.menu-level1:visited, #cnt-main-menu li#m35slo a.menu-level1:hover, #cnt-main-menu li#m35slo a.menu-level1:active,
	#cnt-main-menu li#m35eng a.menu-level1:link, #cnt-main-menu li#m35eng a.menu-level1:visited, #cnt-main-menu li#m35eng a.menu-level1:hover, #cnt-main-menu li#m35eng a.menu-level1:active,
	#cnt-main-menu li#m35ita a.menu-level1:link, #cnt-main-menu li#m35ita a.menu-level1:visited, #cnt-main-menu li#m35ita a.menu-level1:hover, #cnt-main-menu li#m35ita a.menu-level1:active,
	#cnt-main-menu li#m35rus a.menu-level1:link, #cnt-main-menu li#m35rus a.menu-level1:visited, #cnt-main-menu li#m35rus a.menu-level1:hover, #cnt-main-menu li#m35rus a.menu-level1:active {
		color: #b3b3b3;
		font-size: 0.9em;
	}
	
	#cnt-main-menu li.menu-level1-open a.menu-level1:link, 
	#cnt-main-menu li.menu-level1-open a.menu-level1:visited, 
	#cnt-main-menu li.menu-level1-open a.menu-level1:hover, 
	#cnt-main-menu li.menu-level1-open a.menu-level1:active,
	#cnt-main-menu li.menu-level1 a.menu-level1:hover {
		text-decoration: underline;
	}	
	
	#cnt-main-menu li#m12slo.menu-level1-open a.menu-level1, #cnt-main-menu li#m12slo.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m12eng.menu-level1-open a.menu-level1, #cnt-main-menu li#m12eng.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m12ita.menu-level1-open a.menu-level1, #cnt-main-menu li#m12ita.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m12rus.menu-level1-open a.menu-level1, #cnt-main-menu li#m12rus.menu-level1-open a.menu-level1:hover { background: url('../images/backgrounds/bgnd-menu-icon-1.png')  20px -114px no-repeat; }
	
	#cnt-main-menu li#m16slo.menu-level1-open a.menu-level1, #cnt-main-menu li#m16slo.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m16eng.menu-level1-open a.menu-level1, #cnt-main-menu li#m16eng.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m16ita.menu-level1-open a.menu-level1, #cnt-main-menu li#m16ita.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m16rus.menu-level1-open a.menu-level1, #cnt-main-menu li#m16rus.menu-level1-open a.menu-level1:hover { background: url('../images/backgrounds/bgnd-menu-icon-2.png')  17px -114px no-repeat; }	
	
	#cnt-main-menu li#m26slo.menu-level1-open a.menu-level1, #cnt-main-menu li#m26slo.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m26eng.menu-level1-open a.menu-level1, #cnt-main-menu li#m26eng.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m26ita.menu-level1-open a.menu-level1, #cnt-main-menu li#m26ita.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m26rus.menu-level1-open a.menu-level1, #cnt-main-menu li#m26rus.menu-level1-open a.menu-level1:hover { background: url('../images/backgrounds/bgnd-menu-icon-3.png')  17px -114px no-repeat; }	
	
	#cnt-main-menu li#m23slo.menu-level1-open a.menu-level1, #cnt-main-menu li#m23slo.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m23eng.menu-level1-open a.menu-level1, #cnt-main-menu li#m23eng.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m23ita.menu-level1-open a.menu-level1, #cnt-main-menu li#m23ita.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m23rus.menu-level1-open a.menu-level1, #cnt-main-menu li#m23rus.menu-level1-open a.menu-level1:hover { background: url('../images/backgrounds/bgnd-menu-icon-4.png')  22px -114px no-repeat; }
	
	#cnt-main-menu li#m5slo.menu-level1-open a.menu-level1, #cnt-main-menu li#m5slo.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m5eng.menu-level1-open a.menu-level1, #cnt-main-menu li#m5eng.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m5ita.menu-level1-open a.menu-level1, #cnt-main-menu li#m5ita.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m5rus.menu-level1-open a.menu-level1, #cnt-main-menu li#m5rus.menu-level1-open a.menu-level1:hover	{ background: url('../images/backgrounds/bgnd-menu-icon-5.png')  20px -114px no-repeat; }			
	
	#cnt-main-menu li#m29slo.menu-level1-open a.menu-level1, #cnt-main-menu li#m29slo.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m29eng.menu-level1-open a.menu-level1, #cnt-main-menu li#m29eng.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m29ita.menu-level1-open a.menu-level1, #cnt-main-menu li#m29ita.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m29rus.menu-level1-open a.menu-level1, #cnt-main-menu li#m29rus.menu-level1-open a.menu-level1:hover { background: url('../images/backgrounds/bgnd-menu-icon-6.png') 10px -110px no-repeat; }				
	
	#cnt-main-menu li#m35slo.menu-level1-open a.menu-level1, #cnt-main-menu li#m35slo.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m35eng.menu-level1-open a.menu-level1, #cnt-main-menu li#m35eng.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m35ita.menu-level1-open a.menu-level1, #cnt-main-menu li#m35ita.menu-level1-open a.menu-level1:hover,
	#cnt-main-menu li#m35rus.menu-level1-open a.menu-level1, #cnt-main-menu li#m35rus.menu-level1-open a.menu-level1:hover { background: url('../images/backgrounds/bgnd-menu-icon-7.png') 20px -114px no-repeat; }

	#cnt-main-menu li#m12slo a.menu-level1:hover, #cnt-main-menu li#m12eng a.menu-level1:hover, #cnt-main-menu li#m12ita a.menu-level1:hover, #cnt-main-menu li#m12rus a.menu-level1:hover  { background: url('../images/backgrounds/bgnd-menu-icon-1.png')  20px top no-repeat; }
	#cnt-main-menu li#m16slo a.menu-level1:hover, #cnt-main-menu li#m16eng a.menu-level1:hover, #cnt-main-menu li#m16ita a.menu-level1:hover, #cnt-main-menu li#m16rus a.menu-level1:hover  { background: url('../images/backgrounds/bgnd-menu-icon-2.png')  17px top no-repeat; }	
	#cnt-main-menu li#m26slo a.menu-level1:hover, #cnt-main-menu li#m26eng a.menu-level1:hover, #cnt-main-menu li#m26ita a.menu-level1:hover, #cnt-main-menu li#m26rus a.menu-level1:hover  { background: url('../images/backgrounds/bgnd-menu-icon-3.png')  17px top no-repeat; }	
	#cnt-main-menu li#m23slo a.menu-level1:hover, #cnt-main-menu li#m23eng a.menu-level1:hover, #cnt-main-menu li#m23ita a.menu-level1:hover, #cnt-main-menu li#m23rus a.menu-level1:hover  { background: url('../images/backgrounds/bgnd-menu-icon-4.png')  22px top no-repeat; }
	#cnt-main-menu li#m5slo a.menu-level1:hover, #cnt-main-menu li#m5eng a.menu-level1:hover, #cnt-main-menu li#m5ita a.menu-level1:hover, #cnt-main-menu li#m5rus a.menu-level1:hover  { background: url('../images/backgrounds/bgnd-menu-icon-5.png')  20px top no-repeat; }			
	#cnt-main-menu li#m29slo a.menu-level1:hover, #cnt-main-menu li#m29eng a.menu-level1:hover, #cnt-main-menu li#m29ita a.menu-level1:hover, #cnt-main-menu li#m29rus a.menu-level1:hover { background: url('../images/backgrounds/bgnd-menu-icon-6.png') 10px top no-repeat; }				
	#cnt-main-menu li#m35slo a.menu-level1:hover, #cnt-main-menu li#m35eng a.menu-level1:hover, #cnt-main-menu li#m35ita a.menu-level1:hover, #cnt-main-menu li#m35rus a.menu-level1:hover  { background: url('../images/backgrounds/bgnd-menu-icon-7.png') 20px top no-repeat; }	

	#cnt-main-menu span.menu-level1 {
		display: block;
		padding: 2px 10px 18px 75px;
		text-align: left;
		font-family: georgia, arial, sans-serif;
		font-size: 2.2em;
		text-transform: lowercase;	
		line-height: 1.1em;
		position: relative;
		top: 0;
		z-index: 2;
		cursor: pointer;			
	}
	
	/* Level 2 */
	
	#cnt-main-menu ul.menu-level2 {
		position: relative;
		float: left;
		width: 133px;
		/*padding: 0px 5px 25px 75px;*/
		padding: 0px 5px 0px 15px;
		margin-left: 60px;
		margin-bottom: 10px;
		margin-top: -5px;
		border-left: 1px solid #F89E00;
	}

	#cnt-main-menu li.menu-level2 {
		float: left;
		width: 100%;
		padding: 0px 0px 4px 0px;
	}

	#cnt-main-menu a.menu-level2:link, #cnt-main-menu a.menu-level2:visited, #cnt-main-menu a.menu-level2:hover, #cnt-main-menu a.menu-level2:active {
		float: left;
		color: #f89e00;
		text-decoration:  none;
		width: 100%;
	}

	#cnt-main-menu li.menu-level2-open a.menu-level2:link, 
	#cnt-main-menu li.menu-level2-open a.menu-level2:visited, 
	#cnt-main-menu li.menu-level2-open a.menu-level2:hover, 
	#cnt-main-menu li.menu-level2-open a.menu-level2:active,
	#cnt-main-menu li.menu-level2 a.menu-level2:hover {
		text-decoration: underline;
		color: #B3B3B3;
	}

	#cnt-main-menu span.menu-level2 {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 1.5em;
		line-height: 1em;
		font-family: georgia, arial, sans-serif;	
		padding: 2px 0px;		
		cursor: pointer;	
	}	
	
	
	#social-media {
		position: absolute;
		bottom: 8px;
		right: 0;
		float: right;
		width: 139px;
		text-align: left;
		height: 16px;
	}
	
	#social-media a:link, #social-media a:visited, #social-media a:hover, #social-media a:active {
		display: block;
		width: 16px;
		height: 16px;
		overflow: hidden;
		text-indent: -9999px;
		text-decoration: none;
		margin-right: 2px;
		float: left;
	}
	
	#social-media a#sm-rss { background: url('../images/social_media/sm-rss.png') left top no-repeat; }
	#social-media a#sm-facebook { background: url('../images/social_media/sm-facebook.png') left top no-repeat; }
	#social-media a#sm-linkedin { background: url('../images/social_media/sm-linkedin.png') left top no-repeat; }
	#social-media a#sm-youtube { background: url('../images/social_media/sm-youtube.png') left top no-repeat; }

	/* Forms
	-------------------------------------*/

	#text-content-container form {
		width: 100%;
		margin-bottom: 1em;
		padding: 1em 0%;
		float: left;
		font-size: 0.9em;
	}

	#text-content-container input.input-text {
		padding: 3px 10px;
		border: 1px solid #AAA;
		background-color: white;
		position: relative;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;		
		margin-bottom: 10px;
	}

	input.input-submit {
		margin-top: 30px;
		padding: 4px 30px;
		border-width: 1px;
		border-style: solid;
		border-color: white;
		font-size: 100%;
		background-color: #606060;
		color: white;
		cursor: pointer;
		position: relative;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;				
	}

	input.input-submit:hover {
		border-color: white;
		background: #F89E00;
	}
	
	input.input-datepicker {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
		width: 6em;
	}

	textarea {
		position: relative;
		height: 15em;
		padding: .3em;
		width: 600px;
		border: 1px solid #AAA;
		line-height: 1.1;
		background-color: white;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	select {
		position: relative;
		padding: .1em 0 .1em .3em;
		border: 1px solid #AAA;
		background-color: white;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
		padding: 3px 10px;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: white;
		position: relative;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;						
	}

	.racun {}

	form span.mandatory { color: #B90000 }


	/* Vertical form */

	.vertical-form {}

	.vertical-form dt {
		margin-top: 1em;
		margin-bottom: .3em;
	}


	/* Horizontal form */

	.horizontal-form { float: left }

	.horizontal-form dt {
		clear: left;
		float: left;
		width: 25%;
		padding-top: .5em;
		margin-top: .6em;
		margin-bottom: .2em;
		margin-right: 2%;
		text-align: right;
	}

	.horizontal-form dt label { text-align: right }

	.horizontal-form dd {
		float: left;
		width: 72.9%;
		margin-top: .6em;
		margin-bottom: .2em;
	}

	fieldset.checkboxes label {
		float: left;
		display: block;
	}

	form dt.alt, 
	form dd.alt {
		text-align: left
	}

	.horizontal-form dt.alt, 
	.horizontal-form dd.alt {
		width: 72.9%;
		padding-top: 0;
		padding-left: 27%;
		margin-right: 0;
	}

	.sidebar-module input,
	.sidebar-module select,
	.sidebar-module textarea {
		font-family: inherit;
		font-size: 1.1em;
	}

	.form-notice {
		margin: 1em 0;
		padding: .3em 1em;
		border: 1px solid #007700;
		font-weight: bold;
		color: #007700;
		background-color: #F0FFF0;
	}

	.form-error {
		margin: 1em 0;
		padding: .3em 0;
		border: 1px solid #B90000;
		color: #B90000;
		background-color: #FFF0F0;
	}

	.form-error li {
		padding: .3em 1em;
		font-weight: bold;
		line-height: 1.2;
	}
}




/* Print styles
-------------------------------------*/

@media print {

	body {
		font-size: .9em;
		font-family: "Times New Roman", serif;
		background-color: white;
		color: black;
	}

	h1, h2, h3, h4 { font-family: "Times New Roman", serif; }

	h1, strong.logo { font-size: 1.6em; }

	h2 { font-size: 1.4em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	#text-content-container a:link:after,
	#text-content-container a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: black !important;
		text-decoration: none !important;
	}
	
	#logo { height: 150px; }
	
	#main-menu img , #language-area, #tmp-menu, #breadcrumbs, #body-sketch, #body-animation, .fifty-years, #cnt-main-menu, #gallery-link {
		display: none;
	}
	
	.content-wrapper { min-height: 100px !important; }
	
	#container, #content { min-height: 100px; height: auto; }
	
}


/* Plugins
-------------------------------------*/


@media projection, screen {

	/**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http://leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 22px; 
		float: right;
		padding-bottom: 0.7em;	
	}
	
	
	/**
	 * The "classic" theme CSS for Shadowbox.
	 *
	 * This file is part of Shadowbox.
	 *
	 * Shadowbox is an online media viewer application that supports all of the
	 * web's most popular media publishing formats. Shadowbox is written entirely
	 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
	 * authors can showcase a wide assortment of media in all major browsers without
	 * navigating users away from the linking page.
	 *
	 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
	 * Noncommercial-Share Alike license. This means that it is absolutely free
	 * for personal, noncommercial use provided that you 1) make attribution to the
	 * author and 2) release any derivative work under the same or a similar
	 * license.
	 *
	 * If you wish to use Shadowbox for commercial purposes, licensing information
	 * can be found at http://mjijackson.com/shadowbox/.
	 *
	 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
	 * @copyright   2007-2008 Michael J. I. Jackson
	 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
	 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
	 */

	/*_____________________________________________________  container & overlay  */
	#shadowbox_container, #shadowbox_overlay {
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	}
	#shadowbox_container {
	  position: fixed;
	  display: block;
	  visibility: hidden;
	  z-index: 999;
	  text-align: center; /* centers #shadowbox in quirks and IE */
	}
	#shadowbox_overlay {
	  position: absolute;
	}

	/*_______________________________________________________________  shadowbox  */
	#shadowbox {
	  position: relative;
	  margin: 0 auto;
	  text-align: left; /* reset left alignment */
	}

	/*____________________________________________________________________  body  */
	#shadowbox_body {
	  position: relative;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #333;
	  overflow: hidden;
	}
	#shadowbox_body_inner {
	  position: relative;
	  height: 100%;
	}
	#shadowbox_content.html {
	  height: 100%;
	  overflow: auto; /* make html content scrollable */
	}

	/*_________________________________________________________________  loading  */
	#shadowbox_loading {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}
	#shadowbox_body, #shadowbox_loading {
	  background-color: #060606; /* should match loading image background color */
	}
	#shadowbox_loading_indicator {
	  float: left;
	  margin: 10px 10px 0 10px;
	  height: 32px;
	  width: 32px;
	  background-image: url(loading.gif);
	  background-repeat: no-repeat;
	}
	#shadowbox_loading span {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 10px;
	  float: left;
	  margin-top: 16px;
	}
	#shadowbox_loading span a:link,
	#shadowbox_loading span a:visited {
	  color: #fff;
	  text-decoration: underline;
	}

	/*____________________________________________________________  title & info  */
	#shadowbox_title, #shadowbox_info {
	  position: relative;
	  margin: 0; /* these must have no vertical margin or padding */
	  padding: 0;
	  overflow: hidden;
	}
	#shadowbox_title_inner, #shadowbox_info_inner {
	  position: relative;
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  line-height: 16px;
	}
	#shadowbox_title {
	  height: 26px;
	}
	#shadowbox_title_inner {
	  font-size: 16px;
	  padding: 5px 0;
	  color: #fff;
	}
	#shadowbox_info {
	  height: 20px;
	}
	#shadowbox_info_inner {
	  font-size: 12px;
	  color: #fff;
	}

	/*_____________________________________________________________________  nav  */
	#shadowbox_nav {
	  float: right;
	  height: 16px;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_nav a {
	  display: block;
	  float: right;
	  height: 16px;
	  width: 16px;
	  margin-left: 3px;
	  cursor: pointer;
	}
	#shadowbox_nav_close {
	  background-image: url(icons/close.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_next {
	  background-image: url(icons/next.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_previous {
	  background-image: url(icons/previous.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_play {
	  background-image: url(icons/play.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_pause {
	  background-image: url(icons/pause.png);
	  background-repeat: no-repeat;
	}

	/*_________________________________________________________________  counter  */
	#shadowbox_counter {
	  float: left;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_counter a {
	  padding: 0 4px 0 0;
	  text-decoration: none;
	  cursor: pointer;
	  color: #fff;
	}
	#shadowbox_counter a.shadowbox_counter_current {
	  text-decoration: underline;
	}

	/*___________________________________________________________________  clear  */
	div.shadowbox_clear {
	  clear: both; /* clear floating counter & nav */
	}

	/*________________________________________________________________  messages  */
	div.shadowbox_message {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 12px;
	  padding: 10px;
	  text-align: center;
	}
	div.shadowbox_message a:link,
	div.shadowbox_message a:visited {
	  color: #fff;
	  text-decoration: underline;
	}
	
	
	
	/*  jquery autocomplete  */
	.ac_results {
		padding: 0px;
		background-color: white;
		overflow: hidden;
		z-index: 99999;
		-moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
	}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li {
		margin: 0px;
		padding: 2px 5px;
		cursor: default;
		display: block;
		/* 
		if width will be 100% horizontal scrollbar will apear 
		when scroll mode will be used
		*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/* 
		it is very important, if line-height not setted or setted 
		in relative units scroll will be broken in firefox
		*/
		line-height: 16px;
		overflow: hidden;
	}

	.ac_loading {
		background: white url('indicator.gif') right center no-repeat;
	}

	.ac_odd {
		background-color: #F6F6F6
	}

	.ac_over {
		background-color: #606060;
		color: white;
	}

}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */
