/***
USCHI
created by nordicweb.com
***/


/* BODY & SITE */

body {
background: #dbe1d3;
}
div.site_body {
background: #dbe1d3 url(../img/bg.jpg) repeat-x;
padding: 0;
}
div.site {
background: white;
width: 1000px;
margin: 0 auto;
  background: url(../img/site_bg.jpg);
}
div.site_inner {
background: url(../img/site.jpg) no-repeat;
}


/* SLIDESHOW */
div#slideshow {
top: 10px;
left: 211px;
width: 789px;
height: 338px;
}

/* LIVESEARCH */
div.livesearch {
position:absolute;
  top:190px;
  left:38px;
}


/* CONTENT */

div.content {
width:780px;
float:right;
}
div.content_inner {
padding: 340px 40px 20px 19px;
}






/* MENU */
div.menu {
margin: 230px 0 0 20px;
  height: 500px;

}

div.menu, div.menu ul {
width: 186px;
}
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;
}
div.menu li a:hover {
color: white;
background: #093978;
}
div.menu li a.active {
  color: white;
background: url(../img/navbg.jpg);
}

/* SUB MENU ITEM */

div.menu li li a {
background: #333;
  color: white;
}
div.menu li li a:hover {
   color: white;
background: #555;
}
div.menu li li a.active {
   color: white;
background: #555;
}

/* 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: 1000px;
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%; }

