﻿/*-------------------------------------------------------------

Style Sheet (Liftmann)
version:   1.0
author:    Satsu
website:   http://www.satsu.co.uk/

-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
}

body {
	font-size: 62.5%;										/* set 1em = 10px */
	font-family: Arial, sans-serif;
	background: #e3e1e2 url(../images/ui/background.jpg) repeat-y top left;
	padding-bottom: 30px;
}


h1 {
	width: 320px;
	position: absolute;
	top: 30px;
	left: 30px;
	height: 62px;
	display: block;
	z-index:3;
	text-indent: -999em;
	border: 1px solid #bfda18;
}

h1 a {
	display: block;
	height: 62px;
	background: transparent url(../images/ui/logo.gif) 0 0;
}

h1 a:hover {
	background: transparent url(../images/ui/logo.gif) 0 -62px;
}

h2 {
	font-weight: normal;
	line-height: 1em;
}

h3 {
	margin-top: 0.2em;
	font-weight: normal;
	font-size: 1.3em;
}

h4 {
	font-size: 1.8em;
	margin-bottom: .15em;
}

h5 {
	font-size: 1.3em;
	margin-bottom: .15em;
}

h6 {
	font-size: 1.3em;
	font-weight: normal; 
}

li, p, td, th, label {
	font-size: 1.1em;										/* font sizes set on elements (not containers - else em inheriting makes things difficult) */
}

li {
	list-style-type: none;
	position: relative;
}

img {
	display: block;											/* remove vertical space */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th {
	text-align: left;
}

fieldset {
	border: none;
	margin-right: 10px;
}

legend {
	display: none;
}

label {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

input, textarea {
	vertical-align: top;
	padding: 2px 4px;
	width: 90%;
	margin-bottom: 1em;
}

select {
	padding: 1px;
	width: 50%;
	
}

input, textarea, select {
	font-size: 1.1em;
	margin-bottom: 1em;
	background: #f6f6f6;
	border: 1px solid #bfda18;
}

:focus {
	outline: 0;
}

/* Layout
-------------------------------------------------------------*/

#content { 
	position: absolute;
	left: 415px;
	top: 30px;
	width: 570px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	padding: 15px;
}

#info-panel { 
	position: absolute;
	left: 10px;
	top: 100px;
	width: 320px;
	padding: 20px;
}

#info-panel h3 {
	margin: 2em 0 1em 0;
	padding-bottom: 0.5em;
	background: transparent url(../images/ui/border.gif) repeat-x bottom left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

ul#nav { 
	text-transform: uppercase;
	border-bottom: 1px solid #142c0b;
	border-top: 1px solid #428827;
}

ul#nav li {
	border-top: 1px solid #142c0b;
	border-bottom: 1px solid #428827;
	font-size: 1.1em;
	padding: 10px 0;
}

ul#nav li a {
	color: #fff;
	height: 44px;
	text-decoration: none;
	padding-left: 54px;
	display: block;
	font-weight: bold;
}

ul#nav li a:hover {
	color: #bfda18;
}

ul#nav li a span {
	display: block;
	margin-top: 0.5em;
	color: #bfda18;
	font-size: 1em;
	line-height: 1.2em;
	width: 180px;
	text-transform: none;
	font-weight: bold;
}

ul#nav li a:hover span {
	color: #fff;
}

ul#nav li a.g {
	background: transparent url(../images/ui/nav-g.jpg) no-repeat left -44px;
}

ul#nav li a.g:hover {
	background: transparent url(../images/ui/nav-g.jpg) no-repeat 0 top;
}

ul#nav li a.lift1 {
	background: transparent url(../images/ui/nav-1.jpg) no-repeat top left;
}

ul#nav li a.lift1:hover {
	background: transparent url(../images/ui/nav-1.jpg) no-repeat left -44px;
}

ul#nav li a.lift2 {
	background: transparent url(../images/ui/nav-2.jpg) no-repeat top left;
}

