/* Basic Stuff */

html {
	overflow-y: scroll;
	font-family: sans-serif;
	background: white url("../img/background.png") repeat-x;
	color: #444444;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, p, img, form, fieldset, input, textarea, table, th, td, tr, hr, abbr, button, blockquote {
	border-width: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-family: sans-serif;
}

a {
	color: #0065bd;
	outline-width: 0;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}

img {
	display: block;
}

ul {
	list-style-type: none;
}

.button {
	display: inline-block;
	float: left;
	height: 28px;
	color: white;
	font-size: 13px;
	background: transparent url("../img/button.png") no-repeat top right;
	cursor: pointer;
	margin-left: 34px;
	position: relative;
}
.button span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	position: relative;
	left: -34px;
	background: transparent url("../img/button.png") no-repeat top left;
	padding-left: 12px;
}
.button.h23,
.button.h23 span {
	height: 23px;
	background-image: url("../img/button_h23.png");
	font-size: 12px;
}
.button.h23 {
	margin-left: 26px;
}
.button.h23 span {
	line-height: 23px;
	padding-left: 10px;
	left: -26px;
}

/* Page */

#page {
	width: 960px;
	margin: 15px auto 0 auto;
	background: white;
	overflow: hidden;
}

/* Header */

#header {
	position: relative;
	height: 117px;
	background: white url("../img/top.png") no-repeat top left;
}

#logo {
	position: absolute;
	top: 28px;
	left: 39px;
}
#tagline {
	position: absolute;
	top: 66px;
	left: 239px;
}
#telephone {
	position: absolute;
	top: 55px;
	right: 33px;
}

/* Menu */

#menu {
	height: 46px;
	background: url("../img/menu.png") repeat-x;
	padding-left: 28px;
}
#menu li {
	margin-top: 5px;
	height: 38px;
	float: left;
	background: url("../img/menu_sep.png") no-repeat top right;
}
#menu li:last-child {
	background: none;
}
#menu a {
	height: 38px;
	color: #262626;
	float: left;
	font-size: 12px;
	line-height: 38px;
	padding-right: 20px;
	margin-left: -1px;
	background: transparent none no-repeat top right;
}
#menu span {
	float: left;
	height: 38px;
	padding-left: 20px;
	line-height: 38px;
	background: transparent none no-repeat top left;
}
#menu a:hover,
#menu a.selected,
#menu a:hover span,
#menu a.selected span {
	background-image: url("../img/menu_selected.png");
	color: white;
}

/* Main */

#main {
	padding: 10px 10px 50px 10px;
	position: relative;
	width: 940px;
	z-index: 0;
	height: 1%;
}
#main:after { content: " "; overflow: hidden; height: 0; display: block; clear: both; }

#headerPic {
	height: 176px;
	background: white none no-repeat;
	border: 0px solid white;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
}

.home #headerPic {
	height: 264px;
	position: relative;
}
.home #headerPic li {
	height: 264px;
	position: absolute;
	top: 0;
	left: 0;
}
.home #headerPic li span {
	width: 940px;
	height: 264px;
	display: block;
	background: url("../img/home_overlay.png") no-repeat 0 0;
}

#headerPic h1 {
	position: absolute;
	top: 122px;
	left: 24px;
	height: 53px;
	width: auto !important;
	width: 430px;
	min-width: 430px;
	padding-right: 30px;
	background: url("../img/h1_bg.png");
	font-weight: normal;
	color: white;
	font-size: 34px;
	line-height: 52px;
	text-indent: 24px;
	border: 0px solid #202020;
	white-space: nowrap;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
}


/* Content */

#content {
	width: 560px;
	margin: 30px 0 0 38px;
	float: left;
	display: inline;
	position: relative;
	padding-top: 28px;
}
.home #content {
	width: 530px;
}

#content.with_photos {
	width: 410px;
}

.content > *:first-child {
	margin-top: 0;
}


.content h1 {
	color: #0065bd;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 26px;
}
.content h1.smaller {
	font-size: 16px;
}

.content h2,
#newsLeft h2,
#newsRight h2 {
	color: #464646;
	font-size: 23px;
	font-weight: normal;
	margin: 26px 0 -4px 0;
}

.content h3 {
	color: #0065bd;
	font-size: 18px;
	font-weight: normal;
	margin: 26px 0 -4px 0;
}

.content p {
	color: #444444;
	font-size: 13px;
	margin: 14px 0;
	line-height: 19px;
}
.content p.intro {
	color: black;
}

.content ul {
	margin: 14px 0;
}
.content ul li {
	color: #444444;
	font-size: 13px;
	margin: 3px 0;
	padding: 3px 0 3px 23px;
	line-height: 18px;
	background: url("../img/bullet.png") no-repeat 0 6px;
}
.content ul li ul {
	margin: 4px 0;
}
.content ul li ul li {
	margin: 0;
}

