@charset "utf-8";
/* CSS Document */
.html{
	height:100%;
}


h3, table{
	padding:0;
	margin:0;
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	/*background-image:url(../images/background.jpg);*/
	/*background-size:cover;*/

	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	line-height:30px;
	margin:0;
	padding:0;
	width: 1000px;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#main{
	width:960px;
	/*height:650px;*/
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	background-color:rgba(203,203,203,0.8);
	/*background-color:#585858;*/
	/*background-image: linear-gradient(#444, #111);*/
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	cursor:default;
}

#header{
	width:960px;
	height:120px;
	background-color:black;
}

#image_logo{
	cursor:pointer;
}

#navi_bar{
	width:960px;
	height:auto;
	/*height:60px;*/
	margin-left:auto;
	margin-right:auto;
}

#image_slider{
	height:350px;
	width:960px;
}

#brand_slider{
	width:960px;
	height:60px;
	margin-top:30px;
	overflow:hidden;
}

#footer{
	width:960px;
	height:40px;
}

#logo{
	width:450px;
	height:120px;
	float:left;
	cursor:pointer;
}

#contact_header{
	width:260px;
	height:60px;
	float:right;
	padding-top:15px;
	color:white;
}

#footer_content{
	width:560px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	padding-top:2px;
}

/* About US Page */
/*//////////////////////////////////////////*/
#body_content{
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0C090A;
	font-weight: 700;
}

#aboutus_content, #service_content, #contactus_content {
	background-color:rgba(203,203,203,0.5);
	/*background-image: linear-gradient(#111, #444);*/
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	line-height:30px;
}

#hire_rental_content{
	background-color:rgba(203,203,203,0.5);
	/*background-image: linear-gradient(#444, #111);*/
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

/*  Sale Webpage */
/*//////////////////////////////////////////*/
#left_panel{
	width:250px;
	float:left;
	margin-top:20px;
}

#right_panel{
	width:700px;
	float:right;
	margin-top:20px;
}

#left_navi{
	padding-bottom:10px;
	margin-left:5px;
}

#left_navi ul{
	list-style:none;
	margin:0;
	padding:0;
	background-color:#FF9900;
	border-radius:5px;
}

#left_navi ul li{
	/*border-bottom:thin;
	border-bottom-color:red;
	border-bottom-width:thin;*/
	/*padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;*/
	font-family:Arial, Helvetica, sans-serif;
	
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:10px !important;
	/*-o-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    user-select: text;*/
}

#left_navi ul li a{
	text-decoration:none;
	color:#444;
}

#left_navi ul li a:hover{
	color:red;
	cursor:pointer;
}

#left_navi_haeder{
	font-size:15px;
}

#right_content{
	width:675px;
	background-color:rgba(203,203,203,0.5);
	margin-left:20px;
	margin-right:5px;
	border-radius:5px;
}

#right_content_heading{
	padding-left:10px;
	background-color:#FF9900;
	padding-top:8px;
	padding-bottom:8px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#rental_info{
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:12px;
	line-height:25px;
	font-weight:bolder;
}

#rental_info ul{
	margin:0;
}

#rental_info ul li{
	font-size:11px;
	font-weight:200;
}

#right_content_heading a{
	text-decoration:none;
}

#right_content_information{
	margin-top:10px;
	width:675px;
	min-height:450px;
	background-color:rgba(203,203,203,0.5);
	margin-bottom:10px;
	height:690px;
	overflow:auto;
	overflow-x: hidden;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}


#main_content{
	width:960px;
	height:100%;
	/*height:100%;*/
	/*min-height:484px;*/
	margin-left:auto;
	margin-right:auto;
}

#contact_map{
	width:100%;
	height:300px;
	border-radius:5px;
}

#contact_form_content{
	width:900px;
	/*height:380px;*/
	/*background-color:rgba(203,203,203,0.5);*/
	margin-top:10px;
	padding:10px;
	border-radius:5px;
}

#left_div{
	width:308px;
	float:left;
	border-width:thin;
	border-right-color:#FF9900;
	border-top-width:0;
	border-left-width:0;
	border-bottom-width:0;
	border-style:solid;
	min-height:560px;
}

#right_div{
	/*width:580px;*/
	margin-left:310px;
	/*height:500px;*/
	min-height:560px;
	padding-left:10px;
}

#info_div{

}


