/* CSS Document OTG*/

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

p {
	margin: 0 0 1em 0;
	font-size:12px;
	padding: 0 0 0 60px;
	color: #999999;
}

a {
	color:#915D2B;
	font-weight:bold;}

a:hover {
	color: #fff;}

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: 236px;
}	
	
#bottom {
	width:900px;
	float:left;
	height: 48px;
	background:url(../images/menubkip.jpg) no-repeat;
}	
	
/* ~~~~~~~~~~~~~~MENU CODE~~~~~~~~~~~~~~~~ */
#menu {
	width:616px;
	float:left;
	height: 33px;
	padding:0 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/1a.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/2a.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/3a.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/4a.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/5a.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/6a.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/7a.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/8a.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/9a.jpg);
	background-position:top;
	width: 58px;
	text-indent: -999999px;
	overflow: hidden;}

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

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


/* ~~~~~~~~~~~~~~CONTENT~~~~~~~~~~~~~~~~ */	
#content {
	width:900px;
	float:left;
	background:url(../images/contentbk.jpg) no-repeat top;}	
	
#contentbk {
	width:900px;
	float:left;
	background:url(../images/crossip.jpg);}	
	
#contentbottom{
	width:900px;
	float:left;
	min-height:300px;
	background:url(../images/contentbkbottom.jpg) no-repeat bottom;}	

#left {
	width:220px;
	float:left;
	text-align: right;
	padding: 15px 88px 0 0;
	line-height: 20px;
}	

#left a {
	font-size:12px;
	font-weight:bold;
	color:#915D2B;
	text-decoration:none;
}	

#left a:hover {
	color:#586031;
}	

#right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#535725;
	margin: 0;
	padding: 10px 0 5px 40px;
}
	
#right {
	width:462px;
	float:left;
	padding: 0 130px 30px 0;
}	
	

/* ~~~~~~~~~~~~~~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, Helvetica, sans-serif;
	font-size:14px;
	color:#905C2C;
	margin:0;
	padding:20px 0 0 60px;
}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#0C1F6B;
}

.highlight {
	color:#535725;
	font-size:12px;
	font-weight:bold;
}

input {
	background-color:#CCCCCC;}
	
textarea {
	background-color:#CCCCCC;}
	
.imgborder {
	border:2px solid #915D2B;
	margin: 0 5px 5px 0;
}
