/***
USCHI
created by nordicweb.com
***/


/* BODY & SITE */

body {
background: #291609;
}
div.site_body {
background: #FFF url(../img/bg.jpg) repeat-x;
padding: 0;
}
div.site {
background: white url(../img/site_bg.jpg) repeat-y;
width: 1000px;
margin: 0 auto;
}
div.site_inner {
background: url(../img/site.jpg) no-repeat;

}


/* CONTENT */

div.content {
width:760px;
float:right;
}
div.content_inner {
padding: 380px 20px 20px 30px;
}

div.content
{ overflow:hidden }

div.livesearch { position:absolute;z-index:0;top:43px;right:240px;}
div.livesearch input { border:1px white solid; background: #FFF; height: 13px;}

/* MENU */

div.menu, div.menu ul {
width: 230px;
margin: 105px 0 0 10px;
}
div.menu ul ul {
left: 200px;
}


/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a, div.menu li a:visited {
display: block;
color: #565656;
text-decoration: none;
padding: 5px 20px;
}
div.menu li a:hover {
color: black;
background: #fcfcfc;
}
div.menu li a.active {
color: black;
background: white;
}

/* SLIDESHOW */
div#slideshow {
  position: absolute;
  top: 105px;
  right: 10px;
  width: 732px;
  height: 245px;
}
div#slideshow div{
  position: absolute;
}
/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
background: #f9f9f9;
}
div.menu li li a:hover {
color: black;
background: white;
}
div.menu li li a.active {
color: black;
background: #ffd200;
}


/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li a:visited {
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: 0;

}
div.foot {
background: url(../img/footer_bg.jpg) repeat-x;
}
div.foot_inner {
background: url(../img/foot_bg.jpg) no-repeat;
position: relative;
width: 1000px;
margin: 0 auto;
font-size: 11px;
height: 246px;
}
div.foot,
div.foot a {
color:#f7c48f;
}


/* SITE CREATED */

div.foot div.siteCreated {
position: absolute;
top: 209px;
left: 27px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
text-decoration: none;
color:#f7c48f;
}




/* 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;
}



div#search_results_page ul {
list-style:none;
padding-left:0;
}
ul#search_results {
}

ul#search_results li.search_result_flag ul {
border-top:1px #ddd solid;
}
ul#search_results li.search_result_flag li.search_result {
margin-left:40px;
background:#f9f9f9;
}
ul#search_results li.search_result_flag li:hover {
}
ul#search_results li.search_result {
padding:6px 0;
border-bottom:1px #ddd solid;
}
ul#search_results li a {

}
ul#search_results li span {
display:block;
color:#555;
}


/* 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; }

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 }


/* 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%; }

