/* CSS Document */

body {
	margin-top: 15px;
	margin-left: 45px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -105px;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	overflow: visible;
	}
.orangetxt {
	color: #dd4a22;
	font-weight: bold;
	}
.bold {
	font-weight: bold;
	}

.left {
	float: left;
	}
a:link {
	color: #dd4a22;
	text-decoration: none;
}
a:hover {
	color: #b55158;
	text-decoration: none;
}
a:visited {
	color: #dd4a22;
	text-decoration: none;
}
a:visited:hover {
	color:#b55158;
	text-decoration: none;
}

.wrapper {
	width: 2380px;
	position: relative;
	}

#logo {
	float: left;
	width: 115px;
	height: 133px;
	background-image: url(../images/westerham-logo.png);
	background-repeat: no-repeat;
	}
#address {
	float: left;
	height: 123px;
	margin-left: 51px;
	font-weight: bold;
	}
#contact {
	float: left;
	height: 123px;
	margin-left: 86px;
	font-weight: bold;
	}
#header1 {
	float: left;
	clear: both;
	margin-top: 92px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
}
#fivetext {
	clear: both;
	}
#column1 {
	float: left;
	width: 264px;
	height: autopx;
	margin-right: 36px;
	}
#column2 {
	float: left;
	width: 264px;
	height: autopx;
	}
#slider {
	float: left;
	position: absolute;
	height: 480px;
	padding-top: 150px;
	margin-left: 600px;
	margin-top: -267px;
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	/*overflow: auto;*/
}

#slider .prev,
#slider .next {
  overflow: hidden;
  position: fixed;
  top: 225px;
  z-index: 10;
  width: 30px;
  height: 385px;
  cursor: pointer;
  background-color: rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-position: 4px center;
}

#slider .prev {
  left: 0;
  background-image: url(../images/prev.png );
}

#slider .next {
  right: 0;
  background-position: 6px center;
  background-image: url(../images/next.png);
}

#slider img {
	float: left;
}
#clients {
	position: absolute;
	float: left;
	margin-top: -200px;
	margin-left: 3661px;
	width: 220px;
	height: 450px;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #dd4a22;
}
#talk {
	position: absolute;
	float: left;
	margin-top: -200px;
	margin-left: 3896px;
	width: 195px;
	height: 450px;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #dd4a22;
	padding-right: 15px;
}
#iso {
	position: absolute;
	float: left;
	margin-top: -200px;
	margin-left: 4120px;
	width: 250px;
	height: 450px;
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #dd4a22;
	padding-right: 155px;
}
