/* HOME PAGE CSS */

#content{
	width:540px;
	position: relative;
	clear: none;
}

#page{
	width:805px;
	background-image:url(../images_root/backgrounds/page.gif);
	text-align:left;
	position: relative;
}

#headline{
	width:520px;
	height:30px;
	padding:19px 0px 0px 20px;
	background-image:url(../images_root/backgrounds/big_button_gradient.jpg);
}


/* BEGIN BIG BUTTONS */

#new_eq{
	float:left;
	margin-left:10px;
	clear: none;
}
#used_eq{
	float:left;
	margin-left:8px;
	margin-right:8px;
	clear: none;
}
#service{
	float:left;
	margin-right:18px;
	clear: none;
}
.big_button{
	height:238px;
	width:140px;
	background-image:url(../images_root/backgrounds/big_button_gradient.jpg);
	margin-top:20px;
	margin-bottom:30px;
	padding:10px 10px 10px 10px;
}
.big_button img{
	margin-bottom:5px;
}

.button_text{
	float:right;
	width:123px;
	line-height:110%;
	font-size:9pt;
}
.button_text strong{
	text-transform:uppercase;
}
a.button_link:link, a.button_link:visited{
	text-decoration:none;
	color:#019587;
}
a.button_link:hover, a.button_link:active{
	text-decoration:none;
	color:#95010F;
}

/*END BIG BUTTONS */


#copy{
	width:485px;
	margin:0px 0px 20px 20px;
}


/* BEGIN RAIL */

#rail{
	width:220px;
	float:right;
	color:white;
	line-height:110%;
	position: relative;
	clear: none;
	padding: 20px 20px 0px 0px;
}
#rail h1{
	color:white;
	display:inline;
	font-size:11pt;
	font-weight:bold;
}
#rail a:link, #rail a:visited{
	color:white;
	text-decoration:none;
}
#rail a:hover, #rail a:active{
	color:#01E0CC;
	text-decoration:none;
}
.rail_arrow{
	margin-right:3px;
}

.facility_pic{
	margin-top:10px;
}

.special{
	width:225px;
	margin-top:12px;
	vertical-align:bottom;
}
.special_pic{
	width:47px;
	position: relative;
}
.special_text{
	width:168px;
	float:right;
	height:34px;
	margin-top:13px;
}

