/* CSS Document */
body{
	margin:0px;
	background-color: #EFEFEF;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-image: url('gfx/bgslice.jpg');
}
#backlayer {
	position: relative;
	width: 100%;
	margin-top: 0px;
}
#main{
	position: relative;
	width:	968px;
	height: 710px;
	top:30px;
	background-color:#E3E1E1;
}
#header{
	position: absolute;
	background-image: url('gfx/header-slice.jpg');
	width:	968px;
	height:	135px;
	left:	0px;
	top: 0px;
}
#logo{
	position: absolute;
	left:	25px;
	top:	40px;
}
#flash_area{
	position: absolute;
	height: 97px;
	width: 475px;
	top: 18px;
	left: 265px;
	text-align: left;
	z-index:1;
}
#contact_deets{
	position: absolute;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	line-height: 23px;
	top: 40px;
	right: 40px;
	text-align: left;
}
#language{
	position: absolute;
	top: 10px;
	right: 20px;
}
/* Main Layouts */
#left{
	position: absolute;
	top: 170px;
	left:10px;
	width:221px;
	background-color:#FFFFFF;
}
#left_main{
	position:absolute;
	top:201px;
	left:10px;
	width:221px;
	height:488px;
	background-color:#FFFFFF;
}
#right{
	position:absolute;
	top:170px;
	left:738px;
	width:221px;
	background-color:#FFFFFF;
}
#right_main{
	position:absolute;
	top:201px;
	left:738px;
	width:221px;
	height:488px;
	background-color:#FFFFFF;
}
#content{
	position:absolute;
	top:170px;
	left:240px;
	width:490px;
	background-color:#FFFFFF;
}
#content_main{
	position:absolute;
	top:201px;
	left:240px;
	height:488px;
	width:490px;
	background-color:#FFFFFF;
	line-height:15px;
}
#content_mainNP {
	position:absolute;
	top:201px;
	left:240px;
	height:488px;
	width:490px;
	background-color:#FFFFFF;
	text-align: left;
	font-family: "Verdana";
	font-size: 12px;
	color: Black;
}
#content_main_scroll {
	position:absolute;
	top:201px;
	left:240px;
	height:488px;
	width:490px;
	background-color:#FFFFFF;
	text-align: left;
	font-family: "Verdana";
	font-size: 12px;
	color: Black;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hide; 
}
/* xmas message area in left */
#xmas{
	position:absolute;
	width:205px;
	height:126px;
	left:11px;
	background-image: url('gfx/xmas.jpg');