/*  Navigation Bar */
/*//////////////////////////////////////////*/
#menu {
    width: 958px;
    margin: 0 auto;
    border: 1px solid #222;
    background-color: #111;
    background-image: linear-gradient(#444, #111);
	border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
    /*border-radius: 6px;*/
    box-shadow: 0 1px 1px #777;
	padding-left:0;
	padding-right:0;
	list-style:none;
}

#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}

#menu li {
    float:left;
    border-right: 1px solid #222;
    box-shadow: 1px 0 0 #444;
    position: relative;
	z-index:999;
	cursor:default;
}

#menu li .active3{
	color:red;
}

#menu a {
    float: left;
    padding: 12px 24px;
    color: #FFF;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
	cursor:pointer;
}

#menu li:hover > a {
    color:#F00;
}

*html #menu li a:hover { /* IE6 only */
    color: #fafafa;
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;    
    background: #444;   
    background: linear-gradient(#444, #111);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    border-radius: 3px;
    transition: all .2s ease-in-out;
	padding-left:0;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 130px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}


/*Slider Image*/
.slideshow {
  width: 960px;
}

/* styling for the slideshow on the homepage */
ul.slideshow {
  width: 960px;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 960px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;
  background-color:rgba(30,29,30,0.8)
}
 
#slideshow-caption .slideshow-caption-container {
  padding: 30px 25px 0 25px;   
  z-index: 1000;
}
 
#slideshow-caption p {
  padding: 0;
  font: normal 100% 'News Cycle', arial, sans-serif;
  color:#FC3;
  text-shadow: none;
  font-size:18px;
}

#tblForklift tr td{
	cursor:pointer;
	padding:0;
	margin-left:18px;
	margin-right:18px;
	margin-top:20px;
	display:inline-block;
}

#tblForklift tr td:first-child{
	margin-left:25px;
}

#tblForklift tr td:last-child{
	margin-right:25px;
}

#tblForklift tr td p{
	text-align:center;
	margin:0;
	line-height:16px;
	font-size:12px;
}

#tblForklift tr td p:first-of-type{
	margin-top:6px;
}

#part_main{
	text-align:center;
	padding-top:100px;
	/*padding-bottom:100px; */
	position:relative;
	width:960px;
	min-height:500px;
}

#part_main ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

#part_main ul li{
	width:50%;
	margin-left:30px;
}





#part_div{
	position:absolute;
	/*top:10px; 
	left:10px;*/
	width:160px; 
	height:180px;
}

#part_name{
	visibility:hidden;
}

#part_image{
	visibility:hidden;
}

.part_detail{
	/*-o-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    user-select: text;*/
}

.marquee{
	width:1400px;
	height:60px;
	margin-left:-400px;
}

.font_heading{
	color:#D00;
}

.breadcrumb {
  background-color:#F90;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  list-style:none;
  margin:0 0 20px;
  padding:8px 15px;
  color:white;
}

.active{
	color:#F00;
}

.active1{
	color:#F00;
}

.active2{
	color:#444444;
}

.col {
  margin-bottom:2em;
}

.chat {
  margin:0 auto 2em;
  float:left;
  min-width:286px;
  width:40%;
  width:30%;
}

.notes {
  color:#A2A2A2;
  font-family:ff-tisa-web-pro, serif;
  font-size:15px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}

.notes h5 {
  color:#D4D4D4;
  font-family:alternate-gothic-no-1-d, sans-serif;
  font-size:26px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  text-transform:uppercase;
}

.notes p {
  line-height:1.5em;
  margin:0 0 1.75em;
}

.notes {
  clear:both;
  float:right;
  padding-left:5%;
  width:45%;
}

.request {
  clear:both;
  width:100%;
}

.contact_menu{
	margin:0;
	line-height:20px;
}

#part_main ul li{
	text-align:center;
}

#part_main ul li div{
	margin-bottom:18px;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	-webkit-transition: opacity 0.4s ease-in-out;
       -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
         -o-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
}

#part_main ul li div:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.part_name{
	margin-top:10px;
	display:block;
	font-size:14px;
}

.part_package_image{
	float:left;
	margin-left:100px;
}

.part_information{
	margin-left:460px;
	width:400px;
	text-align:left;
}

#package_header{
	background-color:#FF9900;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

#package_header a{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	font-size:20px;
}

