@charset "utf-8";

/* ==============================================site wide css */


* { /* Remove padding and margin */
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #0090cd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #8cc63e;
}

body {
	background-color: #fff;
	background: url("../images/global-body-background.jpg") repeat-x;
	font-family: "Times New Roman", Times, serif;
}

p {
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

div#outerDiv {
	width: 950px;
	margin: 60px auto 0px;
	border-top: 4px solid #8cc63e;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
	margin-bottom: 7px;
	border-left: 30px solid #8cc63e;
}

h3 {
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 5px;
}

p.overlay {
	color: #fff;
	font-size: .8em;
	padding: 10px;	
}

p.mainCopy {
	text-indent: 1.5em;	
}

p.paraTwo {
	text-indent: 1.5em;
	padding-top: .8em;
}

/* =====================================================header */

h1 {
	background: url("../images/global-header-logo.gif") no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 17px;
	width: 268px;
	height: 94px;
	text-indent: -9999em;
}

div#header {
	height: 120px;
	position: relative;
}

#header #mainNav {
	position: absolute;
/*	width: 618px; */
	top: 0px;
	right: 0px;
}

#mainNav li {
	float: left;
}

#mainNav ul {
	list-style: none;
}

#mainNav li a:link, #mainNav li a:visited {
	font-family: "Georgia", serif;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
/*	width: 8.5em;	*/
	color: #000;
	text-decoration: none;
	padding: 0 10px 2px 10px;	
	text-align: center;

}

#mainNav li a:hover, #mainNav li a:active {
/*	border-bottom: 2px #8cc63e solid; */
	text-decoration: underline; 
}

#mainNav ul li a.current {
	color: #fff;
	background-color: #8cc63e;
	text-decoration: none;
}

/*#mainNav ul li a.current:hover {	
	cursor: default;
}		*/

#header p {
	font-size: 1em;
	text-align: right;
	padding: 5px 15px 0 0;
}

#header #tagHeader {
	font-size: 1.8em;
	font-weight: bold;
	padding: 25px 40px 0 0;
	color: #0090cd;
}

/* =====================================================footer */

#footer ul {
	display: block;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

#footer li {
	display: inline;
}

div#footer {
	clear: both;
	margin: 0 auto;
	position: relative;
	padding: 10px;
	border-top: 1px #0090cd solid;
	
}

#footer p {
	text-align: center;
	line-height: 1.5em;
	font-size: 80%;
}

#footer a.currentBottom {
	text-decoration: none;
	font-weight: bold;
	color: #0f688e;
}

#footer a.currentBottom:hover {
	cursor: default;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* =================================================end footer */
/* =================================================end header */
/* ==========================================end site wide css */
/* ==================================================home page */
/* =banner */

div#banner {
	position: relative;
	width: 950px;
	height: 348px;
}

div#bannerOverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	width: 950px;
}

#bannerOverlay p {
	padding: 10px;
	color: #fff;
}

/* =end banner */
/* =main content */

div#mainContent {
	margin-top: 10px;
	width: 350px;
	float: left;
	margin-bottom: 10px;
}

#mainContent h2 {
	border-right: 153px solid #8cc63e;
}

#mainContent p {
	text-indent: 1.5em;
}

/* =gallery */

div#galleryThumb {
	padding: 10px 10px 0 10px;
	float: left;
	width: 115px;
}

#galleryThumb img {
	padding-bottom: 10px;
}

div#galleryFull {
	margin-top: 10px;
	position: relative;
	float: left;
	width: 465px;
}

/* =end gallery */
/* =end main content */
/* ==============================================end home page */
/* ===================================================about us */
/* =left side  */

div#leftAbout {
	float: left;
	position: relative;
	width: 320px;
}

div#groupPic {
	width: 320px;
	height: 240px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#groupPicOverlay {
	bottom: 0;
	left: 0;
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	width: 320px;
}

#sideBar h2 {
	border-right: 105px solid #8cc63e;
}

div#sideBar {
	width: 320px;
}

#sideBar li {
	margin-left: 10px;	
}

#sideBar ul {
	list-style: url(../images/global-header-logo-ul.gif);
	padding: 0px 5px 5px;
	marg
}

/* =end left side  */
/* =right side  */
/* =main content */

div#mainContentAbout {
	position: relative;
	float: left;
	width: 620px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#mainContentAbout p {
	text-indent: 1.5em;
	padding-bottom: 10px;	
}

#mainContentAbout h2 {
	border-right: 280px solid #8cc63e;
}

#mainContentAbout li {
	float: left;
}

#mainContentAbout ul {
	list-style: none;
}

.protectedInterior {
	padding: 0 10px 0 10px;
}

