/*********************************
	LastOrders Stylesheet
**********************************/

/*@import "layout_c.css";*/	/* Compressed stylesheet */
@import "layout_hr.css"; 	/* Normal stylesheet */
@import "text-formatting.css";

body.home div.sidebg {
	background: none;
}
#main.home {
	height: auto;
}
#main.home #bottom {
	float: none;
	background-image: none;
	padding: 32px 0 16px 0;
}

#main.home #bottom div.panel {
/*	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#be111c), to(#792019));
	-webkit-border-radius: 6px 6px; */
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 256px;
	padding: 8px 0 8px 0;
	margin-right: 6px;
	float: left;
	height: 164px;
}
#main.home #bottom div.foot-panel {
	width: 385px;
	height: 173px;
	margin-right: 5px;
}
#main.home #bottom div.third {
	margin-right: 0;
}
#main.home #bottom div.panel h2 {
	text-transform: uppercase;
	color: #fff;
	margin-left: 13px;
	margin-top: 14px;
}
#main.home #bottom div.foot-panel h2 {
	margin-left: 165px;
}
#main.home #bottom div.panel p {
	color: #efefef;
	margin: 1em 80px 1em 12px;
	height: 76px;
	font-size: 85%;
}
#main.home #bottom div.foot-panel p {
	margin: 1em 12px 1em 165px;
	height: auto;
}
#main.home #bottom div.panel p.action {
	margin-bottom: 0;
	height: auto;
}
#main.home #bottom div.panel a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}
#main.home #bottom div.panel a:hover, a:active {
	color: #f5dc0d;
}
#main.home #bottom #gifts-price p {
	margin-right: 130px;
}
#main.home #bottom #gifts-price p.action {
	margin-right: 0;
}

#main.home #gifts-business { background-image: url('images/cx2009/gifts-business.png'); }
#main.home #gifts-him { background-image: url('images/cx2009/gifts-him.png'); }
#main.home #gifts-her { background-image: url('images/cx2009/gifts-her.png'); }
#main.home #gifts-price { background-image: url('images/cx2009/gifts-price.png'); }
#main.home #gifts-thanks { background-image: url('images/cx2009/gifts-thanks.png'); }
#main.home #gifts-offers { background-image: url('images/cx2009/gifts-offers.png'); }
#main.home #corp-orders { background-image: url('images/cx2009/corp-orders.png'); }
#main.home #delivery { background-image: url('images/cx2009/delivery.png'); margin-right: 0; }


/* valentine's masthead */
#main.home p#masthead {
	margin: 0;
	height: 275px;
	background-image: url('images/valentine2010/masthead.jpg');
}
#main.home p#masthead a {
	display: block;
	height: 100%;
	text-indent: -9999em;
	overflow: hidden;
}
#main.home #bottom {
	padding-top: 0;
}