.content strong {
	color: black;
}

.content blockquote {
	background-color: #eaeaea;
	border: 0px solid white;
	padding: 10px 10px 10px 12px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	position: relative;
	left: -13px;
	margin: 20px 0;
}
.content blockquote p {
	color: #1c3159;
	font-weight: bold;
	font-size: 18px;
	width: 370px;
	margin: 0;
	padding: 5px 80px 5px 58px;
	line-height: 24px;
}
#content.with_photos blockquote p {
	width: 280px;
}
.content blockquote p:first-child {
	background: url("../img/quote.png") no-repeat 0 2px;
}
.content blockquote span.endquote {
	position: absolute;
	right: 20px;
	bottom: 14px;
	height: 29px;
	width: 36px;
	background: url("../img/endquote.png") no-repeat 0 0;
}

/* FAQ */

div.question {
	padding: 0 0 0 43px;
	background: url("../img/q.png") no-repeat;
	padding-bottom: 8px;
}
.content div.question h3 {
	margin: 0 0 0 0;
	padding-top: 5px;
}

/* Service Levels */

table.service_options {
	margin: 20px 0;
	position: relative;
	left: -12px;
	width: 100%;
}
table.service_options img {
	display: inline;
}

th.service_option,
td.service_option {
	width: 312px;
	padding: 6px 12px;
	font-size: 13px;
	text-align: left;
	border-right: 1px solid #cbcbcb;
}
th.service_option {
	color: #0065bd;
	font-weight: normal;
	font-size: 18px;
}
td.service_option {
	vertical-align: top;
}

tr.alt td {
	background: #eeeeee;
}

.service_silver,
.service_bronze {
	width: 79px;
	text-align: center;
	border-right: 1px solid #cbcbcb;
	padding: 9px 0;
}
.service_gold {
	width: 79px;
	text-align: center;
	padding: 9px 37px 9px 0;
}

/* Modernisation */

table.modernisation_list {
	width: 100%;
}
table.modernisation_list th {
	text-align: left;
	padding: 8px 18px 8px 0;
	border-right: 1px solid #d2d2d2;
	color: #0065bd;
	font-weight: normal;
	font-size: 18px;
	vertical-align: top;
}
table.modernisation_list td {
	text-align: left;
	padding-left: 18px;
	padding: 11px 0 8px 18px;
	color: #444444;
	font-weight: normal;
	font-size: 13px;
	vertical-align: top;
}

/* Contact */

#contactLeft {
	width: 246px;
	float: left;
	margin-left: 38px;
	margin-top: 36px;
	display: inline;
}
#contactLeft h4 {
	color: black;
	font-size: 12px;
	margin: 27px 0 2px 0;
}
#contactLeft p {
	margin-top: 0;
	margin-bottom: 27px;
}
#contactLeft p.telephone {
	color: #0065bd;
	font-weight: bold;
	font-size: 20px;
}
#contactLeft p.email {
	color: #0065bd;
	font-weight: bold;
	font-size: 14px;
}

#contactRight {
	width: 382px;
	float: left;
	margin-top: 36px;
}

/* News */

#newsLeft {
	width: 512px;
	float: left;
	margin-left: 38px;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
}
#newsLeft ul.headlines {
	padding: 12px 0;
	position: relative;
	left: -20px;
}
#newsLeft ul.headlines li a {
	position: relative;
	display: block;
	padding: 9px 10px 9px 94px;
	border: 0 solid white;
	background: white;
	width: 446px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	height: auto !important;
	min-height: 66px;
	height: 66px;
}
#newsLeft ul.headlines li a:hover,
#newsLeft ul.headlines li a.hover {
	background: #ebebeb;
}
ul.headlines li a h4 {
	color: #2f2f2f;
	font-weight: bold;
	font-size: 17px;
}
ul.headlines li a:hover h4 {
	color: #0065bd;
}
#newsLeft ul.headlines li a p {
	color: #393838;
	font-size: 12px;
	line-height: 17px;
	padding-top: 2px;
}
#newsLeft ul.headlines img {
	position: absolute;
	top: 9px;
	left: 10px;
}
#newsLeft ul.headlines li a span.hr {
	width: 528px;
	height: 1px;
	overflow: hidden;
	background-color: #cfcfcf;
	position: absolute;
	left: 10px;
	bottom: 0;
}

#newsRight {
	width: 322px;
	float: left;
	margin-left: 68px;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
}
#newsRight h2 {
	position: relative;
}
#newsRight ul.headlines {
	padding: 12px 0;
	position: relative;
	left: -10px;
}
#newsRight ul.headlines h4 span,
#newsRight ul.headlines p {
	display: none;
}
#newsRight ul.headlines h4 {
	font-size: 15px;
}
#newsRight ul.headlines li a {
	position: relative;
	display: block;
	padding: 9px 10px 9px 94px;
	border: 0 solid white;
	background: white;
	width: 228px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	height: auto !important;
	min-height: 66px;
	height: 66px;
}
#newsRight ul.headlines li a:hover,
#newsRight ul.headlines li a.hover {
	background: #ebebeb;
}
#newsRight ul.headlines img {
	position: absolute;
	top: 9px;
	left: 10px;
}

