                                                  /***
LUCIE
created by nordicweb.com
***/


/* BODY & SITE */

body {
background: #656565;
}
div.site_body {
background: #78d0da url(../img/bg.jpg) repeat-x;
padding: 0;
}
div.site {
background: white url(../img/site_bg.jpg) repeat-y;
width: 990px;
margin: 0 auto;
}
div.site_inner {
background: url(../img/site.jpg) no-repeat;
padding-top:150px;
}

/* SLIDESHOW */
div#slideshow {
top: 92px;
left: 269px;
width: 721px;
height: 234px;
}


/* CONTENT */

div.content {
width:700px;
float:right;
}
div.content_inner {
padding:200px 20px 0 20px;
}

div.content,
div.menu
{ overflow:hidden }





/* MENU */

div.menu {
width:269px;
float:left;
}
div.menu_inner {
overflow:hidden;
border:0px red solid;
margin:0 20px 0 0;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a, div.menu li a:visited {
text-transform:uppercase;
font-size:12px;
font-family:Arial;
font-weight:bold;
display: block;
color: #07646f;
text-decoration: none;
border-bottom:1px white dotted;
padding: 8px 16px;
background: url(../img/arrow_mint.gif) 0 3px no-repeat;
}
div.menu li a:hover {
color: #990033;
background: url(../img/arrow_red.gif) 0 3px no-repeat;
}
div.menu li a.active {
color: #990033;
background: url(../img/arrow_red.gif) 0 3px no-repeat;
}

/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
font-size:11px;
padding: 6px 32px;
background: url(../img/arrow_mint.gif) 14px 1px no-repeat;  
}
div.menu li li a:hover {
background: url(../img/arrow_red.gif) 14px 1px no-repeat;  
}
div.menu li li a.active {
background: url(../img/arrow_red.gif) 14px 1px no-repeat;  
}

/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
margin-left: 20px;
background: none;
}
div.menu li li li a:hover {
color: black;
background: none;
}
div.menu li li li a.active {
color: black;
background: none;
text-decoration: underline;
}










/* 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 {
}


/* 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;
height:181px;
  width: 990px;
margin: 0 auto;
font-size: 11px;
padding: 20px 0 20px 0;
}
div.foot,
div.foot a {
color:#757575;
}


/* SITE CREATED */

div.foot div.siteCreated {
position: absolute;
top: 40px;
right: 20px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
text-decoration: none;
}


/* LANGUAGE SELECTION */

div.languages {
top:10px;
right:10px;
}
div.languages #languageActive img {
border: 1px white solid;
}



/* SEARCH */

div.livesearch {
  position:absolute;
  top:55px;
  left:670px;
  border:none;
}
div.livesearch input { width:170px;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.menu li,
div.languages li
{ display:inline }

div.menu li ul,
div.menu li.active li ul,
div.menu li.active li.active li ul
{ display:none }

div.menu li.active ul,
div.menu li.active li.active ul,
div.menu li a
{ display:block }

div.menu ul,
div.languages ul
{ margin:0; padding:0; list-style:none; }

div.site,
div.foot
{ position: relative; }

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; }

