/*
CSS for New Design Template
of Ichhe Web Site
20-01-2009
By: Souvik Mitra, eNoki IT Solutions.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #6A6768;
	z-index: 100;
}

a {
    text-decoration: none;
}

a img{
	border: none;
}

/* Page */

#page {
    margin: 40px auto;
    margin-bottom: 25px;
	width: 912px;
    min-height: 490px;
    height: auto;
}

/* for Internet Explorer */
/*\*/
* html #page {
    height: 490px;
}
/**/

#headContent {
    height: 47px;
}

#logoTop {
  display: none;
}

#mainContent {
    margin: 0 auto;
}

#bgDesign {
    background: #FFF url(../images/common/bgDesign1.jpg) no-repeat top;
    height: 416px;
    z-index: 101;
}

#bgDesignOth {
    background: #FFF url(../images/common/bgDesignOthers.jpg) no-repeat top;
    height: 416px;
    z-index: 101;
}

#whiteBG {
    position: relative; top:84px; background: #FFF url(../images/home/textBG.jpg) no-repeat; height: 332px; 
}

#aboutBG {
    position: relative; top:50px; background: #FFF url(../images/about/aboutBG.jpg) no-repeat; height: 366px; 
}

#productBG {
    position: relative; top:50px; background: #FFF url(../images/products/productBG.jpg) no-repeat; height: 366px; 
}

#craftBG {
    position: relative; top:50px; background: #FFF url(../images/craft/craftBG.jpg) no-repeat; height: 366px; 
}

#cafeBG {
    position: relative; top:50px; background: #FFF url(../images/cafe/cafeBG.jpg) no-repeat; height: 366px; 
}

#contactBG {
    position: relative; top:50px; background: #FFF url(../images/contact/contactBG.jpg) no-repeat; height: 366px; 
}

#slider {position: absolute; top: 186px; width: 2352px; height: 332px; background: url(../images/home/slider2.gif) no-repeat; }

#homeText {
    font-size: 1.4em;
    line-height: 1.3em;
    padding: 10px;
    padding-top: 20px;
    text-align: justify;
    margin: 0 auto;
    width: 782px;
}

#homeLeft {
    width: 300px;
    height: 250px;
    float: left;
    margin-right: 10px;
   
}

#homeRight {
    width: 465px;
    height: 250px;
    float: left;
    padding-top: 40px;
}

#otherLeft {
    width: 340px;
    height: 250px;
    float: left;
    margin-right: 10px;
   
}

#otherRight {
    width: 425px;
    height: 250px;
    float: left;
    padding-top: 40px;
}

#contentArea {
    position:relative;
    width: 425px;
	height: 250px;
    overflow: auto;
    padding: 5px 8px;

/*
    border-top: 1px solid #996622;
    border-left: 1px solid #996622;
*/
}

#crafts #otherLeft {
    width: 270px;
    height: 250px;
    float: left;
    margin-right: 10px;
}

#crafts #otherRight {
    width: 490px;
    height: 250px;
    float: left;
    padding-top: 40px;
}

#crafts #contentArea {
    position:relative;
    width: 490px;
	height: 250px;
    overflow: auto;
    padding: 5px 8px;

/*
    border-top: 1px solid #996622;
    border-left: 1px solid #996622;
*/
}

#products #otherRight {
    width: 765px;
    height: 250px;
    float: left;
    padding-top: 40px;
}

#products #contentArea {
    position:relative;
    width: 765px;
	height: 250px;
    overflow: auto;
    padding: 5px 8px;

/*
    border-top: 1px solid #996622;
    border-left: 1px solid #996622;
*/
}


#products #contentArea {
    scrollbar-face-color: #DEECBC;
    scrollbar-shadow-color: #A3B27F;
    scrollbar-highlight-color: #EAF2D6;
    scrollbar-3dlight-color: #EAF2D6;
    scrollbar-darkshadow-color: #A3B27F;
    scrollbar-track-color: #EAF2D6;
    scrollbar-arrow-color: #557503;
}


#crafts #contentArea {
    scrollbar-face-color: #B9E4EA;
    scrollbar-shadow-color: #00B7D2;
    scrollbar-highlight-color: #DDF2F5;
    scrollbar-3dlight-color: #DDF2F5;
    scrollbar-darkshadow-color: #00B7D2;
    scrollbar-track-color: #DDF2F5;
    scrollbar-arrow-color: #056CCD;
}

