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

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006c00;
	background-color:#ff9e0d;
	background-image: url(../images/site-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #E97018;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #FEC81D;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #01BC2D;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #00BB2C;
	font-weight: bolder;
}
.wrap {
	margin:0px auto;
	width:990px;
}
.textfields {
	font-size:11px;
	border:1px solid #006c00;
}
.submit-button {
	color:white;
	background-color:#006c00;
	border:1px solid #000;
}
.header {
	width:990px;
	height:210px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color:#ff9e0d;
}

.content {
	width:990px;
	height:auto;
	overflow:visible;
}
.left-column {
	width:329px;
	height:auto;
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
}
.right-column {
	width:338px;
	background-color:white;
	text-align:center;
	float:right;
}
.right-column p{
	margin-top:10px;
}

.middle-column-index{
	width:280px;
	float:left;
	padding:20px 10px 0px 20px;
	background-color:white;
	background-image: url(../images/pinata-index.gif);
	background-repeat: no-repeat;
}
.middle-column-links{
	width:280px;
	float:left;
	padding:20px 10px 0px 20px;
	background-color:white;
	background-image: url(../images/pinata-links.gif);
	background-repeat: no-repeat;
}
.middle-column-location{
	width:280px;
	float:left;
	padding:20px 10px 0px 20px;
	background-color:white;
	background-image: url(../images/pinata-location.gif);
	background-repeat: no-repeat;
}
.middle-column-merida{
	width:280px;
	float:left;
	padding:20px 10px 0px 20px;
	background-color:white;
	background-image: url(../images/pinata-merida.gif);
	background-repeat: no-repeat;
}
.middle-column-reserve{
	width:280px;
	float:left;
	padding:20px 10px 0px 20px;
	background-color:white;
	background-image: url(../images/pinata-reserve.gif);
	background-repeat: no-repeat;
}
.middle-column-rooms{
	width:280px;
	float:left;
	padding:20px 10px 0px 20px;
	background-color:white;
	background-image: url(../images/pinata-rooms.gif);
	background-repeat: no-repeat;
}


.middle-column h3 {
	font-size:14px;
	font-weight:bold;

}

.copyright {
	text-align:center;
	color:#e97018;
	font-size:11px;
	height:50px;
}

.copyright a{
	color:#e97018;
	text-decoration:underline;
}
.transparent-block-left {
	float:left;
}
