@charset "utf-8";
/* CSS 2.1 Document */

body {
	text-align: center;
	background-image: url(../images/page_bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 980px;
	position: relative;
	margin: 0 auto;
	text-align: left;
  margin-top: 15px;
}

#wrapper-inner {
}

#container {
  background-image: url(../images/rio_guadalupe/bg-repeat.png);
  background-repeat: repeat-y;
}

#contentWrapper {
  margin-right: 10px;
}

.contentBottom {
  margin-left: 10px;
}

#header {
  height: 224px;
  margin-left: 10px;
}

#header-top {
  height: 33px;
  background-image: url(../images/rio_guadalupe/top-round.png);
}

#footer {
  background-image: url(../images/rio_guadalupe/bottom-round.png);
  height: 47px;
}

.logo {
  width: 300px;
  height: 241px;
  background-image: url('../images/rio_guadalupe/logo.jpg');
  float: left;
}

.headerText {
  width: 600px;
  float: right;
  font-size: 18px;
  padding: 10px;
  font-family: MS Serif, New York, Georgia, serif; 
  font-style: italic;
}

.contentTop {
  margin-top: 25px;
  height: 465px;
  background-image: url('../images/rio_guadalupe/top-bg.jpg');
  background-position: top right;
  background-repeat: no-repeat;
}

.contentTopText {
  width: 400px;
  float: right;
  font-size: 12px;
  margin-right: 25px;
  margin-top: 70px;
  margin-bottom: 50px;

}

.contentTopImg {
  width: 600px;
  float: left;
  margin-left: 480px;
}

.topImgRow {
  height: 90px;
  margin-bottom: 15px;
}

.botImgRow {
  height: 90px;
  padding-left: 50px;
}

.imgLeftSmall, .imgRightSmall {
  width: 185px;
  height: 95px;
  background-image: url(../images/rio_guadalupe/rendering-bg.png);
}

.imgLeft {
  float: left;
}

.imgRight {
  margin-left: 65px;
  float: left;
}

.contentBottom {
  height: 350px;
  background-image: url('../images/rio_guadalupe/panoramic.jpg');
  background-repeat: no-repeat;
}

.contentBottomImg .imgLeft {
  width: 299px;
  height: 258px;
  margin: 25px 0 0 25px;

}

#tagline {
  width: 350px;
  height: 58px;
  background-image: url(../images/rio_guadalupe/tagline.png);
  float: right;
  margin: 110px 45px 0 0;
}

#back-to-home {
  text-align: right;
  margin: 5px 25px 0 0;


}

#footer {
  text-align: center;
  font-size: 11px;
}

#back-to-home a {
  color: black;
  text-decoration: underline;
}

#back-to-home a:hover {
  text-decoration: none;
}

.contentBottomImg .imgRight {
  width: 225px;
  height: 150px;
}   
.salesInfo {
  float: left;
  text-align: center;
  margin-top: -135px;
  padding: 10px;
  margin-left: 35px;
  font-weight: bold;
}

.left50 {
  float: left;
  width: 48%;
}
.right50 {
  float: right;
  width: 48%;
}

img, img a {
  border: 0  none;
}

