/* Style for La Bella Vita Tours */

html, body {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Arial, Sans-Serif;
  height: 100%;
}

body {
  background-image: url('images/bg.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #99CCFF;
}

#content {
  height: 100%;
  width: 100%;
}

#container {
  width: 960px;
  margin: 0 auto;
  background-image: url('images/cloud.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  border-left: double #000000;
  border-right: double #000000;
  min-height: 100%;
  height: auto;
}

/* Hack for IE, Reset to 100% height */
* html #container {
  height: 100%;
}
/* End IE Hack */

a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

a:link {}
a:visited {}
a:hover {text-decoration:underline;}
a:active {}

img a { border: 0px; }
img a:hover { border: 0px; }

#title h1
{
	position:absolute;
	padding-top:95px;
}

#header {
  height: 180px;
  width:256px;
  margin:0px;
  padding:0px;
  top:5px;
  left:5px;
  padding-top:20px;
  margin-left:15px; 
}

#header a img {border:none !important;}
a:hover img {border:none !important; border-bottom:none !important;}
a img:hover {border:none !important; border-bottom:none !important;}

#header p {
  text-align: right;
  padding-top: 120px;
  padding-right: 220px;
  margin: 0px;
}

#header p a {
  text-decoration: none;
  color: #000000;
  font-variant: small-caps;
  padding: 0px 10px;
  border: none;
}

#title {

}

#nav {
  float: left;
  position: absolute;
  height: auto;
  width: 260px;
  z-index: 10;
  margin-top: 180px;
}

#nav img.navimg {

}

#nav ul {
  list-style-type: none;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 1em;
  border-bottom: 3px double black;
  border-top: 3px double black;
  padding: 5px;
}

#nav li {
  padding-bottom: 2px;
}

#nav li a {
  text-decoration: none;
  color: #000000;
  border: none;
  font-weight: normal;
  padding-left: 15px;
  display: block;
}

#nav li a:hover { color: #333333; }

html>body #nav li a {

}

#nav li a:hover {

}

#bodytext {
  margin-top:-150px;
 xmargin-top:10px;
  width: 587px;
  font-size: 0.8em;
  xfloat: right;
  xmargin-right: 80px;
  margin-left:290px;
  height: 100%;
  
}

#bodytext h1 {
  background-repeat: no-repeat;
  margin: 0px 3px;
  padding-left: 10px;
  height: 27px;
  font-size: 19px;
  font-weight: normal;
  font-variant: small-caps;
}

#bodytext h2 {
  clear: both;
}

#bodytext #intro1 {
  background-image: url('images/header1a.png');
}

#bodytext #intro2 {
  background-image: url('images/header2a.png');
}

#bodytext #intro3 {
  background-image: url('images/header3a.png');
}

#bodytext #intro4 {
  background-image: url('images/header4a.png');
}

#bodytext div#content_container {
  Xbackground-image: url('images/content.png');
 
  background:url('images/content_bg.jpg') repeat-x #2c5377 top center;
  Xborder-left:2px #cccccc solid;
  Xborder-right:2px #cccccc solid;
  padding: 5px 15px;
  min-height: 100%;
  height: auto;
  padding-bottom:150px;
  min-height:500px;
}

* html #bodytext div#content_container {
  height: 100%;
}

#bodytext img.left {
  padding: 10px;
  float: left;
  border: none;
}

#bodytext img.right {
  padding: 10px;
  float: right;
  border: none;
}

.bodyhead {
  xpadding-left: 3px;
  display: block;
}

#bodytext #intro {

}

#bodytext p {

}

#bodytext #booktable td.lbl, #bodytext #contacttable td.lbl {
  width: 150px;
  padding-right: 15px;
}

#bodytext #booktable td.inpt_long input, #bodytext #booktable select, #bodytext #contacttable td.inpt_long input, #bodytext #contacttable select {
  width: 220px;
}

#bodytext #contacttable textarea {
  width: 220px;
  height: 120px;
  font-family: inherit;
  font-size: inherit;
}

#bodytext #booktable td.inpt_shrt input {
  width: 80px;
}

#bodytext #booktable tr.grpend td, #bodytext #contacttable tr.grpend td {
  padding-bottom: 20px;
}

#clear {
  height: 230px;
  width: 100%;
  background-image: url('images/footer_float.gif');
  background-repeat: no-repeat;
  z-index: 2;
  clear: both;
  margin-top:-200px;
}

#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #000000;
  z-index: 99;
  
}

#footer p {
  padding: 0;
  margin: 0;
  margin-top: 2px;
  font-size: 10px;
  line-height: 10px;
}

#footer a {
  border: none;
  text-underline: none;
}

#footer a.lastlink { 
  padding-right: 20px;
}

.tour_summary {
  clear:both;
}

.tour_sum_head {
  font-weight: bold; 
  font-size:20px; 
  padding-top: 5px; 
  padding-bottom: 0px; 
  margin-bottom: 0px;
}

.tour_sum_mid {
  padding-top: 0px; 
  margin-top: 0px;
}

.tour_sum_body {
  
}

#tour_dates {
  border-collapse: collapse;
}

#tour_dates tr td {
  padding: 10px;
}

.date_odd td, .date_odd th {
  background-color: #369;
}

.date_even td, .date_even th {
  
}