#newsLeft ul.archive {
	position: relative;
	left: -20px;
	overflow: visible !important;
	overflow: hidden;
}
#newsLeft ul.archive li {
	height: 30px;
	position: relative;
}
#newsLeft ul.archive a {
	position: relative;
	display: block;
	border: 0 solid white;
	background: white;
	width: 550px;
	height: 30px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
}
#newsLeft ul.archive h4 {
	color: #393838;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
}
#newsLeft ul.archive span.date {
	color: #7c7c7c;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	position: absolute;
	width: 110px;
	top: 0;
	left: 430px;
}
#newsLeft ul.archive a:hover,
#newsLeft ul.archive a.hover {
	background: #ebebeb;
}
#newsLeft ul.archive a:hover h4,
#newsLeft ul.archive a.hover h4,
#newsLeft ul.archive a:hover span,
#newsLeft ul.archive a.hover span {
	color: black;
}

#newsRight ul.archive {
	padding: 12px 0;
	position: relative;
	left: -16px;
}
#newsRight ul.archive li {
}
#newsRight ul.archive li a {
	position: relative;
	display: block;
	border: 0 solid white;
	background: white;
	width: 338px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	height: 30px;
	overflow: hidden;
	float: left;
}
#newsRight ul.archive h4 {
	font-size: 12px;
	color: #393838;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding-left: 16px;
	width: 282px;
	overflow: hidden;
	white-space: nowrap;
}
#newsRight ul.archive span.date {
	display: none;
}
#newsRight ul.archive li a.selected,
#newsRight ul.archive li a:hover,
#newsRight ul.archive li a.hover {
	background: #ebebeb;
}
#newsRight ul.archive span.go {
	position: absolute;
	top: 3px;
	right: 2px;
	background: url("../img/arrows.png") no-repeat 50px 50px;
	height: 25px;
	width: 26px;
}
#newsRight ul.archive li a:hover span.go {
	background-position: bottom right;
}
#newsRight ul.archive li a.selected:hover span.go,
#newsRight ul.archive li a.selected span.go {
	background-position: top right;
}

#newsLeft div.pagination {
	background: #ebebeb;
	border: 0 solid white;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	position: relative;
	left: -20px;
	width: 550px;
	margin: 20px 0;
	height: 52px;
}
#newsLeft div.pagination_left {
	float: left;
	font-size: 14px;
	color: black;
	line-height: 52px;
	padding-left: 20px;
}
#newsLeft div.pagination_right {
	float: right;
	font-size: 14px;
	color: black;
	padding-right: 16px;
}
#newsLeft div.pagination_right span,
#newsLeft div.pagination_right a,
#newsLeft div.pagination_right select {
	float: left;
	margin-left: 13px;
}
#newsLeft div.pagination_right select {
	margin-top: 15px;
}
#newsLeft div.pagination_right span {
	height: 52px;
	line-height: 52px;
}

div.pagination a.arrow {
	height: 25px;
	width: 26px;
	background: url("../img/arrows.png") no-repeat top left;
	margin-top: 13px;
}
div.pagination a.arrow.next {
	background-position: top right;
}
div.pagination a.arrow.next_disabled {
	background-position: bottom right;
}
div.pagination a.arrow.prev_disabled {
	background-position: bottom left;
}

p.article_blurb {
	color: #0065bd;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
	margin: 22px 0 18px 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
	left: -12px;
	padding-left: 12px;
	width: 100%;
	line-height: 21px;
}

div.news_left {
	float: left;
	width: 332px;
	overflow: visible !important;
	overflow: hidden;
}

ul.news_photos {
	float: left;
	width: 150px;
	padding-left: 30px;
}
ul.news_photos li {
	padding-bottom: 10px;
}
ul.news_photos a {
	display: block;
	position: relative;
}
ul.news_photos a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url("../img/thumb_overlay.png") no-repeat top left !important;
	background: url("../img/thumb_overlay_ie6.png") no-repeat top left;
}
ul.news_photos a:hover span {
	background-position: bottom left !important;
}

