*{
  margin:0;
  padding: 0;
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

html, body{
  min-width: 700px;
  background: #F2F2F2 url('/images/layout/backdrop-general.png') top left repeat-x;
}


#header{
  background: #858484 url(/images/layout/home_header_bgr.gif) repeat-x top left;
  width: 100%;
  height: 244px;
  margin-top: 40px;
}



#header_small{
  background: #858484 url(/images/layout/cities_header_bgr.png) repeat-x top left;
  width: 100%;
  height: 50px;
}


.center_container{
  width: 700px;
  margin: 0 auto;
  position: relative;
}


#copyright{
  width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #C2C2C2;
  font-size: 10px;
  clear: both;
  padding-top: 50px;
}

#copyright a{
    color: #919191;
}


#home_widget{
  width: 213px;
  height: 213px;
  position: absolute;
  left: 0;
  top: 16px;
  background-image: url(/images/layout/home_widget_border.png);
}

#home_widget object, #home_widget embed{
    margin-left: 8px;
    margin-top: 16px;
}


#home_banner_text{
  float: right;
  margin-top: 50px;
  margin-left: 200px;
  width: 422px;
  height: 73px;
  background-image: url(/images/layout/home_banner_text.png)
}

#link_wizard, #link_catalog{
    width: 155px;
    height: 44px;
    float: right;
    margin-right: 37px;
    margin-top: 20px;
  cursor: pointer;
  text-indent: -400px;
  overflow: hidden;
}

#link_wizard{
  background-image: url(/images/layout/link_wizard.png)
}


#link_catalog{
  background-image: url(/images/layout/link_catalog.png)
}

#find_title{
  font-size: 30px;
  margin-top: 25px;
  float: left;
  font-weight: bold
}

#link_timezones{
  width: 303px;
  margin-top: 15px;
  height: 133px;
  cursor: default;
  float: right;
  background-image: url(/images/layout/link_timezones.gif);
  text-indent: -400px;
  overflow: hidden;
  outline: none;
}

#find_form, #find_form_white{
  float: left;
  clear: left;
  margin-top: 10px;
  width: 350px;
}

#find_form{
  margin-top: 10px;
}

#find_form_white{
  margin-top: 11px;
  margin-left: 15px;
  display: inline;
}

#find_logo, #find_logo_white, #city_time_place, #find_button, #find_input_bgr, #find_input_bgr_white{
  height: 28px;
  float: left;
}

#find_logo_white{
  width: 116px;
  cursor: pointer;
  text-indent: -300px;
    background: transparent url(../images/layout/find_logo_white.png) no-repeat;
}



#find_input_bgr, #find_input_bgr_white{
  width: 157px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
}


#find_input_bgr{
  background: transparent url(/images/layout/find_input.gif) no-repeat;
}


#find_input_bgr_white{
  background: transparent url(/images/layout/find_input_white.png) no-repeat;
}



#find_query{
  width: 157px;
  border: 0;
  background: transparent;
  color: #DEDEDE;
  font-weight: bold;
  font-size: 18px;
  outline: none;
}



#link_wizard_small, #link_catalog_small {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    margin-top: 9px;
    margin-right: 15px;
    text-indent: -100em;
    overflow: hidden;
    display: inline;
    background-repeat: no-repeat;
    background-color: transparent;
  cursor: pointer
}


#link_wizard_small {
    background-image: url('/images/layout/link_wizard_small.png');
}


#link_catalog_small {
    background-image: url('/images/layout/link_catalog_small.png');
}


div.location h2 a {
    color: #FBA504; text-decoration: none;
}


div.location h2 a:hover {
    color: #FBA504; text-decoration: none;
}


div.location div.action  {
    width: 60px;
}



body#Capsa .una div.location .action a:hover {
    color: #F1AC0F;
}


h1, h1.earth{
  margin-top: 15px;
  color: #636363;
}


div#solarSystem{
  margin-top: 30px;
}

body#Capsa .una div.location .action{
  height: 80px;
  top: 200px;
}





