/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 :: www.angelwings.net  • • • • • • • • • • • • • • • • • • :::: www.nettravel.com.hk
 :: GLOBAL CSS  • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • 3 Oct 2005 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~ GENERAL
===============================================================================================*/
body
	{
	font-family			: MingLiU, Helvetica, Arial, sans-serif, Geneva, "Trebuchet MS";
	font-size			: 12px;
	color				: #333333;
	text-align			: center;
	background-image	: url(images/bg-top-main.jpg);
	background-position	: top;
	background-repeat	: repeat-x;
	padding				: 0;
	margin				: 0;
	scrollbar-base-color: #F2F2ED;
	scrollbar-3dlight-color: #D9D8CD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #F2F2ED;
	scrollbar-darkshadow-color: #D9D8CD;
	scrollbar-arrow-color: #99988A;
}
td, th {
	font-family			: MingLiU, Helvetica, Arial, sans-serif, Geneva, "Trebuchet MS";
	font-size			: 12px;
	color				: #333333;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Headings ===*/

h1, h2, h3, h4 {	font-family: MingLiU, Helvetica, Arial, sans-serif, Geneva, "Trebuchet MS"; margin: 0 0 0.8em;}

h1 {font-size: 16px; color: #333333; text-transform: uppercase; letter-spacing: 1px;}

h2 {font-size: 15px; color: #333333;}

h3 {font-size: 14px; color: #333333;}

h4 {font-size: 13px; color: #333333;}

h5 {font-size: 12px; margin: 0 0 0.5em;}

h6 {font-size: 11px; margin: 0;}

#logo h1 {font-size: 16px; text-transform: none; letter-spacing: 0; margin: 0}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Paragraph ===*/
	
p {font-size: 1em; line-height: 1.8em; margin: 0 0 1em;}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 * html dl p {height: 1%;}
/* End hide from IE5/mac */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Links ===*/

a {color: #666666; text-decoration: none;}

a:hover {text-decoration: underline;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Image ===*/

img {border: 0 none;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lists ===*/
/*
ol, ul, li
	{
	list-style-type		: none;
	line-height			: 1.8em;
	margin-top			: 0.2em;
	margin-bottom		: 0.1em;
	margin-left			: 0;
	padding-left		: 0;
	}
*/
ol li {list-style-type: decimal; padding-left: 0.5em; margin-left: 2em;}

dt {font-weight: bold;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Miscellaneous ===*/

/*~~~~ LAYOUT
===============================================================================================*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Wrapper ===*/

#wrapper
	{
	text-align			: left;
	width				: 760px;
	margin-right		: auto;
	margin-left			: auto;
	border-left			: 1px solid #E6B790;
	border-right		: 1px solid #E6B790;
	background-image	: url(images/bg-top.jpg);
	background-position	: top;
	background-repeat	: repeat-x;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Header ===*/

#header
	{
	background			: url(../../../images/global/page/header-top.jpg) no-repeat 10px 0px;
	height				: 126px;
	padding				: 0 10px;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Footer ===*/

#footer
	{
	color				: #FFFFFF;
	margin				: 0px;
	padding				: 5px;
	background-color	:#FFAC4D;
	text-align:right;
	}

#footer a {color: #FFFFFF; text-decoration: underline; margin-left:5px;}

#footer a:hover, #footer a:active {color: #FF3399;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Margin ===*/

/*~~~~ TOGGLER - SHOW / HIDE
===============================================================================================*/

