#home #content {
	min-height: 350px;
	height: 23em;
	background: #0083D7 url("../images/en/background-home.gif") 0 0 repeat-y;
}


#home #inner_tl {
	height: 300px;
}

#home_images {
	/*padding: 3em 1.5em 0 1em;*/
	/*padding: 3em 0 0 12.7em;*/
	/*float: right;*/
	width:100%;
	text-align:right;
	padding-top: 3em;
}

#home_images #image3 {
	margin-right: 1.5em;
}

#home_images img {
	/*float: right;*/
	display: inline;
	margin-left: 0.5em;
	border: solid 3px white;
}

/* =MENU
================================================= */
#home ul#home_menu {
	float: right;
	padding: 0 1.5em 0 1em;
	list-style-type: none;
}

#home #home_menu li {
	float: left;
	min-width: 9em;
	width: 12.6em;
	background: #001b50;
	border: solid #efefef;
	border-width: 1px;

	font-size: 0.6em;
	height: 2.4em;
	text-align: center;
	
	background: #0067b0 url("../images/en/background-menu-home.jpg") 0px -8px repeat-x;

}

#home #home_menu li h2 {
	text-align: center;
	
	font-family: "arial black",arial, helvetica, sans-serif;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: normal;
	color: #73c9d4;

	text-shadow: 2px 2px 1px black;

}

#home #home_menu li a:link,
#home #home_menu li a:visited {
	/*white-space: nowrap;*/
	text-decoration: none;
	display: block;
	/*color: #0083d7;*/
	color: #0099ff;
	color: white;
	text-shadow: 2px 2px 1px #0033ff;
	padding:0.3em;
	height: 1.5em;
	min-width: 9em;
	text-align: center;
}

#home #home_menu li a:hover,
#home #home_menu li a:active {
	background: white;
	color:#e20c15;
}

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

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

  	/* 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;
}