/***
	SHIRA
	created by nordicweb.com
***/


/* BODY & SITE */

body {
	background: #fff;
}
div.site_body {
	background: #fff url(../img/bg.jpg) top center no-repeat;
	padding: 0;
}
div.site {
	background: white url(../img/site_bg.jpg) repeat-y;
	width: 980px;
	margin: 0 auto;
}
div.site_inner {
	background: url(../img/site.jpg) no-repeat;
padding-top:470px;
}


/* SLIDESHOW */
div#slideshow {
	top: 145px;
	left: 70px;
	width: 840px;
	height: 300px;
}



/* CONTENT */

div.content {
	width:670px;
	float:right;
}
div.content_inner {
	padding:0 90px 0 20px;
}


/* MENU */

div.menu { position: absolute; }

div.menu {
	top: 115px;
	left: 310px;
}


/* SUB MENU */

div.menu ul ul {
	position: absolute;
	top: 333px;
	left: -240px;
	width: 240px;
}

/* SUB SUB MENU */

div.menu ul ul ul {
	position: static;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a {
	border-left:1px solid #2969e6;
	color: white;
	text-decoration: none;
	padding: 6px 14px;
}
div.menu li a:hover {
	color: white;
	background: #2164e5;
}
div.menu li a.active {
	color: white;
	background: #000042;
}

/* SUB MENU ITEM */

div.menu li li a {
	background: url(../img/arrow_white.gif) 0 2px no-repeat;
color: white;
}
div.menu li li a:hover {
	background: #2164e5 url(../img/arrow_white.gif) 0 2px no-repeat;
color: white;
}
div.menu li li a.active {
	background: #3059a9 url(../img/arrow_white.gif) 0 2px no-repeat;
color: white;
}

/* SUB SUB MENU ITEM */

div.menu li li li a {
	background: url(../img/arrow_white.gif) 12px -1px no-repeat;
color: white;
padding: 3px 26px;  
}
div.menu li li li a:hover {
	background: #2164e5 url(../img/arrow_white.gif) 12px -1px no-repeat;
color: white;
}
div.menu li li li a.active {
	background: #3059a9 url(../img/arrow_white.gif) 12px -1px no-repeat;
color: white;
}








/* FOOT */

div.site_foot {
	height: 30px;
	background: url(../img/footer.jpg) no-repeat;
}
div.foot {
	width: 900px;
	margin: 0 auto;
}
div.foot_inner {
	font-size: 11px;
	padding: 20px 20px 160px;
}
div.foot,
div.foot a {
	color:#666;
} 


/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	top: 20px;
	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 a {
	display: block;
	overflow: hidden;
}

div.site,
div.foot
	{ position: relative; }


div.languages
	{	position: absolute;	}

div.menu li,
div.menu a,
div.languages li
	{	float: left;	}

div.menu ul ul,
div.menu ul ul li,
div.menu ul ul a
	{	float: none;	}
	
div.menu li.active ul
	{	display: block;	}

div.menu ul ul,
div.menu li.active ul ul
	{	display: none;	}
	
div.menu li.active li.active ul
	{	display: block;	}



div.menu ul,
div.languages ul
	{	margin:0; padding:0; list-style:none;	}
	
html, body {	height:100%; margin:0;	}
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
	{	overflow:hidden	}

/* IE 5.5 CENTER FIX */

body,
div.foot
	{	text-align:center;	}

div.site,
div.foot_inner
	{	text-align:left;	}

/* IE 5.5 MAC FIX */
/* \*/
div.menu a
	{	float: none;	}
/* */

*:first-child+html div.menu ul ul li {
 float: left;
 width: 100%;
}

* html div.menu ul ul li {
 float: left;
 height: 1%;
}
* html div.menu ul ul a {
 height: 1%;
}



div.livesearch { position:absolute;z-index:6000;top:190px;left:100px;}
div.livesearch input { border:1px white solid;}
