/***
	SHIRA
	created by nordicweb.com
***/


/* BODY & SITE */

body {
	background: #eceff5;
}
div.site_body {
	background: #eceff5 url(../img/bg.jpg) repeat-x;
	padding: 0;
}
div.site {
	background: white url(../img/site_bg.jpg) repeat-y;
	width: 1000px;
	margin: 0 auto;
}
div.site_inner {
	background: url(../img/site.jpg) no-repeat;
padding-top:360px;
}

/* LIVESEARCH */
div.livesearch { 
  position:absolute;
  top: 370px;
  left: 30px;
}

div.livesearch input {
  color: #777;
  font-size: 11px;
}

/* SLIDESHOW */
div#slideshow {
	top: 105px;
	left: 239px;
	width: 751px;
	height: 245px;
}



/* CONTENT */

div.content {
	width:750px;
	float:right;
}
div.content_inner {
	padding:20px 40px 30px 30px;
  min-height: 300px;
}


/* MENU */

div.menu { position: absolute; }

div.menu {
	top: 60px;
	left: 360px;
}


/* SUB MENU */

div.menu ul ul {
	position: absolute;
	top: 46px;
	left: -350px;
	width: 230px;
}

/* SUB SUB MENU */

div.menu ul ul ul {
	position: static;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a, div.menu li a:visited {
background: url(../img/smallarrow_black.gif) 0 7px no-repeat;
font-family: arial;
font-size: 11px;  
	color: #686673;
	text-decoration: none;
padding: 3px 14px;
}
div.menu li a:hover {
	color: #00237d;
	text-decoration: underline;  
background: url(../img/smallarrow_red.gif) 0 7px no-repeat;
}
div.menu li a.active {
	color: #00237d;
	text-decoration: underline;  
background: url(../img/smallarrow_red.gif) 0 7px no-repeat;
}

/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
	background: url(../img/unavbg.gif) 0 0 no-repeat;
font-family: arial;
font-size: 11px;  
	color: #686673;
	text-decoration: none;
padding: 1px 0 1px 22px;
}
div.menu li li a:hover {
	text-decoration: underline;    
	background: url(../img/unavbg_over.gif) 0 0 no-repeat;
color: #e2001a;
}
div.menu li li a.active {
	text-decoration: underline;    
	background: url(../img/unavbg_over.gif) 0 0 no-repeat;
color: #e2001a;
}

/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
	background: url(../img/smallarrow_black.gif) 26px 4px no-repeat;
font-family: arial;
font-size: 11px;  
	color: #686673;
	text-decoration: none;
padding: 1px 0 1px 42px;
}
div.menu li li li a:hover {
text-decoration: underline;    
	background: #c6000d url(../img/smallarrow_white.gif) 26px 4px no-repeat;
color: white;
}
div.menu li li li a.active {
text-decoration: underline;    
	background: #c6000d url(../img/smallarrow_white.gif) 26px 4px no-repeat;
color: white;
}


/* FOOT */

div.site_foot {
	height: 0px;
	
}
div.foot {
   background: #eceff5;
}
div.foot_inner {
  position: relative;
width: 1000px;
	margin: 0 auto;
background: url(../img/foot_bg.jpg) no-repeat;
	font-size: 11px;
	height: 72px;
}
div.foot,
div.foot a {
	color:#ededed;
} 




/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	top: 30px;
	left: 20px;
  color: #686673;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
	text-decoration: none;
    color: #686673;
}





/* 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 input { border:1px #e6e6e6 solid;}

