@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
}

img {
	border: none;
}

img.profile {
	border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
border: 1px solid #26A9E0;
	padding: 5px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

p, li {
	font-family:'Calibri W01 Regular 904604';
	font-size: 17px;
	margin-bottom: 12px;
	color: #6D6E70;
}

p {
		line-height: 140%;
}

p.telNo {
	font-family:'Calibri W01 Regular 904604';
	font-size:24px;
	line-height: 100%;
	color: #4D4D4F;
	padding-left: 40px;
	background-image:url(../i/telIcon.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:63px;
}

p.telNo strong {
	font-size:18px;
}

p.lightBlue {
	color: #6D6E70;
}

p.intro {
	font-size: 20px;
	line-height: 118%;
}

p.ruleBelow {
	display: block;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: solid;
	border-bottom-color: #A6A8AB;
	border-bottom-width: 1px;
}

strong {
	font-family:'Calibri W01 Bold 904607';
	font-weight: normal;
	color: #000000;
}

footer strong {
	color: #ffffff;
}

h1 {
	font-family:'Calibri W01 Regular 904604';
	font-size: 18px;
	color: #4D4D4F;
	font-weight: normal;
	display:block;
	margin-bottom: 16px;
}

h2 {
	font-family:'Calibri W01 Regular 904604';
	font-size: 26px;
	color: #29A9E0;
	font-weight: normal;
	display:block;
	margin-bottom: 16px;
	line-height: 130%;
}

h3 {
	font-family:'Calibri W01 Regular 904604';
	font-size: 21px;
	color: #6D6E70;
	font-weight: normal;
	display:block;
	margin-bottom: 16px;
}

span.smaller {
	font-size: 0.75em;
}

h3.ruleAbove {
	border-top: solid;
	border-top-color: #4D4D4F;
	border-top-width: 1px;
	padding-top: 20px;
	margin-top: 20px;
}

h3.lightBlue {
	color: #6D6E70;
	margin-bottom: 0px;
}


h2 span.smaller {
	font-size: 36px;
	display: block;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-family:'Calibri W01 Bold 904607';
	
}

a:hover {
	color: #26A9E0;
}

ul, ol {
	display: block;
	margin-bottom: 16px;
	margin-left: 20px;
}

ol.numeric li {
	list-style: decimal;
}

ol.numeric ul li {
	list-style: square;
}

ol li {
	list-style: lower-alpha;
}

ol.numeric li ol li {
	list-style: lower-alpha;
}

ol li ul li {
	list-style: square;
}

li {
	line-height: 125%;
}

a.enquiry {
	display: block;
	padding: 10px;
	background-color: #1B75BB;
	margin-top: 16px;
	margin-bottom: 16px;
	background-image: url(../i/whiteArrow.png);
	background-repeat: no-repeat;
	background-position: 120px center;
	color: #ffffff;
	font-weight: normal;
	width: 120px;
	font-family:'Arial W01 Narrow';
}

a.lightBlue {
	background-color: #26A9E0;
}

a.lightGreen {
	background-color: #00A69C;
}

/**** Clearfix ****/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  zoom: 1; /* ie 6/7 */
}

/**** Ends ****/

.col {
	float: left;
}

header {
	position: relative;
	display: block;
	width: 100%;
	border-top: solid;
	border-top-width: 12px;
	border-top-color: #AFAFA7;
	border-bottom: solid;
	border-bottom-width: 4px;
	border-bottom-color: #AFAFA7;
	height: 225px;
}
a.logo {
	position: absolute;
	display: block;
	width: 221px;
	height: 95px;
	left: 30px;
	top: 25px;
}

div.header-inner {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	padding: 15px 20px 15px 20px;
	text-align: left;
}

div.header-inner h1 {
	display: block;
	padding: 52px 0px 18px 32px;
	border-left: solid;
	border-left-width: 2px;
	border-left-color: #D7D6CB;
	width: 250px;
	height:auto;
	position: absolute;
	top: 25px;
	left: 280px;
}
.header-inner .rightCol {
	 display: block;
	 width: 240px;
	 height: 145px;
	 background-image: url(../i/rightColBg.gif);
	 background-repeat: repeat-x;;
	 background-position: left top;
	 position: absolute;
	 right: 15px;
	 top: 0px;
	 padding: 80px 30px 0px 30px;
	 
}

nav {
	padding-top: 155px;
}

nav ul {
	text-align: left;
}

nav ul li {
	display: inline-block;
	float: left;	
	list-style: none;
}

nav ul li a {
	font-family:'Arial W01 Narrow';
	font-weight: normal;
	float: left;
	display: block;
	color: #4D4D4F;
	padding: 6px 10px 6px 10px;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #D7D6CB;
	font-size:16px;
}

nav ul li.last a {
	border: none;
}

nav ul li.first a {
	text-indent: -9999px;
	display:block;
	width: 26px;
	height: 22px;
	background-image: url(../i/homeIcon.png);
	background-repeat:no-repeat;
	background-position: center center;
}
#content {
	display: block;
	width: 100%;
	position: relative;
}

