@charset "UTF-8";
#green {
	height:580px;
	background-image: url(../images/greentrolley_img.jpg);
	background-repeat:no-repeat;
	background-color:#578914;
}
#green ul {
	color: #fff;
	padding:0;
	margin:0;
	width: 572px;
	font-size: 120%;
}
#green li {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 5px;
}
#clicktobuy {
	margin:0px;
	padding:0px;
	position:relative;
	top:0px;
	left:300px;
	z-index:100;
	float:right;
}
#clicktobuy a {
	display:block;
	width:100px;
	height:100px;
	margin:0px; 
	padding:0px;
	background-image: url(../images/clicktobuyoff.png);
	background-repeat:no-repeat;
	text-decoration: none;
	}
#clicktobuy a:hover {
	background-image: url(../images/clicktobuyon.png);
	}
#clicktobuy a span { 
	display:none;
	}
#promoclicktobuy {
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	right:00px;
	z-index:150;
	float:right;
}
#promoclicktobuy a {
	display:block;
	width:400px;
	height:400px;
	margin:0px; 
	padding:0px;
	background-image: url(../images/summersale.png);
	background-repeat:no-repeat;
	text-decoration: none;
	}
#promoclicktobuy a:hover {
	background-image: url(../images/summersaleon.png);
	}
#promoclicktobuy a span { 
	display:none;
	}
.floatr {
	float:right;
}