* {
	margin: 0;
	padding: 0;
}
body {
	/* :kludge: (text-align: center;) 1st part of centering workaround */
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #2F4020;
	background: #000000;
}
#pageWrapper {
	/* :kludge: (text align: left; margin-right: auto; margin-left: auto;) 2nd part of centering workaround */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-image: url(../images/bg_middle.jpg);
}

/* Box Layout
------------------------------------------------------------------- */
#bgTop {
	background-image: url(../images/bg_top.jpg);
	width: 800px;
	height: 50px;
}
#navMainBox {
	float: left;
	width: 148px;
	padding-left: 42px;
}
#contentHomeBox1 {
	float: left;
	width: 270px;
	padding: 0 10px 0 10px;
}
#contentHomeBox2 {
	float: left;
	width: 270px;
	padding: 0 10px 0 10px;
}
#newsBox {
	/* (clear: left;) used to clear floats */
	clear: left;
	margin-top: 10px;
	margin-left: 200px;
	width: 550px;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #760708;
	border-bottom: 1px solid #760708;
}
#contentBox1 {
	float: left;
	width: 255px;
	padding: 0 10px 20px 20px;
}
#contentBox2 {
	float: left;
	width: 255px;
	padding: 0 20px 20px 10px;
}
#bgBottom {
	clear: both;
	background-image: url(../images/bg_bottom.jpg);
	width: 800px;
	height: 50px;
}
#contentFull {
	float: left;
	width: 560px;
	margin: 0 30px 0 20px;
}
.colA {
	float: left;
	width: 200px;
}
.colB {
	float: left;
	width: 310px;
}
.colA2 {
	float: left;
	width: 245px;
}
.colB2 {
	float: left;
	width: 245px;
}

/* Typography
------------------------------------------------------------------- */
a:link, a:visited {
	color: #2F4020;
}
a:hover, a:active {
	color: #760708;
	text-decoration: underline;
}
#navMain {
	padding-left: 0px;
	list-style-type: none;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #760708;
}
#navMain a:link, #navMain a:visited {
	color: #760708;
	text-decoration: none;
}
#navMain a:hover, #navMain a:active {
	color: #760708;
	text-decoration: underline overline;
}
p {
	margin-bottom: 10px;
}
h1 {
	height: 36px;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bold;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	color: #760708;
}
#newsDate {
	font-size: 15px;
	color: #760708;
}
#contentHomeBox2 ul {
	padding-left: 30px;
	font-style: italic;
	margin-bottom: 10px;
}
blockquote {
	margin: 4px 0 16px 20px;
}
.caption {
	font-size: 12px;
	margin: 0 0 16px 0;
}

/* Index Layout
------------------------------------------------------------------- */
#logoIndex { /* Image Replacement */
	position: relative;
	width: 270px;
	height: 116px;
	font-weight: bold;
}
#logoIndexImage { /* Image Replacement */
	position: absolute;
	background-image: url(../images/index-logo.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
#logoIndexText { /* Image Replacement */
	text-align: center;
}
#video {
	width: 240px;
	height: 224px;
	margin: 0 35px 0 15px;
}
#imageCopy { /* Image Replacement */
	position: relative;
	width: 270px;
	height: 310px;
	font-weight: bold;
	margin-bottom: 6px;
}
#imageCopyImage { /* Image Replacement */
	position: absolute;
	background-image: url(../images/index-copy.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
#imageCopyText { /* Image Replacement */
	text-align: center;
}
#wineGlasses {
	background: no-repeat url(../images/index_wine_glasses.jpg);
	float: left;
	padding-right: 4px;
	width: 110px;
	height: 157px;
}
#barrels {
	background: no-repeat url(../images/index_barrels.jpg);
	float: right;
	margin-right: -10px;
	padding-left: 4px;
	width: 167px;
	height: 128px;
}

/* About Us Layout
------------------------------------------------------------------- */
#aboutGroupPhoto {
	float: right;
	width: 260px;
	margin-left: 10px;
}
#aboutMatiasPhoto {
	float: left;
	margin-right: 10px;
}

/* The Tour
------------------------------------------------------------------- */
.redType {
	color: #760708;
}
#tourHotel {
	float: right;
	margin: 10px 0 10px 10px;
}
#tourGrapes {
	float: left;
	margin: 5px 10px 0 0;
}

/* Activities
------------------------------------------------------------------- */
#activities ul {
}
#activities li {
	margin-left: 40px;
	margin-bottom: 10px;
}
#activitiesGolf {
	float: right;
	padding-top: 2px;
	margin-left: 10px;
}

