/* CSS Document OTG*/

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/bk.jpg) repeat-x #000;
	font-size:85%;
	height:100%;
}

p {
	margin: 0 0 1em 0;
	font-size:12px;}

a {
	color:#003366;
	font-weight:bold;}

a:hover {
	color: #FF9900;}

a:visited {
	color:#333;}
	
	
	
/* ~~~~~~~~~~~~~~MAIN~~~~~~~~~~~~~~~~ */
#container {
	margin:auto;
	width:900px;
	height:100%;
	background:url(../images/bkcross.jpg) repeat-y #000;
}
	
/* ~~~~~~~~~~~~~~TOP~~~~~~~~~~~~~~~~ */

#top {
	width:900px;
	float:left;
	height: 80px;
	background:url(../images/top.jpg) no-repeat;
	text-align: center;
	padding: 35px 0 0 0;
}	
	
	
#flash {
	width:900px;
	float:left;
	height: 415px;}	
	
#bottom {
	width:900px;
	float:left;
	height: 82px;
	background:url(../images/bottom.jpg) no-repeat;
}	
	
/* ~~~~~~~~~~~~~~MENU CODE~~~~~~~~~~~~~~~~ */
#menu {
	width:616px;
	float:left;
	height: 33px;
	padding:35px 0 0 142px;}	

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}

#menu li a {
	float:left;
	height:33px;
	display:block;}
	
#menu li.home a{
	background-image: url(../images/menu/1.jpg);
	background-position:top;
	width: 52px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.home a:hover{
	background-position:bottom;}
	
#menu li.about a{
	background-image: url(../images/menu/2.jpg);
	background-position:top;
	width: 70px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.about a:hover{
	background-position:bottom;}
	
#menu li.dest a{
	background-image: url(../images/menu/3.jpg);
	background-position:top;
	width: 87px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.dest a:hover{
	background-position:bottom;}
	
#menu li.hotels a{
	background-image: url(../images/menu/4.jpg);
	background-position:top;
	width: 55px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.hotels a:hover{
	background-position:bottom;}
	
#menu li.tours a{
	background-image: url(../images/menu/5.jpg);
	background-position:top;
	width: 48px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.tours a:hover{
	background-position:bottom;}
	
#menu li.tailor a{
	background-image: url(../images/menu/6.jpg);
	background-position:top;
	width: 129px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.tailor a:hover{
	background-position:bottom;}
	
#menu li.belize a{
	background-image: url(../images/menu/7.jpg);
	background-position:top;
	width: 45px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.belize a:hover{
	background-position:bottom;}
	
#menu li.honduras a{
	background-image: url(../images/menu/8.jpg);
	background-position:top;
	width: 72px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.honduras a:hover{
	background-position:bottom;}
	
#menu li.contact a{
	background-image: url(../images/menu/9.jpg);
	background-position:top;
	width: 58px;
	text-indent: -999999px;
	overflow: hidden;}

#menu li.contact a:hover{
	background-position:bottom;}
	

	
/* ~~~~~~~~~~~~~~END MENU CODE~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */	
#footer {
	width:900px;
	height:23px;
	float:left;
	font-weight:bold;
	color:#666666;
	background:url(../images/footer.jpg) no-repeat;
	padding: 15px 0 0 0;
	text-align: center;
}

	
/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */	
h1 {
	font-family: "Arial Narrow", Arial;
	font-size:28px;
	color:#000;
	margin:0;
	padding:0 0 20px 0;
	font-weight:normal;
}

h3 {
	font-family: "Arial Narrow", Arial;
	font-size:18px;
	color:#999999;
	margin:0;
	padding:0 0 20px 0;
}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-bottom:0;
	padding-bottom:0;
	color:#0C1F6B;
}
	
.yellow {
	color: #FFCA00;
	font-size:20px;
	display: block;
	padding: 2px 4px;}
	
.black {
	color:#A49997;
	font-family:"Arial Narrow", Arial;
	font-size:15px;
	font-weight:bold;
}
