@charset "UTF-8";
/* GreenLeaf Botanical Cleaning Solutions main css document */

body {
	width: 99%;
	padding: 0;
	margin: 0;
	background-color: #90af51;
	}
	
#Header {
	position: relative;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: left;
	width:955px;
	height:100px;
	background-color:#FFFFFF;
	z-index:1;
	}
	
#Footer {
	position: relative;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: left;
	width:955px;
	height:45px;
	background-color:#FFFFFF;
	z-index:2;
	}
	
#Content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width:875px;
	height:490px;
	background-color:#FFFFFF;
	overflow: auto;
	z-index:3;
	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	position: absolute;
}

#apDiv1 {
	position:absolute;
	width:875px;
	height:480px;
	z-index:1;
	left: 10px;
	top: 10px;
}

#apDiv2 {
	position:absolute;
	width:860px;
	height:480px;
	z-index:1;
	left: 10px;
	top: 10px;
}

a {
	font-size: 12px;
}
a:link {
	color: #0000CC;
	font-weight:bold;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #000099;
}
h1 {
	color: #006600;
	font-size:16px
}
h2 {
	color: #009900;
	font-size:14px
}
h3 {
	color: #00CC00;
	font-size:12px
}
ul {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}

.styleAllPro {
	color: #055DA5;
	font-weight: bold;
	font-size:20px;
}

.styleCrystalClear {
	color: #488DC9;
	font-weight: bold;
	font-size:20px;
}

.styleFreshClean {
	color: #507B2C;
	font-weight: bold;
	font-size:20px;
}

.styleStainAway {
	color: #B02878;
	font-weight: bold;
	font-size:20px;
}

.styleSuperOxi {
	color: #C99040;
	font-weight: bold;
	font-size:20px;
}

.styleUltraClean {
	color: #AEAB0B;
	font-weight: bold;
	font-size:20px;
}

.styleUltraOxi {
	color: #AA2B40;
	font-weight: bold;
	font-size:20px;
}

.styleone:link {
	text-decoration: underline; 
	color: #009900; 
	font-size:14px;
}
.styleone:visited {
	text-decoration: underline; 
	color: #006600; 
	font-size:14px;
}
.styleone:hover {
	text-decoration: none; 
	color: #00FF00; 
	font-size:14px;
}