div#aboutTopPics {
	position: relative;
	width: 620px;
	height: 180px;
	margin-bottom: 10px; 
}

div#aboutCoolerOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	left: 0;
	top: 0;
	width: 200px;
}

div#aboutProtectedOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	left: 210px;
	top: 0;
	width: 200px;
}

div#aboutSaferOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	right: 0;
	top: 0;
	width: 200px;
}

div#good {
	width: 205px;
	height: 36px;
	background: url("../about-us/about-good.gif") no-repeat;
	float: left;
	margin-bottom: 10px;
}


div#better {
	width: 210px;
	height: 36px;
	background: url("../about-us/about-better.gif") no-repeat;
	float: left;
	margin-bottom: 10px;
}

div#best {
	width: 205px;
	height: 36px;
	background: url("../about-us/about-best.gif") no-repeat;
	float: left;
	margin-bottom: 10px;
}

/* =end right side  */
/* ===============================================end about us */
/* ===================================================services */	

div#servicesEntirePage {
	border-top: 1px #0090cd solid;
	padding-top: 10px;
}

.servicesH2 {
	border-right: 670px solid #8cc63e;
}

#servicesTopPics li {
	float: left;
}

#servicesTopPics ul {
	list-style: none;
}

.glareReduction {
	margin: 0 10px 0 10px;		
}

div#servicesTopPics {
	position: relative;
	padding-bottom: 10px;	
/*	overflow: auto;	*/	
	width: 950px;
	height: 336px;
/*	border-bottom: 1px #0090cd solid;	*/
}


div#servicesEnergyOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	left: 0;
	top: 0;
	width: 310px;
}

div#servicesGlareOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	left: 320px;
	top: 0;
	width: 310px;
}

div#servicesSafetyOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	right: 0;
	top: 0;
	width: 310px;
}

div#servicesEnergyText {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	left: 0;
	bottom: 10px;
	width: 310px;
}

div#servicesGlareText {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	left: 320px;
	bottom: 10px;
	width: 310px;
}

div#servicesSafetyText {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	right: 0;
	bottom: 10px;
	width: 310px;
}

/* =services side bar */

div#servicesSidebar {
	width: 340px;
	float: left;	
}

#servicesSidebar p {
/*	text-indent: 1.5em;		*/
}

#servicesSidebar h3 {
	color: #000;
	text-align: left;
	padding: 0px 0 5px 0;
}

#servicesSidebar img {
		margin-top: 10px;
		margin-bottom: 10px;
}

#servicesSidebar h2 {
	border-right: 60px solid #8cc63e;
}

#servicesSidebar ul {
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: url(../images/global-header-logo-ul.gif);
}

/* =services side bar end*/
/* =services main */

div#servicesMain {
	margin-bottom: 10px;
	float: right;
	width: 600px;	
}

#servicesMain p {
	text-indent: 1.5em;	
}

#servicesMain h2 {
	margin-top: 10px;
	border-right: 315px solid #8cc63e;
}

/* ===============================================end services */
/* ================================================our clients */

.clientsH2 {
	border-right: 639px solid #8cc63e;
}

#clientsTopPics li {
	float: left;
}

#clientsTopPics ul {
	list-style: none;
}

div#clientsTopPics {
	position: relative;
	padding-bottom: 10px;	
/*	overflow: auto;	*/	
	width: 950px;
	height: 336px;
/*	border-bottom: 1px #0090cd solid;	*/
}
/* ============================================end our clients */
/* ===============================================testimonials */

.testimonialsH2 {
	border-right: 750px solid #8cc63e;
}

.testimonialsPic {
	float: left;
	margin-right: 10px;	
	margin-bottom: 10px;
}

div#testimonialsText {
	float: left;
	width: 470px;
	height: 500px;
	overflow: auto;	
	margin-bottom: 10px;
}

#testimonialsText p{
	text-indent: 1.5em;
	font-size: .9em;
	padding: 5px;
	margin-top: 15px;
	margin-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#testimonialsText p.author {
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	
}

#testimonialsText p.work {
	text-align: right;
	font-weight: bold;
	font-size: .6em;
	padding-top: 0;
	margin: 0;
	
}

/* ===========================================end testimonials */
/* =================================================contact us */

#contactContent h2 {
	border-right: 238px solid #8cc63e;	
}

div#contactContent {
	width: 470px;
	float: left;
	margin-right: 10px;	
	margin-bottom: 10px;
}

div#contactForm {
	width: 470px;
	float: left;
	margin-top: 10px;
}

div#contactPicture {
	float: right;
	position: relative;
	width: 470px;	
	height: 327px;
	margin-bottom: 10px;
}

