*{
	margin:0px;
	padding:0px;
}
a{
	text-decoration: none;
	}
a:hover
{
	text-decoration: underline;
	}	
body  {
	font: 100% tahoma, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:15px;
} 
.twoColFixLtHdr #header { 
	background-image:url(../images/topsection.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:271px;
	width:775px;	
	position:relative;	
} 
.twoColFixLtHdr #header h1 {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height:104px;
	width:287px;
	margin: 39px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-9999;
	position:absolute;
	top:20px;
	right:0px;
	display:inline;
}

.twoColFixLtHdr #header ul{
	list-style:none;
	background-image:url(../images/menubg.jpg);
	background-repeat:no-repeat;
	line-height:30px;
	width:723px;
	float:left;
	position:absolute;
	left:25px;
	margin-top:30px;	
}
.twoColFixLtHdr #header ul li{
	list-style:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	padding-left:30px;
	padding-right:30px;
	border-right:#FFFFFF solid 1px;
}
.twoColFixLtHdr #header a{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.twoColFixLtHdr #header a:hover{	
	color:#CC6600 !important;
}
.twoColFixLtHdr .belowheader{
	margin:40px 75px 0 75px;
	font-size:12px;
}
.twoColFixLtHdr #sidebar1 {
	background-image:url(../images/leftbot.jpg);
	background-repeat:no-repeat;
	background-color:#4D4D4D;
	background-position:bottom;
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:30px;
	margin-left:22px;
	*margin-left:12px;
	padding: 0;
	
}
.twoColFixLtHdr #sidebar1 h3{
	background-image:url(../images/lefttop.jpg);
	background-repeat:no-repeat;
	line-height:35px;
	text-align:center;
	font-size:12px;
}
.twoColFixLtHdr #sidebar1 img{
	margin:12px 25px 5px 30px;
	border:0;
}
.twoColFixLtHdr #sidebar1 a{
text-align:center;
color:#FFFFFF;
text-decoration:none;
outline:none;

}
.twoColFixLtHdr #sidebar1 a:hover{
color:#FA8825;
text-decoration:underline;

}
.twoColFixLtHdr #mainContent { 
	background-image:url(../images/contentbot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:520px;
	margin: 30px 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#DCDCDC;	
	padding-bottom :15px;
	
	
}
.twoColFixLtHdr #mainContent p{
	padding:5px 10px;
	font-size:13px;
	line-height:15px;
}

.twoColFixLtHdr #mainContent h1{
	background-image:url(../images/contenttop_1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:5px;
	color:#FFFFFF;
	font-size:12px;
	line-height:30px;
	
} 
.twoColFixLtHdr #footer { 
	background-image:url(../images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#000000;
	color:#9b8975;
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;	
}
.twoColFixLtHdr #footer a{
	color:#9b8975;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 p{
text-align:center;
color:#FFFFFF;

}
#sidebar1 img {
margin-top:10px;
}
#mainContent ul {
padding:0;
margin:0px 0 0 40px;
}
#mainContent ul li {
font-size:13px;
list-style:disc;
padding-top:3px;

}

#mainContent #featured_services{
	margin:0;
	padding:0;
	margin-top:20px;
	margin-left:5px;
	overflow:auto;
}
ul#featured_services li{
	list-style:none;
	border-right:dotted 1px #999999;
	padding-right:5px;
	padding-left:5px;
	float:left;
	
	
}

ul#featured_services li span{
	border:#FFFFFF solid 3px;
	display:block;
	/*width:152px;*/
}
.last{
	border:none !important;
}
ul#featured_services li p{
	margin-top:-18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px !important;
}

#queryform{
	padding:25px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#queryform label{
float:left;
padding-right:10px;
text-align:right;
width:134px;
margin:10px 0;
	
}
#queryform input{
	margin:10px 0;
	
}
#queryform #submit{
	margin-left:192px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#businessfrm{
	padding:25px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#businessfrm label{
	float:left;
	padding-right:10px;
	text-align:right;
	width:220px;
	margin:10px 0;
	
}
#businessfrm input{
	margin:10px 0;
	
}
#businessfrm #submit{
	margin-left:192px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.ptracker h5{
margin-left:26px;
}
#featured_services li span  img{
	border:0px;
}
#featured_services li p {
	text-align:center;
}

