/***
	LUCIE
	created by nordicweb.com
***/


/* BODY & SITE */

body {
	background: #F9C579;
}
div.site_body {
	background: #F9C579 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:220px;
}


/* SLIDESHOW */
div#slideshow {
	top: 0px;
	left: 282px;
	width: 688px;
	height: 200px;
}



/* CONTENT */

div.content {
	width:700px;
	float:right;
}
div.content_inner {
	padding:0 20px 20px;
}





/* MENU */

div.menu {
	width:271px;
  margin-top:30px;
  margin-left:11px;
	
}
div.menu_inner {
	padding: 0;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a {
	color: #4E83CE;
	text-decoration: none;
  font-size:11px;
text-transform:uppercase;
	padding: 6px 28px;
background: url(../img/navBG.gif) no-repeat 0px;
}
div.menu li a:hover {
	color: white;
	background: url(../img/navBG.gif) no-repeat 0px;
}
div.menu li a.active {
	color: white;
	background: url(../img/navBG.gif) no-repeat 0px;
}

/* SUB MENU ITEM */

div.menu li li a {
	margin-left:0;
  padding: 1px 28px;
   font-size:12px;
   font-weight:normal;
text-transform:none;
	background: #163A6C;
}
div.menu li li a:hover {
	color: white;
	background: #163A6C;
}
div.menu li li a.active {
	color: white;
	background: #163A6C;
}

/* SUB SUB MENU ITEM */
margin-left:20px;
   font-size:12px;
   font-weight:normal;
text-transform:none;
	background: #163A6C;
}
div.menu li li li a:hover {
	color: white;
	background: #163A6C;
}
div.menu li li li a.active {
	color: black;
	color: white;
	background: #163A6C;
}





/* FOOT */

div.site_foot {
	height: 0;
	background: url(../img/foot_bg.jpg) no-repeat;
}
div.foot {
	width: 990px;
height: 117px;
background: url(../img/foot_bg.jpg) no-repeat;
	margin: 0 auto;
}
div.foot_inner {
	font-size: 11px;
	padding: 20px 20px 10px;
}
div.foot,
div.foot a {
	color:#2B4570;
} 


/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	top: 95px;
	right: 260px;
}
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;	}
