@charset "UTF-8";
/* CSS Document */


/*

  BROWN:
  Hex - 450e05
  RBG - R 69 G 14 B 5

  BROWN TINT - DARK:
  Hex - d1c2bd
  RBG - R 209 B 194 G 189

  BROWN TINT - LIGHT:
  Hex - eae0de
  RGB - R 234 G 224 B 222

  RED:
  Hex - e12020
  RBG - R225 G 32 B 32

*/

.reCaptcha {
	margin: 10px 0px 0px 130px;	
}

#div_video{
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450e05;
	text-align: left;
	/*position: fixed !important;*/
	position: absolute;
	top:75px;
	/* left:415px; */
	left: 50%;
	margin-left:-460px;
	width:890px;
	z-index:1200; 
	padding:30px 0px 0px 0px; 
}

.vtour {
	background-image: url(../images/360_tour.png);	
	display:block;
	width:148px;
	height:35px;
	line-height:35px;
	text-indent:36px;
	font-weight:bold;
	color:#450e05;
	text-decoration:none;
	margin-top:3px;
	background-color:#FFF;
}

#frame_video {
	width:910px;
	height:500px;
}


#FullOverlay{
    position:absolute; 
    top:0px;
    left:0px;
    width:100%;
    height:100% !important;
	height:1900px;
    z-index:1001;   
    background-color:#000;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50); 
    }


#FullOverlay[id]{ 
    position:fixed;
    }


#div_enq_border {
	z-index:101;
	position: fixed !important;
	position: absolute;
	top:80px;
	left: 50%;
	margin-left:-280px;
	z-index:10;
	background-color:#450e05;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70); 
	width:560px !important;
	width:535px;
	height:520px;
	/*height:620px;*/
	
}



.div_enq{
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450e05;
	text-align: left;
	position: fixed !important;
	position: absolute;
	top:80px;
	/* left:415px; */
	left: 50%;
	margin-left:-265px;
	width:530px;
	z-index:1200; 
	padding:30px 0px 0px 0px; 
}

.div_enq_col {
	color: #450e05;
	background-color:#eae0de;
	padding:5px 15px 15px 15px;
	/*height:540px;*/
	height:440px;
	font-size: 11px;
	float: left;
	text-align:left
}



.div_enq_col h3{
	font-sixe:16px;
	color: #450e05;
}


a.enq_close {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	display: block;
	height: 24px;
	width: 80px;
	position:absolute;
	z-index:1400;
	top:0px;
	left:455px !important;
	left:430px;		

}



.enqDivide {
	background-color: #d1c2bd;
	display: block;
	height: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}
.enqBig {
	font-size: 16px;

}
.enqLabel {
	width: 80px;
	display:block;
	float:left;
	line-height: 16px;
	height:16px;
	margin-top: 5px;
}
.enqAnswer {
	display:block;
	float:left;
	line-height: 16px;
	margin-top: 5px;
}
.enqTxt {
	width: 355px;
	border: 2px double #FFFFFF;
	margin-top: 5px;
	background-color: #FFFFFF;
}
.enqForm {
	border: 2px double #FFFFFF;
	margin-top: 5px;
	background-color: #FFFFFF;
}

.enqSub {
	background-color: #b6d32d;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #450e05;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	width:120px;
	margin-left:332px;
	margin-top:10px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}

@charset "UTF-8";

/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #e12020;
	font-weight:bold;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	/*  background-color: #B8F5B1; */
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}


