@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	
}
#wrapperMain{
	width:1100px;
	margin:0 auto;
	background:url(../images/bg-wrapper2.gif) repeat-y;
	min-height:100%;
}

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

#header{
	height:70px;
	background:#e4e4d5;
	color:#fff;
	position:relative;
}

#logo{
	width:400px;
	height:45px;
	background:url(../images/bg-logo5.png) no-repeat;
	position:relative;
	top:12px;
	left:13px;
}

#logo span{
	display:none;
}

#nav{
	list-style-type:none;
	position:absolute;
	right:10px;
	bottom:10px;
	
}

#nav li{
	float:left;
	margin-right:15px;
	font-size:14px;
}

#nav a{
	color:#482e1c;
	text-decoration:none;
}

#nav a:hover{
	color:#dc0a1a;	
}

#primary-content{
	width:1000px;
	height:625px;
	position: relative;
	background:url(../images/shopnirvana.jpg) no-repeat;
}

#primary-content2{
	width:1000px;
	height:648px;
	background:url(../images/suziewong.jpg) no-repeat;
	position: relative;
}

#primary-content3{
	width:1000px;
	height:650px;
	background:url(../images/fortuneteller.jpg) no-repeat;
	position: relative;
}

#primary-content4{
	position: relative;
	width:1000px;
	height:652px;
	background:url(../images/ganesh.jpg) no-repeat;
}

#footer{
	height:30px;
	background:#e4e4d5;
	color:#727266;
	text-align:center;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	
	
}

#footer a{
	color:#727266;
	text-decoration:none;
}

body{
background:#d8d6c9;
}


/** Image Links - Added on 2/16/2010 ~Sly */
.imgLink span { display: none;}
#suzWongLink {
	height: 130px;
	width: 150px;
	position: absolute;
	top: 75px;
	right: 0;
	display: block;	
}

#fortuneLink {
	height: 130px;
	width: 150px;
	position: absolute;
	top: 245px;
	right: 0;
	display: block;
}

#ganeshLink {
	height: 130px;
	width: 150px;
	position: absolute;
	top: 410px;
	right: 0;
	display: block;
}

#galleryLink {
	height: 150px;
	width: 110px;
	position: absolute;
	top: 260px;
	right: 0;
	display: block;
}

#servicesLink  {
	height: 150px;
	width: 100px;
	position: absolute;
	top: 60px;
	right: 150px;
	display: block;
}

#servicesLink2  {
	height: 150px;
	width: 100px;
	position: absolute;
	bottom: 50px;
	right: 0;
	display: block;
}

#videoLink {
	height: 200px;
	width: 150px;
	position: absolute;
	top: 160px;
	left: 0;
	display: block;
}

#galleryLink2  {
	height: 150px;
	width: 160px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: block;
}

#storeLink  {
	height: 220px;
	width: 200px;
	position: absolute;
	bottom: 20px;
	left: 0;
	display: block;
}

#servicesLink3  {
	height: 320px;
	width: 150px;
	position: absolute;
	top: 50px;
	left: 0;
	display: block;
}

#galleryLink3  {
	height: 160px;
	width: 280px;
	position: absolute;
	bottom: 20px;
	right: 0;
	display: block;
}