body {
  background: url(../images/main_bg.jpg) repeat;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

h1{
  font-size: 30px;
  color: #919000;
  padding-bottom: 10px;
}

h2{
  font-size: 20px;
  color: #919000;
  padding-bottom: 10px;
}

h3{
  font-size: 16px;
  color: #919000;
  padding-left: 55px;
  padding-bottom: 20px;
}

strong{
  font-weight: bold;
}

p{
  line-height: 20px;
  padding-bottom: 20px;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/*********************************************************************************header styles*/
#header-back{
  position: relative;
  background: url(../images/header_bg.jpg) no-repeat top center;
  background-color: #160903;
  height:316px;
}

#header-bottom{
  position: relative;
  background: url(../images/header_bottombg.jpg) repeat-x bottom center;
  height: 9px;
}
	
#header {
	position: relative;
	width: 1000px;
	height: 324px;
	margin: -324px auto 0;
}

/*********************************************************************************main nav styles*/

#nav-bg{
  background: url(../images/mainnav_dropshadow.png) no-repeat;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  width: 511px;
  height: 235px;
}
	
#main-nav {
  height:250px;
  margin:-251px auto 0;
  position:relative;
  width:503px;
  z-index:100;
}

#main-nav ul li{
  float: left;
  position: relative;
}

#main-nav ul li.philosophy{
  background: url(../images/mainnav_philosophy.png) no-repeat;
  height:204px;
  margin-left:1px;
  margin-top:18px;
  width:194px;
  z-index:50;
}

#main-nav ul li.philosophy a{
  background: url(../images/nav_philosophy.png) no-repeat;
  color:transparent;
  display:block;
  height:24px;
  left:25px;
  position:absolute;
  text-indent:-9999px;
  text-transform:capitalize;
  top:153px;
  width:128px;
}

#main-nav ul li.classical{
  background: url(../images/mainnav_classical.png) no-repeat;
  height:222px;
  width: 130px;
  margin-left:-57px;
  margin-top:23px;
  width:215px;
  z-index:60;
}

#main-nav ul li.classical a{
  background: url(../images/nav_classical.png) no-repeat;
  color:transparent;
  display:block;
  height:24px;
  text-indent:-9999px;
  text-transform:capitalize;
  position: absolute;
  top:161px;
  width:135px;
  left: 37px;
}

#main-nav ul li.chinese{
  background: url(../images/mainnav_chinese.png) no-repeat;
  height:160px;
  margin-left:-22px;
  margin-top:60px;
  width:172px;
  z-index:70;
}

#main-nav ul li.chinese a{
  background: url(../images/nav_chinese.png) no-repeat;
  color:transparent;
  display:block;
  height:24px;
  text-indent:-9999px;
  text-transform:capitalize;
  position: absolute;
  top:111px;
  width:135px;
  left:22px;
}

#main-nav ul li.nav-on, #main-nav ul li#active{
  background: none;
}
	
#main-nav a:link, #main-nav a:visited {color: #ffffff; text-decoration: none; opacity: 1 !important;}
#main-nav a:hover {color: #ffffff; text-decoration: underline;}

#logo{
  height:115px;
  left:300px;
  position:absolute;
  top:198px;
  width:449px;
}

/*********************************************************************************top nav styles*/
#top-nav{
  margin-top:60px;
  margin-left: 10px;
  position:relative;
}

#top-nav ul li{
  float: left;
}

#top-nav ul li.home a{
  background: url(../images/topnav_home.png);
  height: 17px;
  width: 41px;
}

#top-nav ul li.contact a{
  background: url(../images/topnav_contact.png);
  height: 17px;
  width: 81px;
}

#top-nav ul li a{
  text-indent:-9999px;
  text-transform:capitalize;
  color: transparent;
  display: block;
}

#top-nav ul li a:hover{
  background-position: 0 -17px;
}

/********************************************************* main content styles*/

#main-back{
  position: relative;

  min-height: 510px;
}

#main-content {
  width: 1000px;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
}

#main-content a:link, #main-content a:visited {color: #919000; text-decoration: none;}
#main-content a:hover {color: #919000; text-decoration: underline;}

#leaves{
  left:-210px;
  position:absolute;
  top:-3px;
}