ul.news_downloads {
	padding: 22px 0 0 0;
	position: relative;
	left: -15px;
}
ul.news_downloads li a {
	position: relative;
	display: block;
	padding: 11px 60px 11px 63px;
	border: 0 solid white;
	background: white;
	width: 239px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	height: auto !important;
	min-height: 35px;
	height: 35px;
	color: #464646;
}
ul.news_downloads li a:hover,
ul.news_downloads li a.hover {
	background: #ebebeb;
}
ul.news_downloads li a h4 {
	color: #2f2f2f;
	font-weight: normal;
	font-size: 16px;
}
ul.news_downloads li a p {
	color: #393838;
	font-size: 12px;
	padding-top: 1px;
}
ul.news_downloads li a span.icon {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 13px;
	left: 18px;
	background: url("../img/icon.png") no-repeat top left;
}
ul.news_downloads li a span.hr {
	width: 342px;
	height: 1px;
	overflow: hidden;
	background-color: #cfcfcf;
	position: absolute;
	left: 10px;
	bottom: 0;
}
ul.news_downloads li a span.size {
	color: #6f6f6f;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 20px;
}

/* Careers */

#newsLeft ul.careers li a {
	padding: 9px 10px 9px 20px;
	width: 520px;
	min-height: 0;
}

#newsRight .career_bit h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.career_bit p {
	line-height: 17px;
	margin-right: 20px;
}

a.download_app_form {
	display: block;
	position: relative;
	margin-top: 26px;
	margin-right: 20px;
	padding: 16px 10px 16px 60px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	background: #ebebeb;
	color: #464646;
	font-size: 14px;
}
a.download_app_form img {
	position: absolute;
	top: 8px;
	left: 12px;
}

ul.career_downloads li a {
	width: 419px;
}
ul.career_downloads li a span.hr {
	width: 520px;
}

ul.career_list {
	margin-top: 14px;
}
ul.career_list li a {
	display: block;
	height: 31px;
	line-height: 31px;
	width: 345px;
	position: relative;
	left: -12px;
	background: url("../img/career_list_bg.png") no-repeat 0 0;
	color: #393838;
	font-size: 12px;
	text-indent: 12px;
}
ul.career_list li a.selected,
ul.career_list li a:hover {
	background-position: bottom left;
	color: black;
}

/* Icons */

.icon_pdf { background-image: url("../img/icon_pdf.png") !important; }
.icon_doc { background-image: url("../img/icon_doc.png") !important; }
.icon_xls { background-image: url("../img/icon_xls.png") !important; }
.icon_ppt { background-image: url("../img/icon_ppt.png") !important; }
.icon_docx { background-image: url("../img/icon_docx.png") !important; }
.icon_xlsx { background-image: url("../img/icon_xlsx.png") !important; }
.icon_pptx { background-image: url("../img/icon_pptx.png") !important; }

/* Downloads */

div#downloads {
	height: 1%;
	position: relative;
}
div#downloads:after { content: " "; overflow: hidden; height: 0; display: block; clear: both; }

div.download_header {
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	background: #ebebeb;
	padding: 22px 38px 10px 35px;
}
div.download_header h1 {
	font-weight: normal;
	font-size: 28px;
}
div.download_header p {
	color: #5a5a5a;
	font-size: 12px;
}
div.download_header p.intro {
	margin: 10px 0 6px 0;
}
div.download_header p.stats {
	position: absolute;
	top: 24px;
	right: 28px;
}
div.download_header p.stats span {
	font-size: 14px;
	font-weight: bold;
	color: black;
}
#downloadToggles {
	font-size: 12px;
	color: #5a5a5a;
	margin: 0 0 12px 0;
	height: 66px;
}
#downloadToggles li {
	float: left;
	width: 210px;
	padding-top: 12px;
	height: 21px;
	line-height: 21px;
}
#downloadToggles li a {
	float: left;
	width: 190px;
	height: 21px;
	margin-right: 20px;
	padding: 1px 0;
	line-height: 21px;
	color: black;
	font-size: 14px;
	position: relative;
	text-indent: 29px;
}
#downloadToggles li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	background: url("../img/ticks.png") no-repeat top right;
}
#downloadToggles li span.passenger-lifts { background-position: 0 0; }
#downloadToggles li span.goods-lifts { background-position: -21px 0; }
#downloadToggles li span.service-maintenance { background-position: -42px 0; }
#downloadToggles li span.platform-lifts { background-position: -63px 0; }
#downloadToggles li span.mobility-lifts { background-position: -84px 0; }
#downloadToggles li span.company-information { background-position: -105px 0; }

#downloadToggles li span.show-all { background-position: -126px 0; }

#downloadToggles li a.selected span.passenger-lifts { background-position: 0 -21px; }
#downloadToggles li a.selected span.goods-lifts { background-position: -21px -21px; }
#downloadToggles li a.selected span.service-maintenance { background-position: -42px -21px; }
#downloadToggles li a.selected span.platform-lifts { background-position: -63px -21px; }
#downloadToggles li a.selected span.mobility-lifts { background-position: -84px -21px; }
#downloadToggles li a.selected span.company-information { background-position: -105px -21px; }

#downloadToggles li a.selected span.show-all { background-position: -126px -21px; }

