/* Executive Elevators style sheet http://executiveelevators.com/style.css */
/* Copyright 2005 Alex Farkouh - http://alex.farkouh.net/ - All Rights Reserved. */

/* default font and colour settings, included in html and body just to be on the safe side will all browsers */
html {
	font-family: "trebuchet ms", arial, sans-serif;
	background: #ffffff;
	color: #000000;
}
body {
	font-family: "trebuchet ms", arial, sans-serif;
	background: #ffffff;
	color: #000000;
	margin-top: 5px;
	text-align: center;
}

/* style for lists*/
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}

/* the main table that positions the whole page */
.maintable {
	width: 650px;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: auto;
}

/* the logobox that holds the company logo in the top left of the page */
.logobox {
	border-bottom: solid 1px #bbbbbb;
}

/* the main menu box, that runs down the left of the page */
.linkbox {
	border-bottom: solid 1px #bbbbbb;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
	width: 120px;
	vertical-align: top;
	padding-top: 56px;
}

/* the main box, this is on the right and hold the page contents */
.mainbox {
	border-bottom: solid 1px #bbbbbb;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	vertical-align: top;
	text-align: justify;
}

/* the contact table used on the contacts and thankyou pages */
.contacttable {
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

/* the title of each page */
.title {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

/* the company statement on the home page */
.statement {
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
}

/* the header and content cells on the contacts and thankyou pages */
.header {
	font-weight: bold;
	width: 15%;
}
.content {
	width: 85%;
}

/* the company name on the home and contacts page */
.companyname {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

/* the success line on the thankyou page */
.success {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

/* the page footer on each page */
.footer {
	padding: 6px;
	text-align: center;
}

/* settings for embeded images */
.logo {
	border: none;
	width: 95px;
	height: 100px
}
.home {
	border: none;
	width: 500px;
	height: 375px
}
.layout {
	border: none;
	width: 500px;
	height: 732px
}
.multimap {
	border: none; 
	width: 500px;
	height: 400px;
}
.gallery {
	border: none;
	width: 500px;
	height: 375px
}
.iso {
	border: none;
	width: 130px;
	height: 127px
}

/* some standard settings */
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.grey {
	color: #808080;
	background: inherit;
}

/* default link settings used for the mailto links as these only work if default */
a {
	color: #000000;
	background: transparent;
}
a:link {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
a:visited {
	color: #000000;
	background: transparent;
	text-decoration:none;
}
a:hover {
	color: #000080;
	background: transparent;
	text-decoration: none;
}
a:active {
	color: #000080;
	background: transparent;
	text-decoration: none;
}

/* link settings for the main menu links */
a.menu {
	color: #000000;
	background: transparent;
	font-weight: bold;
}
a:link.menu {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
a:visited.menu {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
a:hover.menu {
	color: #000080;
	background: transparent;
	font-size: 12px;
	text-decoration: none;
}
a:active.menu {
	color: #000080;
	background: transparent;
	text-decoration: none;
}

/* link settings for the validator links */
a.greylink {
	color: #808080;
	background: transparent;
}
a:link.greylink {
	color: #808080;
	background: transparent;
	text-decoration: none;
}
a:visited.greylink {
	color: #808080;
	background: transparent;
	text-decoration: none;
}
a:hover.greylink {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
a:active.greylink {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
