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

/********************** HOMEPAGE-SPECIFIC STYLES *********************/

.border {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 6px 9px 6px 9px;
}
	
#homepage_column1 {
	float: left;
	width: 661px;
	margin: 0 5px 0 0;
	font-size: 13px;
	background: url('../images/dots_vertical_divider.gif') no-repeat right 100%;
}

#homepage_column2 {
	float: left;
	width: 323px;
	margin-top: 5px;
}

#homepage_bottom {
	clear: both;
	padding: 10px 0 20px 0;
	.padding: 0 0 20px 0;
}

#homepage_welcome {
	padding: 16px 13px 10px 13px;
	color: #5E5E5E;
	font-size: 13px;
}
	#homepage_welcome p {
		color: #5E5E5E;
		font-size: 13px;
	}

#homepage_experience_this {
	width: 323px;
	float: left;
	margin: 0 10px 10px 0;
}
	#homepage_experience_this .border, #homepage_explore_here .border {
		padding: 7px 9px 6px 9px;
	}
	#homepage_experience_this .image, #homepage_explore_here .image {
		width: 303px;
		height: 214px;
		position: relative;
	}
	#homepage_experience_this .text, #homepage_explore_here .text  {
		background: #E4E2E3;
		padding: 10px 10px 0 10px;
		height: 127px;
	}
	
	#homepage_experience_this .pin_to_map_flag, #homepage_explore_here .pin_to_map_flag  {
		height: 26px;
	}
	#homepage_experience_this .text h1 {
		font-size: 18px;
		font-weight: normal;
		color: #002967;
		margin-bottom: 10px;
	}
		#homepage_experience_this h1 a, #homepage_experience_this h1 a:visited {
			color: #002967;
		}
	#homepage_experience_this p {
		font-size: 11px;
		color: black;
		padding-right: 5px;
		margin-bottom: 0;
	}

#article_experience_info {
}

#homepage_explore_here {
	width: 323px;
	float: left;
	margin-bottom: 10px;
}
	#homepage_explore_here .text h1 {
		font-size: 18px;
		font-weight: normal;
		color: #D40D16;
		margin: 0 0 4px 6px;
	}
		#homepage_explore_here h1 a, #homepage_explore_here h1 a:visited {
			color: #D40D16;
		}
	#homepage_explore_here p {
		font-size: 11px;
		color: black;
		padding: 5px 5px 0 6px;
		margin-bottom: 0;
	}

.thumbnail_active, .thumbnail_inactive {
	float: left;
	background: #999999;
	padding: 9px 0 5px 7px;
}
.thumbnail_active {
	background: url('../images/homepage_article_arrow.gif') no-repeat 42px 0 #999999;
}
	.thumbnail_active .image_highlight {
		border: 2px solid #CCCCCC;
	}
	.thumbnail_inactive .image_highlight {
		border: 2px solid #999999;
	}

/******************* SUBSCRIBE TO NEWSLETTER *************************************/

#subscribe_to_newsletter_homepage {
	position: relative;
	margin: 10px 0;
}
#subscribe_for_great_deals_open {
	padding: 0 0 10px 10px;
	background: white;
	width: 321px;
	height: 0;
	position: absolute;
	z-index: 1000;
	left: -10px;
	display: block;
}

	#subscribe_to_newsletter_homepage .gadget_box_sides {
		border-width: 0 1px;
		border-style: solid;
		border-color: #D51019;
		background: white;
		color: #D51019;
		padding: 8px 15px 6px 8px;
		/*.width: 100%;*/
	}
	#subscribe_to_newsletter_homepage .gadget_subscribe {
		width: 193px;
		margin: 0 0 0 5px;
		color: #D51019;
		border: 1px solid #D51019;
	}
	#subscribe_to_newsletter_homepage .change_settings a, #subscribe_to_newsletter_homepage .change_settings a:visited {
			color: #D51019;
	}
	
/******************* ARTICLE CAROUSEL *************************************/

#homepage_article_carousel_border {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#homepage_article_carousel_container {
	position: relative;
	margin-left: 24px;
	width: 965px;
	padding-top: 10px;
	z-index: 10;
}

#homepage_article_carousel_scroll_left {
	position: absolute;
	top: 80px;
	left: -20px;
	z-index: 1000;
	cursor: pointer;
}

#homepage_article_carousel {
	float: left;
	width: 918px;
	height: 220px;
	background: url('../images/homepage_most_popular_articles_bg.jpg') repeat-x;
	padding-left: 2px;
	overflow: hidden;
	z-index: 10;
}

#homepage_article_carousel_scroll_right {
	position: absolute;
	top: 80px;
	right: 8px;
	z-index: 1000;
	cursor: pointer;
}

.category_panel {
	width: 212px;
	padding: 0 7px 0 6px;
	background: url('../images/category_panel_bg.jpg') no-repeat;
	color: #5E5E5E;
}
	.category_panel_image {
		/*position: relative;*/
		margin-bottom: 8px;
	}
	
	.category_panel h2 {
		font-size: 10px;
		font-weight: bold;
		color: #666666;
		text-transform: uppercase;
		margin-bottom: 7px;
	}
	
	.category_panel ul#links_list {
		margin-left: 3px;
	}
	.category_panel #links_list li {
		margin-bottom: 3px;
	}

.carousel_area {
	float: left;
	width: 225px;
}