#downloadsLeft {
	margin-left: 14px;
	margin-top: 36px;
	position: relative;
}
#downloadsRight {
	margin-left: 26px;
	margin-top: 36px;
	position: relative;
}

div.download_col {
	width: 432px;
	float: left;
	overflow: visible !important;
	overflow: hidden;
	position: relative;
}
div.download_col h2 {
	font-weight: normal;
	font-size: 22px;
	padding-left: 21px;
}

div.download_block {
	margin-top: 34px;
}
div.download_block_ie6 {
	display: none;
}
div.cat_passenger-lifts div.download_col div.cat_passenger-lifts { display: block; }
div.cat_goods-lifts div.download_col div.cat_goods-lifts { display: block; }
div.cat_service-maintenance div.download_col div.cat_service-maintenance { display: block; }
div.cat_platform-lifts div.download_col div.cat_platform-lifts { display: block; }
div.cat_mobility-lifts div.download_col div.cat_mobility-lifts { display: block; }
div.cat_company-information div.download_col div.cat_company-information { display: block; }

div.download_block h3 {
	font-size: 17px;
	font-weight: bold;
	color: #2f2f2f;
	margin-left: 21px;
	width: 400px;
}
div.download_block h3 span.icons {
	float: left;
	margin-right: 15px;
}
div.download_block h3 span.title {
	float: left;
}
div.download_block h3 span.icons span {
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 2px;
	margin-right: 6px;
	background: url("../img/download_icons.png") no-repeat 0 0;
}
div.download_block h3 span.icons span.goods-lifts { background-position: -15px 0; }
div.download_block h3 span.icons span.service-maintenance { background-position: -30px 0; }
div.download_block h3 span.icons span.platform-lifts { background-position: -45px 0; }
div.download_block h3 span.icons span.mobility-lifts { background-position: -60px 0; }
div.download_block h3 span.icons span.company-information { background-position: -75px 0; }

div.download_block ul {
	clear: both;
	padding: 10px 0;
	position: relative;
}
div.download_block ul li {
}
div.download_block ul a {
	position: relative;
	display: block;
	width: 295px;
	border: 0 solid white;
	background: white;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	height: auto !important;
	min-height: 35px;
	height: 35px;
	color: #464646;
	padding: 13px 80px 12px 57px;
	z-index: 0;
}
div.download_block ul a:hover,
div.download_block ul a.hover {
	background: #ebebeb;
}
div.download_block li a h4 {
	color: #2f2f2f;
	font-weight: normal;
	font-size: 15px;
}
div.download_block li a p {
	color: #393838;
	font-size: 12px;
	padding-top: 1px;
}
div.download_block li a span.icon {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 13px;
	left: 14px;
	background: url("../img/icon.png") no-repeat top left;
}
div.download_block li a span.hr {
	width: 402px;
	height: 1px;
	overflow: hidden;
	background-color: #cfcfcf;
	position: absolute;
	left: 14px;
	bottom: 0;
}
div.download_block li a span.hr_top {
	width: 402px;
	height: 1px;
	overflow: hidden;
	background-color: #cfcfcf;
	position: absolute;
	left: 14px;
	top: 0;
}
div.download_block li a span.size {
	color: #6f6f6f;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	right: 24px;
	top: 20px;
}

/* Lift Car Interior Upgrades */

#interiorUpgradeSlides {
	height: 391px;
	width: 628px;
	margin: 30px 0 0 14px;
}
#interiorUpgradeSlides ul.slide_switches {
	height: 19px;
	padding-bottom: 3px;
	width: 628px;
}
#interiorUpgradeSlides ul.slide_switches li {
	float: left;
	height: 19px;
	display: none;
}
#interiorUpgradeSlides ul.slide_switches li a {
	float: left;
	height: 19px;
	overflow: hidden;
	text-align: center;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 3px;
	width: 62px;
	background: url("../img/small_buttons.png") no-repeat top left;
	color: #616161;
}
#interiorUpgradeSlides ul.slide_switches li a.selected {
	background: url("../img/small_buttons.png") no-repeat bottom left;
	color: white;
}
#interiorUpgradeSlides div.slides {
	width: 259px;
	height: 369px;
	float: left;
	position: relative;
}
#interiorUpgradeSlides div.slides div {
	width: 259px;
	height: 369px;
	position: absolute;
	top: 0;
	left: 0;
	background: white none no-repeat 0 0;
}
#interiorUpgradeSlides div.slide_text {
	width: 359px;
	height: 369px;
	float: left;
	margin-left: 10px;
	display: inline;
}
#interiorUpgradeSlides div.text_after {
	width: 265px;
	height: 229px;
	background: url("../img/interior-upgrades/bg.png");
	padding: 18px 70px 0 24px;
	position: relative;
	display: none;
}
#interiorUpgradeSlides div.text_after p {
	padding: 36px 0 20px 0;
	color: black;
	font-size: 20px;
}
#interiorUpgradeSlides div.text_after a img {
	position: absolute;
	left: 12px;
	bottom: 12px;
}
div.step_3 p {
	background: #ededed;
}

