.gurinder {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#CCCCCC;
	font-style: normal;
	background-position: bottom;
	
}
.inputBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#003399;
	font-style: normal;
	background-position: bottom;
	background-color: #CCCCCC;
	text-decoration: none;
	
}
.Address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#CCCCCC;
	font-style: normal;
	background-position: bottom;
	
}
.indexpage {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#CCCCCC;
	font-style: normal;
	background-position: bottom;
	
}
.Link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.Link1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9933;
	text-decoration: none;
}
.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.MachineModel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #FF9900;
}
.SmallDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
.More {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9933;
	text-decoration: none;
}
.More a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}

	#nav {
		font-family:Trebuchet MS;
		width:565px;
		font-size:13.25px;
		margin:0;
		padding:0;
		background:#808259 url(nav_bg.jpg) 0 0 repeat-x;
		float:left;
		background-color:#e6e6e6;
		
	}
	#nav li {	
		display:inline;
		padding:2;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color:#424242;
		background:#e6e6e6;
		padding:9px 16px 9px 9px;
		float:left;
		width:auto;
		border-right:1px solid #CCCCCC;
		text-decoration:none;
		font:bold 1em/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-shadow: 2px 2px 2px #400;
	}
	#nav a:hover {
		color:#fff;
		background:#0364be;
	}
	#nav li:first-child a {
		border-left:1px solid #CCCCCC;
	}
	
	#about #nav-about a,
	#about #nav-home a   {
		background:#e35a00;
		color:#fff;	
	}
	
	#about #nav-about a:hover,
	#about #nav-home a:hover  {
		background:#E67817;
	}
	#nav a:active {
		background:#0364be;
		color:#fff;
	}
	