div#contactOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	bottom: 0;
	left: 0;
	width: 470px;
}

#contactContent ul {
	margin-top: 10px;
	margin-right: 15px;
	list-style: none;
	float: left;	
}

#contactContent li {
	font-weight: bold;
	font-size: 1.1em;
}

#contactForm input {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background: #fff;
	color: #000;
}

#contactForm textarea {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	
}

#contactForm input:focus {
	border: 1px solid #000;
	background: #F4F4F4;
}

#contactForm textarea:focus {
	border: 1px solid #000;
	background: #F4F4F4;
}

#contactForm #submit {
	padding: 2px 15px 2px 15px;
	background: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	margin-left: 88px;
	border: 1px solid #ccc;
}

#contactForm input:hover {
	border: 1px solid #000;
	background: #F8F8F8;
}

#contactForm textarea:hover {
	border: 1px solid #000;
	background: #F8F8F8;
}

#contactForm #submit:hover {
	border: 1px solid #000;
	background: #F8F8F8;
	
}

div#contactThanks {
	width: 470px;
	float: left;
	margin-top: 30px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

#contactForm fieldset {

	background: #fff;
	padding-top: 10px;
}	

#contactForm label {
	width: 80px;
	font-size: 100%;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	font-family: "Times New Roman", Times, serif;
}

#contactForm h2 {
	border-right: 295px solid #8CC63E;
}


/* =============================================end contact us */
/* ================================================residential */

div#residentialBanner {
	position: relative;
	width: 950px;
	height: 345px;	
	margin-bottom: 10px;
}

div#residentialBannerOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	top: 0;
	left: 0;
	width: 950px;
}

#residentialBanner h3 {
	text-align: left;
	float: left;
	font-size: 1.5em;	
}

#residentialBanner h4 {
	text-align: left;
	float: left;	
	color: #fff;
	margin-top: 13px;
}

div#residentialLeft {
	width: 470px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;	
}

div#residentialRight {
	width: 470px;
	float: left;
	margin-bottom: 10px;	
}

div#residentialLeftPicture {
	position: relative;
	width: 470px;
	height: 306px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

div#residentialLeftOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	background: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	bottom: 0;
	left: 0;
	width: 470px;
}


div#residentialRightPicture {
	position: relative;
	width: 470px;
	height: 315px;
	margin-bottom: 10px;	
}

div#residentialRightOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	bottom: 0;
	left: 0;
	width: 470px;
}

img.residentialBottomBanner {
	margin-bottom: 10px;	
}

#residentialLeft #residentialGlareH2 {
	border-right: 108px solid #8cc63e;
}

#residentialLeft #residentialChemistH2 {
	border-right: 173px solid #8cc63e;
}

#residentialRight #residentialNewsH2 {
	border-right: 360px solid #8cc63e;
}

/* ============================================end residential */
/* =================================================commercial */

#residentialLeft #commercialBusinessH2 {
	border-right: 135px solid #8cc63e;
}

#residentialLeft #commercialLookH2 {
	border-right: 267px solid #8cc63e;
}

#residentialRight #commercialComfortH2 {
	border-right: 47px solid #8cc63e;
}

div#commercialBefore {
	float:left;
	position: relative;
	width: 470px;
	height: 345px;
	margin-right: 10px;	
}

div#commercialAfter {
	float:left;
	position: relative;
	width: 470px;
	height: 345px;	
}

div#commercialBeforeOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	bottom: 0;
	left: 0;
	width: 470px;
}

div#commercialAfterOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	bottom: 0;
	left: 0;
	width: 470px;
}

div#commercialLeftPicture {
	position: relative;
	width: 470px;
	height: 285px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

div#commercialLeftOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	bottom: 0;
	left: 0;
	width: 470px;
}

div#commercialBottom {
	margin-bottom: 10px;
	width: 950px;
	height: 345px;
	float: left;	
}

/* =============================================end commercial */
/* =====================================================marine */

#marineLeft h2 {
	border-right: 185px solid #8cc63e;
}

#marineRight h2 {
	border-right: 120px solid #8cc63e;
}

div#marineLeft {
	width: 470px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;	
}

div#marineLeft img {
	margin-top: 10px;
	float: left;
}

div#marineRight {
	width: 470px;
	float: right;
	margin-bottom: 10px;	
}

div#marineRightPicture {
	width: 470px;
	height: 315px;
	position: relative;	
	margin-bottom: 10px;
	
}

div#marineRightOverlay {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	bottom: 0;
	left: 0;
	width: 470px;
}

#marineRight ul {
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: url(../images/global-header-logo-ul.gif);
}