/* Lifts */


/* Stairlifts */

#stairliftsHeader {
	height: 640px;
	width: 940px;
	background: url("../img/stairlifts/header.jpg") no-repeat;
	position: relative;
	font-size: 25px;
}
#stairliftsHeader p.item {
	color: white;
	text-align: right;
	position: absolute;
	right: 28px;
	top: 0;
}
#stairliftsHeader p.item1 { top: 144px; }
#stairliftsHeader p.item2 { top: 224px; }
#stairliftsHeader p.item3 { top: 306px; }
#stairliftsHeader p.item4 { top: 388px; font-size: 30px; }
#stairliftsHeader p.item4 strong { font-size: 41px; }
#stairliftsHeader p.contact {
	right: 26px;
	top: 483px;
	width: 430px;
	text-align: center;
	color: #0065bd;
	position: absolute;
	font-size: 28px;
	padding-top: 26px;
}
#stairliftsHeader p.contact strong { font-size: 34px; }

#stairliftsLeft {
	float: left;
	width: 628px;
	margin-top: 10px;
	overflow: hidden;
}
#stairliftsLeft ul {
	height: 230px;
	width: 650px;
}
#stairliftsLeft li {
	height: 230px;
	float: left;
	width: 202px;
	margin-right: 11px;
}
#stairliftsLeft ul p {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 16px;
}
#stairliftsLeft div.info {
	background: #ededed;
	height: 190px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	position: relative;
	text-align: left;
}

#stairliftsLeft div.text {
	color: black;
	width: 244px;
	position: absolute;
	top: 36px;
	left: 36px;
	font-size: 15px;
	line-height: 18px;
}
#stairliftsLeft div.quote {
	color: #0065bd;
	width: 230px;
	position: absolute;
	top: 36px;
	left: 294px;
	padding-left: 48px;
	font-size: 14px;
	background: url("../img/stairlifts/quote.png") no-repeat 0 0;
	line-height: 18px;
}
#stairliftsLeft div.quote p {
	margin-bottom: 8px;
}
#stairliftsLeft div.quote p.signed {
	font-weight: bold;
	color: black;
}

#stairliftsRight {
	float: left;
	width: 300px;
	margin-left: 12px;
	display: inline;
	margin-top: 10px;
}
#stairliftsRight div.panel {
	margin-bottom: 12px;
	padding: 7px;
	background: #b3caea;
	border: 3px solid #ebf1fa;
	border-radius: 11px; -moz-border-radius: 11px; -webkit-border-radius: 11px; -khtml-border-radius: 11px;
	behavior: url("static/css/border-radius.htc");
	color: black;
}
#stairliftsRight h4 {
	color: #0074be;
	text-transform: uppercase;
	font-size: 16px;
}
#stairliftsRight p {
	font-size: 15px;
	margin: 1px 0 3px 0;
}
#stairliftsRight p.caps {
	text-transform: uppercase;
}

#stairliftsLeft span.endquote {
	position: absolute;
	right: -38px;
	bottom: 26px;
	height: 29px;
	width: 36px;
	background: url("../img/endquote.png") no-repeat 0 0;
}

/* Right Menu */

.right_menu {
	float: right;
	padding-top: 50px;
	width: 260px;
	margin-bottom: 44px;
}
.home .right_menu {
	padding-top: 19px;
}
.right_menu li {
	margin-bottom: 2px;
}
.right_menu a {
	height: 41px;
	line-height: 41px;
	display: block;
	font-size: 15px;
	color: black;
	background: url("../img/right_menu.png") no-repeat top left;
	text-indent: 16px;
}
.right_menu a.selected,
.right_menu a:hover {
	background-position: bottom left;
	color: white;
}

.right_menu ul {
	padding: 10px 0;
}
.right_menu ul li {
	height: 24px;
	margin: 0;
}
.right_menu ul li a {
	height: 24px;
	line-height: 24px;
	display: block;
	color: #3e3e3e;
	text-indent: 36px;
	font-size: 13px;
	background: url("../img/right_submenu.png") no-repeat 0 0;
}
.right_menu ul li a.selected,
.right_menu ul li a:hover {
	background-position: 0 -24px;
	color: black;
}
.right_menu ul li a.selected {
	font-weight: bold;
}

/* Photo Gallery */

a.photo_gallery_link {
	display: block;
	height: 89px;
	overflow: hidden;
	position: relative;
}
a.photo_gallery_link img {
	position: absolute;
	top: 0;
	left: 0;
}
a.photo_gallery_link:hover img {
	top: -89px;
}