/*	font-family: "Comic Sans MS", "Comic Sans"; */
	font-weight: bold;
	font-size:12px;
	color:#ff0000;
	text-align: left;
	padding-left: 3px;
	line-height:15px;
}
p.xmas {
	margin: 0px 0px 3px 0px;
}
#navbar{
	position:absolute;
	width:968px;
	height:23px;
	background-color:#BFBEBE;
	top:135px;
	left:0px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #FFFFFF;
}
#comments {
  height:114px;
  padding:0px;
  margin:0px;
  overflow:hidden;
}
.comments {
  height:114px;
  padding:0px;
  text-align:left;
  font-size:11px;
  margin:0px 0px 0px 10px;
  line-height:1.3em;
}
.comwho {
  display:block;
  font-size:10px;
  margin:4px 0px 0px 0px;
  line-height:12px;
}
.comlink, .comlink a {
  color:#000000;
  outline:0 none;
}
a.comlink:hover {
  color:#000080;
}
#registar{
	position:absolute;
	width:196px;
	height:124px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	bottom:20px;
	left:11px;
	background-image: url('gfx/reg-slice.jpg');
}
#regpic{
	width:196px;
	height:124px;
}
#footer{
	position:absolute;
	font-size:10px;
	font-weight:normal;
	top:693px;
	left:10px;
	color:#000000;
	width: 948px;
}
.buttons{
	border-left: 1px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	border-style:solid;
	border-color:#FFFFFF;
}
.last_button{
	border-left: 1px;
	border-right:1px;
	border-top:0px;
	border-bottom:0px;
	border-style:solid;
	border-color:#FFFFFF;
}
.zero_m{
	margin:0px;
}
a.main_links{
	display:	block;
	padding-left:12px;
	padding-right:13px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#605E5E;
	font-size:	11px;
	color:	#FFFFFF;
	text-decoration:none;
	height:13px;
}
a.main_links:hover{
	background-color:	#FF9900;
}
h1{
	font-size:10px;
	font-weight:bold;
	margin-top:	8px;
	margin-bottom:8px;
	margin-left:8px;
	margin-right:8px;
	text-align:left;
}
p{
	font-size:	12px;
	margin:		16px;
	text-align:	left;
}
p.bold{
	font-weight:bold;
}
p.contact{
	margin:1px;
}
.inputs{
	width:	190px;
	background-color:#ECEAEA;
	border-color:#B2B1B1;
	border-style:solid;
	border-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.textareas{
	width:190px;
	height:105px;
	background-color:#ECEAEA;
	border-color:#B2B1B1;
	border-style:solid;
	border-width:1px;
}
.submits{
	background-color:#FFFFFF;
	border-color:#B2B1B1;
	border-style:solid;
	border-width:1px;
	color:#000000;
	font-size:10px;
	padding:1px;
}
.reglink{
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.links{
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.links:hover{
	color:orange;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2{
	font-size:11px;
	text-align:left;
	margin-left:12px;
	margin-top:12px;
	margin-bottom:0px;
	text-decoration:underline;
}
.title_links{
	color:#000000;
}
.title_links:hover {
	color:#FF9900;
}
.p_links{
	color:#000000;
	text-decoration:none;
}
h5 {
	margin-top: 15px;
	margin-left: 15px;
	text-align: left;
}
p.content {
	margin-left: 15px;
	font-family: "Verdana";
	font-size: 12px;
	color: Black;
}
p.mactype {
	margin-left: 125px;
	line-height: 0px;
	font-family: "Verdana";
	font-size: 12px;
	color: Black;
}
p.weightfrom {
	margin-left: 310px;
	line-height: 0px;
	font-family: "Verdana";
	font-size: 10px;
	color: Black;
}
ul.n_pavers {
	line-height: 16px;
	margin-left: 200px;
	margin-top: 0px;
	text-align: left;
}
ul.n_paverinfo {
	line-height: 16px;
	margin-left: 30px;
	text-align: left;
}
ul.u_pavers {
	line-height: 16px;
	margin-left: 200px;
	text-align: left;
}
.contentlinks {
	color: Blue;
}
#paverspic {
	position: absolute;
	width: 150px;
	height: 100px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	top: 15px;
	left: 320px;
}
.piclink {
	border-style: none;
	cursor:pointer;
}
.newpiclink {
	border-style: none;
	width:150px;
	height:100px;
}
/* Products & services */
#spares {
	position: absolute;
	width: 255px;
	top: 15px;
	left: 220px;
	font-family: "Verdana";
	font-size: 11px;
	text-align:left;
}
#spareshead {
	position: absolute;
	left: 10px;
	top: 45px;
}
#sppic {
	position: absolute;
	top: 45px;
	left: 100px;
	height: 80px;
	width: 100px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
#overhauls {
	position: absolute;
	width: 255px;
	top: 145px;
	left: 220px;
	font-family: "Verdana";
	font-size: 11px;
	text-align:left;
}
#overhaulshead {
	position: absolute;
	left: 10px;
	top: 175px;
}
#opic {
	position: absolute;
	top: 175px;
	left: 100px;
	height: 80px;
	width: 100px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
#services {
	position: absolute;
	width: 255px;
	top: 275px;
	left: 220px;
	font-family: "Verdana";
	font-size: 11px;
	text-align:left;
}
#serviceshead {
	position: absolute;
	left: 10px;
	top: 305px;
}
#sepic {
	position: absolute;
	top: 305px;
	left: 100px;
	height: 80px;
	width: 100px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
h5.pns {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
/* Spares */
#sparepic1 {
	position: absolute;
	width: 145px;
	height: 100px;
	left: 10px;
	top: 50px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
#sparepic1label {
	position: absolute;
	width: 145px;
	left: 10px;
	top: 155px;
}
#sparepic2 {
	position: absolute;
	width: 145px;
	height: 100px;
	left: 171px;
	top: 50px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
#sparepic2label {
	position: absolute;
	width: 145px;
	left: 171px;
	top: 155px;
}
#sparepic3 {
	position: absolute;
	width: 145px;
	height: 100px;
	left: 332px;
	top: 50px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
#sparepic3label {
	position: absolute;
	width: 145px;
	left: 332px;
	top: 155px;
}
#sparepic4 {
	position: absolute;
	width: 145px;
	height: 100px;
	left: 10px;
	top: 190px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
#sparepic4label {
	position: absolute;
	width: 145px;
	left: 10px;
	top: 295px;
}
#sparepic5 {
	position: absolute;
	width: 145px;
	height: 100px;
	left: 171px;
	top: 190px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
#sparepic5label {
	position: absolute;
	width: 145px;
	left: 171px;
	top: 295px;
}
#sparepic6 {
	position: absolute;
	width: 145px;
	height: 100px;
	left: 332px;
	top: 190px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
