﻿/***********************************************************
 *
 *  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
----------------------**/

#container{
		height:800px;
		}
/**---------------------
	MAIN CONTENT START
----------------------**/

	.mainContent{
		width:480px;
		height:800px;
		margin:10px 0 0 0;
		float:right;
		display:inline;/**for IE6**/
		}
	
	.mainContent h2{
		font-size:15px;
		border-bottom:1px solid #ba1c23;
		font-weight:normal;
		}
	#gallery {
		background-color: #fff;
		width: 480px;
		margin:10px 0 0 0;
		padding:0;
	
		
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline;margin-right:28px;}
	#gallery ul img {
		border: 5px solid #F5EFC6;
		border-width: 4px 4px;
	}
	#gallery ul a:hover img {
		
		border: 4px solid #A91313;
		border-width: 3px 3px;
		padding:1px 1px;
		color: #fff;
		
	}
	#gallery ul a:hover { color: #fff; }
	.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
----------------------**/