.part_information ul{
	list-style-type:none;
	text-align:left;
	padding-left:0;
	margin-top:0;
	margin-bottom:0;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.part_information ul li{
	background-color:#B6B6B4;
	border-width:1px;
	border-style:solid;
}

.part_information ul li:last-child{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.part_information ul li a{
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	font-style:italic;
}

.part_information ul li a:hover{
	color:red;
}

#btnF_Enquiry, #btnP_Enquiry, #btnSubmit{
	background-color:#006DCC; 
	background-image:linear-gradient(#0088CC, #0044CC); 
	background-repeat:repeat no-repeat; 
	border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059); 
	color:#FFFFFF; text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
	-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
	border-bottom-left-radius:4px; 
	border-bottom-right-radius:4px;
	border-style:solid; 
	border-top-left-radius:4px; 
	border-top-right-radius:4px; 
	border-width:1px;
	box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
	cursor:pointer;
	vertical-align:middle; 
	font-size: 15px
}

#enquiry_form input, textarea, select {
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	color:#555555;
	display:inline-block;
	font-size:14px;
	height:20px;
	line-height:20px;
	margin-bottom:10px;
	padding:4px 6px;
	vertical-align:middle;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
	-webkit-transition:border 0.2s linear, box-shadow 0.2s linear;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
	transition:border 0.2s linear, box-shadow 0.2s linear;
  /*-webkit-box-shadow:black 0 0 10px inset;
  -webkit-transition:border 400ms;
  background-color:#151515;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #303030;
  box-shadow:black 0 0 10px inset;
  box-sizing:border-box;
  color:#797979;
  display:block;
  font-family:alternate-gothic-no-1-d, sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  height:34px;
  letter-spacing:0.05em;
  line-height:normal;
  padding:16px;
  text-transform:uppercase;
  transition:border 400ms;
  margin-top:5px;*/
}

select{
	height:30px;
}

.error{
	color:#F00;
	font-size:12px;
}

.content p{
	padding-left:20px;
	padding-right:20px;
	line-height:30px;
}

.forklift_div{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
}

.left_panel{
	width:460px;
	float:left;
}

.right_panel{
	width:460px;
	float:right;
}

.big_image{
	width:430px;
	/*background-color:#FFF;*/
	text-align:center;
}

.big_image img{
	max-width:430px;
	max-height:400px;
}

.small_image{
	width:430px;
}

.small_image table tr td{
	width:100px;
	/*background-color:#FFF;*/
	text-align:center;
	margin-left:8px;
	margin-right:8px;
	display:inline-block;
}

.small_image table tr td:first-child{
	margin-left:0px;
}

.small_image table tr td:last-child{
	margin-right:0px;
}

.right_panel h2
{
	text-decoration:underline;
}

.right_panel table{
	border-spacing:0;
}

.right_panel table tr td{
	width:130px;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
}

.right_panel table tr td:first-child{
	width:130px;
	font-weight:bold;
}

.right_panel table tr td:last-child{
	width:330px;
	font-weight:200;
}

.right_panel table tr:nth-child(odd)
{
	background-color:rgba(255,255,255,0.5)
}

.enquiry_div{
	margin-top:20px;
	text-align:right;
}

.enquiry_div #btnForklift_Enquiry{
	background-color:#006DCC; 
	background-image:linear-gradient(#0088CC, #0044CC); 
	background-repeat:repeat no-repeat; 
	border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059); 
	color:#FFFFFF; text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
	-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
	border-bottom-left-radius:4px; 
	border-bottom-right-radius:4px;
	border-style:solid; 
	border-top-left-radius:4px; 
	border-top-right-radius:4px; 
	border-width:1px;
	box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
	cursor:pointer;
	vertical-align:middle; 
	font-size: 15px
}

#tblParts tr td, #tblAttachment tr td{
	width:217px;
	height:180px;
	background-color:transparent;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	padding:0;
	vertical-align:middle;
}

#tblParts tr td:first-child ,#tblAttachment tr td:first-child{
  margin-left:10px;
}

#tblParts tr td:last-child, #tblAttachment tr td:last-child {
  margin-right:10px;
}


#tblParts tr td img, #tblAttachment tr td img{
	max-height:180px;
	max-width:217px;
}

.facebook-like{
	margin-top:4px;
}

.facebook-like span{
	font-size:10px;
	margin-bottom:-5px;
}

.feature{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.feature div{
	display: inline-block;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.feature div:nth-child(2){
	
}

.feature img{
	max-width: 150px;
}

strong{
	font-size:16px;
}

.enquiry{
	-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
	background-color:#006DCC;
	background-image:linear-gradient(#0088CC, #0044CC);
	background-repeat:repeat-x;
	border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059);
	border-radius:4px;
	border-style:solid;
	border-width:1px;
	box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:15px;
	text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
	vertical-align:middle;
}

