/*
CSS for Latest Design Template
of Jayantika Web Site
24-02-2009
By: Souvik Mitra, eNoki IT Solutions.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #1D1C1D url(../images/BSet/common/bodyBG.png) no-repeat center fixed;*/
	background: #130100 url(../images/BSet/common/bodyBG.jpg) no-repeat center;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #F9DDC1;
}

a {
    text-decoration: none;
}

a img{
	border: none;
}

/* Page */

#page {
	width: 645px;
	margin: 0 auto;
	/*border: 1px solid #FD7E02;
	background: #FFFFFF;*/
}

/*******************************************/
/* START STYLES FOR HEADER PORTION OF PAGE */

#header {
    height: 316px;
}

#topHeader {
    height: 41px;
}

#headerImage {
    width: 645px;
    height: 227px;
}

#headerImageLeft {
    float: left;
    width: 333px;
    height: 227px;
}

#headerImageRight {
    float: left;
    width: 312px;
    height: 227px;
}

#bottomHeader {
    width: 645px;
	background: url(../images/BSet/common/menuBG1.png) no-repeat;
    behavior: url("images/iepngfix.htc");
    min-height: 48px;
    height: auto;
}

/* for Internet Explorer */
/*\*/
* html #bottomHeader {
    height: 48px;
}
/**/

/***** MENU *********/

#outer {
    padding:3px 0;
    margin:0 5px;
    /*border-bottom: 1px solid #D6C29F;*/
}

#outer2 {
    padding:3px 0;
    margin:0 5px;
    /*border-bottom: 1px solid #D6C29F;*/
}

#point {
    padding:0;
    margin:0 auto;
    list-style:none;
    white-space:nowrap;
}

#point li {
    display:table-cell;
    margin:0;
    padding:0;
}

#point li a {
    float:left;
    font-family:verdana, arial;
    font-size:1em;
    height:1.5em;
    line-height:1.5em;
    letter-spacing:1px;
    padding:0 0.4em;
    text-decoration:none;
    color:#D6C29F;
}

#outer2 #point li a {
    color:#702500;
}

#outer2 #point li a b span{
    color:#F5E8D1;
}

#point li a:hover, #point li a.current {
    color:#F2EFB3;
}

#outer2 #point li a:hover, #outer2 #point li a.current {
    color:#341404;
}

/*#point li a:hover b, #point li a.current b {display:block; float:left; background:transparent url(../images/BSet/up-arrow.gif) no-repeat center bottom; cursor:pointer; }*/ 
#point li a b{ 
    font-weight: bold; 
}

#contentWrapper {
    width: 645px;
    height: 354px;
	background: url(../images/BSet/common/pageBG1.jpg) no-repeat;
    /*behavior: url("images/iepngfix.htc");*/
}

#content {
	width: 565px;
	height: 278px;
	margin: 0 auto;
    padding: 8px;
}

#contentArea {
	height: 275px;
    overflow: auto;
    text-align: justify;
    font-size: 1.1em;
    font-weight: bold;
    color: #6F512D;
    padding: 0 7px;

    scrollbar-face-color: #7C4C2F;
    scrollbar-shadow-color: #C78B5A;
    scrollbar-highlight-color: #C78B5A;
    scrollbar-3dlight-color: #C78B5A;
    scrollbar-darkshadow-color: #C78B5A;
    scrollbar-track-color: #DCAE74;
    scrollbar-arrow-color: #FFFBD5;
}

#contentArea i {
    color: #410704;
}
#footer {
	width: 555px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: 1.1em;
	color: #5E401B;
}

#footer p a{
	color: #6F512D;
	font-size: 0.9em;
    font-weight: bold;
}

/******************/
/** STYLES **/
.firstbigletter {
font-family:Georgia, verdana, sans-serif;
color: #702500;
font-size:1.9em;
font-weight:bold;
font-style: italic;
line-height:80%;
}

h4 {
    font-size: 1.1em;
}

h2 {
	margin: 0.5em 0;
	font-size: 1.2em;
	padding-bottom: 3px;
	border-bottom: 1px dotted #9F0200;
	padding-left: 3px;
    color: #702500;
}

h2 span {
	color: #FE7800;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 2px solid #130100;
}

#custom ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
#custom li {
	list-style-type: none;
}
#custom li span{
	font-size: 1em;
	/*font-weight: bold;*/
}

h1 {
  clear: both;
  margin: 10px 0;
  font: 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #FF0;
  background: #4C463D;
  font-weight: bold;
}

h1 span {
  display: block;
  padding: 2px;
}

h6 {
    font-size: 1.2em;
}

h6 a {
    color: #9F0200;
}

.pngFix {
    behavior: url("images/iepngfix.htc");
}

.fl_Left {
	float: left;
	margin-right: 10px;
}

.fl_LeftSpecial
{
	float: left;
	margin-right: 7px;
	margin-top: 5px;
}
.fl_Rt {
	float: right;
	margin: 4px;
}

.fl_RtSpecial {
	float: right;
	margin: 4px;
	margin-left: 7px;
}
/***************************  Contact Us Page **********************/
/* 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 : #682208;
  scrollbar-arrow-color : #682208;
  scrollbar-darkshadow-color : #682208;
  scrollbar-face-color : #682208;
  scrollbar-highlight-color : #682208;
  scrollbar-shadow-color : #682208;
  scrollbar-track-color : #682208;    
  
}

input,
textarea {
  padding: 1px 3px;
  margin: 3px 0;
  font: 0.9em verdana, arial, sans-serif;
  color: #F2EFB3;
  background-color: #682208 /*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: #844E30/*954500*/;
  border: 1px solid #9C7473;
}

.button {
  width: auto;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #F2EFB3;
  border-right: 1px solid #F2EFB3;
  border-bottom: 1px solid #D6C29F;
  border-left: 1px solid #D6C29F;
}

#contactUs, #servicesOverview {
	border: 1px solid #2A3034;
	padding: 8px;
}

#contactHeading {
	font: bold 1em 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: 30%;
/*  cursor: pointer;*/
}
