/*** GENERAL ***/

body p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}

/* Commonly used to style page titles. */
h1 {
	font-size: 30px;
	color: #585345;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 15px;
	padding-top: 15px;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	font-weight: 500;
}
/* 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: #72A525;
}

div.hr {
	height: 15px;
	width: 572px;
	background-attachment: scroll;
	background-color: #43430E;
	background-image: url(res/hrball.gif);
	background-repeat: repeat;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.hr hr {
  display: none;
}

.date{
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
.required {
    color: #3C8F43;
    font-size: 12px;
}
	

/**** LINKS ****/

/* Sets the style for unvisited links. */
a,  a:link {
	color: #73AE3A;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #73AE3A;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #999;
	text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #73AE3A;
	text-decoration: underline;
}
a.footer:link {
	color: #939191;
	text-decoration: none;
	font-size: 13px;
	background-image: url(../res/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
a.footer:visited {
	color: #939191;
	text-decoration: none;
	font-size: 13px;
}
a.footer:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #FFFFFF;
}
a.footer:active {
	color: #939191;
	text-decoration: none;
	font-size: 13px;
}  

a.footer2:link {
	color: #939191;
	text-decoration: none;
	font-size: 13px;
}
a.footer2:visited {
	color: #939191;
	text-decoration: none;
	font-size: 13px;
}
a.footer2:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #FFFFFF;
}
a.footer2:active {
	color: #939191;
	text-decoration: none;
	font-size: 13px;
}  

a.sidelinks:link {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
	display: block;
}
a.sidelinks:visited {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
	display: block;
}
a.sidelinks:hover {
	text-decoration: underline;
	font-size: 15px;
	color: #73AE3A;
	display: block;
}
a.sidelinks:active {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
	display: block;
} 

a.cartlink1:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.cartlink1:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.cartlink1:hover {
	color: #73AE3A;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.cartlink1:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
} 

a.e:link {
	color: #9C9A9A;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.e:visited {
	color: #9C9A9A;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.e:hover {
	color: #3D3937;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.e:active {
	color: #9C9A9A;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
} 


a.f:link {
	color: #3D3937;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.f:visited {
	color: #3D3937;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.f:hover {
	color: #9C9A9A;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.f:active {
	color: #3D3937;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
} 

/* 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: 5px;
	border: 1px solid #DDDDDD;
	/*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
	background: -webkit-linear-gradient(#EEEEEE,#FFFFFF);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
	/*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
	-webkit-box-shadow: 0 0 2px #DDDDDD;
	box-shadow: 0 0 2px #DDDDDD;
	color: #666;

}
input[type="text"]:hover
{
    border:1px solid #cccccc;
}
input[type="text"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}

/* TEXT AREAS */

textarea {
	padding: 5px;
	border: 1px solid #DDDDDD;
	/*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
	background: -webkit-linear-gradient(#EEEEEE,#FFFFFF);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
	/*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
	-webkit-box-shadow: 0 0 2px #DDDDDD;
	box-shadow: 0 0 2px #DDDDDD;
	color: #666;
	width: 80%;
}
textarea:hover
{
    border:1px solid #cccccc;
}
textarea:focus
{
    box-shadow:0 0 2px #FFFE00;
}