#cafe #contentArea {
    scrollbar-face-color: #E8DBB1;
    scrollbar-shadow-color: #C78B5A;
    scrollbar-highlight-color: #EBE2C6;
    scrollbar-3dlight-color: #EBE2C6;
    scrollbar-darkshadow-color: #E8DBB1;
    scrollbar-track-color: #EBE2C6;
    scrollbar-arrow-color: #BFA75A;
}

#contact #contentArea {
    scrollbar-face-color: #E8CAC3;
    scrollbar-shadow-color: #E5AB9D;
    scrollbar-highlight-color: #E2D2CF;
    scrollbar-3dlight-color: #E2D2CF;
    scrollbar-darkshadow-color: #E5AB9D;
    scrollbar-track-color: #E2D2CF;
    scrollbar-arrow-color: #AA7265;
}

#about #contentArea {
    scrollbar-face-color: #C8BF96;
    scrollbar-shadow-color: #8E886C;
    scrollbar-highlight-color: #C8C2A9;
    scrollbar-3dlight-color: #C8C2A9;
    scrollbar-darkshadow-color: #8E886C;
    scrollbar-track-color: #C8C2A9;
    scrollbar-arrow-color: #8E886C;
}

#contentBody {
    position: absolute;
    width: 785px;
    height: 473px;
    z-index: 1000;
    margin-left: 1px;
}

.right {
    float: right;
}

.left {
    float: left;
}

#productContainer {
    float: left;
    margin: 8px;
}

/***** MENU *********/

#menu {
    padding:0; 
    width: 430px; /*430px*/
    float: right;
}


#outer {padding:2px 0; /*background:#f2a057 url(grad.gif) repeat-x bottom left;*/ }

#point {padding:0; margin:0 auto; list-style:none; white-space:nowrap; text-transform: uppercase;}
#point li {display:table-cell; margin:0; padding:0;}
#point li a {float:left; font-family:arial, verdana; font-size:0.9em; letter-spacing:1px; padding:0 0.7em; text-decoration:none; color:#6A6768; /*background:#f2a057 url(grad.gif) repeat-x bottom left; */}
#point li a:hover {background:transparent; color:#73731C;}
#point li a:hover b {display:block; float:left; background:transparent; cursor:pointer; } 
#point li a b{ font-weight: normal; }

#home a.home, #about a.about, #cafe a.cafe, #crafts a.crafts, #products a.products, #contact a.contact  {background:transparent; color:#73731C; }

#home a.home b, #about a.about b, #cafe a.cafe b, #crafts a.crafts b, #products a.products b, #contact a.contact b {display:block; float:left; background:transparent; cursor:pointer; }


/**** FOOTER *****/
#footer {
    width: 800px;
    padding:2px 0;
    height: 20px;
	margin: 15px auto;
	text-align: center;
	font-size: 1.2em;
}

#copyRight {
    width: 366px;
	margin: 0 auto;
	text-align: left;
	float: left;
	font-size: 1.1em;
	color: #9F9C69;
}

#copyRight a {
    font-family: arial, verdana;
	font-size: 0.9em;
	color: #6A6768;
}

#copyRight a:hover {
    text-decoration: underline;
}

/********************/
/**** STYLES *******/
h4 {
    font-size: 1.1em;
}

h2 {
	margin: 0.5em 0;
	font-size: 1.1em;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #9F0200;
    font-weight: normal;
    color: #000;
}

h2 span {
	color: #FE7800;
}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

h1 {
  clear: both;
  margin: 10px 0;
  padding-bottom: 3px;
  font: 1.3em verdana, sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  border-bottom: 1px dotted #9F0200;
}

h1 span {
  display: block;
  padding: 2px;
}

h6 {
	margin: 0 0 0.5em 0;
	padding-bottom: 0px;
	padding-left: 2px;
	width: 90%;
    font-size: 0.8em;
    font-weight: normal;
	border-bottom: 1px dotted #73731C;
	color: #9F0200;
}

h6 a {
    color: #9F0200;
}

/* CONTACT STYLES */

input {
  width: 60%;
}

