/*
-----------------------------------------------------------------------------
Content Layout
-----------------------------------------------------------------------------*/
.two-column .col {
	margin-right:5%;
	width:41%;
}
.col {
	float:left;
	padding:3%;
}
.end {
	margin:0px !important;
}
.divider {
	border-right:1px solid #CCC;
}
h1 {
	margin-bottom:8px;
	font-weight:normal;
	font-size:16px;
}
/*
-----------------------------------------------------------------------------
Content Styles
-----------------------------------------------------------------------------*/
.no-link {
	color:#000 !important;
	text-decoration:none !important;
}
.no-link:hover {
	color:#ff5a00 !important;
}
/*
-----------------------------------------------------------------------------
Product Listings
-----------------------------------------------------------------------------*/
.sub-categories-top {
	position:absolute;
	top:0px;
	left:0px;
	width:566px;
	height:6px;
	background-image:url(../images/backgrounds/sub_categories_top.png);
	background-repeat:no-repeat;
	font-size:0px;
}
.sub-categories-bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	width:566px;
	height:6px;
	background-image:url(../images/backgrounds/sub_categories_bottom.png);
	background-repeat:no-repeat;
	font-size:0px;
}
.sub-categories {
	position:relative;
	float:left;
	width:525px;
	border-right:1px solid #c2c2c2;
	padding:20px;
	margin-bottom:15px;
	background-color:#f8f8f8;
	background-position:bottom;
	background-repeat:repeat-x;
}
.sub-categories ul {
	float:left;
	width:50%;
}
.sub-categories li {
	list-style:none;
}
.sub-categories a {
	color:#000;
	text-decoration:none;
}
.sub-categories a:hover {
	color:#ff5a00;
}
.home-product-col {
	position:relative;
	float:left;
	width:185px;
	margin-left: 10px;
	margin-top: 5px;
	font-size:11px;
	font-weight:bold;
}
.home-product-col h2 {
	padding-top:3px;
	padding-bottom:10px;
	font-size:17px;
	font-weight:normal;
	color:#ff5a00;
}
.home-product-col ul {
	margin:8px 0px 0px 15px;
}
.home-product-col ul li {
	line-height:1.33;
	list-style:circle;
}
.home-product-col ul li span {
	font-size:11px;
	font-weight:normal;
}
.home-product-col ul li a {
	text-decoration:none;
	color:#000;
}
.home-product-col ul li a:hover {
	text-decoration:underline;
}
#home-content {
	position:relative;
	width:570px;
	float:left;
}
#home-content hr {
	margin-bottom:5px;
	border-left:#999;
	border-top:#999;
}
#home-content h2, .orange {
	font-weight:normal;
	color:#ff5a00;
}
#home-content h2 {
	font-size:17px;
}
#home-video-features {
	position:relative;
	top:-15px;
	left: 10px;
}
#home-about-us {
	clear:both;
	float:left;
	width: 248px;
	padding-right:21px;
	padding-top: 5px;
	line-height: 20px;
}
#home-about-us p {
	margin-top: 10px;
}
.equipment-hire-button {
	margin:10px;
	float:left;
}
.item {
	position:relative;
	float:left;
	clear:both;
	margin-bottom:15px;
	width:566px;
	height:188px;
	background-image:url(../images/backgrounds/item.png);
	background-repeat:no-repeat;
	background-position:0px 25px;
}
.item .image {
	position:relative;
	float:left;
	width:213px;
	height:161px;
	margin:14px 0px 0px 1px;
}
.item .image img {
	position:absolute;
	left:11px;
	bottom:23px;
}
.item .details {
	position:relative;
	float:left;
	width:311px;
	height:91px;
	padding:10px 15px;
	margin:5px 0px 0px 10px;
}
.item .details p {
	margin-top: -10px;
	font-size:12px;
}
.item .details h2, .item .details h3 {
	margin:7px 0px;
}
.item .details h2 {
	margin-bottom:3px;
	font-size:14px;
}
.item .details h3 {
	margin-top:3px;
	font-size:12px;
}
.item .details h2 a {
	text-decoration:none;
}
.item .details h2 a:hover {
	text-decoration:underline;
}
.item .buttons {
	float:left;
	width:341px;
	margin:13px 0px 0px 10px;
}
.item .buttons a {
	float:left;
	margin-left:5px;
}
.item .pricebox {
	float:left;
	width:111px;
	height:14px;
	padding:13px 12px;
	font-size:9px;
	margin-right:15px;
	background-image:url(../images/backgrounds/pricebox.jpg);
	background-repeat:no-repeat;
}
.item .pricebox strong {
	font-size:11px;
}
.breadcrumb a {
	color:#000;
	text-decoration:none;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
/*
-----------------------------------------------------------------------------
Product View
-----------------------------------------------------------------------------*/
.description {
	position:relative;
	clear:both;
	width:524px;
	padding:20px;
	font-size:11px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#F0F0F0;
}
.desc-bottom {
	position:relative;
	width:566px;
	height:5px;
	background-image:url(../images/backgrounds/desc-bottom.jpg);
	background-repeat:no-repeat;
	font-size:0px;
}
/*
-----------------------------------------------------------------------------
Contact Form
-----------------------------------------------------------------------------*/
.contact-form .label {
	font-weight:bold;
	padding:5px;
}
#map, #map2 {
	margin-bottom:10px;
	width:300px;
	height:225px;
	border:1px solid #CCC;
}
/*
-----------------------------------------------------------------------------
Staff
-----------------------------------------------------------------------------*/
.staff {
	margin-bottom:15px;
	padding-top:20px;
}
.staff img {
	float:right;
	margin:10px;
}
.staff h1 {
	font-size:15px;
	color:#666;
}
.staff {
	border-top:1px solid #666;
}
/*
-----------------------------------------------------------------------------
News
-----------------------------------------------------------------------------*/

#news-logo-1 {
	float:left;
	margin-top: 30px;
	margin-left: 20px;
	padding-right: 50px;
}
#news-logo-2 {
	float:left;
	margin-top: 30px;
	margin-left: 20px;
	padding-right: 50px;
}
#news-logo-3 {
	float:left;
	margin-top: 30px;
	margin-left: 20px;
	padding-right: 50px;
}
#news-logo-4 {
	float:left;
	margin-top: 30px;
	margin-left: 20px;
	padding-right: 50px;
}
#news-content {
	line-height:20px;
	width:500px;
	padding-top:30px;
	margin-left: 20px;
}
#news-content h2, .orange {
	font-weight:normal;
	color:#ff5a00; !important
	font-size:16px;
}
