body {
	background-image: url(/fileadmin/images/bg/body.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	margin:0 0 1em 0
}

a:link {
	color: #f7690b;
	text-decoration: none;
}

a:visited {
	color: #f7690b;
	text-decoration: none;
}

a:hover {
	color: #f7690b;
	text-decoration: underline;
}
.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

/* TOP TABLE */
.top {
	background-image: url(/fileadmin/images/bg/main1.gif);
	background-repeat: no-repeat;
	background-position:top center;
	width: 790px;
}

.top_cell {
	padding: 0px 16px;
}

.logo_etc {
	width: 100%;
	margin: 18px 0px 10px 0px;
}

.search {
	background-image: url(/fileadmin/images/bg/search.gif);
	background-repeat: no-repeat;
	height: 72px;
}

.search_cell {
	width: 171px;
	padding: 12px;
}

.search_cell td {
	text-align: left;
}

.search_field {
	font-family:Arial, Helvetica, sans-serif;
	width: 141px; 
	font-size: 12px;
	border: 1px solid #a6cff4;
	!border: 1px solid #7f9db9;
	padding: 2px;
	height: 14px;
	margin:-1px;
}

.nav {
	background-image: url(/fileadmin/images/nav/bg.gif);
	width: 100%;
	margin-bottom: 16px;
}

.nav_items {
	width: 738px;
	text-align: center;
}

.nav_l {
	background-image: url(/fileadmin/images/nav/l.gif);
	width: 10px;
	height: 28px;
}

.nav_r {
	background-image: url(/fileadmin/images/nav/r.gif);
	width: 10px;
	height: 28px;
}

.subnav {
	text-decoration: none;
	width: 200px;
	color: #474747;    
	background-color: #a6cff4;
}
  
.subnav a:link{
	display: block;
	text-decoration: none;
	width: 194px;
	color: #474747;    
	background-color: #ebf5fd;
	padding: 3px 3px 3px 3px;
}


.subnav a:visited {
	display: block;
	text-decoration: none;
	width: 194px;
	color: #474747;    
	background-color: #ebf5fd;
	padding: 3px 3px 3px 3px;
}

.subnav a:hover {
	display: block;
	text-decoration: none;
	width: 194px;
	color: #ec5f26;    
	background-color: #ebf5fd;
	padding: 3px 3px 3px 3px;
}

/* MARQUEE */
.marquee {
	margin: 0px auto 0px auto;
	padding: 0 0 2px 0;
	width: 766px;
	font-weight:bold;
	font-size: 14px;
}

/* MAIN TABLE */
.main {
	background-image: url(/fileadmin/images/bg/main2b.gif);
	background-repeat: no-repeat;
	width: 790px;
}

.left_column {
	width: 195px;
	padding: 16px 10px 0px 16px;
	vertical-align: top;
}

.right_column {
	width: 553px;
	padding: 16px 16px 0px 0px;
	vertical-align: top;
	background-image:url(/fileadmin/images/bg/right.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.lhs {
	width: 100%;
	background-image:url(/fileadmin/images/bg/left.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-size: 12px;
	color:#FFFFFF;
	margin-bottom:10px;
}

.lhs-td {
	padding: 15px 10px 0px 10px;
	text-align: center;
	line-height: 1.5em;
}
.lhs-td p{ margin:0px; padding:0px;}

.lhs a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.lhs a:visited {
	color: #4d4d4d;
	text-decoration: underline;
}

.lhs a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

.lhs .email_link:link {
	text-decoration: none;
}

.lhs .email_link:visited {
	text-decoration: none;
}

.lhs .email_link:hover {
	text-decoration: underline;
}

.lhs2 {
	font-size: 11px;
	color: #4d4d4d;
	margin-top:10px;
}

.content {
	width: 100%;
	background-image:url(/fileadmin/images/bg/right-table-bg.gif);
	background-repeat:repeat-y;
}

.header {
	background-image: url(/fileadmin/images/bg/header.gif);
	background-repeat: no-repeat;
}

.maintext {
	padding: 0px 23px;
	background-image:url(/fileadmin/images/bg/right-bg.gif);
	background-repeat:no-repeat;
	line-height:18px;
	color: #30466b;
}
.maintext li{
	line-height:24px;
	margin-top:0px;
	padding-top:0px;
}
.maintext a {
	text-decoration:underline;
	color: #3979da;
}
.maintext a:hover {
	text-decoration:none;
}
.maintext td p{
	padding:0px;
	margin-bottom:10px;
}


/* BOTTOM TABLE */
.bottom {
	background-image: url(/fileadmin/images/bg/bottom2.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;
	height: 54px;
	font-size: 11px;
	padding-bottom:3px;
	color: #9f9f9f;
}

.bottom td {
	text-align: center;
}

.bottom a:link {
	color: #9f9f9f;
	text-decoration: none;
}

.bottom a:visited {
	color: #90bce8;
	text-decoration: none;
}

.bottom a:hover {
	color: #90bce8;
	text-decoration: underline;
}

.mf-input {
	font-family:Arial, Helvetica, sans-serif;
	width: 230px; 
	font-size: 12px;
	border: 1px solid #a6cff4;
	!border: 1px solid #7f9db9;
	padding: 2px;
	height: 14px;
	margin:-1px;
}

.mf-select {
	font-family:Arial, Helvetica, sans-serif;
	width: 230px; 
	font-size: 12px;
	border: 1px solid #a6cff4;

	!border: 1px solid #7f9db9;
	padding: 2px;
	margin:-1px;
}

.mf-text {
	font-family:Arial, Helvetica, sans-serif;
	width: 230px; 
	font-size: 12px;
	border: 1px solid #a6cff4;
	!border: 1px solid #7f9db9;
	padding: 2px;
	height: 100px;
	margin:-1px;
}
.enlarge {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
p.enlarge {
	padding:0px;
	margin:0px;
}
/* New Stuff */

.main1b { 
	background-image:url(/fileadmin/images/bg/main1b.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:27px;
	padding:0px 20px;
}
.tr-header {
	font-size:14px;
	color:#2a6dcf;
}
.tr-rentals td p {
	margin: 0px;
	padding: 0px;
}
.tr-rentals {
	margin-bottom:10px;
}
.no-border img { border:none;}
ul { list-style-image:url(images/bullets.gif); margin-top:0px; padding-top:0px;}
li { margin-top:0px; padding-top:0px;}
.client1 { 
	width:242px; 
	height:173px;
	background-image:url(/fileadmin/images/clients/clientbg2.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin-bottom:8px;
}
.client-title {
	font-family:Arial, Helvetica, sans-serif;
	color:#2a6dcf;
	font-size:14px;
	font-weight:bold;
	height:10px;
}
.range {
	background-image: url(http://hirecouk.2bscene.net/fileadmin/images/rangebg.gif);
	background-position:top;
	width: 158px;
}
.range td p {
	margin: 0;
	padding: 0;	
}
.range td img {
	border: 0px;	
}
.range_img {
	padding: 11px 11px 0px 11px;
	height: 102px;
}
.range_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 6px 0px;
}
.range_view {
	padding: 0px 11px 10px 11px;
	height: 18px;
}
.product {
	width: 480px;
	border-bottom: 1px solid #bbc5cd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.product td p {
	margin: 0;
	padding: 0;	
}

.product_col1 {
	width: 136px;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.product_col1 img {
	border: 1px solid #000000;
}
.product_col2 {
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sthumb {
	width: 62px;
	padding-top: 12px;
}
.product_info_col1 {
	width: 150px;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 18px;
}
.product_info_col2 {
	vertical-align: top;
	text-align: right;
	padding-bottom: 18px;
}
.bold_blue_12 {
	color: #1151b6;
	font-weight: bold;
	font-size: 12px;
}
.bold_blue_24 {
	color: #1151b6;
	font-weight: bold;
	font-size: 24px;
}
.bold_black_14 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.bold_orange_14 {
	color: #eb7521;
	font-weight: bold;
	font-size: 14px;
}
