/*
 * shared
 * $Id: home.css 33621 2010-04-08 11:06:22Z iargent $
 */

/* styles for homepage offers */
.blue {
	color:#032D56;
}
.orange {
	color:#f44d07;
}
.white {
	color:#fff;
}
.red {
	color:#67111e;
}
.beige {
	color:#B8A28D;
}
.big {
	font-size:12px;
	font-weight:bold;
}
.medium {
	font-size:11px;
}
.small {
	font-size:10px;
}
#contents {	
	padding:0;
	position:relative;
	overflow:auto;
	width:100%; /* IE6 */
}
#top-left, #top-right {
	position:relative;	
	overflow:hidden;
	height:130px;	
	background:#c1c1c1;
	float:left;	
}
#top-left {
	background:url(../../../static/img/shared/bg-top-left.jpg) no-repeat;
	width:303px;
	padding:10px;
}
#top-right {
	background:url(../../../static/img/shared/bg-size-chart.png) no-repeat;	
	width:342px;
	padding:10px 5px 10px 20px;	
}
#top-right ul {
	float:right;
	list-style:none;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	padding-top:25px;	
}
#banner1, #banner2, #banner3 {
	position:relative;
	float:left;
	height:470px;
	overflow:hidden;
}
#main-promo {
	position:relative;
	overflow:hidden;	
	float:left;
}
#main-promo img {	
	display:block;	
}
#main-promo .titles-wrap {
	position:absolute;
	display:block;	
	z-index:2;	
}
/*#main-promo #banner1 .titles-wrap, 
#main-promo #banner2 .titles-wrap, 
#main-promo #banner3 .titles-wrap {
	width:92%;
	padding:0 20px;
}*/
#main-promo #banner1 .titles-wrap {
	width:100%;
}
#promo-title {
	width:660px;
	font-size:36px;
	color:#002644;
	height:65px;	
	clear:left;
	text-align:center;
	text-transform:uppercase;
	padding-top:10px;
}
#banner4, #banner5 {
	position:relative;
	float:left;
	width:345px;
	height:236px;
	overflow:hidden;	
}
#categories {
	position:relative;
	/*overflow:hidden;
	height:800px;*/
	width:260px;	
	float:right;
}
#categories dl {
	float:left;
	width:119px;
	text-align:center;
	margin:3px 0;
	padding:0 5px;
	border-right:1px solid #000;
}
#categories dt {
	float:none;
	text-transform:uppercase;
	font-size:80%;
	padding:0;
}
#categories dd {
	border-bottom:1px solid #000;
	padding-bottom:3px;
	overflow:hidden;
	width:119px;
	height:104px;
}