#featured_services li p a{

	color:#000000;
	text-decoration:none;
}
#featured_services li p a:hover{
	text-decoration:underline;
}
#heavyind{
	text-align:center;
	margin-top:20px;
	margin-left:20px;
}
.heavyequp1{
	margin-top:20px;
 	margin-left:20px;
}
.heavyequp2{
	margin-left:237px;
}
.heavy_eqp3{
	margin-left:100px;
}
#essential{
	margin-top:10px;
	margin-left:20px;
}
#schoolbus{
	margin-left:124px;
}
#services{
	margin-left:174px;
}
#servicevx{
	margin-top:-178px !important;
	margin-left:24px !important;
	width:155px;
}
#service1{
 	margin-left:-19px;
}
.homelink{
	text-align:right;
	text-decoration:none;
 	margin-left:300px;
	color:#FFF;
	width:10px;
	
}
#taxihomelink{
	text-decoration:none;
 	margin-left:371px;
	color:#FFF;
	
	
}
.jcbhomelink{
	text-decoration:none;
	color:#FFF;
	margin-left:371px;
}
#schoolhomelink{
	text-align:right;
	text-decoration:none;
 	margin-left:400px;
	color:#FFF;
	width:10px;
	
}
#familyhomelink{
	text-align:right;
	text-decoration:none;
 	margin-left:321px;
	color:#FFF;
	width:10px;
}
#ptraking{
	margin-left:-2px;
	margin-top:-200px;
	width:225px;
}
#ptraking_heavyt{
	margin-left:12px;
}
#pt_hevy{
	margin-left:134px;
	margin-top:-106px;
}


#pt_vevy1 {
	margin-top:58px;
}
#jcb_heveqp1{
	margin-left:7px;
}
#heavyequp_1{
	margin-left:392px;
	margin-top:-158px;
}
#heavyequp_2{
	margin-left:19px;
}
#heavyequp_3{
	/*margin-left:191px;
	margin-top:-105px;*/
	margin-left:99px;
	margin-top:-55px;
}
#heavyequp_4{
	margin-left:19px;
}
#heavyequp_5{
	margin-left:130px;
	margin-top:-75px;
}
#klogin{
	margin-left:480px;
	padding-top:205px;
}

#txlogin{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff6633;
	margin-left:20px;
	margin-top:-21px;
}
#kiranlogin{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff6633;
	margin-left:123px;
	margin-top:-12px;
}
.tabletr{
	
	background-color:#CCC;
}
.tabletr1{
	
	background-color:#666;
}
.tabletr2{
	
	background-color:#CCC;
}
.twoColFixLtHdr #mainContent h1 a{
	text-decoration:none;
	color:#000;
}
.lnkhome{
	display:inline;
	margin-left:460px;
	
}
.lnkhome a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none !important;
}
.sch1{
	padding-left:20px;
	padding-top:10px;
}
#sch11{
	margin-left:109px;
	margin-top:-118px;
}
#sch111{
	margin-left:109px;
	margin-top:-4px;
}
#ch2{
	margin-left:126px;
	margin-top:-113px;
}
#ch3{
margin-left:125px;
margin-top:-115px;
}
#ch33{
	margin-left:126px;
	margin-top:13px;
}
.sch13{
	margin-left:125px;
	margin-top:98px;
}
#chlast{
	margin-top:169px;
}
#sch4{
	margin-left:291px;
	margin-top:-3px;
}
#sch5{
margin-top:-93px;
}
#overvew{
	margin-top:20px;
}
#overlnkhome a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none !important;
	margin-left:420px;
}
#whtlnkhome{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none !important;
	margin-left:420px;
}
#sidebar1 .readmore{
	color:#F00;
	padding-left:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#add{
	margin-left:54px;
}
#hinditxt{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-left:645px;
	padding-right:19px;
	padding-top:15px;
	width:102px;
}
.belowheader a{
	text-decoration:none;
	outline:none;
}
.belowheader a:hover{
	color:#F60;
	text-decoration:underline;
}
#tutorial a{
	color:#F60;
	text-decoration:underline;
}
#vinaykimg{
	padding-left:10px;
}
#googleid{
 padding-left:130px;

}
#mlogin{
	margin-left:450px;
	margin-top:-25px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#000000 !important;
}
.black, a.black
{
color:#000000 !important;
}