/*
-----------------------------------------------
Basic styles
----------------------------------------------- */

html { height:100%; }
body {
  min-height:101%;
  margin:0;
  padding: 0 0 0 0;
  color: #777;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  text-align: left;
  behavior:url(../../incs/csshover.htc) !important;
}

body.announce {
		padding:  30px 0 0 0;
		
	}
	
	#announce p{
		background: #AA2424;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		position: fixed;
		top: 0px;
		width:  1001px;
		height:  30px;
		line-height: 30px;
		vertical-align: middle;
		z-index: 10000;
		white-space: pre;
	}

em, i {
   font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* Set Up
----------------------------------------------- */
img { border: 0; }

.clear { clear:both; }
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


.clear-left {
	clear: left;
}

.clear-right {
	clear: left;
}

.inline {
	display: inline;
	float: left;
	margin-right: 2.0em !important;
	}
	.inline img {
		margin: 0.5em 0;
	}

.left {
	float: left;
	}
	img.left {
		float: left;
		margin: 0 1.5em 1.0em 0;
	}

.right {
	float: right;
	}
	img.right {
		float: right;
		margin: 0 0 1.0em 1.5em;
	}
	.image.right {
		float: right;
		margin: 0 0 1.0em 1.5em;
		}
		.image.right em {
			display: block;
			margin: 0 0 0 0;
			background: #eee;
			padding: 5px 3px 5px 6px;	
		}	

.top-space {
	margin-top: 1.8em !important;
}
	
.top-space-2 {
	margin-top: 2.0em !important;
}

.top-space-3 {
	margin-top: 3.0em !important;
}

.top-space-4 {
	margin-top: 4.0em !important;
}

.top-space-5 {
	margin-top: 5.0em !important;
}

.top-space-6 {
	margin-top: 6.0em !important;
}

.left-space-1 {
	margin-left: 1.0em;
}
.left-space-2 {
	margin-left: 2.0em;
}
.left-space-3 {
	margin-left: 3.0em;
}
.left-space-4 {
	margin-left: 4.0em;
}
.left-space-5 {
	margin-left: 5.0em;
}

.smalltext {
	color: #aaa;
	font-size: 0.8em;
	font-weight: normal;
	}
	fieldset .smalltext {
		margin-top: 0.5em;
		display: block;
		}
		fieldset label .smalltext {
			display: inline;
		}

acronym {
	cursor: help;
}

.sup {
	vertical-align: super;
	font-size: 0.7em;
}


/* Links
----------------------------------------------- */
a { color: #00502f; text-decoration: none; font-weight: normal; }
a:link { color: #00502f; text-decoration: none;}
a:visited { color: #00502f; }
a:hover { color: #777; text-decoration: underline;}
a:active { color: #00502f; text-decoration: none;}

	#footer a {
		color: #888 !important;
	}

/* Accessibility
----------------------------------------------- */
.accessibility { display: none; }
#access { position:absolute; top:-1000em; }
.hide { display: none; }
.hide2 { top:-1000em; }

div#print {
	display: none;
}


/* Lists
----------------------------------------------- */

	
ol {
	*
	}
	ol li {
		padding: 2px 0 4px 2px;
	}
	
ul {
	margin: 0 0 0 0;
	padding: 0;
	}
	ul li {
		list-style: none;
		margin: 0.4em 0 0 0.6em !important;
		padding: 0 0 0 15px;
		background: url(../../images/structural/bullet.gif) center left no-repeat;
	}
	ul#list li {
		background: url(../../images/structural/bullet_news.gif) top left no-repeat;
		margin-bottom: 0.8em !important;
	}
#rightcol ul {
	margin: 0.4em 0 0.8em 0;
}

ul.plain li {
	background: none !important;
	list-style: none;
	padding-left: 0 !important;
	margin-left: 0 !important;
}	
	

/* Forms
----------------------------------------------- */
form {
	margin: 0;
	padding: 0 0 0 0;
	}

fieldset {
	border: 0;
	padding: 0 0 10px 10px;
	margin: 0.5em 0 2.0em 0;
	background: #fafafa;
	border: 1px solid #eee;
	}

select option {
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-left: 4px solid #fff;
	}
	select option {
		border-bottom: 1px dotted #ddd;
		}
		select option:hover {
			background: #fff !important;
			border-left: 4px solid #014423;
		}		
		select option.null {
			background: #ddd;
			border-left: 4px solid #ddd;
			}
			select option.null:hover {
				border-left: 4px solid #ddd;
			}
		

form .form-file {
	width: 300px;
	max-width: 300px;	
}

.formcontainer {
	width: 450px;
}

legend {
	font-weight: normal;
	color: #bbb;
	padding: 0;
	font-size: 1.2em;
}


	textarea {
		margin: 0.2em 0;
		padding: 3px;
		color: #555;
		border: 1px solid #ddd;
		font: 90% Verdana,Arial,Helvetica,Sans-serif;
		line-height: 150%;
	}
	input.terms {
		float: none;
		margin: 0.8em 0 0;
	}
	
	.sendbutton {
		display: block;
		float: right;
		z-index: 2000;
	}

label {
	display: block;
	padding: 8px 4px 2px 0;
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	}
	form.property label {
		width: 105px;
	}
	
	form.search label {
		width: 85px;
}

.textarea, input, select {
  font-size: 1.1em;
  border: 1px solid #ddd;
  padding: 2px;
  color: #555;
	}
	input:focus, textarea:focus {
		border: 1px solid #eee;
	}
	input.submit {
		border: 0;
		padding: 0;
		cursor: pointer;
	}
	
input#button-login:hover, p.sendbutton input:hover, #button:hover {
	background: #014423 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
}

input#button-login, p.sendbutton input, #button {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #DDDDDD !important;
	color: #014423;
	cursor: pointer;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	padding: 5px;
}


