
/*
---------------------------------
Title:		Landing Page Stylesheets
Author:		Leung Kwan Pang
Created:	11-2006

typography	: defines all font properties for entire site
topnav		: defines the top navigation styling and functionality
shared		: 2 and 3 column templates shared between pages

---------------------------------*/


/* Import styles
---------------------------------*/

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, input, textarea, option {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

h1 {
	color:#322502;
	font-family: arial, sans-serif;
	font-size: 125%;
	letter-spacing: -.05em;
	padding-bottom:3px;
	}

h2 {
	color: #000;
	font-family: arial, sans-serif;
	font-size:115%;
	font-weight: bold;
	/*margin-left:-1px;*/
	padding-bottom:8px;
	}

h3 {
	color: #000;/*6A6A6A;*/
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-bottom:2px;
	}
	
a h3 {
	color: #6A6A6A;
	}

h4 {
	color: #6A6A6A;
	font-family: arial, sans-serif;
	font-weight: 300;
	font-size: 85%;
	letter-spacing: -0.03em;
	}
	
h6 {
	color: 6a6a6a;
	margin: 0;
	padding: 0;
	}

p {
	line-height: 1.4em;
	padding-bottom:8px;
	}

a:link {
	color:#0074BC;
	text-decoration: none;
	}
a:visited {
	color:#0074BC;
	text-decoration: none;
	}
a:hover {
	color:#0074BC;
	text-decoration: underline;
	}
a:active {
	color:#0074BC;
	text-decoration: none;
	}
	
h3 a:link {
	color:#006699;
	text-decoration: none;
	}
h3 a:visited {
	color:#006699;
	text-decoration: none;
	}
h3 a:hover {
	color:#006699;
	text-decoration: underline;
	}
h3 a:active {
	color:#006699;
	text-decoration: none;
	}
	

.foatingtext{
	float:left;
	padding:6px 10px 0 0;
}

.error {
	color:#DE2424;
}

.bold {
	font-style:bold;
}/* --------------------------------
 * Common.css
 *
 *	contains definitions for the common elements across Landing Pages
 *
----------------------------------*/
body {
	text-align: center;
	margin: 0;
	padding: 0;
}

p#skiplink {
	display: none;
}

img {
	border:none;
}

/* Container for site
----------------------------------*/
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 12px;
	text-align: left;
	position: relative;
	background: transparent url(/_imgs/welcome/campaign_asia/shared/08/bg.gif) top left repeat-y;
}


/* Product Footer
----------------------------------*/	
#footer {
	clear:both;
	background: #FFF url(/_imgs/welcome/campaign_asia/shared/08/bottom.gif) top left no-repeat;
	width: 940px;
	margin: 0 auto;
	padding: 0 12px;
	height: 50px;
	text-align: left;
	color:#888;
	font-size:85%;
}

#footer .copyright {
	float:right;
	padding:15px 0 0 0;
}

#footer .changecountry {
	height: 23px;
	background: transparent url(/_imgs/welcome/campaign_asia/shared/08/globe.gif) 0px 10px no-repeat;
	float:left;
	padding:15px 0 0 31px;
}

#footer a {
	color: #5A8CC5;
	text-decoration: none;
}
#footer a:hover {
	background-color: transparent;
	color: #5A8CC5;
	text-decoration:underline;
}


/* Fix bg using clear div */

.cleardiv { /* Value for ie6 */
	clear: both;
}
	
div>.cleardiv { /* ie6 hack : this rule is NOT read by ie6 */
	clear: right;
	height: 1px;
}

select.c_Infomeeting {
	width:240px;
}

/* Global settings
---------------------------------*/

