/* page layout */


/* ////////////// */
/* ADDED BY CIB to center layout ---NOT NEEDED BECAUSE OF DW MENU */ 
body {
	color:#999;
	padding-left:10px;
	margin-top:15px;
	font-size: 11px;
	line-height: 14px;	
	
} 

p {
	
	font-size: 11px;
	line-height:14px;
	
}


#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #333333;
	background-color: #FFFFFF;
	width: 800px;
	left: 0px;
	z-index: 1;
	overflow: visible;
	position: absolute;
	top: 0px;
	height: 100%;
	
	margin-left:10px;
	margin-top:10px;
	
	/* CANT USE BECAUSE OF DROP DOWN MENU */
	/* ADDED BY CIB to center layout*/
	/*
	width: 720px; 
	position: relative; 
	left: 50%; 
	margin-left:-400px; 
	*/
	
}

.region-head	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: 6699FF;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-left: 0px;
	text-align: left;
	margin-left: 0px;
}


#banner {
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 2;
	height: 140px;
	width: 800px;
	background-repeat: no-repeat;
	position: relative;
	background-position: left;
}
#menubar {
	background-color: #FFFFFF;
	overflow: visible;
	z-index:4;
	height: 50px;
	width: 800px;
	position: relative;
	visibility: visible;
}
#title {
	overflow: hidden;
	z-index: 3;
	width: 50%;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	/* CHANGED BY CIB 4/7/09
	/*width: 198px;*/
	width: 210px;
	/*   ///    */
	border-bottom-width: thin;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: -8px;
	text-transform: capitalize;
	top: 261px;
	
}
#content {
	background-color: #FFFFFF;
	overflow: auto;
	z-index: 6;
	position: relative;
	top: 0px;
	left: 200px;
	width: 599px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: visible;
}
#mainpage {
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 6;
	position: relative;
	top: 0px;
	left: 0px;
	width: 797px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#base {
	overflow: hidden;
	position: relative;
	z-index: 7;
	height: 20px;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* End of page layout */
.FrontBox {
	text-align: justify;
	vertical-align: top;
	color:#999;
	font-size: 11px;
	line-height:14px;
}

a.menu{
	font-size:10px;
	text-decoration:none;
	display:block;
	padding: 1px;
	width:100%;
	text-align:center;
	height: 15px;
	text-indent: 2px;
	vertical-align: bottom;
	background-color: #FFFFFF;
	
	text-align: left;
	}
a.menu:link {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;

}
a.menu:visited {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
}
a.menu:hover {
	color: #FF0000;
	text-decoration: none;

}
a.menu:active {
	text-decoration: none;
	color: #333333;
}

.redbar {
	color:#FF0000;
	 noshade;
	 width:100%;
	}
