#home #content {
	min-height: 480px;
}

* html #home #content {
	height: 480px;	/* IE Hack - only IE will see this! */
}

#home #main {
	width: 60%;
}


#home #mainimage {
	float: left;
	width: 388px;
}


#home #anchorimage {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 280px;
	height: 480px;
	/*background: transparent url("../images/en/buddha.gif") bottom right no-repeat;*/
}


#home #logo {
	position: absolute;
	top: 10px;
	left: 10px;	
}

#home #about {
	text-align: left;
	margin: 0.5em /*1em*/0 0.5em 0;
	float: left;
	/*width: 10em;*/
	/*width: 29%;*/
	width:145px; 
	font-size: 0.65em;	
}

#home #about ul, #home #about ol {
	padding-left: 1.5em;
	margin-left: 0;
	margin-bottom: 1.2em;
}


/* =PROMOTIONS
================================================= */
#home #promotions {

	text-align: left;
	margin: 0 0.5em 1em 0;
	color: #efefef;
	width: 62%;
	float: right;
	position: relative;
	z-index: 20;
	padding: 1em 1em 0 0;

  	/* Mozilla ignores crazy MS image filters, so it will skip the following */
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/v2/images/en/promotions-background.png', sizingMethod='scale');

	/*	background: #110A05;
		filter: alpha(opacity=60);
		opacity:0.6; 
		-moz-opacity: .65;
		-khtml-opacity:.8;
	*/

}

/* IE ignores styles with [attributes], so it will skip the following. */
#home #promotions[id] {
	background: transparent url("../images/en/promotions-background.png") top left repeat;
}

#home #promotions h2 img {
	border: none;
	float: left;
	margin: 0 0 0.4em 0;
}


#home #promotions img {
	margin: 1em 0.5em 0em 0em;
	border: solid 1px #efefef;
	float: left;
}

#home #promotions h3 {
	clear:both;
}

/* =MENU
================================================= */
#home ul#menu {
	float: left;
	width: 25%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#home #menu li {
	clear: both;
	margin: 0 0 0.5em 0;
	float:left;
	width: 100%;
}

#home #menu li img {
	float: left;
	border: solid 1px black;
	margin-right: 0.5em;
}

#home #menu li h2 {
	font-family: arial, verdana, "trebuchet MS", helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}	


/*#menu li a:link,
#menu li a:visited {
	white-space: nowrap;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0.4em 0.5em;
	font-size: 0.7em;
	font-family: arial, verdana, "trebuchet MS", helvetica, sans-serif;

	color: white;

	height:100%;
}*/
#home #menu li a:hover img,
#home #menu li a:active img {
	border: solid 1px white;
}