﻿/***********************************************************
 *
 *  File:basic.css
 *  Author:edirun(ahhqxqq@gmail.com)
 *  Created: 2/29/2008
 *
 *  Description:
 *  Stylesheet for Harbourplaza Hotel CHAOAN Web site.
 *  Global styles for all pages.
 *
 **********************************************************/
/**---------------------
	CONTAINER START
----------------------**/


/**---------------------
	MAIN CONTENT START
----------------------**/
.mainContent{
		width:480px;
		height:1200px;
		margin:10px 15px 0 0;
		float:right;
		display:inline;/**for IE6**/
		}
	
	.mainContent h2{
		font-size:15px;
		border-bottom:1px solid #ba1c23;
		font-weight:normal;
		}
	.mainContent .intro{
		height:150px;
		}
	.mainContent  img{
		margin:1px 0 5px 0;
		}
	.mainContent p{
		text-indent:24px;
		}
	.mainContent .travel h2{
		margin:20px 0 0 0;
		}
	.mainContent .firstTravelBox{
		margin-top:0;
		margin-bottom:0;
		padding-bottom:10px;
		border-bottom:1px dotted #ba1c23;
		}
	.mainContent .travelBox{
		margin:30px 0 10px 0;
		padding-bottom:10px;
		border-bottom:1px dotted #ba1c23;
		}

	.navBar{
		margin:10px 0 0 0;
		width:170px;
		height:400px;
		background:#ba1c23 url(images/navBarBottom.gif) no-repeat right bottom;
		}
	.navBar .navBarTop{
		width:170px;
		height:10px;
		background:#ba1c23 url(images/navBarTop.gif) no-repeat right top;
		}
	.navBar .navBarBox{
		float:right;
		width:126px;
		height:200px;
		}
	
		
	.navBar h2{
		width:126px;
		height:27px;
		font-size:15px;
		text-align:center;
		font-weight:normal;
		color:#fff;
		background:url(images/navBarBotton.gif) no-repeat right top;
		padding-top:5px;
		}
	.navBarBox ul{
		list-style:none;
		text-align:center;
		}
	.navBarBox ul li{
		margin:5px 0 0 0;
		}
	.navBarBox ul a{
		font-size:12px;
		color:#ffd1d3;
		}
	.navBarBox ul a:hover{
		font-size:13px;
		letter-spacing:2px;
		}
/**---------------------
	MAIN CONTENT END
----------------------**/
