/* ---------------------------------------------------
 * The overall container of the home location selector
 * --------------------------------------------------- */
div#home_location_selector_container
{
    font-family:Arial, Helvetica, sans-serif;
    width:950px;
}

div#home_location_selector_container h1	{ font-size:25px !important;font-weight:bold !important; }
div#home_location_selector_container h2	{ font-size:18px !important;font-weight:normal !important; }
div#home_location_selector_container h3	{ font-size:15px !important;font-weight:normal !important; }

/* ---------------------------------------------------
 * All elements on the left of the container
 * --------------------------------------------------- */
div#home_location_selector_left            	{ position:relative;width:454px;height:449px;float:left; }
div#home_location_selector_left_main	{ position:absolute;width:424px;padding-left:30px;top:0;left:0; }
div#home_location_selector_left_sub		{ position:absolute;width:404px;padding-left:30px;padding-right:10px;top:0;left:0; }

/* Global left Elements */
div#home_location_selector_left_title		{ font-size:48px;text-align:left;padding-top:42px; }
div#home_location_selector_left_subtitle 	{ font-size:25px;text-align:left; }
div#home_location_selector_left_register		{ position:absolute;bottom:22px;left:25px;font-size:16px;float:left;padding-left:5px;padding-left:5px;}
div#home_location_selector_left_register a	{ width:96px;text-decoration:none;background:#eee;color:#f30;padding:5px;border:1px solid #bbb;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1); }


/* left Main Elements */
div#home_location_selector_left_main #home_location_selector_left_title      { font-size:38px;width:100%;float:left;color:#242e52;overflow:hidden; }
div#home_location_selector_left_main #home_location_selector_left_subtitle      { font-size:22px;width:400px;float:left;color:#c9c9c9;overflow:hidden;padding-top:45px; }

/* left Hover Elements */
div#home_location_selector_left_sub #home_location_selector_left_subtitle 	{ font-size:13px;width:100%;float:left;color:#777;overflow:hidden;padding-top:25px; }

div#home_location_selector_left_sub #home_location_selector_left_subtitle a	{ color:#76d7f8;font-size:120%;font-weight:bold;text-decoration:none; }

/* ---------------------------------------------------
 * All elements on the right of the container
 * --------------------------------------------------- */
div#home_location_selector_right
{
    float:left;
    position:relative;
    width:496px; /* 422+528 = 950 */
    height:449px;
    /*background:transparent url('../images/home_location_selector_left_bg.png') no-repeat 0 0;*/
}

div#home_location_selector_background_1,
div#home_location_selector_background_2 			{ position:absolute;top:0;left:0;width:496px;height:449px;background:transparent url('../images/home_bg.png');background-repeat:no-repeat;background-position:bottom left;}
div#home_location_selector_categories_background	{ position:absolute;top:0;right:0;width:275px;height:300px;background:transparent url('../images/globe.png');background-repeat:no-repeat;background-position:0 0;z-index:999;}

/* Location Category Links */
div.home_location_selector_right_category	{ position:absolute;font-size:18px;color:#fff;font-weight:bold;text-align:left; }
div.home_location_category_text				{ position:absolute;top:0;left:0;width:300px;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;text-shadow: 5px 5px 10px #d95f09;filter: dropshadow(color=#d95f09, offx=5, offy=5); }

/* Position the elements relative to the globe */
div#home_location_1 { top:54px;right:442px; }
div#home_location_2 { top:118px;right:450px; }
div#home_location_3 { top:186px;right:439px; }
div#home_location_4 { top:256px;right:410px; }
div#home_location_5 { top:328px;right:338px; }