#sparepic6label {
	position: absolute;
	width: 145px;
	left: 332px;
	top: 295px;
}
#pagemove {
	position: absolute;
	left: 220px;
	top: 325px;
}
/* Spares 2 */
#sparepictwo1label {
	position: absolute;
	left: 28px;
	top: 155px;
}
#page2move {
	position: absolute;
	left: 205px;
	top: 250px;
}
/* Contact */
#contaddress {
	position: absolute;
	font-size: 14px;
	left: 25px;
	top: 25px;
	text-align: left;
	font-weight: bold;
}
#contdetail {
	position: absolute;
	font-size: 14px;
	left: 240px;
	top: 25px;
	text-align: left;
	font-weight: bold;
}
#contposition {
	position: absolute;
	font-size: 12px;
	left: 25px;
	top: 210px;
	text-align: left;
	font-weight: bold;
}
#contname {
	position: absolute;
	font-size: 12px;
	left: 230px;
	top: 210px;
	text-align: left;
	font-weight: bold;
}
#contphone {
	position: absolute;
	font-size: 12px;
	left: 330px;
	top: 210px;
	text-align: left;
	font-weight: bold;
}
a.cont {
	font-family: "Verdana";
	font-size: 12px;
	color: Black;
}
p.cont {
	font-family: "Verdana";
	font-size: 12px;
	color: Black;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* CMS Used Equipment */
.used_list {
	position: relative;
	width: 470px;
	height: 90px;	
}
#pichead {
	position: absolute;
	width: 100px;
	height: 15px;
	left: 15px;
	top: 10px;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}
.picture {
	position: absolute;
	width: 100px;
	height: 70px;
	left: 10px;
	top: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}
#manhead {
	position: absolute;
	width: 85px;
	height: 15px;
	left: 115px;
	top: 10px;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}
.man {
	position: absolute;
	width: 85px;
	height: 20px;
	left: 115px;
	top: 0px;
	text-align:center;
}
#modhead {
	position: absolute;
	width: 50px;
	height: 15px;
	left: 200px;
	top: 10px;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}
.model {
	position: absolute;
	width: 50px;
	height: 20px;
	left: 200px;
	top: 0px;
	text-align:center;
}
#deshead {
	position: absolute;
	width: 210px;
	height: 15px;
	left: 260px;
	top: 10px;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}
.des {
	position: relative;
	width: 210px;
	height: 70px;
	left: 260px;
	top: 0px;
}
h5.equip {
	margin-top: 5px;
	margin-left: 15px;
}
#paverspicA {
	position: absolute;
	width: 150px;
	height: 100px;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	top: 60px;
	left: 320px;
}
p.cs {
	font-weight: Bold;
	font-size: 16px;
	margin-left: 180px;
	margin-top: 140px;
}
p.center{
	font-size:	11px;
	margin:		12px;
	text-align:	center;
}
#previous{
	position:absolute;
	bottom:2px;
	left:125px;
}
#next{
	position:absolute;
	bottom:2px;
	left:250px;
}
.footlinks {
	font-size: 10px;
	color: Black;
}
P.boxes{
	font-size:	11px;
	margin:		0px;
	text-align: left;
}
ul.services {
	margin-left: 40px;
	font-size: 11px;
	text-align:left;
}
a.contONE {
	font-family: "Verdana";
	font-size: 10px;
	color: Black;
	font-weight: Bold;
}
#pagemove2 {
	position: absolute;
	left: 175px;
	top: 320px;
}
.LEFTLINKS {
	color: Black;
	font-weight: Bold;
}
/*   span {
	font-weight: bold;
	text-decoration: underline;  */
}
h2.pavemac {
	text-decoration: none;
}
.machinetable {
  position: relative;
  margin-left: 30px;
  width: 450px;
  text-align: left;
}
.heada {
  position: absolute;
  left: 0px;
  text-decoration: underline;
}
.headb {
  position: relative;
  left: 200px;
  text-decoration: underline;
}
.cola {
  position: absolute;
  left: 0px;
}
.colb {
  position: absolute;
  left: 80px;
}
.colc {
  position: absolute;
  left: 200px;
}
.cold {
  position: relative;
  left: 320px;
}
/* News Pages */
#news_box {
	position: relative;
	width: 465px;
	min-height: 120px;
	margin-left:5px;
	line-height:15px;
}
#news_pic {
  float:left;
	width: 125px;
	height: 90px;
	border: solid 1px black;
	margin:3px 8px 3px 0px;
}
/* Motorspray Equipment */
#motor_list {
	position: relative;
	width: 470px;
	height: 100px;
}
#motor_img {
	position: absolute;
	width: 100px;
	height: 70px;
	left: 10px;
	top: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}