#content-inner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 930px;
	padding: 20px;
	background-image:url(../i/rightColBg.gif);
	background-repeat: no-repeat;
	background-position: 655px top;
}

article {
	display: block;
	width: 600px;
	float: left;
	text-align: left;
	padding-top: 30px;
}

article h2 {
	line-height: 90%;
}

aside {
	display: block;
	width: 260px;
	text-align: left;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

aside ul {
	display: block;
	margin-bottom: 16px;
	margin-left: 0px;
}

aside ul li {
	list-style: none;
}

aside ul li a {
	font-weight: normal;
	color: #000000;
	font-family:'Calibri W01 Regular 904604';
	background-image: url(../i/blueArrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	
}

aside a {
	font-weight: normal;
	color: #000000;
}


footer {
	display: block;
	position: relative;
	background-color: #060E9F;
	border-top: solid;
	border-top-width: 8px;
	border-top-color: #26A9E0;
	height: auto;
	width: 100%;
	text-align: center;
	
}
.footer-inner {
	display: block;
	position:relative;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 15px 20px 50px 20px;
}

.footer-inner .a {
	width: 600px;
	margin-right: 30px;
}

.footer-inner .b {
	width: 300px;
	text-align: right;
}

.footer-inner p, .footer-inner a {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
}

.footer-inner p {
	text-decoration: none;
}
.footer-inner p.copyright {
	margin-top: 60px;
}

/********************************/
/**********Form Styles***********/
/********************************/


/* Styles for contact form */

#responseForm {
	display: block;
	height: auto;
	width: 500px;
	margin-left: 0px;
	margin-top: 20px;
}

#responseForm h3 {
	margin-bottom: 10px;
	padding-top: 7px;
	margin-top: 10px;
}

#responseForm div {
	display: block;
	text-align: left;
	margin-top: 10px;
}

#responseForm input {
	left: 50px;
	margin-left: 15px;
	border: 1px solid #1C78C1;
	font-size: 12px;
	padding: 2px;
	background-image: url(../i/formBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 270px;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #C6C6C6;
	padding: 6px;
}

#responseForm .title {
	width: 140px;
	display: block;
	float: left;
	font-size: 14px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:'Calibri W01 Regular 904604';
	margin-bottom: 12px;
	color: #6D6E70;
}

#responseForm .submitDetails {
	width: 140px;
	display: block;
	float: left;
	font-size: 1px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

#responseForm textarea {
	border: 1px solid #1C78C1;
	margin-left: 15px;
	padding: 2px;
	font-size: 12px;
	background-image: url(../i/formBg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#responseForm select {
	margin-left: 15px;
}

#responseForm textarea {
	font-size: 12px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	width: 230px;
}

#responseForm .shorter input {
	height: auto;
	width: auto;
	clear: both;
}

#responseForm .subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #00336F;
}

#responseForm .productsTitle {
	width: 140px;
	display: block;
	font-size: 13px;
	height: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #00336F;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

#responseForm .noBorder input {
	height: auto;
	width: auto;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#responseForm .lastnoBorder input {
	height: auto;
	width: auto;
	border: 1px solid #7984AE;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 155px;
}

#responseForm .noMail input {
	height: auto;
	width: auto;
	margin-right: 15px;
	float: left;
	margin-bottom: 0px;
	margin-left: 155px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#responseForm .noMailtxt {
	width: 250px;
	display: block;
	font-size: 11px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

#responseForm .multiSelect {
	margin-bottom: 25px;
}

#responseForm .title .required {
	color: #1C78C1;
}

#responseForm .requiredTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C79C1;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-left: 155px;
}

#responseForm .button input {
	border: 1px solid #999999;
}

