/* Header */

#header-recsol
{
  width:100%;
  height:183px;
  background-color: #5a7484;
  text-align: center;
}
#inner_header-recsol
{
  position: relative;
  width: 1024px;
  height: 183px;
  margin: 0 auto;
  background: url('/images/images_recsol/background.png');
}

/* PRODUCT LOGO */
#product-logo
{
  position: absolute;
  top: 16px;
  left: 35px;
  width: 134px;
  height: 152px;
}

/* RECSOL LOGO */

#recsol-logo
{
  position: absolute;
  top: 107px;
  left: 172px;
  width: 208px;
  height: 50px;
}

/* Customer TITLE */
#customer-title
{
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-weight: bolder;
  text-transform: uppercase;
  top: 45px;
  right: 15px;
  width: 600px;
  height: 70px;
  font-size: 1.2em;
}
#customer-title img{
  vertical-align: middle;
  padding-right: 10px;
  max-height: 70px;
}

/* Menu */

#menu-bar
{
  position: absolute;
  width: 100%;
  height: 53px;
  bottom: 0px;
  right: 0px;
  text-align: center;
}

#menu-recsol ul
{
  list-style: none;
  position:relative;
}

#menu-recsol li
{
  display: list-item;
  float: right;
  position: relative;
  text-align: center;
  padding: 0;
  background: url('/images/images_recsol/menu_background.png');
}

#menu-recsol li.last
{
  display: list-item;
  float: right;
  height: 53px;
  width: 62px;
  padding: 0;
  background: url('/images/images_recsol/menu_leftedge.png');
}

#menu-recsol li a
{
display: block;
padding: 23px 20px 0px 3px;
height: 30px;
font-size: 10pt;
font-family: "Arial";
text-decoration: none;
text-align: center;
color: #fff;
text-transform: uppercase;
}

#menu-recsol li.help a
{
padding: 23px 9px 0px 3px;
}

#menu-recsol li a:hover
{
  text-decoration: underline;
}
#menu-recsol li+li
{
  background-image: url('/images/images_recsol/menu_spacer.png'), url('/images/images_recsol/menu_background.png');
  background-repeat: no-repeat, repeat-x;
  background-position: right top, left top;
}
/* account */
#account
{
position: absolute;
right: 20px;
top: 10px;
}

#account h5
{
color: #365870;
font-size: 1.0em;
letter-spacing: 0;
font-family: 'Arial';
text-transform: uppercase;
}

#account h5 span
{
font-weight: bold;
text-transform: none;
}

#account h5 a
{
text-decoration: underline;
color: #365870;
}

#account h5 a:hover
{
text-decoration: none;
color: #365870;
}

input.button
{
  background-image: url('/images/images_recsol/form_button_left.png'), url('/images/images_recsol/form_button_right.png'),url('/images/images_recsol/form_button_main.png');
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center;
  background-color: #3a6079;
  text-transform: uppercase;
  height: 49px;
  padding-left: 22px;
  padding-right: 22px;
  border: 0;
  color: #fff;
} 
input.button:hover
{
  text-decoration: underline;
}

input.reservation_button
{
  background-image: url('/images/images_recsol/make_reservation.png');
  text-indent: -9999px;
  height: 48px;
  width: 187px;
  background-color: #fff;
  border: 0;
} 

input.register_button
{
  background-image: url('/images/images_recsol/register.png');
  text-indent: -9999px;
  height: 48px;
  width: 187px;
  background-color: #fff;
  border: 0;
} 

input.checkout_button
{
  background-image: url('/images/images_recsol/make_checkout.png');
  text-indent: -9999px;
  height: 48px;
  width: 186px;
  background-color: #fff;
  border: 0;
} 

input.new_customers
{
  background-image: url('/images/images_recsol/new_customers.png');
  text-indent: -9999px;
  height: 48px;
  width: 187px;
  background-color: #fff;
  border: 0;
} 
input.returning_customers
{
  background-image: url('/images/images_recsol/returning_customers.png');
  text-indent: -9999px;
  height: 48px;
  width: 187px;
  background-color: #fff;
  border: 0;
} 
