/* core */
html, body, #main_container { min-height: 100%;	width: 100%; height: 100%;}
html>body, html>body #main_container {height: auto; }

#countries {
	margin:0;
	position:relative;
	top: 450px;
	left: 500px;
	z-index: inherit;
	
}

body {
	font: 0.75em Trebuchet MS, Geneva, Verdana, Arial, sans-serif;
	color: #f0edeb;
	margin:0;
	padding:0;
	background: #f0edeb;
}

.text
{	font-family: Arial, Helvetica;
	color: #666666;
	line-height: 18px;
	font-size: 12px;
}

.smalltext
{	font-family: Arial, Helvetica;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
	font-size: 10px;
}

.whitetext
{	font-family: Arial, Helvetica;
	color: #ffffff;
	font-weight: normal;
	line-height: 14px;
	font-size: 13px;
}

.superior
{	font-family: Arial, Helvetica;
	color: #ffffff;
	background-color: #f1bd00;
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
}

.luxury
{	font-family: Arial, Helvetica;
	color: #ffffff;
	background-color: #cb9f00;
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
}

.boldtext
{	font-family: Arial, Helvetica;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.boldwhitetext
{	font-family: Arial, Helvetica;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.PriceTitle
{	font-family: Arial, Helvetica;
	color: #ffffff;
	font-weight: bold;
	font-size: 19px;
	padding-left: 10px;
}

.Title
{	font-family: Arial, Helvetica;
	color: #000000;
	font-weight: bolder;
	text-decoration : none;
	line-height: 25px;
	font-size: 21px;
}

.TourTitle
{	font-family: Arial, Helvetica;
	color: #000000;
	font-weight: bolder;
	text-decoration : none;
	line-height: 25px;
	font-size: 25px;
}

.MiniTourTitle
{	font-family: Arial, Helvetica;
	color: #990000;
	font-weight: bolder;
	text-decoration : none;
	line-height: 25px;
	font-size: 19px;
}

.ToursubTitle
{	font-family: Arial, Helvetica;
	color: #666666;
	font-weight: bolder;
	text-decoration : none;
	font-size: 12px;
}
.TourText
{	font-family: Arial, Helvetica;
	color: #ffffff;
	line-height: 21px;
	font-size: 14px;
}

.TourIncludes
{	font-family: Arial, Helvetica;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}


.link  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #0074b5;
}

.link:Hover  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #0f9ceb;
}

.smalllink  {
	font-size : 10px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #0074b5;
}

.smalllink:Hover  {
	font-size : 10px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #0f9ceb;
}

.tourlink  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #ffffff;
}

.tourlink:Hover  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #9fff16;
}