/***
	SHIRA
	created by nordicweb.com
***/


/* BODY & SITE */

body {
	background: #fff;
}
div.site_body {
	background: #fff url(../img/bg.jpg) repeat-x;
	padding: 0;
}
div.site {
	background: white url(../img/site_bg.jpg) repeat-y;
	width: 995px;
	margin: 0 auto;
}
div.site_inner {
	background: url(../img/site.jpg) no-repeat;
  padding-top:177px;
}

 

/* SLIDESHOW */
div#slideshow {
	top: 44px;
	left: 271px;
	width: 537px;
	height: 129px;
}


div.address {
position:absolute;
top:186px;
left:150px;
  color:#4781D1;
line-height:180%;
  font-size:11px;
}

div.addressFooter {
position:absolute;
top:18px;
left:407px;
color:#666;
  font-size:11px;
}


/* LIVE SEARCH */

div.livesearch {
}

div.livesearch input {
border: 1px solid #458ED6;
background: none;
  color:#666;
  width:140px;
  font-size:12px;
}

/* CONTENT */

div.content {
	width:723px;

	float:right;
}
div.content_inner {
min-height: 400px;
height:auto !important;
height: 400px;

	padding:0 187px 0 0;
}





/* MENU */

div.menu { 
position: absolute;
z-index:10;

}

div.menu {
	top: 9px;
	left: 269px;
}


/* SUB MENU */

div.menu ul ul {
	position: absolute;
	top: 310px;
	left: -263px;
	width: 263px;
}

/* 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 {
border-left: 3px solid #fff; 
	color: #005EC2;
	text-decoration: none;
font-size:11px;
	padding: 10px 9px 10px 7px;
}

div.menu li a span {
font-size:11px;
text-decoration: none;
text-transform:none;  
  font-weight:bold;
background: none;  
margin-left:15px;
  border-bottom:0; 
}

div.menu li a:hover {
	color: #fff;
	background: #551285;
}
div.menu li a.active {
	color: #fff;
	background: #551285;
}

/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
padding: 2px 10px;
color: #005EC2;
border-bottom:0;  
border-left:0;
 border-right:0;
margin:1px;
background:#D5DEEF;
  }

div.menu li li a:hover {
color: #44248C;
border-bottom:0; 
  border-left:0;
  border-right:0;
 background:#D5DEEF;
}
div.menu li li a.active {
color: #44248C;
border-bottom:0; 
  border-left:0;
  border-right:0;
background:#D5DEEF;
}

/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
	background:#92B4E3;
  padding: 3px 18px;
color: #02357B;
border-bottom:1px #B1CAED solid;  
}
div.menu li li li a:hover {
	background:#9DBCE7;
color: #02357B;
border-bottom:1px #B1CAED solid; 
}
div.menu li li li a.active {
	background:#A7BEDD;
color: #02357B;
border-bottom:1px #B1CAED solid; 
}




/* FOOT */

div.site_foot {
	
}
div.foot {
	margin: 0 auto;
height: 56px;
	background: url(../img/footer_bg.jpg) repeat-x;

}
div.foot_inner {
width: 995px;
height: 56px;
	font-size: 11px;
	position: relative;
background: url(../img/foot_bg.jpg) no-repeat;
}
div.foot,
div.foot a {
	color:#888;
} 


/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	top: 17px;
	right: 55px;
}
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:8px;
	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:15px;	}
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
	{  }

div.site,
div.foot_inner
	{  }

/* 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;top:55px;right:7px;}
div.livesearch input { border:0;}

