input, select, th, td { font-size: 1em; }
h1 { font-size: 2.4em; }
.SpringGreen_color { color: SpringGreen; }
.SpringGreen_bgr { background-color: SpringGreen; }
body.yellow { background-color: Yellow; }
body {
	font-size: 62.5%; 
  background-image: url('../images/body_bgr.png');
  background-repeat: repeat-x;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #e4dace;
  background-color: #39332c;
}
body h1 {
font-size:18px;
font-weight:bold;
padding:20px 0;
}
body h1 span {
  color: #ff6633;
  font-weight: bold;
}
body .header {
  height: 158px;
  background-image: url(../images/header_bgr.png);
  background-repeat: no-repeat;
}
body .nav {
  border-top: 1px solid White;
  height: 4em;
  line-height: 4em;
}
body .nav ul {
  float: left;
  width: 96em;
}
body .nav ul li.last { float: right; }
body .nav ul li {
  float: left;
  height: 40px;
}
body .nav ul li a {
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  padding: 11px 15px;
}
body .nav ul ul li a {
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding: 5px;
}

body .nav ul li a:hover { background-color: Orange; }
body .shortcuts {
  width: 246px;
  padding-top: 20px;
  float: left;
}
body .shortcuts ul li {
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  margin-bottom: 8px;
  height:85px;
}
body .shortcuts ul li a {
  color: #ffffff;
  float: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  padding-left: 8px;
  padding-top: 67px;
  width: 234px;
  text-decoration: none;
}
body .shortcuts ul li a:hover { color: gold; }
body .shortcuts ul li.access_systems { background-image: url(../images/access_systems.png); }
body .shortcuts ul li.inspections { background-image: url(../images/inspections.png); }
body .shortcuts ul li.building_maintenance { background-image: url(../images/building_maintenance.png); }
body .shortcuts ul li.industrial_rope_access { background-image: url(../images/industrial_rope_access.png); }
body .shortcuts ul li.personal_safety_equipment { background-image: url(../images/personal_safety_equipment.png); }
body .content {
  float: left;
  width: 440px;
}
body .content h2 {
  font-size: 24px;
  font-weight: normal;
  padding: 10px 0;
  color: #FF9900;
}
body .content a {

}
body #mainContent.content p {

}
body #mainContent.content h3 {
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
}
body .content img { border: 4px solid #796f65; }
body .content ul li, body .content p {
}
body .content p {
  padding-bottom: 20px;
}

body .content ul {
padding-bottom: 20px;
margin-left:15px;
}
body .content ul li {
list-style-type:square;
color: #E4DACE;
list-style-position:inside;

}	
body .content ul.with_ticks li {
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 12px;
  line-height: 24px;
  background-position: 0 4px;
}
body .sidebar {
  float: right;
  width: 228px;
  padding-top: 10px;
}
body .sidebar #latest_news h2 { background-image: url(../images/latest_news_h2.png); }
body .sidebar #contact_details h2 { background-image: url(../images/contact_details_h2.png); }
body .sidebar .box {
  background-image: url(../images/sidebar_box_better.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 35px;
}
body .sidebar .box h2 {
  background-image: url(../images/sidebar_box_h2_better.png);
  font-size: 13px;
  font-weight: bold;
  height: 43px;
  line-height: 43px;
  padding: 0 8px;
  color: #ffffff;
}
body .sidebar .box h3 {
  color: #e4dace;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding: 8px 8px 0px 8px;
}
body .sidebar .box h4 {
  color: #e4dace;
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  padding: 0 8px;
}
body .sidebar .box p {
  color: #c1b2a1;
  font-size: 12px;
  line-height: 18px;
  padding: 0 8px;
}
body .content a, body .sidebar .box a {
  color: #c1b2a1;
  font-size: 12px;
  line-height: 18px;
  padding: 0 8px;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px dashed #c1b2a1;
}
body .content span.phone, body .content a.focus {
	font-weight: bold;
	color: #ff9900;
}
body .content a.focus {
  border-bottom: 1px dashed #ff9900;
  padding-bottom:1px;

}
body .content a:hover, body .sidebar .box a:hover {
  color: Gold;
  text-decoration: none;
  border-bottom: 1px dashed Gold;
}
body .footer {
  background-image: url(../images/html_footer.png);
  background-repeat: repeat-x;
  clear: both;
  float: none;
  background-color: #5c5449;
}
body#RopeAccess .footer .content {
  float: none;
  margin: 0 auto;
  width: 960px!important;
  overflow: auto;
  padding:20px 0;
}
body .footer .content h2 {
  font-size: 12px;
  color: #958a7c;
  line-height: 18px;
  padding: 0;
}
body .footer .content p {
  color: #958a7c;
  font-size: 11px;
  line-height: 18px;
}
body .footer .content .about {
  float: right;
  width: 320px;
}
body .footer .content ul {
  width: 640px;
  float: left;
  margin:0;
}
body .footer .content ul li {
  border-right: 1px solid #685e53;
  float: left;
  margin-right: 20px;
  min-height: 153px;
  padding-right: 10px;
  width: 180px;
list-style-position:inside;
list-style-type:none;
  
}
body .footer .content ul li ul { width: 180px; 
margin-left:15px;
}
body .footer .content ul li ul li {
  list-style-type: square;
  list-style-position: outside;
  float: left;
  border: none;
  min-height: 1em;
  color: #7f776e;
  font-size: 11px;
  line-height: 18px;
}
body .footer .content ul li ul li:hover {
  color: Gold;
}
body .footer .content ul li ul li a {
  border-bottom: 1px dashed #958a7c;
  clear: both;
  color: #958a7c;
  float: none;
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}
body .footer .content ul li ul li a:hover {
  color: Gold;
  border-bottom: 1px dashed Gold;
}
.info {
  clear: both;
  float: none;
}
.page {
  width: 960px;
  margin: 0 auto;
  overflow: auto;
}
.page .nav ul li { display: inline; }
.page #mainContent .gallery p {
  font-family: "Gill Sans", Trebuchet, Calibri, sans-serif;
  line-height:16px;
  font-size:12px;
}
.page #mainContent ul li, .page #mainContent p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}.page #mainContent ul li {
	padding-bottom:10px;
}

.page *.decorated span.amp {
  font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-style: italic;
  font-weight: normal;
}

/* Image Gallery */
.page .content .gallery {
    font-family:arial;    
}
.page .content .gallery ul.slideshow {
	list-style:none;
	width:668px;
	height:205px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

.page .content .gallery ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
list-style-type:none;
	
}

.page .content .gallery ul.slideshow li.show {
	z-index:500;	
}

.page .content .gallery ul img {
	1border:none;	
}

.page .content .gallery #slideshow-caption {
	width:668px;
	height:60px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

.page .content .gallery #slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

.page .content .gallery #slideshow-caption h3 {
	margin:0;
	padding:0;	
     font-size:12px;  
     font-weight: bold;
}

.page .content .gallery #slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

input,textarea {
	float:right;
	margin-bottom:5px;
	width:285px;
	height: 24px;
}
input.button{
	width:100px;
}
textarea{
	width:285px;
	height:124px;
}

/* FrontPage */
body#RopeAccess.FrontPage {}
/* End Of FrontPage */

/* StandardPage */

body#RopeAccess.StandardPage {}
body#RopeAccess.StandardPage div.content{
	width:660px;
	padding-top:20px;

}
/* End of StandardPage */
