
/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
a { white-space: nowrap; }

.clearFloat { clear: both; }
.hidden { display: none; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/

h1 {
	font-size: 1.25em;
	padding: 0px 0px 20px 0px;
	color: #006FBA;
}
h1.homeHeading {
	padding-top: 35px;
	color: #333333;
}
h2 {

}
p {
	font-size: 0.75em;
	padding: 10px 0px;
	line-height: 18px;
}
a {
	color: #006FBA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/**********************************************  HEADER  **********************************************/

#headerWrapper {
	background-image: url('/images/header-bg-tile.gif');
	background-repeat: repeat-x;
	background-position: center 100px;
}
#header {
	width: 980px;
	margin: 0pt auto;
}

#headerLeft {
	background-image: url('/images/header-bg-left.gif');
	background-repeat: no-repeat;
	background-position: center 100px;
	width: 290px;
	height: 435px;
	position: relative;
	float: left;
}

#header #headerLogo {
	background-image: url('/images/header-logo.gif');
	background-repeat: no-repeat;
	width: 290px;
	height: 63px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 37px;
}

#header.HeaderInnovation #headerLogo {
	background-image: url('/images/header-logo-rmax.gif');
	background-repeat: no-repeat;
	width: 290px;
	height: 63px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 37px;
}

#headerRight {
	background-image: url('/images/header-homepage.jpg');
	background-repeat: no-repeat;
	width: 690px;
	height: 435px;
	float: right;
}
.orangeTile {
	color: #FFFFFF;
	position: absolute;
	top: 200px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 0.875em;
	font-weight: bold;
}
.orangeTile .blueText {
	font-weight: bold;
}
.blueText {
	color: #006FBA;
}
/*
#headerWrapper.HeaderInternal {
	background-image: url('/images/header-bg-internal-tile.gif');
}
#headerWrapper.HeaderInternal #headerLeft {
	background-image: url('/images/header-bg-internal-left.gif');
	height: 310px;
}
#headerWrapper.HeaderInternal .orangeTile {
	top: 140px;
}
#headerWrapper.HeaderInternal #headerRight {
	background: none;
	height: 310px;
}
*/
#headerWrapper.HeaderInternal #headerRight {
	background: none;
}
#headerWrapper.HeaderProducts #headerRight {
	background: transparent url(../images/headers/products.jpg) top left no-repeat;
}
#headerWrapper.HeaderFeatures #headerRight {
	background: transparent url(../images/headers/features.jpg) top left no-repeat;
}
#headerWrapper.HeaderBrochures #headerRight {
	background: transparent url(../images/headers/brochures.jpg) top left no-repeat;
}
#headerWrapper.HeaderApplication #headerRight {
	background: transparent url(../images/headers/application.jpg) top left no-repeat;
}
#headerWrapper.HeaderTechnical #headerRight {
	background: transparent url(../images/headers/technical.jpg) top left no-repeat;
}
#headerWrapper.HeaderInnovation #headerRight {
	background: transparent url(../images/headers/innovation.jpg) top left no-repeat;
}
/**********************************************  FOOTER  **********************************************/

#footerWrapper {
	background-image: url('/images/footer-left-bg-tile.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;	
}

#footer {
	width: 980px;
	margin: 0pt auto;
	height: 130px;
	background-image: url('/images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: 290px bottom;
	position: relative;
	z-index: 30;
}

#footerLogo {
	width: 290px;
	height: 100px;
	display: block;
	text-indent: -999em;
	background-image: url('/images/footer-logo.gif');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
}

#footerWrapper.HeaderInnovation #footerLogo {
	width: 290px;
	height: 100px;
	display: block;
	text-indent: -999em;
	background-image: url('/images/footer-logo-rmax.gif');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
}

#footerRight {
	height: 30px;
	background-image: url('/images/footer-right-bg-tile.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width:50%;
}

#footerText {
	position: absolute;
	bottom: 8px;
	left: 325px;
	color: #FFFFFF;
	font-size: 0.625em;
}
#footerText a {
	color: #FFFFFF;
}

#bubble1, 
#bubble2,
#bubble3,
#bubble-env-logo{
	float: right;
	display: block;
	width: 89px;
	height: 88px;
	text-indent: -999em;
	background-repeat: no-repeat;
}

#bubble1 {
	background-image: url('/images/bubble1.jpg');
}
#bubble2 {
	background-image: url('/images/bubble2.jpg');
}
#bubble3 {
	background-image: url('/images/bubble3.jpg');
}
#bubble-env-logo{
	background-image: url('/images/env-logo.jpg');
}


/***********************************************  MENU  ***********************************************/

