﻿body
{
	margin: 0px;
    padding: 0px;
	font-family: Calibri, Arial;
	font-size: 14px;
	line-height: 1.4em;
	color: #989898;
}

#allContent
{
	width: 940px;
	height: auto;
	margin:0 auto;
	background-color: white;
	padding: 20px 0px 20px 0px;
}

#header
{
	margin: 0 auto;
	padding: 0px;
	border: solid 0px red;
	display: inline-block;
}

#banner
{
    float:left;
    width:550px;
    border: solid 0px yellow;
}

#headertext
{
    height:115px;
    margin-left:650px;
    padding:30px 5px 0px 5px;
    font-size: 14px;
    font-weight: bold;
    text-align:left;
    width:270px;
}


#headertext span
{
    color:#B02B2C;
    width: 100%;
}

#headertext img
{
    padding-top: 10px;
}

.headertextlarge
{
    color:#B02B2C;
    text-align: right;
    width: 100%;
    font-size:30px;
}

#copy	
{
	padding: 0px;
	width: 830px;
	margin: 0px;
	border: solid 1px #B02B2C;
	clear:both;
}

#main {
    height: auto;
    padding: 0px;
	width: 930px;
	margin: 0 auto;
	border: solid 1px #B02B2C;
	clear:both;
}

#navBar
{
	padding: 1px 0px 0px 0px;
	width: 175px;
	float:left;
}

#sideBar
{
	margin-right: 45px;
	margin-left: 30px;
	width: 190px;
	float: right;
}

#quickNav
{
	border: 1px dashed #c6c6c6;
	padding: 8px 14px 8px 8px;
	width: 190px;
}

#footer
{
	width:928px;
	height: 30px;
	padding: 2px;
	background-color:#B02B2C;
    color: white;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	vertical-align: middle;
}

.dash
{
	border-bottom: 1px dashed #c6c6c6;
	padding: 0px;
	margin: 0px;
}

#email
{
	font-size:11px;
	color: #989898;
}

#questions
{
	font-weight: bold;
	color: #B02B2C;
}

h1
{
	font-size: 2em;
	color: #B02B2C;
}

h2	
{
	font-size: 1.4em;
	color: #B02B2C;
}

h3	
{
	font-size: 1.2em;
	color: #B02B2C;
}

li	
{
	list-style-type: circle;
}

strong 
{
	color: #706868;
}

a:link, a:visited
{
	color:#B02B2C;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color:#B02B2C;
	font-weight: bold;
	text-decoration: underline;
}

/* New Classes Added By AR */

#topMenu
{
	width:932px;
	padding:5px 0px 0px 0px;
	margin:0 auto;
	border-bottom: solid 5px #B02B2C;
}

#topMenu ul
{
	display:block;
	padding:0px;
	margin:0px;
	height:50px;
	font-size: 12px;
}

#topMenu li {
	display:block;
	width:103px;
	height:40px;
	list-style-type:none;
	list-style-image:none;
	float:left;
	margin:0px;
	text-align:center;
	padding:0px;
	ertical-align:baseline;
}	

#topMenu li a {
	width:100px;
	height:25px;
	display:block;
	margin-top: 30px;
	padding:30px 0px 0px 0px;
	color:#B02B2C;
	text-decoration:none;
	background-image:url(images/menu_background2.jpg);
	background-repeat: no-repeat;
	margin:0px;
	border-bottom: 0;
}

#topMenu li a.tall {
	width:100px;
	height:30px;
	display:block;
	margin-top: 25px;
	padding:25px 0px 0px 0px;
	color:#B02B2C;
	text-decoration:none;
	background-image:url(images/menu_background2_tall.jpg);
	background-repeat: no-repeat;
	margin:0px;
	border-bottom: 0;
}

.tall
{
    width: 1000px;
    height: 500px;
}

#topMenu li a:hover, #topMenu li a.selected {
	color:#fff;
	background-image:url(images/menu_background_active2.jpg);
}

#topMenu li a.tall:hover, #topMenu li a.tall.selected {
	color:#fff;
	background-image:url(images/menu_background_active2_tall.jpg);
}

#topMenu li.first_1 a {
  background-image:url(images/home_menu_background2.jpg);
}

#topMenu li.first_1 a:hover, #topMenu li.first_1 a.selected {
	color:#fff;
	background-image:url(images/menu_background_active2.jpg);
}