/********************************************************* home content styles*/

#flash-holder{
  background: url(../images/flash_holder.jpg) no-repeat;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 286px;
}

#home-content{
  position: relative;
  margin: 15px auto 0;
  width: 885px;
}

#home-content h1{
  text-align: center;
}

#quote{
  margin-top: 40px;
  margin-left: 80px;
}

#quote p{
  color: #919000;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  line-height: 30px;
}

/********************************************************* subnav styles*/
#sub-nav{
  background: url(../images/subnav_bg.png) repeat-y;
  background-color: #21130a;
  width: 324px;
  float: left;
  position: relative;
  margin-bottom: 15px;
}

#flash-interior{
  background: url(../images/flash_bg.png) no-repeat;
  height:228px;
  position:absolute;
  top:50px;
  width:324px;
  left: 0;
}

#sub-philosophy{
  background: url(../images/subnav_philosophy.jpg) no-repeat;
  min-height: 425px;
  width: 324px;
}

#sub-philosophy #flash-interior{
/*    background: url(../images/flash_philosophy.jpg) no-repeat;*/
}

#sub-classical{
  background: url(../images/subnav_classical.jpg) no-repeat;
  min-height: 425px;
  width: 324px;
}

#sub-classical #flash-interior{
/*    background: url(../images/flash_classical.jpg) no-repeat;*/
}

#sub-chinese{
  background: url(../images/subnav_chinese.jpg) no-repeat;
  min-height: 425px;
  width: 324px;
}

#sub-chinese #flash-interior{
/*    background: url(../images/flash_chinese.jpg) no-repeat;*/
}

#sub-contact{
  background: url(../images/subnav_contact.jpg) no-repeat;
  min-height:415px;
  width: 324px;
}

#sub-nav ul{
  padding-left:20px;
  padding-top:280px;
  position:relative;
}

#sub-nav ul li{
/*  float:left;*/
  padding-bottom:5px; 
}

#main-content #sub-nav ul li a{
  color: white;
  font-size: 24px;
/*  text-decoration: underline;*/
  padding-top: 1px;
}

#main-content #sub-nav ul li a:hover, #main-content #sub-nav ul li#active a{
  color: #919000;
  text-decoration: none;
}

#subnav-bottom{
  background: url(../images/subnav_bottom.jpg) no-repeat;
  width: 324px;
  height: 5px;
  float: left;
}

/********************************************************* interior content styles*/
#interior-content{
  float:left;
  margin:25px 0 0;
  padding-bottom:25px;
  padding-right:10px;
  position:relative;
  width:665px;
}

#interior-content p{
  padding-left: 55px;
}

#interior-content ul{
  list-style: disc;
  padding-bottom: 20px;
}

#interior-content li{
  list-style: disc;
  margin-left: 69px;
}

#map{
  width: 600px;
  height: 365px;
  border: 1pt solid #a5a196;
}

img#right{
  float: right;
  border: 2pt solid #919000;
  margin: 0 0 10px 15px;
  padding: 2px;
}

img#left{
  border:2pt solid #919000;
  float:left;
  margin:0 15px 10px 0;
  padding:2px;
}

/********************************************************* footer styles*/
#footer-top {
  clear: both;
  background: url(../images/footer_topbg.jpg) repeat-x top center;
  background-color: #160903;
	position: relative;
	height: 9px;
}

#footer-back {
  clear: both;
  background: url(../images/footer_bg.jpg) no-repeat top center;
  background-color: #160903;
	position: relative;
	height: 100px;
}

#footer-content{
  margin:0 auto;
  padding-top:25px;
  position:relative;
  width:815px;
}

#footer-content ul{
  float: left;
  position: relative;
}

#footer-content ul li{
  color: #919000;
  float: left;
}

#footer-content ul li a:link, #footer-content ul li a:visited{
  font-size: 18px;
  text-transform: lowercase;
  padding: 0 10px;
}

#footer-content ul.social {
  margin-left:235px;
}

#footer-content p{
  text-align: center;
  color: #919000;
  padding: 5px 0 0;
}

#footer-content a:link, #footer-content a:visited{
  color: #ffffff;
 text-decoration: none; 
}

#footer-content a:hover {
  color: #919000;
  text-decoration: underline;
}