textarea {
  width: 85%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
   */  
  scrollbar-3dlight-color : #D8B9B1;
  scrollbar-arrow-color : #D8B9B1;
  scrollbar-darkshadow-color : #D8B9B1;
  scrollbar-face-color : #D8B9B1;
  scrollbar-highlight-color : #D8B9B1;
  scrollbar-shadow-color : #D8B9B1;
  scrollbar-track-color : #D8B9B1;    
  
}

input,
textarea {
  padding: 1px 3px;
  margin: 3px 0;
  font: 0.9em verdana, arial, sans-serif;
  color: #444;
  background-color: #D8B9B1 /*9D3000*/ /* FBF1C9 65330A*/;
  border: 1px solid #485862;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  padding: 1px 3px;
  margin: 3px 0;
  color: #000;
  background-color: #F5DED8/*954500*/;
  border: 1px solid #9C7473;
}

textarea:hover,
textarea:focus {
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
   */  
  scrollbar-3dlight-color : #F5DED8;
  scrollbar-arrow-color : #F5DED8;
  scrollbar-darkshadow-color : #F5DED8;
  scrollbar-face-color : #F5DED8;
  scrollbar-highlight-color : #F5DED8;
  scrollbar-shadow-color : #F5DED8;
  scrollbar-track-color : #F5DED8;    
  
}

.button {
  width: auto;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #B87F72;
  border-right: 1px solid #B87F72;
  border-bottom: 1px solid #BFA6A0;
  border-left: 1px solid #BFA6A0;
}

.fl_Left {
	float: left;
	margin-right: 10px;
}

.fl_LeftSpecial {
	float: left;
	margin-right: 5px;
}

.fl_Rt {
	float: right;
	margin: 4px;
}

.fl_Rt_Txt {
	float: right;
	margin: 1px;
}

#readMoreRed {
    margin-top: -20px;
	font-size: 0.8em;
	font-style: italic;
    font-weight: bold;
	color:#f00;
	background: url(../images/redMore.gif) right no-repeat;
	padding-right: 10px;
	margin-right: 10px;
    letter-spacing: 0.1em;
    
}

#readMoreRed a {
 	color:#f00;
}
/***************************  Contact Us Page **********************/
#contactUs, #servicesOverview {
	padding: 8px 0;
	margin-left: 40px;
}

#contactHeading {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2px 3px 0px;
	margin-bottom: 6px;
	width: 90%;
}

#contactMsg {
	/*font: 1em georgia, verdana, sans-serif;*/
	text-align: center;
	font-weight:bold;
	/*text-transform: uppercase;
	color: #E7AA34;*/
	border: 1px solid #E14037;
	margin-bottom: 4px;
	width: 90%;
}

.userNm{
	color: #9F0200;
}

.errorMsg{
	color: #9F0200;
}

.captcha {
  width: 40%;
/*  cursor: pointer;*/
}

.firstbigletter {
font-family:Georgia, verdana, sans-serif;
color: #000;
font-size:22px;
font-weight:bold;
font-style: italic;
line-height:80%;
}

.pngFix {
    behavior: url("images/iepngfix.htc");
}

.nameHeading {
font-family:Arial, Georgia, verdana, sans-serif;
color: #4D4939;
font-size:15px;
font-weight:bold;

}

/*********************/
/* Design 7 */
table.Design7 {
    width: 98%;
    border-spacing: 0px;
    border-collapse: collapse;
    background: #E1DCB6;
    border: 0.1em solid #000000;
}

table.Design7 caption{
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
table.Design7 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #000000;
}
table.Design7 td {
    text-align: left;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 0.1em 0.5em;
}
table.Design7 thead th {
    text-align: center;
    font-weight: bold;
    background-color: #AA0000;
    color: #FFFFFF;
}
table.Design7 th.Corner {
    text-align: left;
}
table.Design7 td.Odd {
    background: #CCC68E;
}
table.Design7 tfoot td {
    background: #FDF8D5;
}
table.Design7 tfoot td a {
    font-weight: bold;
    font-size: 0.9em;
}




a.growleft img {margin-right: 10px;}
.growleft:hover {float: left;}
a.growleft:hover img {height: 75px;}
.grow:hover {}
a.grow:hover img {height: 75px;}
#imgHolder {height: 75px; vertical-align: middle;}
#imgHolder a{cursor: default;}

