@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4C2F21;
	background-color:#020A0D;
	background-image: url(images/bg2.jpg);
	background-repeat:repeat-x;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4C2F21;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4C2F21;
	line-height:18px;
}

a {
	/*color:#3A5012;*/
	color:#000;
	cursor:pointer;
}

a:hover {
	color:#4E3123;
	cursor:pointer;
	text-decoration:none;
}

h1 {
	color:#C76910;
	font-size:23px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:0px;
	background-image:url(images/leaf.gif);
	background-position:right top;
	background-repeat:no-repeat;
	line-height:25px;
}

.h1txt {
	color:#895F47;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.h1txt2 {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 10px 0px;
	display:block;
}

h2 {
	color:#596E05;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h3 {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 0px 0px;
}


ul {
	font-size:11px;
	color:#000;
	list-style:none;
	display:list-item;
}

ul li {
	background-image:url(images/bullet.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 5px 20px;
}

ul.features {
	font-size:11px;
	color:#000;
	list-style:none;
	display:list-item;
	margin:0px 0px 0px 0px;
	padding:10px 3px 5px 3px;
}

.features li {
	background-image:url(images/bullet1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 3px 20px;
}

.ContentPane {
	/*border:1px solid #F00;
	margin:20px;*/
}

.img {
	border:1px solid #4C2F21;
	margin:10px;
	padding:5px;
	background-color:#F0E1BA;
}


.more {
	background-image:url(images/btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:120px;
	height:29px;
	color:#000;
	display:block;
	/*padding:7px 0px 0px 18px;*/
	padding:7px 0px 10px 0px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.more a {
	color:#000;
	text-decoration:none;
}

.more a:hover {
	color:#4E3123;
	text-decoration:none;
}

.HMore {
	text-align:right;
	padding:0px 10px 0px 0px;
	float:right;
}


.ft {
	font-size:11px;
	color:#000;
	word-spacing:3px;
}

.ft a{
	font-size:11px;
	color:#000;
	word-spacing:0px;
}

.ft a:hover{
	font-size:11px;
	color:#4E3123;
	text-decoration:none;
}


.ft1 {
	font-size:11px;
	color:#000;
	word-spacing:0px;
}

.ft1 a{
	font-size:11px;
	color:#000;
	word-spacing:0px;
}

.ft1 a:hover{
	font-size:11px;
	color:#4E3123;
	text-decoration:none;
}

.Welcome {
	background:url(images/hcontentbg.jpg) no-repeat top left;
	width:628px;
	height:300px;
	padding:30px 0px 0px 0px;
}

.Welcometxt {
	margin:0px 30px 10px 10px;
}

.frame {
	background-image:url(images/frame.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFF;
}
tr.frame, .frame ul {
	color:#FFF;	
}



.frame3 {
	background:url(images/frame3.jpg) no-repeat top left;
	width:330px;
	height:330px;
	padding:30px 0px 0px 0px;
}

.frame3txt {
	margin:0px 20px 10px 30px;
}


.input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	color: #5A7A15;
	background-color:#fff;
	border:1px solid #C76910;
	width:226px;
	height:25px;
	background-image:url(images/field-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:3px;
	margin:5px;
}
.input1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	color: #5A7A15;
	background-color:#fff;
	border:1px solid #C76910;
	width:60px;
	height:25px;
	background-image:url(images/field-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:3px;
	margin:5px;
}
.textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	color: #5A7A15;
	background-color:#fff;
	border:1px solid #C76910;
	padding:3px;
	height:60px;
	background-image:url(images/field-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:3px;
	margin:5px;
}


.submit {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:120px;
	height:31px;
	color:#000;
	display:block;
	text-align:center;
	vertical-align:middle;
	border:0px;
	background-color:transparent;
	margin:5px;
	cursor:pointer;
}


.testi {
	width:750px;
	background-image:url(images/testibg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:auto;
	min-height:150px;
}

.testibg {
	width:750px;
	background-image:url(images/testibg1.jpg);
	background-position:bottom left;
	background-repeat:repeat-y;
	margin:5px 0px 20px 40px;
	min-height:150px;
}
.testitxt {
	margin:0px 0px 0px 100px;
	padding:30px 0px 0px 0px;
	line-height:18px;
}


.frame1 {
	width:330px;
	height:200px;
	background-image:url(images/frame4.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 0px 30px;
}

.indent {
	margin:0px 0px 0px 50px;
	padding:40px 0px 0px 0px;
	line-height:18px;
}

.trmaroon {
	background-color:#E0C0A4;
}

/**************  Gallery  Starts  *******************/

.scrollarrow-left, .scrollarrow-right  /* Left */
    {
  	     display: block;
	     height: 30px;
  	     width: 170px;
	     background: url('images/toparr.jpg') no-repeat right top;
	     overflow: hidden;
     }
  
.scrollarrow-right  /* Right */
    {
	     background:url('images/bottomarr.jpg') no-repeat right bottom;
     }
	
	
.GalleryMain {
	display:block;
	margin: 0px 0 0 0;
	/*width: 380px;*/
	clear: both;
	visibility: visible;
	margin: 0 0 0px 0px;
	/*height:350px;*/
	background-image:url(images/frame2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:580px;
}

.Gallery1 {
	border-width: 0 1px;
	padding: 0px 0px 0 0px;
	text-align: right;
	width:200px;
	overflow:visible;
	padding:40px 0px 0px 0px;
}

img a, img a:hover, a img, a:hover img {
	border:1px solid #4E3123;
	margin:3px 0px 3px 0px
}


.title {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 30px;
	background-image:url(images/bullbell.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:30px;
}



/***************  Gallery Ends  *******************/


.trHead, .trHead h3 {
	background:url(images/xNorbury_05.jpg) repeat-x top left;
	height:30px;
	color:#FFF;
}

.trHead1, .trHead1 strong {
	/*background-color:#6D4A20;*/
	background-color:#AE8045;
	color:#FFF;
}

.trHead2 {
	background-color:#DEB786;
}

.trmaroon {
	background-color:#EACBA3;
}


.managedby {
	position:absolute;
	margin-left:650px;
	/*left:70%;*/
	width:250px;
	height:123px;
}
.chat {
	position:absolute;
	top:0px;
	z-index:1000;
	margin-left:710px;
	top:108px;
}


/*********  Pop Up Styles  **********/


.hideshow {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index:100;
}
#fade {
 background: #000;
 position: fixed;
 width: 100%;
 height: 100%;
 /*filter:alpha(opacity=80);
 opacity: .80;
 opacity: 8.0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
 left: 0;
 z-index: 10;
}
.popup_block {
 background: #643615;
 padding: 10px 20px;
 border: 2px solid #c5a26a;
 float: left;
 width: 500px;
 position: fixed;
 top: 20%;
 left: 50%;
 margin: 0 0 0 -250px;
 z-index: 100;

}
.popup_block .popup {
 float: left;
 width: 100%;
 height:auto;
 background: #d2b587;
 margin: 10px 0;
 padding: 10px 0;
 border: 1px solid #c5a26a;
 overflow-y:auto;
}
.popup img.cntrl {
 position: absolute;
 right: -20px;
 top: -20px;
 border:0px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
 position: absolute;
 top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
 position: absolute;
 top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +((documentElement.clientHeight-this.clientHeight)/2) : document.body.scrollTop +((document.body.clientHeight-this.clientHeight)/2));

 left:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollLeft + (document.body.clientWidth /2 ) : document.body.scrollLeft + (document.body.offsetWidth /2 ));
}

#callme {
	/*background-repeat: repeat-x;
	height: 177px;
	z-index: 200;
	width: 100%;*/
	position: fixed;
	bottom: 0px;
	right: 0px;
}	
* html #callme {
	position: absolute; /* position fixed for IE6 */
	top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
	bottom:0px;
	right:0px;
}

/*********************/
