/*
	priorLIFE website stylesheet
	
	Created by: Matt McGuire
	Created on: March 18, 2009
	
	Modified by: Matt McGuire
	Modified on: May 19, 2009
*/

body{
	background-color: #d8420b;
	background: url(images/retail_background.jpg) 0 0 repeat;
}

#header{
	background: url(images/header_background.jpg) 0 0 no-repeat;
}

#highlights{
	height: 180px;
	background: url(images/retail_highlight_fringe.png) bottom center no-repeat;
	margin: 0px;
	padding: 0px 8px;
}

#highlights a{
	display: block;
	text-decoration: none;
	color: #ad092c;
	font-weight: bold;
	font-size: 110%;
}

#highlights .arrow{
	float: left;
	padding-top: 10px;
}

.highlights_item{
	float: left;
	width: 134px;
	height: 150px;
	text-align: center;
	border-left: dotted 2px #70b934;
	padding: 10px 8px 0px 8px;
}

.highlights_item:hover{
	background-color: #fffbce;
}

.highlights_item img{
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

.static{
	border-left: none;
}

#main{
	background-color: #fffbce;
	padding: 10px 17px;
}

#deal{
	float: left;
	width: 172px;
	margin-right: 40px;
}

#newsfeed{
	float: left;
	margin-top: 2px;
}

#copy{
	float: right;
	width: 400px;
	padding: 0px;
}

#copy h3{
	color: #00abd4;
}

#content_fringe{
	background: url(images/create_main_fringe.png) 0 0 no-repeat;
}