/*=== Setup ===*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(http://www.sandals4events.com/images/bgr.gif) #e2d0ab;
	color: #000000;
	font: 14px Tahoma,Arial,Helvetica,Sans-Serif;
}
table td,  table th{
padding:5px;
}
a{
	color: #88c4cc;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
li{
	list-style: none;
}
h2 span{
	display: none;
}
h2 img{
	display: block;
}
.formbutton { 
color: #ffffff; 
font-weight: bold; 
background-color: #abdee3;
border: 1px solid #0dadbd; 
}

/*=== Layout ===*/
#page{
	background: url(http://www.sandals4events.com/images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	padding: 0 9px 10px;
	width: 827px;
}
/*=== Header ===*/
#header{
	height: 79px;
}
#header .spacer{
	color: #88c4cc;
	float: right;
	font: 14px "Comic Sans MS", "Comic Sans MS", cursive;
	padding: 55px 0 0;
}
#header .spacer a{
	color: #88c4cc;
}
/*- Logo -*/
#header h1{
	background: url(http://www.sandals4events.com/images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 288px;
}
#header h1 a{
	display: block;
	height: 79px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	height: 55px;
	margin: 0 0 4px;
	text-indent: -9999px;
	width: 827px;
}
#nav1 li{
	float: left;
}
#nav1 li a:hover{
	text-decoration: none;
}
#nav1 li a{
	background: url(http://www.sandals4events.com/images/nav1-bgr.gif) no-repeat top;
	display: block;
	height: 55px;
}
#nav1 li#n01 a{
	background-position: 0 0;
	width: 125px;
}
#nav1 li#n01 a:hover{
	background-position: 0 -55px;
}
#nav1 li#n02 a{
	background-position: -125px 0;
	width: 87px;
}
#nav1 li#n02 a:hover{
	background-position: -125px -55px;
}
#nav1 li#n03 a{
	background-position: -212px 0;
	width: 131px;
}
#nav1 li#n03 a:hover{
	background-position: -212px -55px;
}
#nav1 li#n04 a{
	background-position: -343px 0;
	width: 110px;
}
#nav1 li#n04 a:hover{
	background-position: -343px -55px;
}
#nav1 li#n05 a{
	background-position: -453px 0;
	width: 148px;
}
#nav1 li#n05 a:hover{
	background-position: -453px -55px;
}
#nav1 li#n06 a{
	background-position: -601px 0;
	width: 226px;
}
#nav1 li#n06 a:hover{
	background-position: -601px -55px;
}
/*- Nav2 -*/
.nav2{
	margin: 0 0 .8em;
}
.nav2 li{
	margin: 0 0 3px;
	padding: 0 0 0 17px;
}
/*=== All Columns ===*/

#columns{
 background: url(../images/columns-bgr.gif) repeat-y;
 display: table-cell;
 display: block;
 height: auto !important;
 height: 376px;
 min-height: 376px;
 padding: 0 0 0 12px;
}
#columns h2{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 .3em;
}
#columns h3, .box h3{
	color: #0dadbd;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 .3em;
}
#columns p{
	padding: 0 0 .8em;
}
.cols-top{
	background: url(http://www.sandals4events.com/images/cols-top.gif) no-repeat left top;
	clear: both;
	height: 7px;
	margin: 0 0 -7px;
	overflow: hidden;
	position: relative;
}
.cols-bot{
	background: url(http://www.sandals4events.com/images/cols-bot.gif) no-repeat left top;
	height: 7px;
	margin: -7px 0 4px;
	overflow: hidden;
	position: relative;
}
/*=== Left Column ===*/
#leftcol{
	color: #ffffff;
	float: left;
	margin: 20px 0 0;
	width: 135px;
}
#leftcol a{
	color: #ffffff;
}
#leftcol a:hover{
	color: #000000;
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 664px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: #abdee3;
	color: #0dadbd;
	float: left;
	height: 1%;
	margin: 0 10px 4px 0;
	padding: 10px;
	width: 249px;
}
.box a{
	color: #0dadbd;
	text-decoration: none;
}
.box a:hover{
	color: #ffffff;
	text-decoration: none;
}
.box .spacer{
	border: 1px solid #ffffff;
	height: 1%;
	padding: 12px;
	text-align: center;
}
.box.last{
	float: right;
	margin: 0;
}
/*- Title Placeholder -*/
#title img{
	display: block;
}
/*=== Footer ===*/
#footer{
	border-top: 10px solid #000000;
	clear: both;
	height: 35px;
	padding: 8px 0 0;
}
#footer a{
	color: #000000;
}
#footer a:hover{
	color: #70ccd5;
}
#footer .fr{
	font: 1em "Comic Sans MS", "Comic Sans MS", cursive;
	text-align: right;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl{
	border-top: 10px solid #abdee3;
	height: 4px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.pic img{
	display: block;
	margin: 0 0 .8em;
}
