#slider {
	width: 716px;
	height: 180px;
	border-bottom: 6px solid #ff002c;
	overflow: hidden;
	position: relative;		
}
#slider li{
	width: 707px;
	margin-right: 9px;
	height: 180px;
	position: relative;
}
#slider h2{
 	position: absolute;
	left: 6px;
	top: 0;
/* 	font-size: 85px; */
	font-weight: bold;
	/* text-transform: uppercase; */
	width: 450px;
	height: 91px;
	overflow: hidden;	
}
#slider h3{
 	position: absolute;
	left: 6px;
	top: 73px;
	font-size: 41px;
	font-weight: normal;
	/* text-transform: uppercase; */
	width: 450px;
	height: 76px;
	overflow: hidden;
}
#slider img{
 	position: absolute;
	right: 0;
	top: 0;
}
#slider #slider_navigation {
	height: 18px;
	width: 64px;
	position: absolute;
	top: 152px;
	left: 643px;
}
#slider a.read_more {
	/* text-transform: uppercase; */
 	position: absolute;
	left: 6px;
	top: 158px;
	font-size: 10px;
}
#slider a.item_1 {
 	/* position: absolute;
	top: 152px;
	left: 643px; */
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
}
#slider a.item_2 {
 	/* position: absolute;
	top: 152px;
	left: 666px; */
	margin-left: 5px;
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
}
#slider a.item_3 {
 	/* position: absolute;
	top: 152px;
	left: 689px; */
	margin-left: 5px;	
	float: right;	
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
}
#slider a.active {
	background: url(images/item_1.png) no-repeat;
}
#slider a.light {
	background: url(images/item_2.png) no-repeat;
}
#slider a.middle {
	background: url(images/item_3.png) no-repeat;
}

#small_tiles {
	height: 85px;
	border-bottom: 1px solid #ff3356;
}
#small_tiles .small_tile {
	float: left;
	width: 238px;
	height: 75px;
	padding-top: 10px;
}
#small_tiles .small_tile.padding_left {
	padding-left: 11px;
	width: 228px;
}
#small_tiles .small_tile.padding_left h4 {
	width: 146px;
}
#small_tiles .small_tile h4{
	margin-top: 2px;
	float: left;
	width: 160px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	/* text-transform: uppercase; */
	line-height: 15px;
}
#small_tiles .small_tile img {
	float: right;
}

#big_tiles {
	margin-top: 30px;
	width: 716px;
}
#big_tiles .tile_title {
	float: left;
	width: 238px;
	height: 25px;
}
#big_tiles .tile_title h3 {
	/* text-transform: uppercase; */
	font-weight: normal;
	margin-left: 10px;
}
#big_tiles .big_tile {
	position: relative;
	width: 238px;
	height: 216px;
	padding-bottom: 1px;
	float: left;
}
#big_tiles .big_tile span.new {
	position: absolute;
	right: 0;
	bottom: 105px;
	display: block;
	width: 52px;
	height: 23px;
	background: url(images/new.png) no-repeat;
	text-indent: -9999em;
}
#big_tiles .big_tile span.center_text {
	position: absolute;
	left: 40px;
	bottom: 0;
	display: block;
	width: 180px;
	height: 36px;
	line-height: 14px;
	text-align: center;
	color: #939393;
	font-size: 9px;
	/* text-transform: uppercase; */
}
#big_tiles .big_tile span.point {
	position: absolute;
	left: 15px;
	bottom: 15px;
	display: block;
	width: 20px;
	height: 20px;
}
#big_tiles .big_tile h3 {
	position: absolute;
	left: 14px;
	bottom: 42px;
	/* text-transform: uppercase; */
	font-size: 12px;
	font-weight: normal;
}
#big_tiles .big_tile span.left_text {
	position: absolute;
	left: 14px;
	bottom: 10px;
	width: 205px;
	color: #939393;
	font-size: 11px;
	line-height: 14px;
}
#big_tiles .big_tile span.action {
	position: absolute;
	left: 14px;
	bottom: 65px;
	width: 205px;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

#big_tiles .big_tile span.point.red {
	background: url(images/point_red.png) no-repeat;
}
#big_tiles .big_tile span.point.grey {
	background: url(images/point_grey.png) no-repeat;
}

#big_tiles .border_left {
	border-left: 1px solid #f3f3f3;
}

#sign_up {
	width: 238px;
	height: 60px;
	background: #eeeeee;
}
#sign_up #sign_up_email {
	width: 182px;
	height: 17px;
	padding: 3px;
	border: 0;
	margin: 11px 0 0 12px;
}
#sign_up #sign_up_submit {
	cursor: pointer;
	text-align: left;
	padding: 0;
	width: 100px;
	height: 20px;
	border: 0;
	color: #ff002c;
	text-decoration: underline;
	text-transform: uppercase;
	/*background: url(images/sign_up.png) no-repeat;*/
	margin: 2px 0 0 15px;
}