@charset "utf-8";
body  {
	font: 9pt Tahoma;
	line-height:15px;
	background-image:url("../images/main_traveller_bg.jpg");
	background-color:#ecf9ff;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

div#header {
	margin: 0 auto;
	position: relative;
	height: 432px;
	width: 998px;
}

div#mainContent {
	background-color: #fff;
	margin: 0 auto;
	width: 998px;
	position: relative;
}

div#inner-main {
	background-color: #fff;
	width: 698px;
	float: left;
}

div#sideBar {
	background-color: #fff;
	width: 300px;
	float: right;
}

div#clear {
	clear: both;
}

dd div a:link, dd div a:visited, dd div a:active {
	float: right;
	color: #fff;
	text-decoration: none;
}
a#player {
	border: 1px solid #000;
}
/* ############################################ */
/* Content ##################################### */
.inner-content {
	padding: 5px;
}

.contentImg {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #0C5176;

	height: 75px;
	width: 135px;
	padding: 1px;
	float: left;
}
.contentLink img {
	border: none;
}
.contentText {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 180px;

	float: right;
	height: 58px;
	text-align: left;
}

.contentTitle {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #009DBA;
}

/* Asia ################################# */
div#asiaContent {
	background-color: #fff;
	width: 349px;
	float: left;
}

div.asiaHead {
	background: url("/2010/images/tour_asia+.jpg");
	background-repeat: no-repeat;
	height: 44px;
	width: 340px;
}


/* Europe ################################# */
div#europeContent {
	background-color: #fff;
	width: 349px;
	float: right;
}

div.europeHead {
	background: url("/2010/images/tour_eu+.jpg");
	background-repeat: no-repeat;
	height: 44px;
	width: 340px;
}


/* America ################################# */
div#americaContent {
	background-color: #fff;
	width: 349px;
	float: left;
}

div.americaHead {
	background: url("/2010/images/tour_america+.jpg");
	background-repeat: no-repeat;
	height: 44px;
	width: 340px;
}


/* Africa ################################# */
div#africaContent {
	background-color: #fff;
	width: 349px;
	float: right;
}

div.africaHead {
	background: url("/2010/images/tour_africa+.jpg");
	background-repeat: no-repeat;
	height: 44px;
	width: 340px;
}



/* ####################################### */
/* Sidebar ################################# */

/* Clip ################################# */
div#clipHead {
	background: url("/2010/images/traveller_clip.jpg");
	background-repeat: no-repeat;
	height: 48px;
	width: 300px;
}

div#clipMore {
	padding-right: 10px;
	text-align: right;
}

div#clipMore a {
	color: #FF3366;
	font-weight: bold;
}

/* Passport ################################# */
div#passportHead {
	background: url("/2010/images/traveller_passport+.jpg");
	background-repeat: no-repeat;
	height: 43px;
	width: 300px;
	margin-top: 5px;
}

div#passportContent {
	position: relative;
	margin: 0 auto;
	width: 260px;
	height: 120px;
}

.passportImg {
	float: left;
	height: 91px;
	width: 100px;
}
.passportDetail {
	float: right;
	height: 95px;
	width: 160px;
	font-size: 12px;
	text-align: left;
}
.passportDetail h1 {
	color: #ECAD03;
	font-size: 10pt;
	font-weight: bolder;
}
.passportMore {
	float: right;
	height: 14px;
	width: 28px;
}
/* Gallery ################################# */
div#galleryHead {
	background: url("/2010/images/atime_gallery+.jpg");
	background-repeat: no-repeat;
	height: 48px;
	width: 300px;
}

div#galleryContent {
	margin: 0 auto;
	background-color: #000;
	width: 260px;
	height: 130px;
}

div#galleryContent a img{
	border:2px solid #ddd;
}

/* Your Gallery ################################# */
div#yourHead {
	background: url("/2010/images/yourgallery.jpg");
	background-repeat: no-repeat;
	height: 48px;
	width: 300px;
	display: none;
}

div#yourContent {
	margin: 0 auto;
	width: 260px;
	display: none;
}
