body {
	background-image: url(../Images/mainbg.gif);
}

#wrapper {
	background-color: #FFF;
	max-width: 1232px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0.5%;
	padding-left: 0.8%;
}


#header {
	margin-right: auto;
	argin-left: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #006633;
}
#mainmenu, #mainmenubottom, #mainmenu_esp, #mainmenubottom_esp {
	padding: 0;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainmenu ul, #mainmenubottom ul, #mainmenu_esp ul, #mainmenubottom_esp ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	cursor: default;
	width: auto;
	zoom: 1;
	background-color: #000;
}
#mainmenu ul li, #mainmenubottom ul li, #mainmenu_esp ul li, #mainmenubottom_esp ul li {
	float: left;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;	
}
#mainmenu ul li a, #mainmenubottom ul li a, #mainmenu_esp ul li a, #mainmenubottom_esp ul li a {
	display: block;
	color: #336633;
	text-transform: none;
	background: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border: 2px solid #336633;
	vertical-align: middle;
	margin-top: 5px;
}
#mainmenu ul li a:hover, #mainmenu ul li a:focus, #mainmenubottom ul li a:hover, #mainmenubottom ul li a:focus, #mainmenu_esp ul li a:hover, #mainmenu_esp ul li a:focus, #mainmenubottom_esp ul li a:hover, #mainmenubottom_esp ul li a:focus
{
	background-color: #CAE0EC;
	color: #333;
}
/* Submenu Code */
#mainmenu li ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	cursor: default;
	width: auto;
	zoom: 1;
	background-color: #FFF;
	display: none;
    position:absolute;	
}
#mainmenu li:hover ul
{
display:block;
}
#mainmenu li li
{
list-style:none;
}	
h1 {
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 1px;
}
h2 {
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336633;
}
h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #336633;
}
p {
	line-height: 125%;
	margin: 0px;
}
.p10 {
	line-height: 125%;
	margin: 0px;
	font-size: 10px;
}
.p15 {
	line-height: 125%;
	margin: 0px;
	font-size: 15px;
}
a {color: #336633;}
.bg_grey {
	background-color: #CCC;
}
.bg_orange {
	background-color: #339933;
	color: #FFF;
}

a:visited { color:  #336633; }
img.center {   display: block;   margin-left: auto;   margin-right: auto; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	text-align: center;
	margin: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px;
	text-align: center;
}
.picturegreen {
	color: #336633;
}
.submenuboxleft {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336633;
	border-right-color: #336633;
	border-left-color: #336633;
	border-bottom-width: 8px;
	border-bottom-color: #336633;
	margin: 8px;
	padding: 13px;
}
.submenuboxleft_2cols {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336633;
	border-right-color: #336633;
	border-left-color: #336633;
	border-bottom-width: 8px;
	border-bottom-color: #336633;
	margin: 8px;
	width: 20%;
	min-width: 200px;
}
.submenuboxright {
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336633;
	border-right-color: #336633;
	border-left-color: #336633;
	border-bottom-width: 8px;
	border-bottom-color: #336633;
	width: 100%;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.submenuboxrightnot100 {
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336633;
	border-right-color: #336633;
	border-left-color: #336633;
	border-bottom-width: 8px;
	border-bottom-color: #336633;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.submenuheader {
	color: #FFF;
	background-color: #336633;
	text-align: left;
	height: 2pc;
	padding-left: 5px;
	vertical-align: middle;
}
.submenuline {
	padding-top: 7px;
	background-color: #EAEBE4;
	text-align: center;
	padding-bottom: 7px;
}
.submenulinebestbuy {
	padding-top: 7px;
	background-color: #EAEBE4;
	text-align: center;
	padding-bottom: 7px;
}
.submenulinebestbuy a img{
	max-width: 88%;
	width: 100%;
}
.submenulinebottom {
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #EAEBE4;
	text-align: center;
	border-bottom-width: 8px;
	border-bottom-color: #336633;
	border-bottom-style: solid;
}

.submenuimage {
	text-align: center;
	background-image: url(../Images/submenubg.gif);
	vertical-align: bottom;
	height: 4pc;
}
.submenuimage_x {
	text-align: center;
	background-image: url(../Images/submenubg.gif);
	height: 76px;
	font-size: 20px;
	vertical-align: bottom;
	font-style: italic;
}
.hotelbox {
	margin: 1%;
	border: 2px solid #336633;
	background-color: #EAEBE4;
	width: 100%;
}
.hoteltext {
	padding: 1%;
}
.hoteltitle {
	background-color: #336633;
	color: #FFF;
	padding: 1%;
}
.hotelpicturebox,{
	float: right;
	text-align: center;
	width: 30%;
}
.hotelpicturebox {
	float: right;
	text-align: center;
	max-width: 30%;
}


.hotelpicturebox tr td img {
	margin-top: 3%;
}
.rightpicturebox {
	text-align: center;
	float: right;
	max-width: 47%;
	margin-left: 10px;
	display: block;
}
.leftpicturebox {
	text-align: center;
	float: left;
	max-width: 47%;
	display: block;
	margin-right: 10px;
}
.rightpicturebox tr td img, .leftpicturebox tr td img, .submenuboxrightadvert tr td img, .submenuline a img, .submenulinebottom a img {
	width: 100%;
}

#HotelBigRight {
	float: right;
}





#HotelSmallRight {
	float: right;
}
#TopText {
	width: 100%;
}

.socialmediabox {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
}
.centrejustify {
	text-align: center;
}
.formtable {
	width: 100%;
	background-color: #FFFFEF;
	border-collapse: collapse;
	max-width: 728px;
}
.formtableborders {
	width: 100%;
	background-color: #FFFFEF;
	border-collapse: collapse;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-left-color: #336633;
}
.formtableindex {
	width: 100%;
	background-color: #FFFFEF;
	border-collapse: collapse;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-left-color: #336633;
}
.formtableheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #336633;
	padding: 5px;
}

.formtable tr th, .formtableborders tr th, .formtableindex tr th {
	text-align: left;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #336633;
	background-color: #eaebe4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336633;
}

.formtable tr td, .formtableborders tr td, .formtableindex tr td {
	padding: 5px;
}
.formtablefooter {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
}
.formtablefootertext {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	background-color: #336633;
	color: #FFF;
}
