/*
GENERAL SETTINGS
*/
body
{
	margin:0px;
	font-family:arial, helvetica, "sans serif";
	font-size:1em;
	font-weight:normal;
	color:#999999;
	background-image: url(../img/body_tile.gif);
	background-repeat: repeat-x;
	background-color:#7ebd0e;
}

.main_page_container
{
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

/*
OVERRIDE HTML DEFAULTS
*/
a { color:#76b900; font-weight:normal; }
a:link    { color:#76b900; }
a:visited { color:#76b900; }
a:active  { color:#76b900; }
a:hover   { color:#76b900; }

a img { border:0px; }

FORM { padding:0px; margin:0px; }

select, textarea, INPUT {
	border: 1px solid #999999;
	font-family:arial, helvetica, "sans serif";
	font-size: 1em; 
	color:#999999;
	margin:0px;
	padding:2px;
}

INPUT.noborder {
	border: 0px solid #999999;
	font-family:arial, helvetica, "sans serif";
	font-size: 1em; 
	color:#999999;
	margin:0px;
	padding:2px;
}

/*
PAGE HEADING AREA
*/
#page_header_container
{
	height:132px;
	width:970px;
	background-image:url(../img/header/background.gif);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:99;
}

/* LOGO */
#page_header_container #gw_logo
{ 
	margin:0px;
	padding:22px 0px 0px 12px;
	width:160px;
	height:54px;
	float:left;
}

/* STAF LINK */
#page_header_container #staf_link_container
{
	margin:22px 16px 0px 0px;
	padding:0px;
	float:right;
}
#page_header_container #staf_link_container #staf_link
{
	margin:0px;
	padding:0px;
}

/* NAVIGATION */
#page_header_container #nav_container
{ 
	margin:97px 0px 0px -157px;
	padding:0px;
	width:618px;
	height:34px;
	float:left;
}
#page_header_container #nav_container:after
{
content:".";
clear:both !important;
display:block;
height:0;
visibility:hidden;
}
* html #page_header_container #nav_container { height:1%; } /* IE 6 */

#page_header_container #nav_container #nav div 
{ 
	margin:0px 5px 0px 0px;
	padding:0px;
	float:left;
} 

/* 
PAGE CONTENT AREA
*/
.main_page_container #page_content_container
{
	margin:0px;
	padding:0px;
	width:970px;
	position:relative;
	z-index:100;
}

#page_content {
	margin:0px 4px 0px 3px;
	padding:0px 0px 12px 0px;
	background-color:#ffffff;
}

#page_content_shadow {
	margin:0px;
	padding:0px;
	top:132px;
	position:absolute;
	z-index:1;
}

#page_content_shadow #shadow_left {
	margin:0px;
	padding:0px;
	min-height:400px;
	width:3px;
	background-image:url(/img/page_shadow_left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#dddddd;
	position:absolute;
	z-index:1;
	float:left;
}
#page_content_shadow #shadow_right {
	margin:0px 0px 0px 966px;
	padding:0px;
	min-height:400px;
	width:3px;
	background-image:url(/img/page_shadow_right.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#dddddd;
	position:absolute;
	z-index:1;
	float:left;
}
/* EXIT GREENWORKSCLEANERS.COM */
.popup
{
	width : 150px;
	height : 90px;
	float : left;
	font-size : 10px;
	padding:10px 0px 0px 10px;
	margin:0px 0px 0px 12px;
	z-index : 100;
	text-align:left;
	background-color : #F5F5FC;
	color : #838383;
	border-color : #838383;
	border-width : 2px;
	border-style : solid;
	display: none;
}


/* RIGHT COLUMN OUR STORY BURST */
#right_column_our_story_burst {
	margin:-15px 0px 0px 0px;
	padding:0px;
	width:223px;
	height:148px;
	background-image:url(../img/products/burst/right_column_burst_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#right_column_our_story_burst .our_story_burst {
	margin:0px 0px 0px 8px;
	padding:0px;
}
#right_column_our_story_burst .our_story_burst h2 {
	margin:0px 0px 0px 4px;
	padding:12px 0px 0px 0px;
}
#right_column_our_story_burst .our_story_burst p {
	margin:6px 10px 6px 4px;
	padding:0px;
	width:112px;
	font-size:.78em;
	line-height:1.40em;
	color:#999999;
	font-weight:500;
	float:left;
}
#right_column_our_story_burst .our_story_burst .burst_image {
	margin:0px;
	padding:0px;
	float:left;
}
#right_column_our_story_burst .our_story_burst .burst_button {
	margin:0px 0px 0px 0px;
	padding:0px;
}

#page_content_shadow:after
{
content:".";
clear:both !important;
display:block;
height:0;
visibility:hidden;
}
* html #page_content_shadow { height:1%; } /* IE 6 */


#page_content_shadow #shadow_left {
	margin:0px;
	padding:0px;
	height:600px;
	width:3px;
	background-image:url(../img/page_shadow_left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#dddddd;
	position:absolute;
	z-index:1;
	float:left;
}
#page_content_shadow #shadow_right {
	margin:0px 0px 0px 966px;
	padding:0px;
	height:600px;
	width:3px;
	background-image:url(../img/page_shadow_right.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#dddddd;
	position:absolute;
	z-index:1;
	float:left;
}


/* 
PAGE FOOTER AREA 
*/
#page_footer_container
{
	margin:0px;
	padding:0px;
	height:50px;
	width:970px;
	background-image:url(../img/footer/background.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#page_footer_container .page_footer_left {
	margin:23px 0px 0px 8px;
	padding:0px;
	color:#ffffff;
	font-size:.58em;
	font-weight:500;
	float:left;
}

#page_footer_container .page_footer_left a
{
	color:#ffffff;
	font-weight:normal;
}

#page_footer_container .page_footer_left a:link { text-decoration:none; }
#page_footer_container .page_footer_left a:visited { text-decoration:none; }
#page_footer_container .page_footer_left a:hover { text-decoration:underline; }
#page_footer_container .page_footer_left a:active { text-decoration:underline; }

#page_footer_container .page_footer_right {
	margin:20px 20px 0px 0px;
	padding:0px;
	height:19px;
	width:200px;
/*	background-image:url(../img/footer/clorox_logo.gif); */
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
}
#page_footer_container .page_footer_right p {
	margin:4px 0px 0px 0px;
	padding:0px;
	color:#ffffff;
	font-size:.58em;
	font-weight:500;
}

/*
HTTP ERROR PAGE
*/
.http_error_container {
	margin:18px 0px 0px 12px;
	padding:0px 0px 18px 0px;
	width:650px;
	height:470px;
}
.http_error_container h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:1.20em;
	color:#76b900;
	font-weight:600;
}
.http_error_container p {
	margin:0px 0px 8px 0px;
	padding:0px;
	font-size:.78em;
	line-height:1.40em;
	color:#999999;
	font-weight:500;
}