#drop_down_menu {
	display:block;
	osition:absolute;
	lear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:center;
	width:990px;
	float:none;
	left:0px;
	top:0px;
}

#drop_down_menu li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top:0px;
}
#drop_down_menu li ul li {
	display:block;
	float:none;
	clear:both;
	background-color: Blue;
}
#drop_down_menu li ul li a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	display:block;
	background-color: #b12b2c;
	background-image: none;
}

#drop_down_menu li ul li a:hover {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	display:block;
	background-color: #b12b2c;
	background-image: none;
}

.links
{
    visibility:hidden;
    position: absolute;
    lef: -1000px;
}


/* Top left */
div#topleft {
	width:610px;
	background-image:url(../images/structure/home_text_background.jpg);
	background-repeat:repeat-x;
	border: solid 0px blue;
	min-height: 250px;
	float: left;
	display: inline-block;
}

#topleft li
{
    padding-bottom: 20px;
    list-style-type: square;
}

div#topleft h1 {
  padding: 15px 5px 0px 5px;
}

div#topleft p {
  padding: 5px;
}

#topright_home, #topright
{
    background-color:#e9e9e9;
	background-repeat:no-repeat;
    min-height: 450px;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    text-algn:center;
    padding-right: 0px;
    padding-top: 0px;
    display: inline-block;
    float: right;
    width:300px;
}

#topright_home table
{
    height:20px;
}


#topright_home div
{
    padding-bottom: 20px;
}

#topright_home td
{
    text-align:left;
}

#topright
{
    width:202px;
}

.large_header
{
    color:#B02B2C;
    font-size:25px;
    padding:15px 0px 0px 0px;
    font-weight:bold;
    line-height: 30px;
}

div#topright div
{
    text-align:center;
    margin: 0 auto;
    padding:5px;
}

div#wrapper
{
    margin: 0;
    display:inline;
}

div#bottomleft
{
    margin-top:0px;
    display:inline;
}

div#bottomleft ul {
	display:block;
	padding:0px 0px 0px 0px;
	height:214px;
	width:470px;
	float:left;
	margin:0px;
	background-image:url(images/homepagebuttonbackfull.png);
	font-size:14px;
}

div#bottomleft ul li {
	display:block;
	width:230px;
	height:70px;
	list-style-type:none;
	float:left;
	margin:0px;
    padding: 0px 0px 2px 3px;
    border: solid 0px red;
    background-image:url(images/homepagebutonback.png);
    text-indent: 30px;
}

div#bottomleft ul li a.nvq_assessment {
	background-image:url(images/services_nvq.png);
}

div#bottomleft ul li a.nvq_assessment:hover {
	background-position: 0 68px;
}

div#bottomleft ul li a.lift_safety {
	background-image:url(images/services_lift_safety.png);
}

div#bottomleft ul li a.lift_safety:hover {
	background-position: 0 68px;
}

div#bottomleft ul li a.lift_training {
	background-image:url(images/services_lift_training.png);
}

div#bottomleft ul li a.lift_training:hover {
	background-position: 0 68px;
}

div#bottomleft ul li a.engineer_training {
	background-image:url(images/services_engineer_training.png);
}

div#bottomleft ul li a.engineer_training:hover {
	background-position: 0 68px;
}

div#bottomleft ul li a.health_safety {
	background-image:url(images/services_health_safety.png);
}

div#bottomleft ul li a.health_safety:hover {
	background-position: 0 68px;
}

div#bottomleft ul li a.trainee {
	background-image:url(images/services_trainee.png);
}

div#bottomleft ul li a.trainee:hover {
	background-position: 0 68px;
}

div#bottomleft ul li a  {
	display:block;
	width:230px;
	height:70px;
	color: #3F4C6B;
}

div#bottomleft ul li a:hover  {
	text-decoration: underline;
}

div#bottomsection
{
    clear: both;
}

.redback
{
    background-color: #B02B2C;
    color:White;
    padding:5px;
    font-size: 14px;
    width:459px;
    height:24px;
}

div#testimonials {
	width:430px;
	height:210px;
	background-image:url(images/TableBack1.png);
	background-position:top right;
	background-repeat: no-repeat;
	margin-top:0px;
	padding:0px 0px 0px 10px;
	margin-left:487px;
    border: solid 1px #cccccc;
}	

div#testimonials p {
	width:475px;
	font-size:11px;
	margin:0px 0px 0px 0px;
}

div#testimonials img {
	margin:4px 0px 0px 0px;
}