ul#photoGalleries {
	
}
ul#photoGalleries li {
	float: left;
	padding: 0 10px 10px 0;
	position: relative;
}
ul#photoGalleries a {
	float: left;
	height: 240px;
	width: 135px;
	background: url("../img/gallery_bg.png") no-repeat top left;
	padding: 11px;
}
ul#photoGalleries a:hover {
	background: url("../img/gallery_bg.png") no-repeat top right;
}
ul#photoGalleries h4 {
	color: black;
	margin: 6px 0;
	font-size: 12px;
}
ul#photoGalleries p {
	margin: 6px 0;
	color: #444444;
	font-size: 11px;
}
ul#photoGalleries span.ref {
	font-size: 10px;
	position: absolute;
	bottom: 34px;
	right: 13px;
	color: #9f9f9f;
}

/* Tabs */

ul.tabs {
	height: 36px;
	padding-left: 17px;
}
ul.tabs li {
	float: left;
	height: 36px;
}
ul.tabs a {
	float: left;
	margin-right: 1px;
	height: 36px;
	background: url("../img/tabs.png") no-repeat top left;
	padding-left: 22px;
}
ul.tabs a span {
	float: left;
	background: url("../img/tabs.png") no-repeat top right;
	padding-right: 22px;
	height: 36px;
	line-height: 36px;
	color: #404040;
}
ul.tabs a.selected {
	background: url("../img/tabs.png") no-repeat bottom left;
}
ul.tabs a.selected span {
	background: url("../img/tabs.png") no-repeat bottom right;
	color: white;
	font-weight: bold;
}

/* Lift */

#innerBox .tab_info,
#innerBox .tab_planning,
#innerBox .tab_spec {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

#innerBox .inner_photo {
	width: 224px;
	height: 342px;
	float: left;
	margin-top: 4px;
	background: white none no-repeat 0 0;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	border: 0px solid white;
}

div.tab_info .content {
	width: 344px;
	float: left;
	padding: 14px 40px 0 26px;
}
div.tab_info .content blockquote p {
	width: 220px;
}
div.tab_info a.button_contact {
	display: block;
	margin-top: 20px;
	position: relative;
	left: -13px;
}

div.tab_planning .container {
	width: 410px;
	float: left;
}
div.tab_planning .content {
	padding: 14px 40px 0 26px;
}

div.tab_planning ul {
	padding: 10px 0 0 6px;
}
div.tab_planning ul li a {
	position: relative;
	display: block;
	padding: 11px 60px 11px 63px;
	border: 0 solid white;
	background: white;
	width: 259px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	height: auto !important;
	min-height: 35px;
	height: 35px;
	color: #464646;
}
div.tab_planning ul li a:hover,
div.tab_planning ul li a.hover {
	background: #ebebeb;
}
div.tab_planning ul li a h4 {
	color: #2f2f2f;
	font-weight: normal;
	font-size: 16px;
}
div.tab_planning ul li a p {
	color: #393838;
	font-size: 12px;
	padding-top: 1px;
}
div.tab_planning ul li a span.icon {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 13px;
	left: 18px;
	background: url("../img/icon.png") no-repeat top left;
}
div.tab_planning ul li a span.hr {
	width: 362px;
	height: 1px;
	overflow: hidden;
	background-color: #cfcfcf;
	position: absolute;
	left: 10px;
	bottom: 0;
}
div.tab_planning ul li a span.size {
	color: #6f6f6f;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 20px;
}

div.tab_spec h3 {
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	border: 0 solid white;
	background: #ebebeb;
	width: 630px;
	margin: 10px 0 0 6px;
	height: 36px;
	line-height: 36px;
	text-indent: 18px;
	color: #303030;
	font-size: 18px;
	font-weight: normal;
}

div.tab_spec table {
	width: 460px;
	float: left;
	margin: 10px 13px 0 13px;
	display: table !important;
	display: inline;
}
div.tab_spec table th,
div.tab_spec table td {
	border-bottom: 1px solid #e7e7e7;
	padding: 7px 0;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 10px;
}
div.tab_spec table th {
	color: #5f5f5f;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	width: 47%;
}
div.tab_spec table td {
	color: black;
	width: 53%;
}
td.usage_icons img {
	float: left;
	margin-right: 12px;
}

div.tab_spec a.spec_diagram {
	width: 148px;
	float: left;
	height: 462px;
	margin-top: 10px;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	border: 1px solid #d3d3d3;
	background: white;
}
div.tab_spec a.spec_diagram img {
	margin: 0 auto;
}

/* Tipsy */

.tipsy { padding: 5px; font-weight: bold; font-size: 10px; background-repeat: no-repeat;  background-image: url("../img/tipsy.png"); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #0065bd; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

/* innerBox */

#forInnerBox {
	margin-top: 14px;
	padding: 0;
	width: 667px;
	margin-left: 0;
}

