#validation_fail {
	color: #FDFDFD;
	background-color: #E09513;
	width: 86%;
	margin-bottom: 10px;
	padding: 5%;
	margin-right: auto;
	margin-left: auto;
}

#form_wrapper {
	margin-bottom: 10px;
}
#form_heading {
	font-size: 24px;
	font-weight: bold;
	color: #70842C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#form_heading2 {
	font-size: 14px;
	font-style: italic;
	color: #727272;
	font-weight: normal;
}
.required {
	color: #A39A82;
}

/* POINTER */

.pointer {
	cursor: pointer;
	/* for IE */
  filter: alpha(opacity = 100);
	/* CSS3 standard */
  opacity:1;
}

.pointer:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}

/**** FORMS ****/
.enquiry_form {
	padding: 10px;
}

.product_form {
	padding: 10px;
	background-color: #666;
	font-weight: bold;
	color: #FFF;
}

/**
 * Checkbox Five
 */
.checkbox {
	width: 25px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/**
 * Create the box for the checkbox
 */
.checkbox label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

/**
 * Display the tick inside the checkbox
 */
.checkbox label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/**
 * Display the tick inside the checkbox
 */
.checkbox label:after {
	opacity: 0.05;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
.checkbox label:hover::after {
	opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

/* TEXT BOXES */

input[type="text"]{
	padding: 5%;
	border: 0px none #A39A82;
	color: #FFFFFF;
	margin-bottom: 15px;
	background-color: #A39A82;
	width: 86%;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
}
input[type="text"]:hover
{
    border:0px solid #cccccc;
}
input[type="text"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}

/* TEXT AREAS */

textarea {
	padding: 5%;
	border: 0px none #A39A82;
	color: #FFFFFF;
	margin-bottom: 15px;
	background-color: #A39A82;
	width: 86%;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
}
textarea:hover
{
    border:0px solid #cccccc;
}
textarea:focus
{
    box-shadow:0 0 2px #FFFE00;
}

/* SELECT BOXES */
 select {
	padding: 5px;
	border: 1px solid #61116A;
	color: #666;
}
select:hover {
    border:1px solid #cccccc;
}
select:focus {
    box-shadow:0 0 2px #FFFE00;
    -moz-box-shadow:0 0 2px #FFFE00;
    -webkit-box-shadow:0 0 2px #FFFE00;
}

@media only screen and (min-width : 641px) {

/*** GENERAL ***/

body p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* Commonly used to style page titles. */
h1 {
	font-size: 30px;
	color: #61116A;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	font-weight: 500;
	margin-top: 10px;
}
/* Commonly used to style section titles. */
h3 {
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h4 {
	font-size: 18px;
	color: #461521;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h5 {
	font-size: 20px;
	color: #4B4B4B;
	font-weight: bold;
	margin-bottom: 20px;
}
/* Commonly used to style section titles. */
h6 {
	font-size: 18px;
	color: #D1247E;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	border: 0;
	color: #D4D7DA;
	background-color: #D4D7DA;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	color: #61126B;
}
ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.hr {
	height: 15px;
	width: 572px;
	background-attachment: scroll;
	background-color: #43430E;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.hr hr {
  display: none;
}

.date{
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
.required {
	color: #A39A82;
}
#validation_fail {
	color: #FFFFFF;
	background-color: #E09513;
	width: 96%;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 2%;
}
#link-title {
	background-color: #F4F4F4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-position: left center;
}
#link-name {
	color: #61126B;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}
#telephone {
	color: #2B2B2B;
	clear: both;
}
#url {
	color: #3C8F43;
	clear: both;
}
 

#form_wrapper {
	margin-bottom: 10px;
}
#form_heading {
	font-size: 15px;
	color: #70842C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#form_heading2 {
	font-size: 14px;
	font-style: italic;
	color: #727272;
	font-weight: normal;
}
	
 

/* POINTER */

.pointer {
	cursor: pointer;
	/* for IE */
  filter: alpha(opacity = 100);
	/* CSS3 standard */
  opacity:1;
}

.pointer:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}

.pointer2 {
	cursor: pointer;
	/* for IE */
  filter: alpha(opacity = 100);
	/* CSS3 standard */
  opacity:1;
	margin-top: 18px;
}

.pointer2:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}

.pointer3 {
	cursor: pointer;
	/* for IE */
  filter: alpha(opacity = 100);
	/* CSS3 standard */
  opacity:1;
	margin-right: 20px;
}

.pointer3:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}

.pointer4 {
	cursor: pointer;
	/* for IE */
  filter: alpha(opacity = 100);
	/* CSS3 standard */
  opacity:1;
}

.pointer4:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}



	
/*** GOOGLE MAPS ***/

.mapborder{
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	}
#mapdetails{
	font-size: 11px;
	font-style: italic;
	color: #666666;
	padding-top: 15px;

	}
	
/*** BING MAPS ***/

#myMap{
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	}
#mapdetails{
	font-size: 11px;
	font-style: italic;
	color: #666666;
	padding-top: 15px;

	}

/**** FORMS ****/
.enquiry_form {
	padding: 10px;
}

.product_form {
	padding: 10px;
	background-color: #666;
	font-weight: bold;
	color: #FFF;
}

/**
 * Checkbox Five
 */
.checkbox {
	width: 25px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/**
 * Create the box for the checkbox
 */
.checkbox label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

/**
 * Display the tick inside the checkbox
 */
.checkbox label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/**
 * Display the tick inside the checkbox
 */
.checkbox label:after {
	opacity: 0.05;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
.checkbox label:hover::after {
	opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

/* TEXT BOXES */

input[type="text"]{
	padding: 2%;
	border: 0px none #A39A82;
	color: #FFFFFF;
	margin-bottom: 5px;
	background-color: #A39A82;
	width: 96%;
	font-size: 16px;
	margin-right: 0%;
	margin-left: 0%;
}
input[type="text"]:hover
{
    border:0px solid #cccccc;
}
input[type="text"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}

/* TEXT AREAS */

textarea {
	padding: 2%;
	border: 0px none #A39A82;
	color: #FFFFFF;
	margin-bottom: 5px;
	background-color: #A39A82;
	width: 96%;
	font-size: 16px;
	margin-right: 0%;
	margin-left: 0%;
}
textarea:hover
{
    border:0px solid #cccccc;
}
textarea:focus
{
    box-shadow:0 0 2px #FFFE00;
}

/* SELECT BOXES */
 select {
	padding: 5px;
	border: 1px solid #61116A;
	color: #666;
}
select:hover {
    border:1px solid #cccccc;
}
select:focus {
    box-shadow:0 0 2px #FFFE00;
    -moz-box-shadow:0 0 2px #FFFE00;
    -webkit-box-shadow:0 0 2px #FFFE00;
}
