@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #99cccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #333;
	line-height: 25px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image:url(images/img02.gif);


}

#wrapper {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


/* Header */

#header {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	background-image: url(images/header.gif);
	float: left;	
}

#imgBanner {
	width: 950px;
	height: 401px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
	border: none;
}

#roomTour {
	width: 950px;
	height: 560px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
	border: none;
}


/* Page */

#page {
	float: left;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background-color:#FFF;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C60;
	border-right-color: #C60;
	border-bottom-color: #C60;
	border-left-color: #C60;
}

/* Content */

#content {
	float: left;
	width: 470px;
	margin-bottom: 0px;
	background-color:#FFF;
	padding: 30px 40px 40px 60px;	
}

#contentVT {
	float: left;
	width: 340px;
	margin-bottom: 0px;
	background-color:#FFF;
	padding: 30px 20px 30px 60px;	
}


#sideImage {
	float: right;
	width: 380px;
	margin-bottom: 0px;
	padding: 30px 0px 0px 0px;
	background-color:#FFF;
}

#sideImageVT {
	float: right;
	width: 520px;
	margin-bottom: 0px;
	padding: 30px 0px 0px 0px;
	background-color:#FFF;
}


h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #C60;
	line-height: 10px;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e7c7c;
	line-height: 20px;
}


h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e7c7c;
	text-align:right;
}

/* Footer */

#footer-wrapper {
	
	padding: 30px 25px 30px 25px;
	background: #E7E7E7;
	float: left;
	width: 900px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	height: 100px;
	background: #222222;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	float: right;
}

a.more {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.25em;
	font-weight: bold;
	}
/* Homepage Styles */

#theme {
    padding-top: 20px;
    clear: both;
    padding-bottom: 36px;
   
}
    #theme_content {
        padding-top: 14px;
        background: #999999;
    }
	
		#theme_image {
		width: 140 px;
		height: 90px;
		display: block;
		float: left;
		padding-right: 11px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
		}
		
			#theme_image2 {
		width: 140 px;
		height: 90px;
		display: block;
		float: left;
		padding-right: 0px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		text-align:center;
		}
		


.clear {clear:both}
/* remove the list style */
#nav_wrapper {
    list-style:none;
	background:#cc6633;
	width: 950px;
	color: #cc6633;
}  
   

#nav {
    margin:0;
    padding:0;
    list-style:none;

}  
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li {
        float:left;
        display:block;
        background:#cc6633;
        position:relative;
        z-index:500;
        margin:0 1px;
    }
         
    /* this is the parent menu */
    #nav li a {
        display:block;
        padding:6px 6px 0px 6px;
        font-weight:400; 
        height:40px;
        text-decoration:none;
        color:#fff;
        text-align:center;
		padding-top: 7px;
	
    }
 
    #nav li a:hover {
        color:#fff;
    }
     
    /* you can make a different style for default selected value */
    #nav a.selected {
        color:#fff;
		background: #5e7c7c;
    }
     
        /* submenu, it's hidden by default */
        #nav ul {
            position:absolute;
            left:0;
            display:none;
            margin:0 0 0 -1px;
            padding:0;
            list-style:none;
        }
         
        #nav ul li {
            width:150px;
            float:left;
            border-top:1px solid #fff;
        }
		
		 #nav ul li.long {
            width:290px;
            float:left;
            border-top:1px solid #fff;
        }
		
		#nav ul li.med {
            width:200px;
            float:left;
            border-top:1px solid #fff;
        }
         
        /* display block will make the link fill the whole area of LI */
        #nav ul a {
            display:block; 
            height:15px;
            padding: 8px 5px;
            color:#fff;
			text-align:left;
		
        }
         
        #nav ul a:hover {
            text-decoration: none; 
        }
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}