body {
	background-color: #f3c016;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family:Tahoma;
	font-size: 12px;
	color: #4e2e01;
}
img, div { behavior: url(iepngfix.htc) }
.clearer{
	clear:both;
}
p{
	margin:0px;
	padding:0px;
}
a{
	color:#F00;
	text-decoration:underline;
}
a:hover{
	color:#F00;
	text-decoration:none;
}
img{
	border:none;
}

.aboutwrapper{
	background:url(../images/aboutus/shadow.jpg) center top no-repeat;
	display:block;
	width:503px;
	height:363px;
	margin-top:5px;
	border:none;

}
.headerwrapper{
	background:url(../images/header-bg.jpg) center top no-repeat #000000;
	height:35px;
	display:block;
	text-align:center;
}
.navigationwrapper{
	background:url(../images/navigation-bg.png) center top no-repeat #000000;
	height:30px;
	display:block;
}
.navart{
	position:absolute;
	width:100%;
	display:block;
	background:url(../images/nav-art.png) left top repeat-x;
	height:19px;
	z-index:3;
	left:0px;
	top:65px;
}
.leaf{
	background:url(../images/leafs.png) center top no-repeat;
	width:100%;
	height:137px;
	position:absolute;
	left:0px;
	top:-10px;
	z-index:4;
	display:block;
}
.backdesign{
	background:url(../images/back-design.png) repeat-x left top;
	display:block;
	width:100%;
}
.contenshadow{
	background:url(../images/side-shadow.png) center top no-repeat;
	width:100%;
	min-height:332px;
	display:block;
	margin:0 auto;
}
.contentarea{
	/*background:url(../images/content-bg.png) left top repeat-x #eeb617;*/
	width:1002px;
	margin:0 auto;
}
.logocontainer{
	width:386px;
	height:98px;
	display:block;
	margin:0 auto;
}
.flasharea{
	display:block;
	width:952px;
	margin:0 auto;
	height:315px;
	margin-top:5px;	
}
.orangebg{
	background:url(../images/middle-contentbg.jpg) left top repeat-x #ffe844;
	width:992px;
	margin:0 auto;
	display:block;
	border-top:1px solid #d1bd99;
	padding-top:10px;
}
.homeleft{
	display:block;
	float:left;
	width:580px;

	margin:30px 0px 0px 5px;
	background:url(../images/paper.png) left top no-repeat;
}
.homeright{
	display:block;
	float:left;
	width:350px;
	margin:30px 0px 0px 0px;
}
h1{
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	background:url(../images/title-bg.png) left top no-repeat;
	padding:6px 0px 8px 35px;
	margin:0px;
	display:block;
	font-weight:bold;
}
.bigfont{
	font-size:15px;
}
.redtext{
	color:#610202;
}
.dottedline{
border-bottom:1px dotted #610202;}
.bottommasala{
	background:url(../images/bottom-photospot.png) left bottom no-repeat;
	height:90px;
	display:block;
	left:-20px;
	position:relative;
}
.navarea{
	width:100%;
	margin:0 auto;
	display:block;
	z-index:10;
	position:absolute;
	padding-top:2px;
	top:8px;
	text-align:center;
}
.footerwrapper{
	background:url(../images/footerbg.png) center top no-repeat #000000;
	display:block;
	width:100%;
	height:46px;
}
.innercontent{

	padding-bottom:10px;
	display:block;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
}
.btmlinkarea{
	width:980px;
	display:block;
	margin:0 auto;
}
.footerwrapper .leftlinks{
	color:#774c0e;
	font-size:15px;
	margin-left:15px;
	text-align:left;
	float:left;
	width:600px;
	margin-top:12px;	
}
.footerwrapper .leftlinks a{
	color:#e09324;
	font-size:12px;
	text-decoration:none;
}
.footerwrapper .leftlinks a:hover{
	color:#e09324;
	font-size:12px;
	text-decoration:underline;
}
.footerwrapper .copyright{
	color:#e09324;
	font-size:12px;
	margin-right:15px;
	text-align:right;
	margin-top:15px;
	float:right;
	width:300px;
}
/*===============*/

.chromestyle{
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ee8d05; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #7b5e2a;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ee8d05; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #f2cc91;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #7b5e2a;
color:#ac7003;
}
.clearer{
	clear:both;
}
.imagebox{
	width:213px;
	vertical-align:bottom;
	padding:5px;
	display:block;
	float:left;
	background:url(../images/product-bg2.png) center top no-repeat;
	margin-right:10px;
	margin-bottom:15px;
	text-align:center;
	color:#610202;
}
.imagebox2{
	width:213px;
	padding:5px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	text-align:center;
	color:#610202;
	background-image: url(../images/product-shadow1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.imagebox1{
	width:213px;
	padding:5px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	text-align:center;
	color:#610202;
	background-image: url(../images/product-shadow2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.imagebox3{
		width:213px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	text-align:center;
	color:#610202;
	background-image: url(../images/shadow3.gif);
	background-repeat: no-repeat;
	background-position: center 135px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.imagebox4{
	width:213px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	text-align:center;
	color:#610202;
	background-image: url(../images/shadow3.gif);
	background-repeat: no-repeat;
	background-position: center 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.imagebox5{
	width:213px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	text-align:center;
	color:#610202;
	background-image: url(../images/shadow3.gif);
	background-repeat: no-repeat;
	background-position: center 210px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.imagebox6{
		width:213px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	text-align:center;
	color:#610202;
	background-image: url(../images/shadow3.gif);
	background-repeat: no-repeat;
	background-position: center 230px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.imagebox7{
	width:213px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	text-align:center;
	color:#610202;
	background-image: url(../images/shadow3.gif);
	background-repeat: no-repeat;
	background-position: center 175px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.imagebox8{
	width:213px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	text-align:center;
	color:#610202;
	background-image: url(../images/shadow3.gif);
	background-repeat: no-repeat;
	background-position: center 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.imagefade{
background:url(../images/wah-suhana-bg.jpg) left top no-repeat;
}
.topcntBG{
background:url(../images/home-content-top-bg.jpg) left top no-repeat;
}
.bottomCntBG{
	background:url(../images/home-content-top2-bg.jpg) left top no-repeat;
}
.largefont{
font-size:23px;
}
.mediumfont{
font-size:17px;
padding-top:5px;
padding-bottom:5px;
display:block;
}
.redfont{
color:#e01101;
}
.darkbrown{
color:#610202;}
.faintbrown{
color:#8d0229;
}