ul#nav li a.lift2:hover {
	background: transparent url(../images/ui/nav-2.jpg) no-repeat left -44px;
}

ul#nav li a.lift3 {
	background: transparent url(../images/ui/nav-3.jpg) no-repeat top left;
}

ul#nav li a.lift3:hover {
	background: transparent url(../images/ui/nav-3.jpg) no-repeat left -44px;
}

ul#nav li a.lift4 {
	background: transparent url(../images/ui/nav-4.jpg) no-repeat top left;
}

ul#nav li a.lift4:hover {
	background: transparent url(../images/ui/nav-4.jpg) no-repeat left -44px;
}

ul#nav li a.lift5 {
	background: transparent url(../images/ui/nav-5.jpg) no-repeat top left;
}

ul#nav li a.lift5:hover {
	background: transparent url(../images/ui/nav-5.jpg) no-repeat left -44px;
}

#info-panel label { 
	color: #fff;
}

#info-panel input.submit {
	width: 20%;
	background-color: #272823;
	border: 1px solid #bfda18;
	color: #bfda18;
	text-transform: uppercase;
}

ul.address,
ul.number {
	color: #fff;
	text-transform: uppercase;
	margin-top: 1em;
	font-weight: bold;
}

ul.address li,
ul.number li {
	line-height: 1.3em;
}

span.strapline {
	position: absolute;
	top: 98px;
	left: 26px;
	color: #fff;
	width: 330px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1em;
	text-align: center;
}


/*--------------------------------------------------
Content 
---------------------------------------------------*/

#content img {
	float: left;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #e3e1e2;
}


#content h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0;
	background: transparent url(../images/ui/g.jpg) no-repeat left center;
	font-size: 2em;
}

#content h2#home {
	background: transparent url(../images/ui/g.jpg) no-repeat left center;
	height: 44px;
	line-height: 44px;
	padding-left: 54px;
}

#content h2#news {
	background: transparent url(../images/ui/5.jpg) no-repeat left center;
	height: 44px;
	line-height: 44px;
	padding-left: 54px;
}

#content h2#team {
	background: transparent url(../images/ui/4.jpg) no-repeat left center;
	height: 44px;
	line-height: 44px;
	padding-left: 54px;
}

#content h2#products {
	background: transparent url(../images/ui/3.jpg) no-repeat left center;
	height: 44px;
	line-height: 44px;
	padding-left: 54px;
}

#content h2#mobility {
	background: transparent url(../images/ui/2.jpg) no-repeat left center;
	height: 44px;
	line-height: 44px;
	padding-left: 54px;
}

#content h2#passenger {
	background: transparent url(../images/ui/1.jpg) no-repeat left center;
	height: 44px;
	line-height: 44px;
	padding-left: 54px;
}

#content h2#privacy {
	height: 44px;
	line-height: 44px;
	padding-left: 54px;
}


.entry {
	margin: 1.5em 0 3em 0;
	clear: both;
}

img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
	clear: left;
}

.right {
	float: right !important;
	margin-right: 0;
	margin-left: 15px
}

h3 {
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.entry h3 {
margin-bottom: 0;
}

.entry span.posted {
	color: #666666;	
	margin-bottom: 0.5em;
	display: block;
}

body#mobility .entry p { 
	margin-left: 137px;
}

.entry p {
		margin-top: 10px;

}

#content a {
	color: #43813d;
	text-decoration: none;
	font-weight: bold;
}

#content .entry a {
	color: #43813d;
	text-decoration: none;
	font-weight: bold;
	margin-top: -1em;
	margin-left: 137px;
	display: block;
	font-size: 1.1em;
}

p { 
	color: #454b54; 
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

#footer {
	margin: 3em 0;
	clear: both;
}


.ThankYou
{
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;	
}

.inlinelink {
	font-size: 1.6em;
	color: #43813d;
	text-align:right;
}

