/* GENERAL */

body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 20px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #555555;
}
body a {
	color: #bc2716;
	text-decoration: none;
}
body a:hover {
	color: #bc2716;
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: 6px 0px 0px 1.5em;
}
li {
	line-height: 15px;
	margin-bottom: 6px;
}
p {
	margin: 0;
	padding-top: 9px;
}
form {
	margin: 0px;
	padding: 0px;
}
.red  {
	color: #bc2716;
}
.grey  {
	color: #cccccc;
}


.block {
	display: block;
	clear: both;
}



/* MAIN TABLE */
.toprow {
	height: 20px;
}

.maintable {
	background-color: #FFFFFF;
	width: 880px;
	border: none;
}
.maintable-demo {
	background-color: #FFFFFF;
	width: 800px;
	border: none;
}

.firstrow {
	width: 663px;
	height: 90px;
}
.firstrow-demo-mis {
	width: 553px;
	height: 90px;
	background-color: #0a5cad;
	background-image: url(images/skydemo-mis.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.firstrow-demo-ibe {
	width: 553px;
	height: 90px;
	background-color: #0a5cad;
	background-image: url(images/skydemo-ibe.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.logo-demo {
	width: 247px;
	text-align: left;
}
.redblock-demo {
	width: 247px;
	height: 22px;
	background-color: #bc2716;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* NAV */

.navcell {
	background-color: #cccccc;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-left: 22px;
}
.navcell-demo {
	text-align: left;
	padding-left: 22px;
	height: 22px;
	background-color: #cccccc;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.navtable {
	height: 22px;
	width: 340px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.nav {
	text-align: center;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 85px;
	vertical-align: middle;
}
.navdiv {
	background-color: #bbbbbb;
	text-align: center;
	width: 100%;
	height: 22px;
	display: block;
	vertical-align: middle;
}
.navdiv a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 10px;
	line-height: 22px;
	text-transform: uppercase;
	background-color: #bbbbbb;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.navdiv a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	background-color: #bc2716;
	color: #FFFFFF;
	text-decoration: none;
}





/* Pic & Colour Blocks */

.skycell {
	height: 96px;
	background-color: #0a5cad;
	background-image: url(images/skypic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.skycell-home {
	height: 142px;
	background-color: #0a5cad;
	background-image: url(images/skypic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.greyblock {
	width: 663px;
	height: 22px;
	background-color: #cccccc;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.redblock {
	width: 217px;
	height: 22px;
	background-color: #bc2716;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}





/* CONTENT AREA */

.maincell {
	text-align: left;
	vertical-align: top;
	padding: 25px 36px 38px 35px;
}

.intro-home {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	font-weight: bold;
}

.sectionnames {
	font-size: 11px;
	color: #777777;
	display: block;
	text-transform: uppercase;
	padding-bottom: 7px;
	letter-spacing: 0.05em;
}
.sectionheads {
	font-size: 20px;
	color: #bc2716;
	display: block;
	padding-bottom: 6px;
}
.intropara {
	color: #bc2716;
	font-style: italic;
}
.pic-right {
	float: right;
	margin: 6px 0px 4px 8px;
}
.pic-left {
	float: left;
	margin: 0px 5px 4px 0px;
}
.quotation {
	color: #bc2716;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.quotebase {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #999999;
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 15px;
}


/* RIGHT SIDE */

.rightcell {
	text-align: left;
	vertical-align: top;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 22px 4px 22px 20px;
}
.heads {
	color: #bc2716;
	font-size: 17px;
	display: block;
	padding-bottom: 12px;
}
.subpages {
	font-size: 14px;
	color: #555555;
	display: block;
	margin: 0px 0px 11px 5px;
	text-indent: -5px;
}
.subpages-this {
	font-size: 14px;
	color: #bc2716;
	display: block;
	margin: 0px 0px 11px 5px;
	text-indent: -5px;
}
.subpages a {
	text-decoration: none;
	color: #555555;
}
.subpages-this a {
	text-decoration: none;
	color: #bc2716;
}

.subheadings {
	font-size: 13px;
	color: #bc2716;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-indent: -1px;
	text-transform: uppercase;
}
.sitemap {
	font-size: 10px;
	color: #777777;
	display: block;
	margin: 0px 0px 11px 5px;
	text-indent: -5px;
}
.sitemap a {
	text-decoration: none;
	color: #777777;
}



.subpages2 {
	font-size: 11px;
	display: block;
	margin: 3px 0px 2px 10px;
}
.subpages2-this {
	font-size: 11px;
	color: #bc2716;
	display: block;
	margin: 3px 0px 2px 10px;
}
.subpages2-this a {
	color: #bc2716;
}



.demohead {
	color: #bc2716;
	font-size: 17px;
	display: block;
	padding: 15px 0px 13px 0px;
}

.demodropdown {
	width: 178px;
	font-size: 11px;
	color: #555555;
	margin-bottom: 10px;
}





/* BASE*/

.basetable{
	width: 880px;
	text-align: center;
}
.basecell {
	color: #666666;
	font-size: 9px;
	color:#666666;
	line-height: 17px;
	padding: 4px 0px 10px 0px;
}
.basecell a{
	color: #666666;
	text-decoration: none;
}
