html
{
		overflow-y: scroll;
		overflow: -moz-scrollbars-vertical;	
}
body {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#d3d2d1;
	background-color: #1D160B;
	margin-left: 0px;
	margin-top: 78px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
a img {
	border:none;
}
a{
color:#B9A177;
}
a:hover{
color:#B9A177; text-decoration:none;
}
h1, h2, h3, h4, h5, h6, form {
	margin:0;
	padding:0;
}
.navbg {
	background: #c9c7ae url(../img/nav_bg.gif) right top no-repeat;
}
#navcontainer {
	text-transform:uppercase;
	color:#1d160b;
	padding-left:10px;
}
ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
ul#navlist li {
	float: left;
	margin: 0;
	/*padding: 10px 0 25px 0;*/
}
#navlist a, #navlist a:link {
	margin: 0;
	padding: 10px 8px 23px 8px;
	color: #1d160b;
	text-decoration: none;
	float: left;
	text-align:center;
}
ul#navlist li#active {
	color: #1d160b;
	background-color: #f1f0e6;
	
}
#navlist a:hover {
	color: #1d160b;
	background-color: #f1f0e6;
	float: left;
}
.contentpart
{
	background-color:#120e07;
	line-height:18px;
}
.history_left
{
	padding:10px 25px 10px 15px;
}
.history_left strong, .gallery_right strong, .cmspadding strong
{
	font-size:14px;
	color:#b9a182;
}
.history_right
{
	padding:29px 15px 0 0;
}
.history_right div
{
	background-color:#3a2f1a;
	color:#c9c7ae;
	font-size:14px;
	height:120px;
}
.mission
{
	background-color:#5d4a2c;
	color:#ebd1a5;
	padding:12px 15px;
	line-height:20px;
}
.footer
{
	height:30px;
	font-size:11px;
	color:928a7e;
	padding-right:15px;
}
#gallery_cat {
	padding:0 12px 0 12px;
}
ul#gallcat {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
ul#gallcat li {
	float: left;
	margin: 0;
	padding: 6px 0 6px 0;
}
#gallcat a, #gallcat a:link {
	margin: 0;
	padding: 8px 7px 8px 7px;
	color: #b4ada4;
	text-decoration: none;
}
ul#gallcat li#galactive {
	color: #191919;
	background-color: #f1f0e6;
}
ul#gallcat li#galactive a
{
	color: #191919;
}
#gallcat a:hover {
	color: #191919;
	background-color: #f1f0e6;
}
.gallery_left
{
	padding-left:12px;
	padding-bottom:15px;
}
.gallery_right
{
	padding:0px 15px;
}
h1
{
	font-size:18px;
	font-weight:normal;
	color:#e5ddd3;
}
.gallery_bottom
{
	padding:0 12px;
}
.gallery_bottom img
{
	padding-right:15px;
	padding-bottom:15px;
}
.clickdetail
{
	font-size:14px;
	font-weight:bold;
}
.cmspadding
{
	padding:0px 25px;
}
.cmspadding h1
{
	padding:10px 0;
}
.cmspadding ul
{
	color:#c3a677;
}
.cmspadding ul li
{
	line-height:18px;
	list-style-image:url(../img/li_arrow.gif);
}

/*added by Dhara Shah*/
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
#banner
{
background:#FFF;
border:1px solid #e3e2d5;
float:left;
height:376px;
}
#banner .banner_left
{
float:left;
}
#banner .banner_right_top
{
float:right;
padding-bottom:1px;
}
#banner .banner_right_bottom
{
float:right;
}
#banner .banner_text
{
position:relative;
float:left;
left:0;
position:relative;
top:-57px;
z-index:1000;
}

#slideshow {
    position:relative;
    height:376px;
	width:600px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#slideshow1 {
    position:relative;
    height:187px;
	width:347px;
}

#slideshow1 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow1 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 IMG.last-active {
    z-index:9;
}


#slideshow2 {
    position:relative;
    height:187px;
	width:347px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:9;
}

