body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/BG.png);
	height: 600px;
	}
	
.clear{
	clear:both;
}

* {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 767px;
	height: 505px;
}

a{
	border:none;
}

a:hover{
	border:none;
}
/******************** Container **************************/

#container {
	background-color:#FFF;
	top: 50px;
	position:relative;
}
/*********************** Bar *****************************/

#bar {
	background-image:url(images/bar.png);
	width:760px;
	height:150px;
	top:5px;
	left:5px;
	position:relative;
	z-index: 0;
}

#logo {
	background-image:url(images/oneSourceJanitorialLogo.png);
	background-repeat:no-repeat;
	background-position:right;
	padding: 3px 3px 2px 558px;
	width:200px;
	height:144px;
	position:relative;
	z-index:1;

}
/********************** Header ***************************/
#header {
	left: 25px;
	top: -150px;
	width:238px;
	height:512px;
	position:relative;
	background-image:url(images/headerBackGround.png);
	z-index:1;
	}
#header li{
	list-style:none;
}

#header li a{
	left:2px;
	top: 100px;
	width:234px;
	height:52px;
	position:relative;
	display:block;
	background-image:url(images/headerButton.png);
	background-repeat:no-repeat;
	font-size:15px;
	line-height:45px;
	text-align:center;
	color:#000;
	z-index:2;
}

#header li a:hover{
	background-image:url(images/headerButtonOnHover.png);
	width:307px;
	text-indent:73px;
}

#header form{
	left:2px;
	top:101px;
	position:relative;
	display:block;
	line-height:25px;
	text-align:center;
	color:#000;
	z-index:2;
	
}

#header img{
	border:none;
	z-index:-1;
}
#header a{
	z-index:3;
	text-decoration: none;
}


/********************** Content **************************/
#content{
	left: 2px;
	top: -500px;
	width:760px;
	height:338px;
	position:relative;
	background-image:url(images/ContentBackGround.png);
	z-index:0;
}

#innerContent{
	left: 280px;
	top: 15px;
	width:450px;
	height:300px;
	position:relative;
	border:double;
	border-color: #434E53;
	z-index:1;
	font-size:18px;
	text-align:center;	
}

/********************** Footer ***************************/
#footer {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 10px 110px;
	text-align:center;
}
/**************** Certified ******************************/

#certified {
	position:relative;
	top:-602px;
	right:-800px;
	width:160px;
	height:83px;
}
/****************** Green Clean ****************************/

#greenClean {
	position:relative;
	top:-724px;
	right: 200px;
	width:148px;
	height:124px;
}