/***
	USCHI
	created by nordicweb.com
***/
div.page_5537 div.site_inner {
  background: url(../img/site_start.jpg) no-repeat;
}
div.page_5537 div.menu {
margin: 200px 1px 0 16px;
}
/* BODY & SITE */

body {
	background: #cecfcd;
}
div.site_body {
	background: url(../img/bg.jpg) repeat-x;
	padding: 0;
}
div.site {
  background:white url(../img/site_bg.jpg) repeat-y;
	width: 998px;
	margin: 0 auto;
}
div.site_inner {
	background: url(../img/site.jpg) no-repeat;
}


/* SLIDESHOW */
div#slideshow {
	top: 10px;
	left: 201px;
	width: 780px;
	height: 352px;
}

/* LIVESEARCH */
div.livesearch {
position:absolute;
  top:22px;
  left:38px;
}


/* CONTENT */

div.content {
	width:780px;
	float:right;
}
div.content_inner {
	padding:200px 20px 20px;
  min-height: 350px;
}


/* MENU */
div.menu {
margin: 290px 1px 0 16px;
}

div.menu, div.menu ul {
	width: 183px;
}
div.menu ul ul {
	left: 185px;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 25px;
  font-size: 1.1em;
}
div.menu li a:hover {
	color: white;
	background: #e8237d;
}
div.menu li a.active {
  color: white;
	background: #db0066;
}

/* SUB MENU ITEM */

div.menu li li a {
	background: #093978;
  color: white;
}
div.menu li li a:hover {
   color: white;
	background: #f79b0b;
}
div.menu li li a.active {
   color: white;
	background: #f79b0b;
}

/* SUB SUB MENU ITEM */

div.menu li li li a {
	background: #f9f9f9;
}
div.menu li li li a:hover {
	color: #740000;
}
div.menu li li li a.active {
	color: black;
}








/* FOOT */

div.site_foot {
	height:0px;
}
div.foot {
	
}
div.foot_inner {
  width: 998px;
	margin: 0 auto;
	font-size: 11px;
	height: 44px;
  background: url(../img/foot_bg.jpg) no-repeat;
}
div.foot,
div.foot a {
	color:#666;
} 


/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	margin:0 0 0 780px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
	text-decoration: none;
}





/* FORMS */

form div.input {
	margin-bottom: 2px;
	clear:both;
}
form label {
	width:120px;
	float:left;
	display:block;
}
form div.input input,
form div.input textarea {
	width: 240px;
	border: 1px #ccc solid;
}
form div.input textarea {
	height: 140px; 
}
form div.submit {
	padding-left: 120px;
	clear:both;
}
form div.submit input {
}





/* LANGUAGE SELECTION */

div.languages {
	top:10px;
	right:10px;
}
div.languages #languageActive img {	
	border: 1px white solid;
}



/* LOOK BUT DONT TOUCH */

div.site,
div.foot,
div.menu li
	{ position: relative; }

div.menu
	{	float:left;	}

div.menu ul ul {
	display: none;
	position: absolute;
	top: 0;
}

div.menu ul,
div.languages ul
	{	margin:0; padding:0; list-style:none;	}
	
div.content {	overflow:hidden	}
html, body {	height:100%; margin:0;	}
div.languages { position: absolute }
div.languages li { float:left }
div.languages li a {	text-decoration:none; margin-right:2px;	}
div.languages li a img { border:none }

div#slideshow,
div#slideshow div.picture {
	position: absolute;
	overflow: hidden;
}


/* IE 5.5 CENTER FIX */

body,
div.foot
	{	text-align:center;	}

div.site,
div.foot_inner
	{	text-align:left;	}

div.menu a .subind
	{	float: right;	}
	
*:first-child+html div.menu li {
	float: left;
	width: 100%;
}
* html div.menu li {
	float: left;
	height: 1%;
}
* html div.menu a
{	height: 1%;	}
