/***
	LUCIE
	created by nordicweb.com
***/


/* BODY & SITE */

body {
	background: #DBDBDB;
}
div.site_body {
	background: #DBDBDB url(../img/bg.jpg) repeat-x;
	
}
div.site {
	background: #E9E4C4 url(../img/site_bg.jpg) repeat-y;
	width: 995px;
	margin: 0 auto;
}
div.site_inner {
	background: url(../img/site.jpg) no-repeat;
  padding-top:127px;
}


/* SLIDESHOW */
div#slideshow {
	top: 127px;
	left: 5px;
	width: 342px;
	height: 312px;
}



/* CONTENT */

div.content {
	width:640px;
float:right;
}
div.content_inner {
padding:25px 30px 0 10px;
}



/* MENU */

div.menu {
	width:192px;
margin-left:132px;
	float:left;
position:absolute;
z-index:50;

}
div.menu_inner {
  
	padding: 0;
  

}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a {
	color: #000000;
	text-decoration: none;
	padding: 3px 10px;
text-transform:uppercase;
font-weight: normal;

}
div.menu li a:hover {
	color: #777;
	background: #000;
}
div.menu li a.active {
	color: #777;
	background: #000;
}

/* SUB MENU ITEM */

div.menu li li a {
padding: 2px 28px;
text-transform:none;
  color: #fff;
background: #555;
  
border-top: 1px solid #646363; 
}
div.menu li li a:hover {
	color: #777;
	background: #444;
}
div.menu li li a.active {
	color: #777;
	background: #444;
}

/* SUB SUB MENU ITEM */

div.menu li li li a {
	padding: 2px 33px;
text-transform:none;
  color: #fff;
background: #555;
  
border-top: 1px solid #646363; 
}
div.menu li li li a:hover {
	color: #777;
	background: #444;
}
div.menu li li li a.active {
	color: #777;
	background: #444;
}





/* FOOT */

div.site_foot {
	height: 30px;
	background: url(../img/foot_bg.jpg) no-repeat;
}
div.foot {
	width: 950px;
	margin: 0 auto;
}
div.foot_inner {
	font-size: 11px;
	padding: 5px 20px 160px;
}
div.foot,
div.foot a {
	color:#666;
} 


/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	top: 5px;
	right: 20px;
}
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.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;
}

div.content,
div.menu
	{	overflow:hidden	}


/* IE 5.5 CENTER FIX */

body,
div.foot
	{	text-align:center;	}

div.site,
div.foot_inner
	{	text-align:left;	}
