/* CSS Document */
html, body, div, span, h1, h2, h3, h4, h5, h6, a {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background: transparent;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

a:link {color:#006600;}
a:visited {color:#006600;}
a:active {color:006600;}
a:hover {color:#009900;}


#background {
			position:relative;
			background-image:url(../images/green_background.jpg);
			width:2000px;
			height:1000px;
			background-repeat:no-repeat;
			margin-left:-1000px;
			left:50%;
			}
#insidebox {
			position:absolute;
			left:600px;
			top:160px;
			width:800px;
			height:600px;
			font-family:Georgia, "Times New Roman", Times, serif;
			}
			
#subhead {
			position:absolute;
			left:238px;
			top:75px;
			width:500px;
			height:50px;
			font-size:1.25em;
			font-family:inherit;
			font-style:italic;
			font-weight:bold;
			overflow:hidden;
			text-overflow:ellipsis;
			}

#lcol {
			position:absolute;
			left:50px;
			top:150px;
			height:450px;
			width:287px;
			text-overflow:ellipsis;
			overflow:hidden;
			font-family:inherit;
			font-size:.8em;
			margin-bottom:5px;
			text-align:justify;
			}
			
#item1	{
			position:absolute;
			left:408px;
			top:298px;
			height:129px;
			width:350px;
			text-overflow:ellipsis;
			overflow:hidden;
			font-family:inherit;
			font-size:.8em;
			margin-bottom:5px;
			text-align:justify;
			float:left;
		}
		
#itemcopy {
	position:absolute;
	left:137px;
	height:133px;
	width:215px;
	top: 1px;
	text-align:left;
		}
		
#item2	{
			position:absolute;
			left:409px;
			top:455px;
			height:93px;
			width:350px;
			text-overflow:ellipsis;
			overflow:hidden;
			font-family:inherit;
			font-size:.8em;
			margin-bottom:5px;
			text-align:justify;
			float:left;
		}
		
#item3	{
			position:absolute;
			left:407px;
			top:141px;
			height:137px;
			width:350px;
			text-overflow:ellipsis;
			overflow:hidden;
			font-family:inherit;
			font-size:.8em;
			margin-bottom:5px;
			text-align:justify;
			float:left;

		}
		
#bottom	{
			position:absolute;
			bottom:5px;
			left:10px;
			width:800px;
			height:19px;
			text-align:center;
			font-size:.65em;
			font-weight:bold;
		}

#discountbadge {
	width:150px;
	height:150px;
	z-index:1000;
	position:absolute;
	top:24px;
	left:1363px;
	background-image:url(../images/discount-badge.png);
	background-repeat:no-repeat;
	}

