body  {
  color: #555555;
  font-family: Arial, "Verdana", sans-serif;
  font-size: 13px;
}

input {
  font-family: Arial, "Verdana", sans-serif;
  font-style: italic;
}

a {
  color: #2F82D5;
  text-decoration: none;
}

a:hover {
  color: #FF6600;
  text-decoration: underline;
}


h4  {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
.left {
  float: left;
}

.right  {
  float: right;
}

.container  {
  width: 920px;
  margin: 0px auto;
}

#header {
  background: #99CC00;
  border-bottom: 3px solid #80AC00;
}

#header .container  {
  position:relative;
}

#header h1  {
  width: 351px;
  height: 130px;
  background: url(img/logo.jpg) no-repeat;
  text-indent: -9000px;
  display: block;
  float: left;
}

#header h2  {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(img/same-room.jpg) no-repeat;
  text-indent: -9000px;
  width: 339px;
  height: 23px;
}

#main_background  {
  background: url(img/main_background.jpg) repeat-x;
  width: 100%;
}

#main_content {
  
  min-height: 400px;
  padding: 20px 0px;
}

#main_content h3  {
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#widget {
  width: 600px;
  margin-bottom: 20px;
}

#main_column  {
  display: block;
  width: 600px;
  float: left;
  padding-right: 10px;
}

#main_column ul {
  list-style: none;
}

#main_column li {
  margin-bottom: 3px;
}

#main_column .column li a {
  padding-left: 20px;
  background: url(img/bullet.gif) no-repeat;
}

#main_column .column  {
  width: 175px;
  display: block;
  float: left;
  padding-right: 25px;
}

#main_column .column .navigation  {
  margin-top: 10px;
}

#secondary_column {
  display: block;
  width: 300px;
  float: right;
  padding-left: 10px;
}

#secondary_column .row  {
  margin-bottom: 10px;
}

#footer {
  border-top: 1px solid #eee;
  padding: 3px 10px;
  text-align: right;
  margin-top: 20px;
}

#footer a {
  padding-right: 10px;
  border-right: 1px solid #eee;
  margin-right: 10px;
}

.ui-tabs  {
  padding: 0px;
}

.ui-widget-content  {
  background: none;
  border: none;
}

.ui-widget-header {
  background: none;
  border: none;
}

.ui-tabs-nav  {
  z-index: 99;
}

.ui-tabs .ui-tabs-nav li  {
  margin-right:0px;
}
.ui-tabs-panel {
   background: url(img/widget_background.jpg) !important;
   border: 1px solid #DDDDDD !important; 
   padding: 15px !important;
   z-index: 0 !important;
   position: relative !important;
   top: -4px !important;
   
   -moz-border-radius-topright: 4px !important; -webkit-border-top-right-radius: 4px !important;
}

.ui-tabs .ui-tabs-nav {
  padding: 0px;
}

#widget label {
  display: block;
  font-style: italic;
  color: #666666;
  font-weight: bold;
}

#widget input {
  border: 1px solid #DDDDDD;
  padding: 5px;
  width: 80%;
}

#widget .field  {
  margin-bottom: 10px;
}

#widget .options  {
  width: 70px;
}

#widget .compare  {
  background: #EEEEEE;
  padding: 3px 5px;
  font-size: 12px;
  width: 80%;
}

#widget .compare label  {
  display: inline;
  padding-right: 15px;
  font-weight: normal;
}

#widget .compare input  {
  width: 20px;
}

#widget .submit {
  background: #F07D1C;
  width: auto;
  padding: 8px 30px;
  color: #fff;
  font-weight: bold;
  border: #ff0000;
}

#widget .date {
  display: block;
  float: left;
  width: 150px;
}

