{
margin:0;
padding:0;
}
body {
	{ behavior:url("csshover.htc"); }
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
}
#print_notice {
	display: none;
}
#container {
	width: 790px;
	height: 400px;
	margin:0 auto;
}
#header img {
	float: left;
}
img {
	border:0;
}

/* DIVS FOR CONTENT ITEMS */

#content {
	background-color: #FFFFFF;
}
h1 {
	color: #818A55;
	font-size: 1.3em;
	margin-bottom: 1em;
	text-transform: uppercase;
 }
h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #333333;
	margin-top: 1em;
}
h2.nomargin {
	margin-top: 0;
}
h3 {
	font-size: .9em;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: .25em;
}
h5 {
	font-style: normal;
	text-align: justify;
	color: #666666;
	font-weight: normal;
	margin-bottom: 1em;
	font-size: .9em;
}
#content p {
	margin-bottom: 1em;
	text-align:justify;
}
#content ul {
	margin-left: 2em;
	margin-bottom: 2ex;
}
#content a {
	color: #D9AE24;
	font-weight: bold;
}
#clear, .clear {
	clear: both;
}
#link_banners {
	display:block;
}

/* PAGE FOOTER ITEMS */

#footer {
	text-align: center;
	clear: both;
	font-size: 0.8em;
	color: #333333;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 2px;
	background-image: url	
	images/layout/footerback2.jpg;
	background-repeat:no-repeat;
}
#footer a {
	color: #333333;
}

			/*  STYLES FOR INTERIOR OF CONTENT DIV  */

#leftcolumn {
	width: 235px;
	float: left;
/*	margin: 25px;*/
	margin: 25px 0 0px 0px;
	text-align:center;
}
#rightcolumn {
	float: right;
	width: 515px;
/*	margin: 25px 25px 25px 0;
*/	margin: 25px 0 0px 0px;
}
#onecolumn {
	padding: 20px;
	float:none;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.note {
	font-family: "Courier New", Courier, monospace;
	color: #990000;
	font-weight: bold;
}
label {
 cursor: pointer;
 cursor: hand;
} 
.highlight {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
}
#call {
	border: 1px solid #CFD2BF;
	font-weight: bold;
	margin-bottom: 1em;
	padding-top: 0.75em;
	background-image: url	/images/logos/wz_watermark.gif);
	background-repeat: no-repeat;
	background-position: 180px;
}
#call p {
	text-align: center;
}	
blockquote {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCFBB;
	padding-left: 1em;
	font-style: italic;
	margin-left: 1em;
}

#call a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
}
#call img {
	vertical-align: middle
}

.gallery {
	background-image: url 	images/gallery/wz/gallery.gif;
	background-repeat: no-repeat;
	padding-left: 40px;
	border: 1px solid #7F8853;
	margin-bottom: 1em;
	overflow: auto;
}
.gallery img {
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
}
#container #content #this_idea ul {
	padding-top: 5px;
}

#container #content #rightcolumn h1 a.green_product span {
	size: .6em;
}
#logos img {
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align:middle;
}
#logos {
	text-align: center;
}
#logos p {
	text-align: center;
}
.box_right {
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CFD2BF;
	float: right;
}
.green_product {
	padding-left: 10px;
	vertical-align:middle;
}
a.green_product{
    position:relative; /*this is the key*/
    z-index:0;
}
a.green_product:hover{z-index:1;}

a.green_product span{display: none}

a.green_product:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
	padding: 3px 6px 3px 6px;
    border:1px solid #a0a588;
    background-color:#FFFFFF; 
	color:#a0a588;
    text-align: center;
	text-transform:none;}
.coupon {
	border: 2px dashed #333333;
	padding: 10px;
}