p.counter {
	margin: -0.5em 0 8.0em 20.6em;
	padding-bottom: 10px;
	width: 113px !important;
	font-size: 0.9em;
	}
	p.counter span {
		display: inline;
		float: left;
		margin-right: 0.2em;
	}
	input.counter {
		display: inline;
		float: left;
		background: none;
		border: 0;
		padding: 0;
		/*width: 30px;*/
		color: #fff;
		font-size: 0.9em;
		margin-top: 0.2em;
	}
	form.content p.counter {
		margin-left: 12.3em;
	}
	
/*** Select group ***/

optgroup {
	background: #eee;
	padding: 2px;
	}
	optgroup option {
		background: #fafafa;
		border-bottom: 1px solid #eee;
		padding: 2px 2px 2px 10px;
		}

		
/*** File upload ***/		
		
span#MultiFile1_wrap_labels {
	display: block;
	margin: 0.3em 0 0.6em 0;
}
	span#MultiFile1_wrap_labels div a {
		background: url(../../images/structural/delete.png) top left no-repeat;
		padding-left: 14px;
		font-size: 0.9em;
		color: #CF1D00;
	}
	
	
/*** Date picker ***/
	
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../../images/structural/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}	

	
/* >>> TABLES <<< */
	
table {
	width: 100%;
	background: #fff;
	margin: 0 !important;
	}
	table.images {
		width: 330px !important;
		}
		table.images td {
			vertical-align: middle !important;
		}

table.results {
	font-size: 0.9em;
	}
	table.results a {
		color: #fff !important;
	}
	table.results .fieldname {
		font-weight: bold;
	}
	table.results tr {
		background: #C50007;
		border-bottom: 5px solid #eee;
		}
		table.results thead tr {
			background: #DFA200;
		}
		table.results tr:hover {
			background: #DFA200;
			}
			table.results thead tr:hover {
				background: #DFA200;
			}
	table.results td, table.results th {
		vertical-align: top;
		padding: 6px;
	}
	table.results img.photo {
		border: 1px solid #aaa;
		padding: 4px;
		}
		table.results a.photo {
			text-decoration: none !important;
		}

/* >>> Messages <<< */

p.error {
	margin-top: 0.5em;
	color: #AF0A0A;
	line-height: 130%;
}

.error {
	color: #fff;
	font-weight: bold;
}

label.error {
	color: #AF0A0A;
	background: transparent url(../../images/structural/error.gif) no-repeat scroll left bottom;
	padding-left: 15px !important;
}

.message, .confirm {
	color: #007700;
}

table.mytable {
	width: 80%;
	background: #DFA200;
}

.style1 {font-weight: bold}


/* >>> Contact Form <<< */

form#enquiryform {
	width: 500px;
	}
	form#enquiryform table {
		background: none;
	}
	form#enquiryform p {
		width: 120px;
		margin: 0 !important;
		line-height: 110% !important;
	}
	
form#quote fieldset {
	width: 520px;
}

form#quote legend {
	background: #DF430D;
}

form#quote label {
	width: 220px !important;
	}
	form#quote label span {
		font-size: 0.9em;
		font-weight: normal;
		line-height: 90%;
}
form#quote select.product {
	margin-top: 0.4em;
}