#innerBox {
	width: 654px;
	background: url("../img/innerBox.png") no-repeat 0 0;
	padding: 14px 0 0 13px;
	height: 1%;
}

ul.panels {
}
ul.panels li {
	float: left;
	position: relative;
	width: 326px;
	height: 152px;
}
ul.panels a {
	width: 211px;
	height: 123px;
	float: left;
	border: 1px dotted #b8b0b4;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	background: #e5e5e5;
	margin: 0 14px 11px 0;
	padding: 16px 10px 0 91px;
	position: relative;
}
ul.panels a span.photo {
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
	border: 0px solid #dadada;
	height: 114px;
	width: 62px;
	top: 12px;
	left: 12px;
	position: absolute;
	background: #dadada none no-repeat 0 0;
}
ul.panels a:hover,
ul.panels a.hover {
	background: #d2d2d2;
}
ul.panels .button {
	position: absolute;
	right: 14px;
	bottom: 13px;
}
ul.panels .button span {
	font-size: 11px;
}
ul.panels h4 {
	font-size: 20px;
	color: black;
	margin-bottom: 10px;
	font-weight: normal;
}
ul.panels p {
	font-size: 12px;
	color: #3e3e3e;
	line-height: 16px;
}

/* Bottom Nav */

#bottomNav {
	height: 181px;
	background: url("../img/bottom-nav.png") no-repeat 10px 0;
}
#bottomNav div.panel {
	height: 155px;
	margin-top: 14px;
	float: left;
	color: black;
	font-size: 11px;
}

#panelNewsletter {
	border-right: 1px solid #cbcbcb;
	width: 292px;
}
#panelNewsletter div {
	padding: 0 48px 0 48px;
}
#panelNewsletter form {
	width: 186px;
}
#panelNewsletter input {
	border: 1px solid #8a8a8a;
	background: white;
	padding: 3px 1px 3px 6px;
	margin: 12px 0 4px 0;
	width: 177px;
	font-size: 12px;
}
#panelNewsletter input.empty {
	color: #878787;
}
#panelNewsletter a.button {
	float: right;
}
#newsletterStatus {
	font-weight: bold;
	display: none;
}

#panelServices {
	border-right: 1px solid #cbcbcb;
	width: 337px;
}
#panelServices div {
	padding: 0 10px 0 62px;
}

#panelCompany {
	width: 309px;
}
#panelCompany div {
	padding: 0 10px 0 62px;
}

#bottomNav h4 {
	color: #0065bd;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 0 14px 0;
}

#bottomNav li {
	margin-bottom: 4px;
}
#bottomNav li a {
	color: #444444;
}
#bottomNav li a:hover {
	color: black;
}

/* Footer */

#footer {
	position: relative;
	background: white;
	height: 193px;
	color: #656565;
}
#footer a {
	color: #383838;
}

#footerLogos {
	position: absolute;
	top: 27px;
	left: 24px;
	height: 74px;
}
#footerLogos li {
	padding: 0 24px;
	float: left;
}

#footerContact {
	position: absolute;
	left: 46px;
	top: 130px;
	font-size: 14px;
}

#footerLinks {
	position: absolute;
	top: 131px;
	right: 38px;
	font-size: 12px;
}
#footerLinks li {
	float: left;
}
#footerLinks a {
	text-decoration: underline;
}

/* Form */

form.form {
	margin: 12px 0 0 -12px;
}

form.form fieldset {
	background: #ebebeb;
	padding: 7px 0 14px 0;
	border: 0px solid white;
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
	behavior: url("static/css/border-radius.htc");
}

form.form .button {
	font-size: 18px;
	height: 30px;
	padding: 4px 24px 3px 12px;
	border-color: #f7f7f7;
}

input.text {
	padding: 5px 1px 5px 6px;
	font-size: 12px;
	margin: 0px;
	width: 260px;
	background-color: white;
	border: 1px solid #9e9e9e;
	color: #404040;
}

textarea {
	background-color: white;
	font-size: 12px;
	border: 1px solid #9e9e9e;
	color: #404040;
	padding: 5px 1px 5px 6px;
	width: 260px;
}

form div.input {
	padding-top: 6px;
}
form div.field {
	padding-top: 6px;
}

form div.field_label {
	float: left;
	width: 110px;
}

form div.field_label label {
	display: block;
	padding-left: 14px;
	padding-top: 5px;
	text-align: left;
	color: #5b5b5b;
	font-size: 12px;
	font-weight: bold;
}

form div.field_input {
	margin-left: 110px;
}

input.submit {
	margin-top: 0;
	margin-left: 21px;
}

fieldset div.error {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px;
}

div.error {
	background-color: #ffa79b;
	border: 1px solid #b91600;
	padding: 0px;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

span.asterisk {
	font-weight: bold;
	font-size: 18px;
	line-height: 10px;
	color: #5b5b5b;
}