.whiteonred {
	font-size: 12px;
	color: #333333;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
a.whiteonred{
	font-size:9px;
	color: #333333;
	text-decoration:none;
	}
a.whiteonred:link {
	text-decoration: none;
	color: #333333;
}
a.whiteonred:visited {
	text-decoration: none;
	color: #666666;
}

.footer {
	font-size: 9px;
}

hr {
	color: #333333;
}

a.whiteonred:hover {
	color: #FF0000;
	text-decoration: none;
}
a.whiteonred:active {
	text-decoration: none;
	color: #333333;

}
.boldtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: right;
}
.greyTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	color: #666666;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.25em;
	text-transform: capitalize;
	background-color: #CCCCCC;
	background-image: url(images/backgrounds/banner800x50.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 800px;
}
.residentialbackground {
	background-image: url(images/backgrounds/residential250x300.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 10px;
	color: #333333;
	height: 300px;
	width: 249px;
	text-align: justify;
	vertical-align: top;
}
.businessbackground {
	background-image: url(images/backgrounds/business250x300.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: xx-small;
	color: #333333;
	height: 300px;
	width: 249px;
	padding-left: 0px;
	text-align: justify;
	vertical-align: top;
}
.commercialbackground {
	background-image: url(images/backgrounds/commercial250x300.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: xx-small;
	color: #333333;
	height: 300px;
	width: 249px;
	text-align: justify;
	vertical-align: top;
}
.product_title {
	font-size: medium;
	color: #333333;
	line-height:18px;
}
.menuTitle{
	font-size:10px;
	color: #666666;
	height: 20px;
	width: 150;
	text-align: center;
	line-height: 20px;
	display:block;
	padding: 4px;
	font-weight: bold;
	}
a.product{
	font-size:10px;
	color: #333333;
	text-decoration:none;
	
	/* CHANGED BY CIB 4/7/09
	/*height: 20px;*/
	
	width: 200px;
	
	
	/* /// */
	text-align: left;
	line-height: 20px;
	display:block;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: bold;
	}
a.product:link {
	text-decoration: none;
	color: #333333;
}
a.product:visited {
	text-decoration: none;
	color: #333333;
}
a.product:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: solid;
		
	/* CHANGED BY CIB 4/7/09
	/*height: 20px;*/
	
	width: 200px;
	
	
	/* /// */
	border-right-color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
a.product:active {
	text-decoration: none;
	color: #666666;

}

.sub-product {
	padding-left: 25px;
	text-indent: 1.5em;
}


.generaltext {
	/*text-align: justify;*/
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	
	color:#666;
	
}
.pageTitle {
	font-size: 24px;
	line-height: 30px;
	color: #CCCCCC;
	text-align: right;
	vertical-align: middle;
}
.productpagename {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	padding-left:0px;
	padding-bottom:0px;
	line-height: 24px;
}
.greylist {
	color: #999;
	
	background-color: #FFFFFF;
	vertical-align: middle;
	line-height: 20px;
	font-weight: bold;
	display: block;
	text-align: left;
	text-transform: uppercase;
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: disc;
}

.greylist li {
	padding-bottom: 5px;
	list-style-type: disc;
}


.redlist {
	color: #FF0000;
	
	background-color: #FFFFFF;
	vertical-align: middle;
	line-height: 20px;
	font-weight: bold;
	display: block;
	text-align: left;
	text-transform: uppercase;
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: disc;
}

.redlist li {
	padding-bottom: 5px;
	list-style-type: disc;
}


.whitelist {
	color: #CCCCCC;
	background-color: #FFFFFF;
	vertical-align: top;
	line-height: 15px;
	font-weight: bold;
	list-style-type: disc;
}
.widebackground {
	background-image: url(images/backgrounds/homepage/background518x100.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 518px;
	color: #000000;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
a.pdf{
	font-size:10px;
	text-decoration:none;
	display:block;
	padding: 1px;
	text-align:center;
	text-indent: 2px;
	vertical-align: bottom;
	background-color: #FFFFFF;
	font-weight: bolder;
	color: #0000FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
a.pdf:link {
	text-decoration: none;
}
a.pdf:visited {
	text-decoration: none;
	color: #000066;
}
a.pdf:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bolder;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
a.pdf:active {
	text-decoration: none;
	color: #0000CC;
}
.greybackground {
	background-color: #666666;
	color: #CCCCCC;
	font-weight: bold;
	
	font-size:11px;
}
.boxes {
	text-align: center;
	display: block;
	height: 80px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 5px;
}
a.services{
	font-size: medium;
	color: #0000FF;
	background-color: #CCCCCC;
	height: 15px;
	display: block;
	font-weight: bold;
	}
a.services:link {
	text-decoration: none;
}
a.services:visited {
	text-decoration: none;
	color: #000099;
}
a.services:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bolder;
}
a.services:active {
	text-decoration: none;
	color: #0000CC;
}
.trainingB {
	color: #FFFFFF;
	background-color: #FF0000;
	font-size:11px;
}
.training {
	color: #FFFFFF;
	background-color: #000066;
		font-size:11px;

}
.trainingC {
	color: #FFFFFF;
	background-color: #0066FF;
		font-size:11px;

}
.trainingM {
	color: #666666;
	background-color: #CCCCCC;
		font-size:11px;

}
#fullpage {

	background-color: #FFFFFF;
	overflow: auto;
	z-index: 6;
	position: relative;
	top: 0px;
	left: 0px;
	width: 798px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	visibility: visible;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.red {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.casestudies {
	font-size: 10px;
	color: #0000FF;
	background-color: #CCCCCC;
	height: 15px;
	display: block;
	font-weight: bold;
}
a.casestudies{
	text-decoration:none;
	}
a.casestudies:link {
	text-decoration: none;
}
a.casestudies:visited {
	text-decoration: none;
	color: #990000;
}
a.casestudies:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.BoxRight {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	text-align: justify;
}

a.casestudies:active {
	text-decoration: none;
	color: #0033FF;

}.BottomBorder {
	border: thin solid #CCCCCC;
}
.BoxLeft {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: justify;
}
.BoxCentre {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: justify;
}


.news {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.statement {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-height:100%;
	}
	

html, body {
min-height:100%;
height:100%;
}


/* ///////////////////// */
/* added by CIB 26.3.08 */

/* margin added to images */

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom:12px;
}

.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 12px;
}

/* ///////////////////// */
/* added by CIB 26.3.08 */

/* distributors page underline*/

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/* ///////////////////// */
/* added by CIB 26.3.08 */

/* general text added to make key features in new style */

.key-features p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 12px;
}

.key-features ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.key-features ul li {
}


/* ////////////////////// */
/* ADDITIONS heading */

.head-additions {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;	
}

/* ////////////////////// */
/* lists */

.listing {
font-size:11px;
height: 28px;


}

.listing a {
	display:block;
	font-size:11px;
	color: #FF0000;
	/*font-family:Arial, Helvetica, sans-serif;*/
	text-decoration:none;
	/*width:565px;
	/*text-align:right;*/
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;	
}

.listing a:hover {
	color: #333;
}

#mainpage p {
	text-align: justify;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.homepage-title-links {
	color: black;
	font-weight: bold;
	font-size: 12px;
}

a.homepage-title-links {
	color: black;
	
}

a.homepage-title-links:hover {
	color: #FF0000;
	
}

.homepage-p {
	color:#999999;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

.left-p {
padding-left:10px;
}

/* ///////////////// */
/* GENERAL LISTS IN COPY BUT NOT MAIN BULLETS */

.generaltext-list {
	
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 2em;
	list-style-position: outside;
}


/* ////////////////// */
/* ADDITIONS POP UP */

#additions-footer {
	overflow: hidden;
	position: relative;
	z-index: 7;
	height: 20px;
	 width: 95%; 
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.generaltextlist {

	
	
	line-height: 16px;
	
	display: block;
	text-align: left;
	
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: disc;
}


/* NEW MAIN NAV MENU 23-07-10 */
 
 ul#newNav { display: block; height: 20px; width: 800px; list-style-type:none !important; padding-left: 0px; margin-left: 0px; }
 
 ul#newNav li { font-size: 11px; float: left; margin-right: 1.5em;}
 
 ul#newNav li a { text-decoration: none; color: #333;}
 
 ul#newNav li a:hover { color: #FF0000; }








