/***
	SHIRA
	created by nordicweb.com
***/


/* BODY & SITE */

body {
	background: #ffde8c;
}
div.site_body {
	background: #ffde8c 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: 450px;
}


/* LIVESEARCH */
div.livesearch {
position: absolute;
top: 445px;
left: 55px;
}

div.livesearch input {
  color: #666;
background: white;
border: 1px solid #ffb500;
  font-size: 14px;
}



/* SLIDESHOW */
div#slideshow {
	top: 196px;
	left: 316px;
	width: 664px;
	height: 256px;
}

/* CONTENT */

div.content {
	width: 680px;
	float:right;
}
div.content_inner {
	padding:0  40px 20px 20px;
}


/* MENU */

div.menu {
	top: 158px;
	left: 30px;
}

/* SUB MENU */
div.menu ul ul {
	top: 32px;
	left: 0;
	width: 195px;
}

/* SUB SUB MENU */

div.menu ul ul ul {
	top: 0;
	left: 200px;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a {
	color: white;
	text-decoration: none;
	padding: 6px 30px;
  border-right: 1px solid #FFF;
  text-transform: uppercase;
}
div.menu li a:hover {
	color: white;
  background: #d01e20;
	}
div.menu li a.active {
  color: white;
  background: #d01e20;
	}

/* SUB MENU ITEM */

div.menu li li a {
  color: white;
   background: #d01e20;
  padding: 8px 20px;
    border-right: none;
}
div.menu li li a:hover {
	background: #ffb500;
}
div.menu li li a.active {
	background: #ffb500;
}

/* SUB SUB MENU ITEM */

div.menu li li li a {
  color: white;
	background: #096fd1;
}
div.menu li li li a:hover {
	background: #ffb500;
}
div.menu li li li a.active {
	background: #ffb500;
}


/* FOOT */

div.site_foot {
	height: 0;
	}

div.foot {
  width: 990px;
	margin: 0 auto;
    background: url(../img/foot_bg.jpg) no-repeat;
	}

div.foot_inner {

	font-size: 11px;
	height: 124px;

}
div.foot,
div.foot a {
	color:#CB9F66;
} 


/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	margin: 0 0 0 780px;
  color: white;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
	text-decoration: none;
    color: #CB9F66;
}





/* 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,
div.menu li
	{ position: relative; }

div.menu,
div.menu ul ul,
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 a .subind,
div.menu ul ul
	{	display: none;	}

div.menu ul ul a .subind {
 display: block;
 float: right;
}

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%;
}