@charset "UTF-8";
/* CSS Document */ 

#home_wrapper {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-207px;
	margin-top:-120px;
	width:415px;
	height:240px;
}

#home_languages {
	width:50px;
	margin:20px 0 10px 90px;
}

#home_logo {
	width:412px;
	height:101px;
	background-image:url(../img/home_logo.png);
	background-position:top right;
	background-repeat:no-repeat;
}

ul#home_store_menu {
	width:109px;
	float:right;
	list-style-type:none;
}

ul#home_store_menu li {
	margin:10px 0 10px 0;
}

li.home_gray {
	padding:4px 0 0 32px;
	background-image:url(../img/square_gray.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

li.home_gray a {
	color:#c5ccd0;
}

li.home_gray a:hover {
	text-decoration:underline;
}

li.home_silver {
	padding:4px 0 0 32px;
	background-image:url(../img/square_silver.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

li.home_silver a {
	color:#8c9091;
}

li.home_silver a:hover {
	text-decoration:underline;
}

li.home_gold {
	padding:4px 0 0 32px;
	background-image:url(../img/square_gold.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

li.home_gold a {
	color:#876a2c;
}

li.home_gold a:hover {
	text-decoration:underline;
}

ul#home_site_menu {
	width:300px;
	float:left;
	padding-left:6px;
	margin-top:70px;
	list-style-type:none;
}

ul#home_site_menu li {
	display:inline;
	margin-right:20px;
	font-weight:100;
}