span.hidden {
  display: none;
}

.sendbutton:hover
{
    background-image:url(images/SendConsultationOver.png);
}

/*Inner Page CSS */

div#innermenu
{
    background-color: #B02B2C;
    width: 150px;
    color: White;
    display: inline-block;
}

div#innermenu ul
{
    padding-top: 10px;
}

div#innermenu li
{

    list-style-type: none;
    line-height: 30px;
    text-indent: -10px;
}

div#left_column {
	width:130px;
	float:left;
	padding:0px 0px 0px 0px;
  min-height: 160px;
  display: inline;
  background-color:#B02B2C;
}	

div#left_column ul.left_menu {
display:block;
	width:115px;
	background-color:#B02B2C;
	margin:0px 0px 0px 0px;
	padding:5px;
	margin-left: 5px;
}

div#left_column ul.left_menu li {
	display:block;
	width:100px;
	list-style-type:georgian;
    list-style-image :none;
	margin:0px 0px 10px 20px;
	padding:0px;
	font-size:11px;
	line-height: 12px;
  background-image: none;
}	

div#left_column ul.left_menu li a {
	color:#fff;
	text-decoration:none;
}

div#left_column td
{
    color:#fff;
    font-size:11px;
    line-height: 13px;
    padding-bottom: 10px;
}

div#left_column td a
{
    color:#fff;
}


div#left_column ul.left_menu li a:hover, div#left_column ul.left_menu li a.selected {
	color:#c9c9c9;
	text-decoration:none;
}

#top_image img
{
    width:799px;
    height:150px;
    margin-left: 1px;
}

div#centre_column {
	width:580px;
	float:left;
	background-image:url(../images/structure/home_text_background.jpg);
	background-repeat:repeat-x;
	margin:1px 0px 0px 1px;
	padding:5px;
	height: auto;
}

#centre_column li
{
    list-style-type: square;
    padding-bottom: 20px;
}

#centre_column.nobullet li
{
    list-style-type: none;
    padding-bottom: 20px;
}

div#centre_column h1 {
  padding: 15px 5px 0px 5px;
  line-height: 28px;
}

.grey
{
    border: 1px solid #cccccc;
    background-color:#e9e9e9;
    width:108px;
    height:140px;
    padding: 10px;
}

.grey img
{
    margin: 0 auto;
    text-align: center;
    border:0;
}

.validatorspan
{
    height:10px;
    width:20px;
    border: solid 0px red;
    float:left;
    display:inline;
    text-align:right;
}

.validator
{
    position:absolute;
    right: 20px;
    top: 5px;
}

.clear_relative
{
    clear:both;
    position:relative;
}

.fcspan
{
    float:left;
    display:inline;
}

#pscroller1{
    width:380px;
	height:150px;
    border: 0px solid black;
    padding: 5px;
}

.noborder
{
    border: solid 0px black;
    margin-top: 20px;
}

.borderdiv {
    height: auto;
    padding: 20px;
	width: auto;
	margin: 0 auto;
	border: solid 1px #B02B2C;
	clear:both;
	text-align: center;
}

.liftdirlogo
{
    float: right;
    margin-top: 20px;
}

.linkopacity
{
    color:#ADDA8B;
    font-weight:bold;
    text-decoration:none;
}

a.linkopacity img 
{
    filter:alpha(opacity=50);
    -moz-opacity: 0.5; 
    opacity: 0.5;
    -khtml-opacity: 0.5;
}
 
a.linkopacity:hover img 
{
    filter:alpha(opacity=100);   
    -moz-opacity: 1.0;   
    opacity: 1.0;
    -khtml-opacity: 1.0; 
}

div.admin
{
    float: left;
    width: 230px;
    padding-top: 25px;
    border: solid 0px red;
    height: 75px;
    margin: 0 auto;
}

div.admin img
{
    border:0;
}

div.admin a
{
    text-decoration: none;
}

.yellowback
{
    color:Red;
    background-color: #fffacd;
    border: solid 2px red;
    overflow: auto;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity:0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    color: Black;
    border: solid 3px Gray;
    padding: 3px;
    width: 350px;
}

.centerbox
{
    margin: 0 auto;
}

.telnumber
{
    color: #b12b2c; 
    font-size: 18px; 
    font-weight: bold;
}

.LiftText
{
    font-size: 20px;
}

.ScrollText
{
    height: 100px;
    overflow:auto;
}