/* Rates/Booking
------------------------------------------------------------------- */
.tab {
	margin-left: 20px;
}
.rates ul {
}
.rates li {
	margin-left: 40px;
	margin-bottom: 10px;
}
#ratesCultivos {
	float: right;
	padding-top: 2px;
	margin-left: 10px;
}

/* Planning Your Tour
------------------------------------------------------------------- */
table#refunds {
	border-collapse: collapse;
	width: 390px;
}
#planTour {
	float: left;
	margin: 10px 10px 10px 0;
}

/* Travel Info
------------------------------------------------------------------- */
#travelInfo {
	float: right;
	margin: 0 0 20px 10px;
}

/* Travel Insurance
------------------------------------------------------------------- */
#travelInsurance {
	float: right;
	margin: 0 0 0 10px;
}

/* Accommodations
------------------------------------------------------------------- */
#accommodationsCol {
	float: right;
	width: 168px;
	margin-left: 10px;
}
#accommodationsCol img {
	margin-bottom: 4px;
}

/* FAQ
------------------------------------------------------------------- */
#faq {
	float: right;
}


/* Links
------------------------------------------------------------------- */
#linksImg {
	float: right;
	padding-top: 2px;
	margin-left: 10px;
}


/* Photo Gallery Layout
------------------------------------------------------------------- */
#photoWrap {
	position: relative;
	float: left;
	width: 570px;
	padding: 0 0 0 20px;
}
#photoWrap p {
	margin: 0 20px 16px 0;
}
.photoThumbs {
	float: left;
	width: 125px;
	height: 125px;
	margin: 0 16px 16px 0;
	text-align: center;
}
.photoThumbs .horizontal {
	margin-top: 15px;
}
#photoImage {
	width: 550px;
	text-align: center;
}
#hCurrent {
	font-size: 24px;
	font-weight: bold;
	color: #760708;
}
#navPhoto {
	margin-bottom: 4px;
	width: 550px;
	text-align: center;
}
#navPhoto a:link, #navPhoto a:visited {
	text-decoration: none;
}
#navPhoto a:hover, #navPhoto a:active {
	text-decoration: underline overline;
}
#navPhoto ul {
	list-style-type: none;
}
#navPhoto li {
	display: inline;
}
#pg1 .pg1 a:link, #pg1 .pg1 a:visited {
	text-decoration: underline overline;
}
#pg2 .pg2 a:link, #pg2 .pg2 a:visited {
	text-decoration: underline overline;
}
#pg3 .pg3 a:link, #pg3 .pg3 a:visited {
	text-decoration: underline overline;
}
#pg4 .pg4 a:link, #pg4 .pg4 a:visited {
	text-decoration: underline overline;
}
#pg5 .pg5 a:link, #pg5 .pg5 a:visited {
	text-decoration: underline overline;
}
#pg6 .pg6 a:link, #pg6 .pg6 a:visited {
	text-decoration: underline overline;
}
#pg7 .pg7 a:link, #pg7 .pg7 a:visited {
	text-decoration: underline overline;
}
#pg8 .pg8 a:link, #pg8 .pg8 a:visited {
	text-decoration: underline overline;
}
#pg9 .pg9 a:link, #pg9 .pg9 a:visited {
	text-decoration: underline overline;
}
#pg10 .pg10 a:link, #pg10 .pg10 a:visited {
	text-decoration: underline overline;
}
#pg11 .pg11 a:link, #pg11 .pg11 a:visited {
	text-decoration: underline overline;
}
#pg12 .pg12 a:link, #pg12 .pg12 a:visited {
	text-decoration: underline overline;
}

/* Contact Layout
------------------------------------------------------------------- */
#logo { /* Image Replacement */
	position: relative;
	width: 260px;
	height: 110px;
	margin: 0 0 0 42px;
}
#logoImage { /* Image Replacement */
	position: absolute;
	background: url(../images/logo.jpg) no-repeat;
	width: 100%;
	height: 100%;
}
fieldset {
	float: left;
	width: 510px;
	margin: 0 0 0 20px;
	padding: 0 20px 20px;
	border: 1px solid #2F4020;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: #2F4020;
	padding: 0 2px 0;
}
input {
	width: 220px;
}
input.submit {
	width: 100px;
}
textarea {
	width: 510px;
	height: 160px;
}
.hRule {
	width: 100%;
	height: 16px;
	border-top: 1px solid #760708;
	margin-top: 16px;
}

/* Contact Success Layout
------------------------------------------------------------------- */
#contentBoxContactSuccess {
	float: left;
	width: 560px;
	margin: 0 30px 16px 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #760708;
}