#navigation {
	float: left;
	width: 290px;
}
ul#menu {
	margin: 45px 0px 15px 0px;
}
ul#menu li ul {
	display: none;
}
ul#menu li a {
	display: block;
	width: 100%;
	height: 26px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: 25px 0px;
	border-bottom: 1px solid #A7CAE4;
}
ul#menu li#menuLinks a {
	border-bottom: none;
}
ul#menu li a:hover,
ul#menu li.menuSelected a{
	background-position: 25px -26px
}
ul#menu li.menuSelected ul {
	display: block;
}
#menuHomepage a {
	background-image: url('/images/menu/menu-homepage.gif');
}
#menuProducts a {
	background-image: url('/images/menu/menu-products.gif');
}
#menuInnovation a {
	background-image: url('/images/menu/menu-innovation.gif');
}
#menuEnvironment a {
	background-image: url('/images/menu/menu-environment.gif');
}
#menuContactUs a {
	background-image: url('/images/menu/menu-contact-us.gif');
}
#menuDistributors a {
	background-image: url('/images/menu/menu-distributors.gif');
}
#menuLinks a {
	background-image: url('/images/menu/menu-links.gif');
}

/**************** SUB MENU LEVEL 2 ****************/
ul#menu ul li a {
	display: block;
	width: auto;
	height: 100%;
	padding: 7px 0px 7px 80px;
	text-indent: 0em;
	font-size: 0.75em;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #F7901E;
	background-image: url('/images/menu/menu-sub-hover.gif');
	background-repeat: no-repeat;
	background-position: -999em 0px;
	border-bottom: 1px solid #A7CAE4;
}
ul#menu ul li a:hover,
ul#menu ul li.subSelected a {
	background-position: 61px 7px;
	color: #006FBA;
}

/**************** SUB SUB MENU LEVEL 3 ****************/
ul#menu li.menuSelected ul li ul {
	display: none;
}
ul#menu li.menuSelected ul li.subSelected ul {
	display: block;
}
ul#menu li.menuSelected ul li.subSelected ul li a:hover,
ul#menu li.menuSelected ul li.subSelected ul li.subSelected a {
	background-position: 81px 7px;
	color: #006FBA;
}
ul#menu li.menuSelected ul li.subSelected ul li a {
	padding-left: 100px;
	background-position: -999em 0px;
	color: #F7901E;
}
/***********************************************  BODY  ***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	height: 100%;
}

html {
	height: 100%;
}

/*******************************************  PAGE LAYOUT  ********************************************/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
}
#footerWrapper, .push {
	height: 130px;
}

#content {
	width: 980px;
	margin: 0px auto;
}

#main {
	float: right;
	width: 690px;
}
#pageContent {
	padding: 0px 20px 20px 30px;
}

#pageContent ul{
	margin-left:30px;
}

#pageContent ul.enquiryForm{
	list-style:none;
}

#pageContent ul.enquiryForm li{
	list-style:none;
}

#pageContent ul li{
	list-style:disc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
}

.textColumnLeft {
	float: left;
	width: 280px;
}
.textColumnRight {
	float: left;
	width: 280px;
	padding: 0px 0px 0px 55px;
}

/**********************************************  BREADCRUMBS **********************************************/
#breadcrumbs {
	font-size: 0.75em;
	margin: 0px 0px 10px 0px;
}
#breadcrumbs a {
	color: #006FBA;
}
#breadcrumbs span {
	color: #E87B03
}

/********************************************  HOME PAGE  *********************************************/
.ulHome li {
    list-style-type: none !important;
    width: 48.5% !important;
    float: left;
    font-size: 0.75em;
}
.ulHome {
    margin-left: 0px !important;
}
.ulHome .liHomeLeft {
    padding-right: 1.5% !important;
}
.ulHome .liHomeRight {
    padding-left: 1.5% !important;
}
/**********************************************  COMMON  **********************************************/

.featuresCol1{
	width:250px;
}

.featuresCol2{
	width:440px;
}

tr, td, th{
	font-size:0.9em;
	vertical-align:top;
	text-align:left;
}

td{
	padding:5px 10px 5px 5px;
}

td.heading{
	font-size:1.2em;
}

tr.odd{
	background-color:#f0f0f0;
}

.contactCol{
	width:213px;
	float:left;
	font-size: 0.75em;
}

.label{
	width:150px;
	float:left;
	font-size:0.75em;
}

.feildset{
	padding:15px 5px 15px 5px;
	margin-top:50px;
	border:1px solid #ccc;
	background-color:#eee;
}

.enquiryTitle{
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:15px;
}

.textItem{
	width:380px;
}

ul.enquiryForm{
	list-style:none;
}

ul.enquiryForm li{
	line-height:24px;
	list-style-type:none;
}

tr.specs{
	border-top:1px solid #aaa;
}

td.specNum{
	border-left:1px solid #ccc;
}

/* Used to display characters reamianing*/
.ContentRemaining{ color:#E50A03;}

label.fullLengthLabel {
    width: 600px;
    margin-bottom: 5px;
	float:left;
	font-size:0.75em;
}

.errMsg 
{
	font-size:0.75em;
	color: Red;
	margin-left: 150px;    
}

.col{
	width:320px;
	float:left;
	font-size:13px;
}

.col .heading{
	color:#f7901e;
	font-weight:bold;
}

#applications ul{
	margin-left:0px;
	margin-top:10px;
}

#applications ul li{
	list-style-type:none;
	margin-right:10px;
	display:inline;
	float:left;
	margin-left:0px;
}