#craftList a, #aboutList a {
    color:#73731C;
    font-family: Tahoma,Georgia,Verdana, Arial,sans-serif;
    font-size: 0.9em;
}

#craftList a:hover, #aboutList a:hover {
    color:#BF3B24;
    font-family: Tahoma,Georgia,Verdana, Arial,sans-serif;
    font-size: 0.9em;
}

#bgDesignSml {
    background: url(../images/common/bgDesignOthers.jpg) no-repeat top;
    padding: 25px 0 0 0;
}

/* Styles for the BoxOver ToolTip */
.tooltiphdr {
  width:408px;
  background: #B9E4EA;
  border:1px solid #04243D;
	font: bold 1em verdana,georgia, Times, serif;
  padding:2px;
}

.tooltipbdy {
  width:375px;
  background: #DDF2F5;
  /*
  border-left:1px solid #04243D;
  border-right:1px solid #04243D;
  border-bottom:1px solid #04243D;
*/  
	font: 0.9em verdana,georgia, Times, serif;
	text-align: justify;
	color: #04243D;
  padding:7px;
}
/* Styles for the BoxOver ToolTip */

/* Styles for the BoxOver ToolTip */
.abouttooltiphdr {
  width:408px;
  background: #C8BF96;
  border:1px solid #04243D;
	font: bold 1em verdana,georgia, Times, serif;
  padding:2px;
}

.abouttooltipbdy {
  width:375px;
  background: #C8C2A9;
  /*
  border-left:1px solid #04243D;
  border-right:1px solid #04243D;
  border-bottom:1px solid #04243D;
*/  
    font: 0.9em verdana,georgia, Times, serif;
    text-align: justify;
    color: #04243D;
  padding:7px;
}
/* Styles for the BoxOver ToolTip */

/* Styles for HighSlide Effect */
.highslide {
	cursor: url(../images/hs/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}

.highslide-wrapper {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../images/hs/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../images/hs/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/************/

#homeLeft h2 {
    width: 90%;
    font-size: 1em;
    margin-top: 35px;
}

#categories {
   width: 90%;
   padding: 0;
   font-size: 90%;
   /*
   border: 1px solid #9F9C69;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
   */
    /*background-color: #7BBD18;*/
    margin-bottom: 8px;
}
#categories ul {
   list-style: none;
   margin: 0;
   padding: 0;
   border: none;
}

#categories li {
   margin: 0;
   border-right: 5px solid;
    border-color: #A1A1A1;
}
#categories li a {
   display: block;
   padding: 5px 5px 5px 0.5em;
   border-bottom: 1px solid;
   text-decoration: none;
   height: 100%; /* stupid IE fix */
    border-color: #656565;
    /*background-color: #EBEDEB;*/
    color: #000;
    font-weight: bold;
    letter-spacing: 0.15em;
    word-spacing: 0.2em;
  
}
html>body #categories li a {
   width: auto;
}
#categories li a:hover {
    background-color: #D9D9D9;
    color: #000000;
}
#categories li ul li {
   margin: 0;
   border-right: 0px
}
#categories li ul a {
   padding-right: 10px;
   padding-left: 15px;
    font-weight: normal;
}
#categories ul ul ul a {
   padding-right: 25px;
}
#categories ul ul ul ul a {
   padding-right: 35px;
}
#categories .active {
    background-color: #A5D17F;
}
#categories .subcat a {
    background-color: #F2ECEC;
}
#categories .subcat .active {
    background-color: #DEEAE0;
    font-weight: bold;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 90%; /*width of menu*/
/*margin-top: 40px;*/
}

.urbangreymenu .headerbar {
    color: #999;
   /* background: #F5F5F5; *//*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 6px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 2px 22px 2px 5px; /*31px is left indentation of header text*/
    border-bottom: none;
   /* border-right: 1px solid #AAA;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;*/

}

.urbangreymenu .headerbar a {
    color: #777;
   /* background: #F5F5F5;*/ /*last 2 values are the x and y coordinates of bullet image*/
    display: block;
    border-bottom: 1px dotted #E5E5E5;
}

.urbangreymenu .headerbar a:hover {
    color: #444;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
color: black;
background: #FBFBFB;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 12px; /*link text is indented 8px*/
text-decoration: none;
    filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */

}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: black;
background: #D5D5D5;
}


