@charset "UTF-8";
.bg_footer {
	background-image: url(../images/index/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.caption_lightblue {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #83abe1;
}
.caption {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.bg_white4px {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.padding_bottom_20px {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}.body_padright {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	padding-right: 10px;
}
.body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.bg_line {
	background-image: url(../images/index/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.image_padding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.header {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #002B64;
}
.subheader {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #002B64;
}
.image_border {
	padding: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #002B64;
}



/*******custom styles******/

#mouldboard {
	width:280px;
	height:auto;
	position:relative;
	padding-right:20px;
}

#mouldboard .content {
	width:170px;
	float:left;
	height:auto;
	position:relative;
}

.clear {
	clear:both;
}

table.contact_details tr td {
	font-family:arial;
	font-size:14px;
	color:#333;
	vertical-align:top;
}

/*****slideshow****/

#slideshow {
	position:relative;
  	height:300px;
	width:660px;
	float:left;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


