/***
	LUCIE
	created by nordicweb.com
***/


/* BODY & SITE */

body {
	background: #E4E4E4;
}
div.site_body {
	background: #E4E4E4 url(../img/bg.jpg) repeat-x;
	padding: 0;
}
div.site {
	background: white url(../img/site_bg.jpg) repeat-y;
	width: 950px;
	margin: 0 auto;
}
div.site_inner {
	background: url(../img/site.jpg) no-repeat;
  padding-top:345px;
}


/* SLIDESHOW */
div#slideshow {
	top: 93px;
	left: 258px;
	width: 672px;
	height: 252px;
}



/* CONTENT */

div.content {
	width:700px;
	float:right;
}
div.content_inner {
	padding:22px 35px 0 14px;
}





/* MENU */

div.menu {
	width:229px;

	float:left;
text-align:right;
}
div.menu_inner {
	padding: 0;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a {
	color: #BA5554;
	text-decoration: none;
text-transform:uppercase;
  font-size:11px;
	padding: 5px 28px;
  
}
div.menu li a:hover {
	color: #245344;
	background: url(../img/navBG.gif) no-repeat 0px;
}
div.menu li a.active {
	color: #245344;
	background: url(../img/navBG.gif) no-repeat 0px;
}

/* SUB MENU ITEM */

div.menu li li a {
	padding: 0 28px;
	background: none;
  font-weight:normal;
  text-transform:none;
}
div.menu li li a:hover {
	color: #245344;
	background: none;
}
div.menu li li a.active {
	color: #245344;
	background: none;
}

/* SUB SUB MENU ITEM */

div.menu li li li a {
	padding: 0 28px;
	background: none;
  font-weight:normal;
  text-transform:none;
}
div.menu li li li a:hover {
	color: #245344;
	background: none;
}
div.menu li li li a.active {
	color: #245344;
	background: none;
}





/* FOOT */

div.site_foot {
	height: 0;
	
}
div.foot {
	width: 950px;
	margin: 0 auto;
}
div.foot_inner {
	font-size: 11px;
	padding: 15px 10px 10px;
  background: url(../img/foot_bg.jpg) no-repeat;
}
div.foot,
div.foot a {
	color:#666;
} 


/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	top: 20px;
	right: 16px;
}
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;	}
