
/*************************** Main **********************/		
Body 
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F1E1C7;
	font: normal 13px arial;
	color: #994031;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #041C84;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #041C84;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #041C84;
	overflow-x: hidden;
}
table
{
	font-size : 100%;
}
hr
{
	height: 1px;
	border: dashed #FACA39;
}

h2
{
	font-weight: bold;
	font-size: 18px;
	color: #994031; 
}

h3
{
	font-weight: bold;
	font-size: 16px;
	color: #994031;
	padding: 0px 0px 0px 0px;
}

h4
{
	font-weight: normal;
	font-size: 14px;
	color: #994031;
	padding: 0px 15px 0px 15px;
}

p
{
	font: normal 13px Arial;
	line-height: 120%;
	letter-spacing: 0.2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: justify;
}


ul
{
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: 0px;
}

li
{
	line-height: 120%;
	padding: 0px 0px 0px 5px;
	text-align: justify;
}

A  
{
	font: normal 12px;
	color: #B6503F;
	text-decoration: underline;
}
A:hover   
{
	font: normal 12px;
	color: Gray;
	text-decoration: underline;
}

/*************************** Tables **********************/
Table.main 
{
	width: 780px;
	height: 400;
	direction: ltr;
	border: 1px solid #FACA39;
	padding: 0px 0px 0px 0px;
	background: url(../images/bgUp.jpg) no-repeat left top;
}

Table.mainHe 
{
	width: 780px;
	height: 400;
	direction: rtl;
	border: 1px solid #FACA39;
	padding: 0px 0px 0px 0px;
	background: url(../images/bgUp.jpg) no-repeat left top;
}

Table.in 
{
	width : 650px;
	height : 200px;
}

Table.details 
{
	width: 720px;
	height: 350px;
}


Table.bottom 
{
	width: 780px;
	height: 22px;
	background-color: #FACA39;
	font: 12px;
}

Table.bottomH
{
	width: 780px;
	height: 22px;
	background-color: #FACA39;
	font: 12px;
}

Table.menu 
{
	text-align: right;
	direction: rtl;
	width: 125px;
}

Table.menuEn 
{
	text-align: left;
	direction: ltr;
	width: 125px;
}

Table.otherDetails
{
	width: 210px;
	border: 1px solid #994031;
}


/**************************** TR/TD *******************************/


Td.header
{
	background-color: #041C84;
	font: bold;
	height: 20px; 
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: middle;
}

Td.menuHolder
{
	width: 125px;
}

Td.txtHolder
{
	width: 345px;
	padding-top: 60px;
}

Td.picHolder
{
	width: 210px;
}

Td.galleryHolder
{
	width: 555px;
}

Td.camel
{
	height: 92px;
	width: 100%;
	background: url(../images/camelMenu.gif) no-repeat bottom;
}

Td.camelEN
{
	height: 92px;
	width: 100%;
	background: url(../images/camelMenuEN.gif) no-repeat bottom;
}

Td.mainMenu
{
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	cursor: hand;
}

Td.mainMenuClick
{
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	background-color: #994031;
	color: #FACA39;
	cursor: hand;
}

Td.mainMenuEN
{
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	cursor: hand;
}

Td.mainMenuClickEN
{
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	background-color: #994031;
	color: #FACA39;
	cursor: hand;
}

Td.subMenu
{
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: middle;
	cursor: hand;
}

Td.subMenuClick
{
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: middle;
	background-color: #B6503F;
	color: #FACA39;
	cursor: hand;
}

Td.subMenuEN
{
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: middle;
	cursor: hand;
}

Td.subMenuClickEN
{
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: middle;
	background-color: #B6503F;
	color: #FACA39;
	cursor: hand;
}

Td.negHeader
{
	background-color: #994031;
	color: #F1E1C7;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
/**************************** Links *******************************/

A.bulider	  
{
	font : 11px;
	color: black;
	text-decoration: none;
	font-style : italic;
}
A.bulider:hover   
{
	font : 11px;
	color: #994031;
	text-decoration: underline;
	font-style : italic;
}

A.lan	  
{
	font: bold 16px;
	color: #FF7F50;
	text-decoration: none;
	font-style: normal;
}
A.lan:hover   
{
	font : bold 16px;
	color: black;
	text-decoration: none;
	font-style : normal;
}


A.lang	  
{
	font-size: 11px;
	font-weight: bold;
	color: #5E83AF;
	text-decoration: none;
}
A.lang:hover   
{
	font-size: 11px;
	font-weight: bold;
	color: #5E83AF;
	text-decoration: underline;
}

A.menu  
{
	font : bold 13px;
	color: #041C84;
	text-decoration: none;
}
A.menu:hover   
{
	font : bold 13px;
	color: #0C33FA;
	text-decoration: none;
}

A.menuClick  
{
	font : italic bold 13px;
	color: #0C33FA;
	text-decoration: none;
}
A.menuClick:hover   
{
	font: italic bold 13px;
	color: #0C33FA;
	text-decoration: none;
}


A.contact  
{
	font: normal 12px;
	color: Blue;
	text-decoration: underline;
}
A.contact:hover   
{
	font: normal 12px;
	color: Gray;
	text-decoration: underline;
}


A.links
{
	font : normal 12px;
	color: #0C33FA;
	text-decoration: none;
}
A.links:hover   
{
	font : normal 12px;
	color: #0C33FA;
	text-decoration: underline;
}

A.bottom
{
	font-weight: normal;
	font-size: 12px;
	color: #994031;
	text-decoration: none;
}
A.bottom:hover   
{
	font-weight: normal;
	font-size: 12px;
	color: #994031;
	text-decoration: underline;
}

A.trips 
{
	font-weight: bold;
	font-size: 12px;
	color: #728EDA;
	text-decoration: none;
}
A.trips:hover   
{
	font-weight: bold;
	font-size: 12px;
	color: Gray;
	text-decoration: underline;
}


/**************************** Divs *******************************/

div.pictures
{
	width: 230px;
	overflow-x: hidden;
	overflow-y: auto;
	direction: ltr;
	text-align: right;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #041C84;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #041C84;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #041C84;
}

/**************************** Images *******************************/

.imgOpen
{
	border-width: 1px;
	border-left-style: solid;
	border-color: #9EACD8;
}

.imgTrip
{
	border-width: 1px;
	border-left-style: solid;
	border-color: #9EACD8;
	cursor: hand;
}

/**************************** li *******************************/

li.trips
{
	padding-top: 15px;
}

/**************************** Misc *******************************/

.inbox
{
	width: 150px;
	height: auto;
	border: 1px solid #994031;
	font-family: Arial;
}


.button
{
	border-right: #330000 1px solid;
	border-top: #330000 1px solid;
	font-size: 11px;
	border-left: #330000 1px solid;
	cursor: hand;
	color: #041C84;
	border-bottom: #330000 1px solid;
	font-family: Tahoma;
	height: 22px;
	background-color: #FFD400;
	text-decoration: none;
}

.linkHeader
{
	font : bold 14px arial;
}

.tripHeader
{
	font-weight: bold;
	font-size: 14px;
}

.inTitle
{
	font-weight: bold;
	font-size: 18px;
}

.inSubTitle
{
	font-weight: bold;
	font-size: 15px;
}

b.general
{
	padding-bottom: 0px;
	font-size: 14px;
}