/*********** G E N E R A L   S T Y L E S   S T A R T   H E R E ***********/
body, form, td, th, p { font-family:Tahoma, Verdana, Arial; font-size:11px;	color:#000; }
body, form, p, table, div, h1, h2, h3, h4, h5, h6 { margin:0px;	padding:0px; }
h1, h2, h3, h4, h5, h6 { display:inline; }
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
table { border-collapse:collapse; }
/**********/
a:link, a:visited { color: #060; text-decoration: none; }
a:hover, a:active { text-decoration: none; color: #000; }
/**********/
.fs12px { font-size:12px; color:#f30; font-weight:bold; }
.fs13px { font-size:13px; color:#666; font-weight:bold; }
.fs14px { font-size:14px; color:#444; font-weight:bold; }
.fs15px { font-size:15px; color:#222; font-weight:bold; }
.fs16px { font-size:16px; color:#000; font-weight:bold; }
.lh16px { line-height:16px; }
.lh18px { line-height:18px; }
/**********/
.bdr { border:1px solid #ccc; padding:2px; }
.bdrTop { border-top:1px solid #ccc; padding:2px; }
.bdrRight { border-right:1px solid #ccc; padding:2px; }
.bdrBottom { border-bottom:1px solid #ccc; padding:2px; }
.bdrLeft { border-left:1px solid #ccc; padding:2px; }
.bdrTR { border:1px solid #ccc; border-width:1px 1px 0 0; padding:2px; }
.bdrTB { border:1px solid #ccc; border-width:1px 0 1px 0; padding:2px; }
.bdrTL { border:1px solid #ccc; border-width:1px 0 0 1px; padding:2px; }
.bdrRB { border:1px solid #ccc; border-width:0 1px 1px 0; padding:2px; }
.bdrRL { border:1px solid #ccc; border-width:0 1px 0 1px; padding:2px; }
.bdrBL { border:1px solid #ccc; border-width:0 0 1px 1px; padding:2px; }

/********** GENERAL FORM STYLES START HERE **********/
.bgOne { background-color:#eee; padding:2px 2px 2px 5px; }
.bgTwo { background-color:#ddd; font-weight:bold; width:1px; padding:2px; text-align:center; white-space:nowrap; }
.bgThree { background-color:#f9f9f9; padding:2px 2px 2px 5px; }
.formHead { font-weight:bold; background:#e3f5ff; padding:5px; }
.formHead span { font-weight:normal; }
.formFields { background:#F4FCFF; }
.formText { font-size:11px; padding-left:2px; }
.formInput { font-size:11px; padding-left:2px; border:1px solid #ccc; background:#fff !important; }
select, textarea { 	font-size:11px; border:1px solid #ccc; 	background-color:#fcfcfc; }
textarea { background:#fafafa; font-family:Tahoma, Verdana, Arial }
input.button { 	border:1px solid #999; background-color:#f0f9de; padding:1px; padding-left:2px; padding-right:2px; margin:0px; cursor:pointer; font-size:10px; }
input.button:hover { background-color:#eee; border:1px solid #999; border-width:1px 2px 2px 1px; border-color:#999 #82d000 #666 #82d000; }

/********** GENERAL IMG STYLES START HERE **********/
a img { border:0px; }
img.borderNone { border:0; }
img.borderNone:hover { 	border:0; }
img.block2Px { display:block; width:2px; height:2px; }
img.block5Px { display:block; width:5px; height:5px; }
img.fLeft { float:left; }
img.fRight { float:right; }
img.fLefWitMargin { float:left; margin:0 10px 5px 0; }
img.fRigWitMargin { float:right; margin:0 0 5px 10px; }
img.sendEnquiry { margin:10px 0 0; }

/********** GENERAL DIV STYLES START HERE **********/
div.fLeft { float:left; }
div.fRight { float:right; }
div.margin5px { margin:5px; }
div.margin10px { margin:10px; }
div.padding2px { padding:2px; }
div.padding5px { padding:5px; }
div.padding10px { padding:10px; }
div.banner { margin:15px auto; text-align:center;}
div.clearBoth { clear:both; }

/********** OTEHR STYLES START HERE *********/
span.fLeft { float:left; }
span.fRight { float:right; }
b.keyword, strong.keyword { 
	background:#6f6;
	padding:2px;
	font-weight:normal;
 }
span.star { font-weight:bold; color:#ff0000; }
/**********/
.colorRed { color:#f00; }
.colorGreen { color:#060; }
.colorBlue { color:#06c; }
.colorYellow { color:#ff0; }
.colorOrange { color:#f60; }
.colorPink { color:#f0f; }
.colorGray { color:#666; }
/*********/
.bgRed { background:#ffebde; }
.bgRedDark { background:#ffb3b3; }
.bgGreen { background:#efffea; }
.bgGreenDark { background:#c1ffab; }
.bgBlue { background:#ebf3fb; }
.bgBlueDark { background:#cae5ff; }
.bgYellow { background:#ffffe6; }
.bgYellowDark { background:#ffffbf; }
.bgOrange { background:#fff0d3; }
.bgOrangeDark { background:#ffce71; }
.bgPink { background:#ffe6ff; }
.bgPinkDark { background:#ffbfff; }
.bgGray { background:#eee }
.bgGrayDark { background:#ccc }

/*********** HEADER STYLES START HERE **********/
div#header {
	width:100%;
	display:table;
	background:url(images/headerBg.gif) no-repeat 344px top;
	border-bottom:4px solid #82d000;
}
div#topLinks {
	width:100%;
	display:table;
	background:url(images/topLinksBg.gif) repeat-x;
	color:#fff;
	font-weight:bold;
	clear:both;
}
div#topLinks a:link, div#topLinks a:visited {
	color:#fff;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial;
}
div#topLinks a:hover, div#topLinks a:active {
	color:#d6f0ab;
}
div#tree {
	border-width:1px 0;
	padding:2px 5px;
	text-align:right;
	width:98%;
	display:table;
}
div#tree div {
	border-bottom:1px dashed #666;
	float:right;
}
div#tree a {
	font-weight:bold;
}
/********** LEFT COLUMN STYLES START HERE **********/

div#leftColumn {
	float:left;
	border-right:1px solid #ccc;
	width:177px;
}
div#leftColumn a.head {
	margin:0 0 0 8px;
	color:#000;
	font-weight:bold;
}
div#leftColumn a.head:hover {
	color:#f30;
}
/**********/

div#leftLinks01 {
	margin:0 4px 10px 2px;
	border-bottom:1px solid #b2e748;
}
div#leftLinks01 div.head {
	padding:5px 0;
	background:url(images/leftColumnHead01.gif);
}
div#leftLinks01 div.links {
	padding:10px 5px 5px 10px ;
	line-height:20px;
	color:#456604;
}
div#leftLinks01 div.links a:link, div#leftLinks01 div.links a:visited, div#leftLinks01 div.links span {
	background:url(images/leftColumnBullet01.gif) no-repeat left 6px;
	padding:2px 2px 1px 15px;
	color:#456604;
	border-bottom:1px dashed #456604;
}
div#leftLinks01 div.links a:hover, div#leftLinks01 div.links a:active {
	color:#090;
	border-bottom:1px dashed #090;
}
/**********/

div#leftLinks02 {
	margin:0 4px 10px 2px;
	border-bottom:1px solid #ebdea4;
}
div#leftLinks02 div.head {
	padding:5px 0;
	background:url(images/leftColumnHead02.gif);
}
div#leftLinks02 div.links {
	padding:5px 5px 5px 10px ;
	line-height:20px;
	color:#836d09;
}
div#leftLinks02 div.links a:link, div#leftLinks02 div.links a:visited, div#leftLinks02 div.links span {
	background:url(images/leftColumnBullet02.gif) no-repeat left 6px;
	padding:2px 2px 1px 15px;
	color:#836d09;
	border-bottom:1px dashed #836d09;
}
div#leftLinks02 div.links a:hover, div#leftLinks02 div.links a:active {
	color:#630;
	border-bottom:1px dashed #630;
}
/**********/

div#leftLinks03 {
	margin:0 4px 10px 2px;
	border-bottom:1px solid #98d6ae;
}
div#leftLinks03 div.head {
	padding:5px 0;
	background:url(images/leftColumnHead03.gif);
}
div#leftLinks03 div.links {
	padding:5px 5px 5px 10px ;
	line-height:20px;
	color:#199244;
}
div#leftLinks03 div.links a:link, div#leftLinks03 div.links a:visited, div#leftLinks03 div.links span {
	background:url(images/leftColumnBullet03.gif) no-repeat left 6px;
	padding:2px 2px 1px 15px;
	color:#199244;
	border-bottom:1px dashed #199244;
}
div#leftLinks03 div.links a:hover, div#leftLinks03 div.links a:active {
	color:#063;
	border-bottom:1px dashed #063;
}
/**********/

div#leftLinks04 {
	margin:0 4px 10px 2px;
	border-bottom:1px solid #fad572;
}
div#leftLinks04 div.head {
	padding:5px 0;
	background:url(images/leftColumnHead04.gif);
}
div#leftLinks04 div.links {
	padding:5px 5px 5px 10px ;
	line-height:20px;
	color:#967622;
}
div#leftLinks04 div.links a:link, div#leftLinks04 div.links a:visited, div#leftLinks04 div.links span {
	background:url(images/leftColumnBullet04.gif) no-repeat left 6px;
	padding:2px 2px 1px 15px;
	color:#967622;
	border-bottom:1px dashed #967622;
}
div#leftLinks04 div.links a:hover, div#leftLinks04 div.links a:active {
	color:#f60;
	border-bottom:1px dashed #c60;
}
/**********/

div#leftProLinks {
	margin:0 4px 15px 2px;
	border-bottom:2px solid #ffac6d;
}
div#leftProLinks div.head {
	padding:5px 0;
	background:url(images/leftColumnProductsLinksHead.gif);
}
div#leftProLinks div.links {
	padding:5px 5px 5px 10px ;
	line-height:20px;
	color:#900;
}
div#leftProLinks div.links a:link, div#leftProLinks div.links a:visited, div#leftProLinks div.links span {
	background:url(images/leftColumnBullet04.gif) no-repeat left 6px;
	padding:2px 2px 1px 15px;
	color:#900;
	border-bottom:1px dashed #900;
}
div#leftProLinks div.links a:hover, div#leftProLinks div.links a:active {
	color:#f60;
	border-bottom:1px dashed #f30;
}

/********** RIGHT COLUMN STYLES START HERE **********/

div#rightColumn {
	float:right;
	border:1px solid #690;
	width:175px;
	margin-right:2px;
	background:#f0f9de;
}
div#glaBeaInformation {
	border-bottom:1px solid #460;
}
div#glaBeaInformation .head {
	border-left:5px solid #460;
	background:#b5dc64;
	padding:3px 5px;
	font-weight:bold;
}
div#glaBeaInformation .desc {
	border-left:5px solid #b5da68;
	border-bottom:1px solid #b5da68;
	padding:5px;
	line-height:16px;
}
div#glaBeaInformation .desc a:link, div#glaBeaInformation .desc a:visited {
	margin-left:10px;
	color:#360;
}
div#glaBeaInformation .desc a strong {
	color:#f60;
	margin-right:2px;
}
div#glaBeaInformation .desc a:hover, div#glaBeaInformation .desc a:active {
	color:#f60;
}
/********** CENTER COLUMN STYLES START HERE **********/

div#centerColumn {
	margin:0 195px 0 188px;
}
/**********/
div#pageHead {
	background:url(images/pageHeadBg.gif) repeat-x left 2px;
	font:bold 18px/15px "Lucida Console";
	font-weight:bolder;
	color:#f30;
	letter-spacing:-1px;
	margin-bottom:15px;
}
div#pageDesc {
	padding:0 10px 15px;
}
div#pageHead h1 {
	font:bold 18px/15px "Lucida Console";
	font-weight:bolder;
	color:#f30;
	letter-spacing:-1px;
	margin-bottom:15px;
}
div#pageHead span {
	color:#360;
}
/********** HOME PRODUCT SECTION STYLES START HERE **********/
div.pro3Outer {
	width:98.5%;
	display:table;
	margin:auto;
	text-align:center;
	margin-bottom:15px;
}
div.pro3Outer img {
	display:block;
	margin:0 auto 5px;
}
div.pro3Outer .proFloLeft {
	width:31%;
	float:left;
	padding-right:1%;
}
div.pro3Outer .proFloLeft div {
	padding:5px 0;
	border-bottom:1px solid #ccc;
	color:#060;
}
/**********/
div.pro3Outer .proFloRight {
	width:31%;
	float:right;
	padding-left:1%;
}
div.pro3Outer .proFloRight div {
	padding:5px 0;
	border-bottom:1px solid #ccc;
	color:#060;
}
/**********/
div.pro3Outer .proFloCenter {
	margin:0 33.5% 0;
	border:1px solid #b2e748;
	border-width:0px 1px;
	padding:0 2%;
}
div.pro3Outer .proFloCenter div {
	padding:5px 0;
	border-bottom:1px solid #ccc;
	color:#060;
}
/********* FOOTER STYLES START HERE **********/
div#footer {
	width:100%;
	display:table;
	border:1px solid #82d000;
	border-width:5px 0 2px;
}
div#fooLinOuter {
	margin:0 130px;
	text-align:center;
}
div#fooManLinks {
	width:98%;
	margin:auto;
	border-bottom:1px dashed #82d000;
	padding:10px 0 5px 0;
	margin-bottom:10px;
}
div#fooManLinks a:link, div#fooManLinks a:visited {
	color:#000;
	text-decoration:none;
}
div#fooManLinks a:hover, div#fooManLinks a:active {
	color:#c30;
	text-decoration:none;
}
div#footer #copyright {
	border:1px solid #82d000;
	border-width:1px 1px 0;
	background:#f0f9de;
	padding:5px;
	margin:38px auto auto;
	display:table;
	width:97%;
	font-size:10px;
}
div#footer #copyright .copLeft {
	float:left;
	text-align:left;
	width:35%;
	display:table;
}
div#footer #copyright .copRight {
	float:right;
	text-align:right;
	width:65%;
	display:table;
}

