/* CSS Document */
html,body {
	background: url(img/bg/bg01.gif);
	height: 100%;
	margin: 0;
	padding: 0;
  font-family: Arial, Helvetica, sans-serif;	
}
h1 {
	background: url(img/logo.gif) no-repeat;
	width: 217px;
	height: 66px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#main {
	background-color: #fff;
	border: solid 1px #000;
}
.navbar {
	background-color: #e5e9cc;
	text-align: center;
}
.navbar3 {
	background-color: #e5e9cc;
	text-align: right;
}
.navbar2 {
	background-color: #e5e9cc;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
#content {
	margin: 0;
}
.contText {
  font-size: 10pt;
/*  letter-spacing: .5pt;*/
  padding-right: 5px;
  color: #000000;
}
td.contText {
  font-size: 8.5pt;
  letter-spacing: .3pt;
  text-align: justify;
  padding-right: 5px;
  color: #000000;
}
th {
  font-size: 8pt;
  letter-spacing: 1pt;
  text-align: justify;
  padding-right: 5px;
  color: #000000;
  vertical-align: top;
  font-weight: bold;
}
ul{
	list-style-image: url("img/listPoint3.gif");
	list-style-position: outside;
	margin: 2px 0 0 7px;
	padding: 0 10px 0 10px;
}

li.contText {
  font-size: 7pt;
  letter-spacing: 1pt;
  text-align: justify;
  padding-right: 5px;
  color: #000000;
}
li.rentalText {
  font-size: 7pt;
  letter-spacing: 1pt;
  text-align: left;
  padding-right: 5px;
  color: #000000;
  line-height: 12pt;
}

a:link, a:visited {
  font-size: 8.5pt;
  letter-spacing: .3pt;
  color: #859442;
  text-decoration: none;
}
a:hover, a:visited:hover {
  font-size: 8.5pt;
  letter-spacing: .3pt;
  color: #8C094A;
  text-decoration: underline;
}
/*a:visited {
  font-size: 8pt;
  letter-spacing: 1pt;
  color: #859442;
  text-decoration: none;
}
a:visited:hover {
  font-size: 8pt;
  letter-spacing: 1pt;
  color: #8C094A;
  text-decoration: underline;
}*/
.footer {
  font-size: 7pt;
  color: #000000;
  text-decoration: none;
}
a.footer:link {
  font-size: 7pt;
  color: #000000;
  text-decoration: none;
}
a.footer:hover {
  font-size: 7pt;
  color: #8C094A;
  text-decoration: underline;
}
a.footer:visited {
  font-size: 7pt;
  color: #000000;
  text-decoration: none;
}
a.footer:visited:hover {
  font-size: 7pt;
  color: #8C094A;
  text-decoration: underline;
}
#back {
  text-align: right;
}
h1 {
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: .3pt;
  text-align: justify;
  padding-right: 5px;
  color: #8C094A;
}
div#slogan {
  text-align: right;
  padding-right: 45px;
  margin-top: 10px;
}
div#slogan h2 {
  font-size: 14pt;
  font-weight: normal;
  letter-spacing: .2pt;
  color: #000000;
  font-style: italic;
}
input.text{
  font-size: 8pt;
  border: 1px solid #676B4E;
  /*background: #E5E9CC;*/
  background-image: url(img/form_bkg.jpg);
  background-repeat: repeat-x;
  width: 150px;
  padding: 0px 1px 0px 1px;
}
select {
  font-size: 8pt;
  border: 1px solid #676B4E;
  background: #E5E9CC;
  width: 152px;
  padding: 0px 1px 0px 1px;
}
textarea {
  font-size: 8pt;
  border: 1px solid #676B4E;
  /*background: #E5E9CC;*/
  background-image: url(img/textarea_bkg.jpg);
  background-repeat: repeat-x;
  overflow: auto;
  width: 150px;
  padding: 0px 1px 0px 1px;
}
input.submit {
  font-size: 8pt;
  border: 1px solid #676B4E;
  background: #E5E9CC;
}
td.showroom {
  font-size: 7.5pt;
}