#motor_price {
	position: absolute;
	width: 60px;
	height: 70px;
	left: 120px;
	top: 0px;
}
/* removed price - width:290px; left:180px; */
#motor_model {
	position: absolute;
	width: 350px;
	height: 20px;
	left: 120px;
	top: 0px;
}
#motor_des {
	position: relative;
	width: 350px;
	height: 85px;
	left: 120px;
	top: 15px;
}
/* Equipment list */
#equip_list {
	position: relative;
	width: 470px;
	height: 100px;
}
#equip_img {
	position: absolute;
	width: 100px;
	height: 70px;
	left: 10px;
	top: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}
#equip_price {
	position: absolute;
	width: 60px;
	height: 70px;
	left: 120px;
	top: 0px;
}
/* removed price - width:290px; left:180px; */
#equip_partno {
	position: absolute;
	width: 350px;
	height: 20px;
	left: 120px;
	top: 0px;
}
#equip_des {
	position: relative;
	width: 350px;
	height: 85px;
	left: 120px;
	top: 15px;
}
p.zm {
	margin: 0px;
}
#content_img {
	position:absolute;
	z-index: 2;
	top:135px;
	left:240px;
	height:553px;
	width:720px;
	background-color:#FFFFFF;
}
#navbar_img{
	position:absolute;
	width:240px;
	height:23px;
	background-color:#BFBEBE;
	top:135px;
	left:0px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #FFFFFF;
}
.images {
	width: 340px;
	height: 255px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	margin: 5px;
	margin-top: 10px;
}
#img_prev_next{
	position:absolute;
	width:220px;
	left:10px;
	top:460px;
	z-index: 2;
}
#img_prev{
	position:absolute;
	left:0px;
}
#img_next{
	position:absolute;
	right:0px;
}
/* Hotbox Equipment */
#hotbox_list {
	position: relative;
	width: 470px;
	height: 90px;
}
#hotbox_img {
	position: absolute;
	width: 100px;
	height: 70px;
	left: 10px;
	top: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}
#hotbox_model {
	position: absolute;
	width: 350px;
	height: 20px;
	left: 120px;
	top: 0px;
}
#hotbox_des {
	position: relative;
	width: 350px;
	height: 70px;
	left: 120px;
	top: 15px;
}
/* New Ammann Pavers */
#ammann_list {
	position: relative;
	width: 470px;
	height: 110px;
}
#ammann_pic {
	position: absolute;
	width: 100px;
	height: 70px;
	left: 10px;
	top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}
#ammann_head {
	position: absolute;
	width: 350px;
	height: 15px;
	left: 120px;
	top: 0px;
  font-size:10px;
}
#ammann_des {
	position: absolute;
	width: 350px;
	height: 70px;
	left: 120px;
	top: 15px;
	font-size:10px;
}
.info {
  float:left;
  margin: 1px;
	border-style: none;
}
.infolink {
  font-size:10px;
  margin: 0px;
}
#webshop {
	position: absolute;
	top: 159px;
}
#val_con {
  display:none;
}
a.vac {
  font-weight:bold;
	color:#000000;
	text-decoration:none;
	outline:0 none;
}
a.vac:hover {
	text-decoration:underline;
}
.tight {
  margin:12px 5px 3px 10px; 
}
.none {
  border:none 0;
  outline:none 0;
}
a.none {
  text-decoration:none;
  color:#000000;
}
#content_x{
	position:absolute;
	top:170px;
	left:240px;
	width:720px;
	background-color:#FFFFFF;
}
#content_main_x {
	position:absolute;
	top:201px;
	left:240px;
	height:488px;
	width:720px;
	background-color:#FFFFFF;
	text-align: left;
	font-family: "Verdana";
	font-size: 12px;
	color: Black;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hide; 
}
.darkenBackground {
  background-color:rgb(0, 0, 0);
  opacity:0.7;
  -moz-opacity:0.70;
  filter:alpha(opacity=70); 
  z-index:10;
  height:100%;
  width:100%;
  background-repeat:repeat;
  position:fixed;
  top:0px;
  left:0px;
}
#imageBox {
  position:absolute;
  width:640px;
  height:480px;
  visibility:hidden;
  z-index:20;
  color: #808080;
  padding:2px 0px 4px 0px;
}
#imageInfo {
  background:#ffffff;
  padding:6px;
}
.close {
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
  padding:0px;
  margin:0px;
  cursor:pointer;
}
/* Slides Box */
#slidesBox {
  position:absolute;
  width:910px;
  height:600px;
  visibility:hidden;
  z-index:20;
  color: #808080;
  padding:0px 0px 0px 0px;
}
.slides {
  font-size:0.8em;
  cursor:pointer;
  float:right;
}
