@charset "utf-8";
/* CSS Document */
#subpage_body_results_column
{
	width: 100%;
}
#subpage_left_column {
	text-align:left;
	margin-top:15px;
	float:left;
}
#subpage_context_box
{
	width: 100%;
}
#subpage_context_box_inner {
	padding: 5px 10px 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #ffffff;
}
#subpage_right_column_slot {
	text-align: center;
	float: right;
	width: 301px;
	margin: 10px 20px 10px 10px;
}
#subpage_search_inventory_column
{
	text-align:left;
}
#subpage_quick_link
{
	text-align: left;
	background-image: url("../assets/backgrounds/search_inventory_bg.png");
	background-repeat: repeat-x;
	/*height: 215px;*/
}
#subpage_aboutUs_buttons
{
	text-align: center;
	padding: 8px 10px 0px 10px;
}
#subpage_directions_buttons
{
	text-align: center;
	padding: 0px 10px 0px 10px;
}
#subpage_quick_links_button
{
	text-align: center;
	height: 40px !important;
	width: 100% !important;
	padding-left: 0px !important;
	margin-bottom: 8px;
	margin-top: 4px;
	background-image: url("../assets/buttons/quick_links_btn_bg.png");
	background-repeat: repeat-x;
	font-size: 16px;
	border: 1px solid #AE2E2E;
	font-family: "Trebuchet MS";
	color: #FFF !important;
	text-decoration: none !important;
	display: inline-block;
	line-height: 15px;
	text-transform: uppercase;
}
.subpage_title
{
	width:96%;
	float:left;
	color: rgb(217, 217, 217);
	font-size: 30px;
	font-family: "Trebuchet MS";
	font-weight: 300;
	margin: 30px 10px 5px 20px;
	padding-bottom: 20px;
	background-image:url(../assets/backgrounds/subpage_title_border.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
}
.sub_subtitle
{
	font-size:13px;
	color:#d9d9d9;
	font-weight:700;
	font-family: "Trebuchet MS";
	margin-bottom: 18px;
}
.email
{
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #EFB740 !important;
}
.contact_img
{
	text-align:center;
	margin: 12px 0px 0px 0px;
}
.contact_info
{
	width: 98%;
	line-height: 16px;
	font-weight: 300;
	text-align: left;
	font-size: 12px;
	color:#d9d9d9;
	/*margin-top: 20px;*/
	padding: 0px 10px;
}
.about_us_img
{
	width: 100%;
}
.about_us_img img
{
	border-radius:10px;
}
.sub_subtitle2
{
	font-size: 18px;
	color: #D9D9D9;
	font-weight: 300;
	font-family: "Trebuchet MS";
	margin-bottom: 18px;
	line-height: 20px;
}
.about_us
{
	text-align:center;
}
@media screen and (min-width: 985px) {
#subpage_left_column {
		width: 604px;
		margin: 10px 10px 10px 20px;
	}
}

@media screen and (max-width: 984px) and (min-width: 768px) 
{

#subpage_left_column 
{
		width: 54%;
		margin-top: 10px;
	}
	.about_us_img img 
	{
    	border-radius: 10px;
    	width: 100%;
	}
}
@media screen and (max-width: 767px) and (min-width: 722px) 
{
.subpage_title 
{
    width: 95%;
}
#subpage_left_column 
	{
		width: 50%;
		margin-top: 10px;
	}
	.about_us_img img 
	{
    	border-radius: 10px;
    	width: 100%;
	}
}
@media screen and (max-width: 721px) and (min-width: 325px) 
{
#subpage_right_column_slot 
{
width: 98%;
margin: 0px 10px;
}
.subpage_title 
{
	margin: 10px 10px 5px 20px;
	width: 94%;
}
#subpage_left_column {
		width: 97%;
		margin: 10px;
	}	
	.contact_info 
	{
    	width: 96%;
	}
	.about_us_img img 
	{
    	border-radius: 10px;
    	width: 100%;
	}
}
@media screen and (max-width: 324px) and (min-width: 251px) 
{
	#subpage_body_results_column   /*24th Sept 2015*/
	{
    	width: 95%;
	}
#subpage_right_column_slot 
{
width: 94%;
margin: 10px;
}
.subpage_title 
{
	margin: 10px 10px 5px 20px;
}
#subpage_left_column {
		width: 97%;
		margin: 10px;
	}
	.subpage_title 
{
	background-image: url("../assets/backgrounds/subpage_title_border_mob.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 25px;  /*1st Dec 2015*/
}
.about_us_img img 
	{
    	border-radius: 10px;
    	width: 100%;
	}
}
@media screen and (max-width: 250px)
{
.subpage_title 
{
	margin: 10px 10px 5px 20px;
}
 #subpage_left_column 
 {
	width:100%;
 }
.subpage_title 
{
	background-image: url("../assets/backgrounds/subpage_title_border_mob.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
}
#subpage_right_column_slot 
{
	width: 85%;
}
.contact_img img
{
	width: 100%;	
}
.subpage_title 
{
	width: 88%;
	font-size: 20px;   /*26th Oct 2015 for heavy equipment and result page*/  /*1st Dec 2015*/
}
.about_us_img img 
	{
    	border-radius: 10px;
    	width: 100%;
	}
}

#subpage_context_box_inner li {
    padding: 5px;
}