html,body {
	background-color: #f9f6f6;
	max-height: 100%;
	height: 100%;

}

#Profile_Dlg label {
	display: block;
	font-weight: bold;
}
#Profile_Dlg .note {
	font-size: 90%;
	background-color: #ffff9f;
}

.clear {
	clear: both;
}

#resp {
	font-family: courier;
	margin: 10px;
	padding: 5px;
}
input {
			margin: 1px 1px 8px 0px;
			*margin: 4px;
			padding: 5px 3px;
			*padding: 5px;
			font-size: 110%;
}


label {
	font-family: Arial, Helvetica, sans-serif;
}

div#heading {
	text-align: center;
	margin-bottom: 1em;
}
/*
#mobile_image {
	background: url("../images/mobile.png") no-repeat 5.5em;
	*background:none;
}
#find_image {
	background: url("../images/track.png") no-repeat 5.4em ;
	*background:none;
}*/
div#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-bottom: 10px;
}

p {
	margin: 1em;
}

#ft {
	bottom:0;
	clear:both;
	position: fixed;
	text-align:right;
	width:100%;
	font-style: italic;
}
#ft #track_link{
	text-align:left	;
}

#logo_image {
	text-align: right;
}

#promo {
	float: left;
}

div.phone {
	font-size: 1.6em;
	font-family: 'trebuchet ms';
}

#login {
	background-image: url("../images/login.gif");
	background-repeat: no-repeat;
	padding: 5em 1em;
	margin-top: 4em;
}

.trackorder {
	text-align: right;
	height: 128px;
	width: 128px;
}
 /*
.image_load {
 	top:130px; left:20px;
	height: 128px;
	width: 128px;
	height: 5em;
}
.image_load img{
	display:none;
	*display:block;
}

#title_image_div {


}*/
#title_image{

	max-height: 50%;
	max-width: 50%;
	width: expression(this.width > 400 ? 400: true);
	float: right;
}

a:hover {
	color: #000;
}

.menu {
	margin: 2em 0 0;
	*margin: 3em 0 0;
	padding: 0;
	list-style: none;
}

.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}

.menu a {
	padding: 14px 10px;
	*padding: 15px 60px;

	display: block;
	color: #000000;
	width: 144px;
	*width: auto;
	text-decoration: none;
	font-weight: bold;
	*font-weight: normal;
	background: url(../images/button.gif) no-repeat center center;
}

.menu li em {
	background: url(../images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	*padding: 20px 12px 20px;
	font-style: normal;
	z-index: 2;
	display: none;
}
#service_dialog{
	text-align:left;
}
#service_title {
	font-size: 110%;

}
.service_detail {
	float: left;
	width: 9em;
}
.service_title{
	font-weight: bold;
}
#publish_title {
	font-size: 130%;

}

