/***************************************************************************************/
/*  Alibaba-Tours.com - CSS layout 
/***************************************************************************************/

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

body {
	background-color: #CCCCCC;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
}

/***************************************************************************************/
/*  MAIN DIVS
/***************************************************************************************/

#mainwrapper {
	width: 761px;
	background-color: #FC0;
	margin: 20px auto;
	border: 3px solid #7C7C7C;
}

#banner {
	width: 560px;
	height: 115px;
	background-image: url(../images/topbanr.jpg);
	float: right;
	border-left: 1px solid #7C7C7C;
	border-bottom: 1px solid #7C7C7C;
}

#footer {
	clear: both;
	height: 0px;
	overflow: hidden;				/* IE hack */
}
/***************************************************************************************/
/*  NAVIGATION 
/***************************************************************************************/

#nav {
	width: 200px;
	float: left;
}
 
#nav .ct { text-align: center; margin-bottom: 0px; } 

#nav ul { margin-bottom: 0px; }
#nav li { margin-top: 6px; }

#nav a, #nav a:visited  {
	color: #000;
	text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus { color: #FF0080; }
	
#nav img {
	border: 0px none;
	margin: 30px auto 0px auto;
}

/***************************************************************************************/
/*  MAIN CONTENT
/***************************************************************************************/

#content {
	width: 520px;
	float: right;
	background-color: #FFF;
	border-left: 1px solid #7C7C7C;
	padding: 20px;
}

#content p {
	text-align: justify;
	margin: 12px 0 12px 0;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#content h2 {
	font-size: 18px;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin: 18px 0 9px 0;
}

#content h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-top: 24px;
}

/***************************************************************************************/
/*  HYPERLINKS	
/***************************************************************************************/

#content a {
	color: #00F;
	text-decoration: none;
}

#content a:visited { color: #F39; }
#content a:hover, #content a:active, #content a:focus { color: #C09; }

#content a.plain, #content a.plain:visited { color: #000; }
#content a.plain:hover, #content a.plain:active, #content a.plain:focus { color: #C09; }


/***************************************************************************************/
/*  IMAGES
/***************************************************************************************/

#content img {
	border: 1px #002F40 solid;
	margin: 0px;
}

#content .photoright {
	float: right;
	margin-left: 15px;
	margin-bottom: 12px;
}

#content .photoleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 12px;
}

#content .noborder {
	border: 0px none; 
}
	
/***************************************************************************************/
/*  FONTS
/***************************************************************************************/

#content .f06 { font-size: 6px;  }
#content .f07 { font-size: 7px;  }
#content .f08 { font-size: 8px;  }
#content .f09 { font-size: 9px;  }
#content .f10 { font-size: 10px; }
#content .f11 { font-size: 11px; }
#content .f12 { font-size: 12px; }
#content .f13 { font-size: 13px; }
#content .f14 { font-size: 14px; }
#content .f15 { font-size: 15px; }
#content .f16 { font-size: 16px; }
#content .f18 { font-size: 18px; }

#content .lh12 { line-height: 12px; }
#content .lh13 { line-height: 13px; }

/***************************************************************************************/
/*  FORMATTING
/***************************************************************************************/

#content .bd { font-weight: bold;  }
#content .it { font-style: italic; }

/***************************************************************************************/
/*  COLOURS
/***************************************************************************************/

#content .black  { color: #000; }
#content .blue   { color: #0AE; }
#content .red    { color: #F00; }

/***************************************************************************************/
/*  MARGINS
/***************************************************************************************/

#content .mt00  { margin-top: 0;     }
#content .mt03  { margin-top: 3px;   }
#content .mt06  { margin-top: 6px;   }
#content .mt09  { margin-top: 9px;   }
#content .mt12  { margin-top: 12px;  }
#content .mt18  { margin-top: 18px;  }
#content .mt24  { margin-top: 24px;  }
#content .mt36  { margin-top: 36px;  }
#content .mt50  { margin-top: 50px;  }
#content .mt100 { margin-top: 100px; }
#content .mt200 { margin-top: 200px; }

#content .mb00  { margin-bottom: 0;    }
#content .mb06  { margin-bottom: 6px;  }
#content .mb09  { margin-bottom: 9px;  }
#content .mb12  { margin-bottom: 12px; }
#content .mb24  { margin-bottom: 24px; }
#content .mb36  { margin-bottom: 36px; }

#content .ml10  { margin-left: 10px; }
#content .ml15  { margin-left: 15px; }
#content .ml25  { margin-left: 25px; }
#content .ml35  { margin-left: 35px; }
#content .ml50  { margin-left: 50px; }

#content .w15 	 { width: 15px; }
#content .w375  { width: 375px; }
/***************************************************************************************/
/*  ALIGNMENT
/***************************************************************************************/

#content .centre {
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
}

#content .ac, #photo .ac, .ac { text-align: center; }
#content .al { text-align: left;   }
#content .ar { text-align: right;  }
#content .aj { text-align: justify;}

#content .vm { vertical-align: middle; }
#content .vt { vertical-align: top;    }
#content .vb { vertical-align: bottom; } 

/***************************************************************************************/
/*  LISTS
/***************************************************************************************/

#content ul { margin: 18px 0 18px 35px; }
	
#content li {
	list-style-image: url(../images/bullet.gif);
	margin: 6px 0 6px 0;
}

/***************************************************************************************/
/*  TABLES
/***************************************************************************************/

#content TABLE.cen TD {
	text-align: center;
	margin-bottom: 0px;
}

#content TABLE.cen2 TD {
	text-align: center;
	font-size: 11px;
	width: 25%;
}

#content TABLE.rates {
	margin-top: 18px;
	border: 2px solid #000000;
	empty-cells: show;
}

#content TABLE.rates TD {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px;
	text-align: center;
}

/***************************************************************************************/
/*  MISCELLANEOUS
/***************************************************************************************/

.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;				/* IE hack */
}

#content .seo {
	font-size: 7px;
	text-align: left;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}

#payment {
	border: 3px double #000;
	padding: 20px;
}

p.seologo {
	clear:						both;
	border:						0px none;
	margin-top:					250px;
	text-align: 				center;
}

p.seologo img {
	border:					0px none;
	margin:					20px;
	vertical-align: 		middle;
}

p.seologo a {
	border-bottom:		0px none;
}

#content .rule {
	border:						0px none;
	margin:						0px auto;
	padding:						9px 0 9px 0;
	text-align: 				center;
}