/*
CSS file for Hongkongpost.com
Author	: Laurence Lim (webmaster)
Date	: Jul 12, 2006
Version	: 1.1

CSS hireachy
----contentLeft
--------corporateImage
--------promotionBanners
------------promotionBanners h1
------------promotionBanners p
------------promotionBanners a:hover
------------promotionBanners hr
------------promotionBanners img.floatLeft
------------promotionBanners img.floatRight
----contentRight
--------whatsNew
------------whatsNew h1 
------------whatsNew h1 span
------------whatsNew ul 
------------whatsNew li 
--------publications
------------publications h1 
----------------publications h1 span
----------------publications ul 
----------------publications li 
------------brandLogos
----------------brandLogos a
*/

	#contentLeft {
		float: left;
		margin-right: 10px;
		width: 410px;
	}

		#corporateImage {
			margin-bottom: 5px;
		}
			#corporateImage h1 {
				font-size: 110%;
				margin: 0;
			}
			#corporateImage img.floatRight {
				float: right;
				margin-bottom: 5px;
				margin-left: 5px;
			}

		#promotionBanners {
			margin-bottom: 5px;
		}

			#promotionBanners h1 {
				font-size: 110%;
				margin: 0;
			}

			#promotionBanners p {
				margin: 0;
				padding-top: 5px;
			}

			#promotionBanners a:hover {
				background-color: #FFFFCC;
			}

			#promotionBanners hr {
				clear: both;
			}

			#promotionBanners img.floatLeft {
				float: left;
				margin-bottom: 5px;
				margin-right: 5px;
			}

			#promotionBanners img.floatRight {
				float: right;
				margin-bottom: 5px;
				margin-left: 5px;
			}

	#contentRight {
		float: left;
		width: 170px;
	}

	#whatsNew {
			background: url(../../img/index/panel_bg.gif) repeat-y;
			font-size: 85%;
			margin-bottom:  0px;
			padding-bottom: 0px;
			height: 100%;
		}
		
			#whatsNewBottom {
				background: url(../../img/index/panel_bg_bottom.gif) no-repeat;
				height: 17px;
				margin-bottom: 10px;
				padding-bottom: 10px;
			}

			#whatsNew h1 {
				background: url(../../img/index/panel_whatsnew.gif) no-repeat;
				height: 20px;
				margin: 0;
				width: 170px;
			}
			
			#whatsNew h1 span {
				display: none;
			}

			#whatsNew ul {
				margin: 5px 10px 0 10px;
				padding: 0;
			}

			#whatsNew li {
				list-style: url(../../img/index/panel_indent.gif);
				margin: 0 0 0 15px;
				padding: 5px 0 5px 0;
			}

		#publications {
			background: url(../../img/index/panel_bg.gif) repeat-y;
			font-size: 85%;
			margin-bottom: 0px;
			padding-bottom: 0px;
			height: 100%;
		}
		
		#publicationsBottom {
			background: url(../../img/index/panel_bg_bottom.gif) no-repeat;
			height: 17px;
			margin-bottom: 0px;
			padding-bottom: 3px;
			}

			#publications h1 {
				background: url(../../img/index/panel_publications.gif) no-repeat;
				height: 20px;
				margin: 0;
				width: 170px;
			}

			#publications h1 span {
				display: none;
			}

			#publications ul {
				margin: 5px 10px 0 10px;
				padding: 0;
			}

			#publications li {
				list-style: url(../../img/index/panel_indent.gif);
				margin: 0 0 0 15px;
				padding: 5px 0 5px 0;
			}

		#brandLogos {
			text-align: center;
		}

			#brandLogos a {
				display: block;
				margin: 2px;
			}
			
		
